:root {
  --bg-primary: #0a0e1a;
  --bg-secondary: #0d1220;
  --bg-card: #111827;

  --text-primary: #e7eaf3;
  --text-dim: #8b8fa3;

  --blue-electric: #00d4ff;
  --red-brand: #C0392B;
  --green-ok: #00ff88;
  --yellow-warn: #ffcc00;
  --red-alert: #ff3355;

  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);

  --glow-soft: 0 0 20px rgba(0, 212, 255, 0.15);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.4);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;

  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-body: 'Rajdhani', system-ui, sans-serif;
  --font-mono: 'Space Mono', 'Courier New', monospace;

  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
