/* Tema della surface "site" (sito statico) — chiaro, brand viola Spelltech. Isolato dall'app (scura).
   Sovrascrive le variabili usate da @shell/ui e dagli stili markdown condivisi (.sp-md). */
:root {
  --brand: #7c3aed;       /* viola Spelltech */
  --brand-ink: #5b21b6;
  --bg: #ffffff;
  --panel: #faf8ff;
  --line: #ece9f5;
  --ink: #1a1430;
  --muted: #6b6786;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); }
