/* ── Paper/card surface alignment ── */
:root {
  --paper: var(--bg-warm);
  --card: var(--bg-cool);
  --bd: var(--bg-sand);
}
