/* VisibleAI Search — 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:#06B6D4; --accent-2:#3B82F6; --accent-hover:#22D3EE;
  --accent-rgb:6,182,212; --accent2-rgb:59,130,246;
  --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,#67E8F9,#06B6D4);
  --grad-gold:linear-gradient(135deg,#F5D488,#E8B23A);
  --grad-accent:linear-gradient(110deg,#06B6D4,#3B82F6);
}
