:root {
  --color-bg: #0a0e17;
  --color-bg-elevated: #111827;
  --color-bg-card: #1a2234;
  --color-surface: #243049;
  --color-primary: #6366f1;
  --color-primary-light: #818cf8;
  --color-accent: #22d3ee;
  --color-accent-muted: rgba(34, 211, 238, 0.15);
  --color-text: #f1f5f9;
  --color-text-muted: #94a3b8;
  --color-text-dim: #64748b;
  --color-border: rgba(148, 163, 184, 0.12);
  --color-success: #34d399;
  --gradient-hero: linear-gradient(135deg, #0a0e17 0%, #1e1b4b 50%, #0f172a 100%);
  --gradient-primary: linear-gradient(135deg, #6366f1 0%, #22d3ee 100%);
  --gradient-card: linear-gradient(145deg, rgba(99, 102, 241, 0.08) 0%, rgba(34, 211, 238, 0.05) 100%);
  --font-sans: 'DM Sans', 'Noto Sans SC', system-ui, sans-serif;
  --font-display: 'Sora', 'Noto Sans SC', system-ui, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 40px rgba(99, 102, 241, 0.25);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --nav-height: 72px;
  --container-max: 1140px;
  --transition: 0.25s ease;
}
