/* ── Theme: Synthwave ──────────────────────────────────────────────────── */
[data-theme="synthwave"] {
  --bg: #0d0015; --bg2: #110018; --bg3: #15001e;
  --surface: #1a0024; --surface2: #20002c;
  --cyan: #ff6ec7; --cyan-dim: #ff6ec755;
  --cyan-glow: 0 0 10px #ff6ec744, 0 0 30px #ff6ec718;
  --magenta: #ff8c00; --magenta-dim: #ff8c0055;
  --magenta-glow: 0 0 10px #ff8c0044, 0 0 30px #ff8c0018;
  --yellow: #ffe600; --yellow-dim: #ffe60033;
  --text: #f0d0ff; --text2: #a070c0; --text3: #604080;
  --border: #3a0055;
  --overlay-bg: rgba(13,0,21,.8);
  --scanline: rgba(255,110,199,.025);
  --row-hover: rgba(255,110,199,.05);
  --row-stripe: rgba(255,110,199,.02);
}
