.auth-container{background-color:#fbfaf9;justify-content:center;align-items:center;min-height:100dvh;padding:24px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow:hidden}.auth-container:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff4d000d 0%,#fff0 70%);border-radius:50%;width:40vw;height:40vw;position:absolute;top:-10%;left:-10%}.auth-card{z-index:10;background:#fff;border:1px solid #e7e6e4;border-radius:24px;width:100%;max-width:440px;padding:40px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 20px #0b122c0a}.auth-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0b122c0f}.auth-logo{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;text-decoration:none;display:flex}.auth-logo .logo-icon{color:#fff;background:linear-gradient(135deg,#ff4d00 0%,#f59f0a 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex;box-shadow:0 4px 12px #ff4d0033}.auth-logo .logo-text{color:#0b132d;letter-spacing:-.02em;font-size:20px;font-weight:800}.auth-logo .logo-text span{color:#ff4d00}.back-home-link{color:#5d5956;justify-content:center;align-items:center;gap:6px;margin-top:-20px;margin-bottom:24px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.back-home-link:hover{color:#ff4d00}.auth-header{text-align:center;margin-bottom:28px}.auth-header h1{color:#0b132d;letter-spacing:-.03em;margin-bottom:8px;font-size:24px;font-weight:800}.auth-header p{color:#5d5956;font-size:14px;line-height:1.5}.auth-form{flex-direction:column;gap:20px;display:flex}.name-row{gap:16px;width:100%;display:flex}.name-row .form-group{flex:1;margin:0}@media (max-width:480px){.name-row{flex-direction:column;gap:20px}}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#0b132d;letter-spacing:-.01em;font-size:13px;font-weight:700}.form-group .input-wrapper{align-items:center;display:flex;position:relative}.form-group input{color:#0b132d;background-color:#fbfaf9;border:1px solid #e7e6e4;border-radius:12px;width:100%;padding:14px 16px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.form-group input::placeholder{color:#9d9995}.form-group input:focus{background-color:#fff;border-color:#ff4d00;outline:none;box-shadow:0 0 0 4px #ff4d0014}.auth-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4d00 0%,#f59f0a 100%);border:none;border-radius:12px;width:100%;padding:14px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ff4d0026}.auth-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #ff4d0040}.auth-btn-primary:active:not(:disabled){transform:translateY(0)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-divider{text-align:center;color:#9d9995;align-items:center;margin:12px 0;font-size:12px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #e7e6e4;flex:1}.auth-divider:not(:empty):before{margin-right:12px}.auth-divider:not(:empty):after{margin-left:12px}.social-login-group{flex-direction:column;gap:12px;display:flex}.auth-btn-google,.auth-btn-microsoft,.auth-btn-github{color:#0b132d;cursor:pointer;background-color:#fff;border:1px solid #e7e6e4;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:13px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.auth-btn-google:hover,.auth-btn-microsoft:hover,.auth-btn-github:hover{background-color:#fbfaf9;border-color:#ceccca}.auth-btn-google svg,.auth-btn-microsoft svg,.auth-btn-github svg{width:18px;height:18px}.error-message{color:#e8304f;text-align:center;background-color:#ef44440d;border:1px solid #ef44441a;border-radius:12px;margin-bottom:16px;padding:12px;font-size:13px;font-weight:600}.otp-container{justify-content:space-between;gap:8px;margin:16px 0;display:flex}.otp-container input{text-align:center;color:#0b132d;background-color:#fbfaf9;border:1px solid #e7e6e4;border-radius:12px;width:50px;height:58px;font-size:24px;font-weight:800;transition:all .25s cubic-bezier(.4,0,.2,1)}.otp-container input:focus{background-color:#fff;border-color:#ff4d00;outline:none;box-shadow:0 0 0 4px #ff4d0014}.otp-actions{justify-content:space-between;align-items:center;margin-top:12px;font-size:13px;display:flex}.otp-actions .btn-back{color:#5d5956;cursor:pointer;background:0 0;border:none;padding:4px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.otp-actions .btn-back:hover{color:#ff4d00}.otp-actions .resend-text{color:#9d9995;font-weight:500}.otp-actions .resend-text .btn-resend{color:#ff4d00;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-weight:700;text-decoration:underline}.otp-actions .resend-text .btn-resend:hover{color:#f59f0a}.auth-tabs{border-bottom:2px solid #e7e6e4;margin-bottom:24px;display:flex}.auth-tabs .auth-tab{color:#5d5956;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}.auth-tabs .auth-tab:hover:not(:disabled){color:#0b132d}.auth-tabs .auth-tab.active{color:#ff4d00;border-bottom-color:#ff4d00}.auth-tabs .auth-tab:disabled{opacity:.5;cursor:not-allowed}
