*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0e17;color:#c8d6e5;font-family:IBM Plex Sans,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0f1520}::-webkit-scrollbar-thumb{background:#2a3a52;border-radius:3px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 8px rgba(0,212,170,.15)}50%{box-shadow:0 0 20px rgba(0,212,170,.35)}}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeInUp .5s ease-out}.pulse{animation:pulseGlow 1s ease-in-out}.timer-critical{animation:timerPulse .5s infinite}input:focus{outline:none;border-color:rgba(0,212,170,.3)!important}button{font-family:IBM Plex Sans,sans-serif}button:focus-visible{outline:2px solid #00d4aa;outline-offset:2px}