:root{--sfondo:#f5f6f7;--pannello:#fff;--riga:#fff;--riga-attiva:#eef3f8;--bordo:#e1e5ea;--testo:#1a1d21;--testo-lieve:#6b7280;--accento:#2e5a73;--accento-piano:#e6eef3;--ombra:0 1px 2px rgba(16,24,40,.06);--barra:#e8ecf1;--bordo-forte:#cbd3dc}[data-tema=scuro]{--sfondo:#14171a;--pannello:#1b1f23;--riga:#1b1f23;--riga-attiva:#232a31;--bordo:#2c3339;--testo:#e7eaed;--testo-lieve:#9aa3ac;--accento:#7fb0cb;--accento-piano:#1f2c35;--ombra:none;--barra:#232a31;--bordo-forte:#3a434b}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--sfondo);color:var(--testo);font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--accento)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--bordo);border-radius:6px}