/* Theme variables */
:root{
  --bg:#0b0b0b;
  --surface:rgba(255,255,255,.06);
  --text:#f5f5f5;
  --muted:rgba(255,255,255,.72);
  --brand:#b92f3c; /* 272 red */
  --accent:#dd9d2f; /* gold */
  --ink:#000000;
  --border:rgba(255,255,255,.10);
  --ring:rgba(221,157,47,.35);
  --shadow:0 16px 40px rgba(0,0,0,.35);
  --radius:18px;
}
.theme-a{ --bg:#faf7f2; --surface:rgba(0,0,0,.04); --text:#111; --muted:rgba(0,0,0,.62); --border:rgba(0,0,0,.10); --shadow:0 14px 34px rgba(0,0,0,.10); }
.theme-b{ --bg:#0b0b0b; --surface:rgba(255,255,255,.06); --text:#f5f5f5; --muted:rgba(255,255,255,.72); --border:rgba(255,255,255,.10); --shadow:0 16px 40px rgba(0,0,0,.35); }
