/* ── Theme: Light ──────────────────────────────────────────────────────── */
[data-theme="light"] {
  --bg: #f2f2f8; --bg2: #e2e2ee; --bg3: #d4d4e4;
  --surface: #ffffff; --surface2: #eaeaf4;
  --cyan: #0077aa; --cyan-dim: #0077aa44;
  --cyan-glow: 0 0 10px #0077aa22, 0 0 30px #0077aa0c;
  --magenta: #bb0044; --magenta-dim: #bb004444;
  --magenta-glow: 0 0 10px #bb004422, 0 0 30px #bb00440c;
  --yellow: #996600; --yellow-dim: #99660033;
  --text: #111128; --text2: #44446a; --text3: #7777aa;
  --border: #b8b8d0;
  --overlay-bg: rgba(180,180,210,.8);
  --scanline: rgba(0,0,0,.012);
  --row-hover: rgba(0,119,170,.06);
  --row-stripe: rgba(0,0,0,.025);
}
