/* =============================================================
   STYLE: "default" — DARK mode palette.
   Only color values live here. All layout/structure comes from
   ../main/style.css. Scoped under html.codecanvas-mode-dark so
   both dark and light CSS can be loaded at once and switched
   instantly client-side (no page reload) by the [DisplayMode]
   toggle button.
   ============================================================= */

html.codecanvas-mode-dark {
  --cc-bg: #12141a;
  --cc-surface: #1b1e26;
  --cc-text: #e9e9ef;
  --cc-link: #8ab4ff;
  --cc-border: #2c2f3a;
  --cc-accent: #8ab4ff;
}

/* Add any dark-only structural tweaks below (rare — prefer variables above) */
