/* ===================================================================
 * edgy · 锋芒 · 设计令牌
 * 气质:锐利、攻击性、强烈对比、张力、先锋攻击
 * 适合:电竞/极限运动/街头潮牌/能量饮料/格斗
 * =================================================================== */
:root {
  --color-primary: #FF3D00;            /* 烈焰橙红,攻击性 */
  --color-primary-soft: rgba(255, 61, 0, 0.12);
  --color-secondary: #FFC107;          /* 警示黄 */

  --color-bg: #0A0A0A;                /* 纯黑底,极致对比 */
  --color-card: #141414;
  --color-border: #2A2A2A;

  --color-text: #FFFFFF;
  --color-text-secondary: #B0B0B0;
  --color-text-muted: #707070;
  --color-text-disabled: #404040;
  --color-text-inverse: #0A0A0A;

  --color-success: #00E676;
  --color-warning: #FFC107;
  --color-error: #FF1744;
  --color-info: #00B0FF;

  --font-heading: 'Oswald', 'PingFang SC', sans-serif;      /* 压缩体,锋利 */
  --font-body: 'Inter', 'PingFang SC', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --font-size-xs: 0.8125rem; --font-size-sm: 0.9375rem; --font-size-base: 1.0625rem;
  --font-size-lg: 1.375rem; --font-size-xl: 2.25rem; --font-size-2xl: 3.5rem; --font-size-3xl: 5.5rem;

  --font-weight-regular: 500; --font-weight-medium: 600; --font-weight-semibold: 700; --font-weight-bold: 900;

  --line-height-tight: 0.95; --line-height-normal: 1.5; --line-height-relaxed: 1.6;
  --letter-spacing-tight: -0.03em; --letter-spacing-normal: 0; --letter-spacing-wide: 0.1em;

  --space-page-x: 24px; --space-section: 64px; --space-card-pad: 24px;

  --radius-none: 0; --radius-sm: 0; --radius-md: 0; --radius-lg: 0; --radius-full: 0;  /* 全直角,锐利 */
  /* 锋芒专属:斜切角 */
  --clip-corner: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));

  --border-width-thin: 2px; --border-width-normal: 3px;

  --shadow-sm: 0 0 10px rgba(255,61,0,0.2);
  --shadow-md: 0 0 20px rgba(255,61,0,0.3);
  --shadow-lg: 0 0 40px rgba(255,61,0,0.4);  /* 发光,能量 */

  --motion-duration-fast: 100ms; --motion-duration-normal: 200ms; --motion-duration-slow: 400ms;  /* 快,猛烈 */
  --motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --motion-easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --motion-easing-spring: cubic-bezier(0.34, 1.6, 0.64, 1);

  --container-max: 1200px;
  --ratio-card: 16 / 9;
  --color-code-bg: #000000; --color-code-text: #FF3D00;
}
