*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; min-height: 100%; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--testo); background: var(--sfondo); -webkit-font-smoothing: antialiased; }
a { color: var(--blu-600); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(1.65rem, 3vw, 2.2rem); color: var(--blu-950); }
h2 { margin-bottom: 8px; font-size: 1.1rem; color: var(--blu-950); }
small { display: block; color: var(--attenuato); }
code { padding: 2px 6px; border-radius: 6px; background: #eef2f7; }
input, button, select, textarea { font: inherit; }
[x-cloak] { display: none !important; }
