/* VisibleCreativity — brand tokens (CANONICAL). Loaded after style.css.
   Family: Visible (SEMPITE). Shared: dark bg, gold spotlight, Space Grotesk + Inter.
   Per-site: --accent / --accent-2 / --grad-brand. */
:root{
  --bg:#0E1014; --surface:#171A21; --surface2:#1E222B; --text:#F4F2EC; --muted:#9BA3AF;
  --accent:#F97316; --accent-2:#EC4899; --accent-hover:#FB923C;
  --accent-rgb:249,115,22; --accent2-rgb:236,72,153;
  --gold:#E8B23A; --silver:#C9D2DE; --bronze:#C0824F;
  --line:rgba(255,255,255,0.10); --line-2:rgba(255,255,255,0.16); --radius:16px;
  --font-display:'Space Grotesk','Inter',sans-serif; --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --grad-brand:linear-gradient(135deg,#FDBA74,#F97316);
  --grad-gold:linear-gradient(135deg,#F5D488,#E8B23A);
  --grad-accent:linear-gradient(110deg,#F97316,#EC4899);
}
