@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e2e8f0;background-color:#0a0f1c;min-width:320px;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{color:#fff;background-color:#10b981}:focus-visible{outline-offset:2px;outline:2px solid #10b981}button:active:not(:disabled){transform:scale(.98)}input:-webkit-autofill{-webkit-text-fill-color:#e2e8f0;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #1e293b}input:-webkit-autofill:hover{-webkit-text-fill-color:#e2e8f0;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #1e293b}input:-webkit-autofill:focus{-webkit-text-fill-color:#e2e8f0;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #1e293b}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}
