/* =============================================================
   STYLE: "default" — LIGHT mode palette.
   Mirrors dark/style.css. Scoped under html.codecanvas-mode-light.
   ============================================================= */

html.codecanvas-mode-light {
  --cc-bg: #ffffff;
  --cc-surface: #f5f6f8;
  --cc-text: #1b1e26;
  --cc-link: #1656d6;
  --cc-border: #e2e4e9;
  --cc-accent: #1656d6;
}

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