:root {
  --bg: #0c0c0f;
  --bg-gradient: linear-gradient(
    180deg,
    #0c0b0e 0%,
    #141316 8%,
    #1a1718 18%,
    #151413 30%,
    #1c1a19 42%,
    #131214 55%,
    #191716 65%,
    #111013 78%,
    #171516 88%,
    #0d0c0f 100%
  );
  --surface: #141314;
  --card: #1a1819;
  --border: #2a2827;
  --text: #9ca3af;
  --text-dim: #5a554d;
  --text-bright: #e5e0d8;
  --white: #f5f0e8;
  --accent: #fbbf24;
  --accent-dim: rgba(251,191,36,0.06);
  --accent-glow: rgba(251,191,36,0.15);
  --accent-dark: #f59e0b;
  --green: #34d399;
  --red: #f87171;
  --orange: #fb923c;
  --cyan: #22d3ee;
  --blue: #60a5fa;
  --purple: #a78bfa;
  --heading: 'Orbitron', sans-serif;
  --body: 'DM Sans', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
  --max-width: 1100px;
  --radius: 6px;
  --radius-sm: 4px;
}
