/* theme-dark.css — variáveis padrão (dark é default).
   Para light, override via [data-theme="light"] em theme-light.css (Fase 2). */

:root {
  --bg: #0a0e1a;
  --surface: #131826;
  --surface-2: #1a2030;
  --border: #2a3142;
  --fg: #e8eaed;
  --fg-muted: #9aa0a6;
  --fg-subtle: #6b7280;
  --accent: #60a5fa;
  --accent-soft: rgba(96, 165, 250, 0.12);
  --warn: #f59e0b;
  --critical: #ef4444;
  --ok: #10b981;
  --shadow: 0 1px 2px rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.2);
}
