*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{background:#06090d;color:#e8ecf1;font-family:Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__next{height:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#06090d}::-webkit-scrollbar-thumb{background:#1a2332;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#243040}select option{background:#101620;color:#e8ecf1}input[type=range]{accent-color:#c9a227}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-slide-up{animation:slideUp .2s ease}.animate-fade-in{animation:fadeIn .15s ease}.animate-pulse{animation:pulse 2s infinite}@media (max-width:640px){.hide-mobile{display:none!important}.stack-mobile{flex-direction:column!important}}