@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#f3f4f6;font-family:Inter,sans-serif}#root,body{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1f3a}::-webkit-scrollbar-thumb{background:#06b6d4;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0891b2}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .5s ease-out}input:focus{box-shadow:0 0 20px #06b6d466!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}
/*# sourceMappingURL=main.0dd5cb87.css.map*/