*{margin:0;padding:0;box-sizing:border-box}body,html{background:#08080b;color:#eeeef2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select{font-family:inherit}select option{background:#111117;color:#eeeef2}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::selection{background:#e6394640;color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:800px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes barFill{0%{width:0}}@media (max-width:640px){button{min-height:36px}select{min-height:40px}input{min-height:36px}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a38;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a4a}button:focus-visible,input:focus-visible,select:focus-visible{outline:1px solid #e63946;outline-offset:2px}