/* ==========================================================================
   BetCoach — ACTIVE THEME
   ==========================================================================

   This is the switch. Every page loads this file immediately after
   betcoach-tokens.css, so whatever is imported below wins for the whole app.

   To change the theme, uncomment ONE line and redeploy. Nothing else moves —
   no template changes, no build step, no user-facing picker.

       Midnight   the original navy. Leave every import commented out.
       Neutral    near-achromatic surfaces; the data colours separate harder
                  from the background because the background stops being blue.
       Slate      lifted, slightly warm, wider steps between surface levels;
                  holds up in a bright room where the other two flatten.
       Daylight   the light option. See the note below before shipping it.

   Midnight, Neutral and Slate keep data and status colours identical, so a
   colour means the same thing whichever of the three is active.

   Daylight cannot: #34c775 on white measures ~2.1:1, so the dark palette's
   data colours would be unreadable. It keeps every HUE and drops the
   LUMINANCE — positive is still green, home is still blue, nothing swaps
   meaning — but the exact values differ from the three dark themes.
   ========================================================================== */

/* ── Midnight (default) ───────────────────────────────────────────────────
   No import. betcoach-tokens.css already carries this palette. */

/* ── Neutral ──────────────────────────────────────────────────────────── */
/* @import url("/css/betcoach-theme-neutral.css"); */

/* ── Slate ────────────────────────────────────────────────────────────── */
/* @import url("/css/betcoach-theme-slate.css"); */

/* ── Daylight (light) ─────────────────────────────────────────────────── */
/* @import url("/css/betcoach-theme-daylight.css"); */
