/* tokens.css v7 — thème VIOLET sophistiqué. Aucune règle ici. */
:root{
  --bg:#0a0714; --bg2:#0e0a1c; --surface:#160f28; --surface2:#1e1436; --line:#2c1e4e;
  --text:#efeaff; --muted:#a89fc7;
  --violet:#8b5cf6; --violet2:#a78bfa; --deep:#6d28d9; --pink:#ec4899; --fuchsia:#d946ef;
  --ok:#34d399; --warn:#fbbf24; --err:#f87171;
  --grad:linear-gradient(135deg,#7c3aed 0%,#a855f7 45%,#ec4899 100%);
  --grad-soft:linear-gradient(135deg,rgba(124,58,237,.16),rgba(236,72,153,.10));
  --grad-text:linear-gradient(90deg,#c4b5fd,#e879f9,#f0abfc);
  --glow:0 0 22px rgba(139,92,246,.35);
  --r:16px; --rs:10px; --shadow:0 14px 40px rgba(5,0,20,.55);
  --font:'Inter',system-ui,sans-serif; --display:'Cinzel',serif;
  --header-h:64px; --container:1180px;
}