@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.auth-loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d0d0d}.auth-loading-spinner{width:40px;height:40px;border:3px solid #2a2a2a;border-top-color:#7c3aed;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active,select,select:hover,select:focus,select:active{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background-color:#212121;caret-color:#fff}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:0 0 0 1000px #212121 inset!important;box-shadow:0 0 0 1000px #212121 inset!important;background-color:#212121!important;color:#fff!important;caret-color:#fff;transition:background-color 5000s ease-in-out 0s}html{width:100%;height:100%;overflow:hidden}body{width:100%;height:100%;margin:0;padding:0;background-color:#141414;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media (max-width: 768px){html,body{overflow:auto;height:auto}}#root{width:100%;height:100%;margin:0;padding:0}
