/* ============================================================
   WHLite — Dark theme (default)
   ============================================================ */
html, html.theme-dark {
  --bg:          #080a0f;
  --bg2:         #0d1018;
  --bg3:         #131720;
  --bg4:         #181d28;
  --b1:          #1c2235;
  --b2:          #222840;

  --accent:      #00e676;
  --accent-dark: #00c15e;
  --accent-glow: rgba(0,230,118,.15);
  --accent-bg:   rgba(0,230,118,.06);

  --w:           #f0f2f8;
  --w2:          #c8cdd8;
  --muted:       #4f5870;
  --muted2:      #6b7590;

  --red:         #ff4d4d;
  --yellow:      #ffd166;
  --blue:        #4d9fff;
  --purple:      #a78bfa;

  --nav-bg:      rgba(13,16,24,.95);

  --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --m: 'Consolas', 'Courier New', monospace;
  --radius: 12px;
}

/* ============================================================
   WHLite — Light theme
   ============================================================ */
html.theme-light {
  --bg:          #f0f2f8;
  --bg2:         #ffffff;
  --bg3:         #e8ebf5;
  --bg4:         #dde1ef;
  --b1:          #c8cfe8;
  --b2:          #b0bada;

  --accent:      #1a6edb;
  --accent-dark: #1459b8;
  --accent-glow: rgba(26,110,219,.12);
  --accent-bg:   rgba(26,110,219,.06);

  --w:           #111827;
  --w2:          #374151;
  --muted:       #9ca3af;
  --muted2:      #6b7280;

  --red:         #dc2626;
  --yellow:      #d97706;
  --blue:        #1a6edb;
  --purple:      #7c3aed;

  --nav-bg:      rgba(240,242,248,.95);

  --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --m: 'Consolas', 'Courier New', monospace;
  --radius: 12px;
}