/* ── Theme: High Contrast ───────────────────────────────────────────────── */
[data-theme="contrast"] {
  --bg: #ffffff; --bg2: #f0f0f0; --bg3: #e0e0e0;
  --surface: #ffffff; --surface2: #f5f5f5;
  --cyan: #0000cc; --cyan-dim: #0000cc1a;
  --cyan-glow: none;
  --magenta: #cc0000; --magenta-dim: #cc00001a;
  --magenta-glow: none;
  --yellow: #7a5700; --yellow-dim: #7a570022;
  --text: #000000; --text2: #222222; --text3: #555555;
  --border: #444444;
  --overlay-bg: rgba(255,255,255,.92);
  --scanline: transparent;
  --row-hover: rgba(0,0,204,.07);
  --row-stripe: rgba(0,0,0,.04);
}
