:root {
  --color-bg: #0b1120;
  --color-bg-2: #111827;
  --color-surface: rgba(15, 23, 42, 0.78);
  --color-surface-strong: rgba(30, 41, 59, 0.84);
  --color-border: rgba(255, 255, 255, 0.11);
  --color-text: #f8fafc;
  --color-muted: #cbd5e1;
  --color-soft: #94a3b8;
  --color-cyan: #67e8f9;
  --color-indigo: #6366f1;
  --color-emerald: #6ee7b7;
  --color-amber: #fbbf24;
  --color-rose: #fb7185;
  --shadow-glow: 0 24px 80px rgba(34, 211, 238, 0.12);
  --shadow-panel: 0 20px 60px rgba(2, 6, 23, 0.34);
  --shadow-home-card: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 50px rgba(2, 6, 23, .24);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
}
