*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Barlow,sans-serif;background:#f8f8f8;color:#1a1a1a;min-height:100vh}#simulazione-voto-app{min-height:100vh;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.5);opacity:0}65%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes drawLine{0%{stroke-dashoffset:90}to{stroke-dashoffset:0}}@keyframes pulse{0%,to{box-shadow:0 0 #1a1a1a26}50%{box-shadow:0 0 0 10px #1a1a1a00}}@keyframes slideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.su{animation:slideUp .4s cubic-bezier(.25,.8,.25,1) both}.fi{animation:fadeIn .3s ease both}.pi{animation:popIn .35s ease both}.si{animation:slideIn .3s ease both}button{font-family:Barlow,sans-serif}@media(max-width:480px){.ballot-grid{grid-template-columns:1fr 64px 1fr!important}}
