/* ── Theme: Dark (default) ─────────────────────────────────────────────── */
:root {
  --bg: #0a0a12; --bg2: #0e0e1a; --bg3: #12121f;
  --surface: #151525; --surface2: #1a1a2e;
  --cyan: #00f0ff; --cyan-dim: #00f0ff55;
  --cyan-glow: 0 0 10px #00f0ff44, 0 0 30px #00f0ff18;
  --magenta: #ff2a6d; --magenta-dim: #ff2a6d55;
  --magenta-glow: 0 0 10px #ff2a6d44, 0 0 30px #ff2a6d18;
  --yellow: #f9f002; --yellow-dim: #f9f00233;
  --text: #e0e0f0; --text2: #8888aa; --text3: #555577;
  --border: #2a2a44;
  --font-head: 'Orbitron', monospace;
  --font-mono: 'Share Tech Mono', monospace;
  --font-body: 'Rajdhani', sans-serif;
  --radius: 2px;
  --overlay-bg: rgba(5,5,15,.7);
  --scanline: rgba(0,0,0,.04);
  --row-hover: rgba(0,240,255,.04);
  --row-stripe: transparent;
}
