/* CQ Academy — professional theme overlay. Overrides the colour tokens defined in
 * style.css :root (loaded before this file) without touching the shared layout.
 * Palette: deep slate background, confident "signal" cyan primary, teal accent. */
:root {
  --bg: #0c1116;
  --bg-elev: #131b24;
  --bg-card: #16202b;
  --bg-card-2: #1d2a37;
  --border: #2a3a48;
  --text: #eef3f8;
  --text-dim: #a4b5c4;
  --text-mute: #6f8294;
  --primary: #0ea5e9;
  --primary-2: #0369a1;
  --accent: #14b8a6;
  --good: #10b981;
  --warn: #f59e0b;
  --bad: #ef4444;
  --gold: #fbbf24;
  --shadow: 0 8px 24px rgba(0,0,0,.55);
}
/* The topbar/bottomnav backgrounds are hard-coded in style.css; re-tint to the CQ palette. */
.topbar { background: linear-gradient(180deg, #101a24, #0c1116); }
.bottomnav { background: #101a24; }
