/* ============================================================
   TOKENS — single global palette (black · neon pink · slate).
   Per-show color themes are intentionally NOT applied anymore;
   every page shares this palette and gets its identity from the
   show's backdrop poster. Edit colors here, in one place.
   ============================================================ */

:root {
  /* surfaces — true black base */
  --bg: #060608;
  --bg-glow:
    radial-gradient(1100px 520px at 18% -10%, rgba(200, 16, 46, .07), transparent 60%),
    radial-gradient(1000px 560px at 88% 110%, rgba(86, 101, 122, .08), transparent 55%);
  --surface: #0f0f12;
  --surface-2: #17171c;

  /* ink */
  --ink: #f0eef2;
  --ink-dim: #8b8b97;
  --line: rgba(240, 238, 242, .09);

  /* the duality — deep red loved, dark slate-gray hated */
  --love: #c8102e;
  --love-soft: rgba(200, 16, 46, .16);
  --hate: #56657a;
  --hate-soft: rgba(86, 101, 122, .18);

  /* type */
  --font-display: "Archivo", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* shape + rhythm — squared / editorial (no corner radius) */
  --radius: 0px;
  --radius-sm: 0px;
  --maxw: 1180px;
  --ease: cubic-bezier(.22, .8, .3, 1);
}
