:root {
  --color-bg: #0f172a;
  --color-bg-alt: #111827;
  --color-surface: #1f2937;
  --color-surface-soft: #1b2538;
  --color-text: #e5e7eb;
  --color-text-muted: #9ca3af;
  --color-primary: #ff8a00;
  --color-accent: #00d1ff;
  --color-danger: #ff3b30;
  --color-border: #334155;
  --font-display: 'Orbitron', 'Inter', 'Segoe UI', Roboto, sans-serif;
  --font-base: 'Inter', 'Segoe UI', Roboto, sans-serif;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 40px;
  --radius-1: 6px;
  --radius-2: 8px;
  --radius-3: 10px;
  --shadow-1: 0 8px 20px rgb(0 0 0 / 0.25);
  --shadow-2: 0 0 0 1px rgb(255 255 255 / 0.06), 0 14px 28px rgb(0 0 0 / 0.3);
  --max-width: 1120px;
}
