/* =============================================
   元沐科技 · 震木属性 Brand Design System
   赛博东方新自然主义
   ============================================= */

:root {
  /* ── Core Colors ── */
  --ym-bg-deep: #0a100f;
  --ym-bg-surface: #0f1a18;
  --ym-bg-card: #111e1a;
  --ym-bg-elevated: #152822;

  --ym-green-electric: #00ff88;
  --ym-green-teal: #00c76a;
  --ym-green-dark: #008855;
  --ym-green-muted: #006644;

  --ym-gold-copper: #c9a84c;
  --ym-gold-muted: #a08030;
  --ym-gold-glow: rgba(201, 168, 76, 0.3);

  --ym-text-primary: #e0ede0;
  --ym-text-secondary: #a0c0a8;
  --ym-text-muted: #607060;
  --ym-text-dim: #3a4a3a;

  /* ── Glow Effects ── */
  --ym-glow-green: 0 0 20px rgba(0, 255, 136, 0.15);
  --ym-glow-green-intense: 0 0 40px rgba(0, 255, 136, 0.25);
  --ym-glow-gold: 0 0 15px rgba(201, 168, 76, 0.2);

  /* ── Typography ── */
  --ym-font-display: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif;
  --ym-font-body: 'Noto Sans SC', 'Source Han Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --ym-font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  --ym-size-xs: 0.875rem;
  --ym-size-sm: 1rem;
  --ym-size-base: 1.125rem;
  --ym-size-lg: 1.25rem;
  --ym-size-xl: 1.375rem;
  --ym-size-2xl: 1.75rem;
  --ym-size-3xl: 2.25rem;
  --ym-size-4xl: 2.75rem;
  --ym-size-5xl: 3.5rem;
  --ym-size-6xl: 4.25rem;
  --ym-size-hero: 5rem;

  --ym-weight-light: 300;
  --ym-weight-regular: 400;
  --ym-weight-medium: 500;
  --ym-weight-bold: 700;

  --ym-leading-tight: 1.2;
  --ym-leading-snug: 1.35;
  --ym-leading-normal: 1.6;
  --ym-leading-relaxed: 1.8;

  --ym-tracking-tight: -0.02em;
  --ym-tracking-normal: 0;
  --ym-tracking-wide: 0.05em;

  /* ── Spacing Scale ── */
  --ym-space-xs: 4px;
  --ym-space-sm: 8px;
  --ym-space-md: 16px;
  --ym-space-lg: 24px;
  --ym-space-xl: 32px;
  --ym-space-2xl: 48px;
  --ym-space-3xl: 64px;
  --ym-space-4xl: 96px;
  --ym-space-5xl: 128px;

  /* ── Radius ── */
  --ym-radius-sm: 2px;
  --ym-radius-md: 6px;
  --ym-radius-lg: 12px;
  --ym-radius-xl: 16px;
  --ym-radius-full: 9999px;

  /* ── Borders ── */
  --ym-border-subtle: 1px solid rgba(0, 255, 136, 0.08);
  --ym-border-green: 1px solid rgba(0, 255, 136, 0.2);
  --ym-border-gold: 1px solid rgba(201, 168, 76, 0.3);
  --ym-border-glow: 1px solid rgba(0, 255, 136, 0.4);

  /* ── Transitions ── */
  --ym-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ym-ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
  --ym-duration-fast: 150ms;
  --ym-duration-normal: 300ms;
  --ym-duration-slow: 600ms;

  /* ── Z-Index ── */
  --ym-z-background: -1;
  --ym-z-base: 1;
  --ym-z-sticky: 100;
  --ym-z-overlay: 500;
  --ym-z-modal: 1000;
  --ym-z-tooltip: 2000;
}
