@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#0a1628;margin:0;padding:0;font-family:Inter,"system-ui",sans-serif}#root{width:100%;min-height:100vh}h1,h2,h3,h4,p{margin:0}button,input,textarea,select{font-family:inherit}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.auth-page .auth-card{background:#0f1e35;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:420px;padding:32px;box-shadow:0 4px 24px #00000047}.auth-page .auth-back-link{color:#ffffff8c;margin-bottom:20px;font-size:13px;text-decoration:none;display:inline-block}.auth-page .auth-back-link:hover{color:#fff}.auth-page .auth-logo{width:auto;height:32px;margin-bottom:20px}.auth-page .auth-title{color:#fff;margin:0 0 8px;font-size:24px;font-weight:800}.auth-page .auth-subtitle{color:#ffffff8c;margin:0 0 24px;font-size:14px}.auth-page form{flex-direction:column;display:flex}.auth-page form .flex{display:flex}.auth-page form .flex-col{flex-direction:column}.auth-page form .gap-6{gap:24px}.auth-page form .grid{display:grid}.auth-page form .gap-2{gap:8px}.auth-page form .items-center{align-items:center}.auth-page form .ml-auto{margin-left:auto}.auth-page form label{color:#ffffffd9;font-size:13px;font-weight:600}.auth-page form input{color:#fff;background:#00000040;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}.auth-page form input:focus{border-color:#135dff99;outline:none}.auth-page form button[type=submit]{color:#fff;cursor:pointer;background:#135dff;border:none;border-radius:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:700}.auth-page form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-page .text-sm{font-size:13px}.auth-page .text-center{text-align:center}.auth-page .mt-4{margin-top:16px}.auth-page .text-red-500{color:#f87171}.auth-page a{color:#7eb4ff;text-underline-offset:4px;text-decoration:underline}.auth-page a:hover{color:#a8cdff}
