@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}.auth-root{background:#f5f7fa;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.auth-left{background:linear-gradient(135deg,#0f2c5e 0%,#1a4ba3 45%,#1565c0 100%);flex-direction:column;flex:0 0 48%;justify-content:center;align-items:center;min-height:100vh;padding:48px 52px;display:flex;position:relative;overflow:hidden}@keyframes blobFloat1{0%,to{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(30px,-40px)scale(1.1)rotate(5deg)}50%{transform:translate(-20px,30px)scale(.9)rotate(-3deg)}75%{transform:translate(40px,20px)scale(1.05)rotate(4deg)}}@keyframes blobFloat2{0%,to{transform:translate(0)scale(1)rotate(0)}33%{transform:translate(-30px,40px)scale(1.15)rotate(-5deg)}66%{transform:translate(20px,-30px)scale(.85)rotate(3deg)}}@keyframes blobFloat3{0%,to{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(50px,-20px)scale(1.2)rotate(8deg)}}@keyframes blobFloat4{0%,to{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(-40px,-30px)scale(.8)rotate(-6deg)}}@keyframes blobFloat5{0%,to{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(20px,40px)scale(1.3)rotate(10deg)}}.auth-brand{cursor:pointer;z-index:1;background:0 0;border:none;align-items:center;gap:12px;margin-bottom:20px;padding:0;text-decoration:none;display:flex;position:relative}.auth-brand-icon{color:#fff;letter-spacing:-.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:flex}.auth-brand-name{color:#fff;letter-spacing:-.3px;font-size:20px;font-weight:800}.auth-left-body{z-index:1;text-align:center;max-width:420px;position:relative}.auth-left-tagline{letter-spacing:2.5px;text-transform:uppercase;color:#a5d5ffd9;margin-bottom:18px;font-size:11px;font-weight:600}.auth-left-heading{color:#fff;letter-spacing:-.5px;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.18}.auth-left-heading span{background:linear-gradient(135deg,#60a5fa 0%,#34d399 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-left-desc{color:#ffffffb3;max-width:360px;margin:0 auto 36px;font-size:15px;font-weight:400;line-height:1.65}.auth-features{flex-direction:column;align-items:center;gap:12px;display:flex}.auth-feature-item{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:14px;width:100%;padding:8px 16px;transition:all .3s;display:flex}.auth-feature-item:hover{background:#ffffff1f;transform:translate(8px)}.auth-feature-icon{color:#93c5fd;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.auth-feature-text{color:#ffffffd1;font-size:13px;font-weight:500}.auth-stats{z-index:1;border-top:1px solid #ffffff1a;justify-content:center;gap:40px;padding-top:28px;display:flex;position:relative}.auth-stat-value{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:800}.auth-stat-label{color:#ffffff8c;margin-top:2px;font-size:11px;font-weight:400}.auth-right{background:#f5f7fa;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.auth-card{width:100%;max-width:520px;animation:.6s cubic-bezier(.22,1,.36,1) both authFadeUp}@keyframes authFadeUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-card-inner{background:#fff;border:1px solid #0000000f;border-radius:24px;padding:32px 40px 28px;transition:all .3s;box-shadow:0 4px 6px #0000000a,0 20px 50px #00000014}.auth-card-inner:hover{box-shadow:0 8px 12px #0000000d,0 30px 60px #0000001a}.auth-card-header{text-align:center;margin-bottom:24px}.auth-card-icon{background:linear-gradient(135deg,#1565c0 0%,#0d47a1 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;display:inline-flex;box-shadow:0 8px 24px #1565c059}.auth-card-title{color:#0f172a;letter-spacing:-.4px;margin-bottom:4px;font-size:22px;font-weight:800}.auth-card-subtitle{color:#64748b;font-size:14px;font-weight:400}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-grid{grid-template-columns:1fr 1fr;gap:14px 18px;display:grid}.auth-field-full{grid-column:1/-1}.auth-field{flex-direction:column;gap:4px;display:flex}.auth-required{color:#ef4444}.auth-label{color:#374151;letter-spacing:.3px;font-size:12px;font-weight:600}.auth-input-wrap{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;height:42px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.auth-input-wrap:focus-within{background:#fff;border-color:#1565c0;box-shadow:0 0 0 3px #1565c014}.auth-input-wrap.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef444414}.auth-input-wrap.success{border-color:#10b981;box-shadow:0 0 0 3px #10b98114}.auth-input-icon{color:#94a3b8;flex-shrink:0;align-items:center;padding:0 10px 0 12px;display:flex}.auth-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0 12px 0 0;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.auth-input::placeholder{color:#94a3b8;font-weight:400}.auth-input-pr{padding-right:40px}.auth-country-code{background:#f8fafc;border-right:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:6px;height:100%;padding:0 10px;display:flex}.auth-country-code span{color:#374151;font-size:13px;font-weight:600}.auth-input-check{animation:.3s cubic-bezier(.34,1.56,.64,1) both checkPop;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@keyframes checkPop{0%{opacity:0;transform:translateY(-50%)scale(0)}to{opacity:1;transform:translateY(-50%)scale(1)}}.auth-toggle-btn{color:#94a3b8;cursor:pointer;z-index:2;background:0 0;border:none;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-toggle-btn:hover{color:#475569}.auth-error-msg{color:#ef4444;font-size:11px;font-weight:500;animation:.2s both slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-password-strength{margin-top:4px}.auth-strength-bars{gap:4px;display:flex}.auth-strength-bar{background:#e5e7eb;border-radius:99px;flex:1;height:3px;transition:all .3s}.auth-strength-bar.weak{background:#ef4444}.auth-strength-bar.fair{background:#f59e0b}.auth-strength-bar.strong{background:#10b981}.auth-strength-label{margin-top:2px;font-size:10px;font-weight:600;display:block}.auth-strength-label.weak{color:#ef4444}.auth-strength-label.fair{color:#f59e0b}.auth-strength-label.strong{color:#10b981}.auth-terms-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.auth-terms-checkbox{cursor:pointer;accent-color:#1565c0;flex-shrink:0;width:16px;height:16px}.auth-terms-label{color:#374151;cursor:pointer;font-size:12px}.auth-terms-link{color:#1565c0;cursor:pointer;font-weight:600;text-decoration:underline}.auth-terms-link:hover{color:#0d47a1}.auth-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1565c0 0%,#0d47a1 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:4px;padding:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #1565c04d}.auth-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #1565c066}.auth-btn-primary:active:not(:disabled){transform:translateY(0)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-divider{align-items:center;gap:12px;margin:18px 0 14px;display:flex}.auth-divider-line{background:#e2e8f0;flex:1;height:1px}.auth-divider-text{color:#94a3b8;white-space:nowrap;font-size:11px;font-weight:500}.auth-social-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:all .25s;display:flex}.auth-social-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.auth-footer-text{text-align:center;color:#64748b;margin-top:18px;font-size:13px;font-weight:400}.auth-footer-divider{color:#d1d5db;margin:0 6px}.auth-footer-forgot{color:#6b7280!important;font-weight:500!important}.auth-footer-forgot:hover{color:#374151!important}.auth-otp-container{flex-direction:column;gap:14px;display:flex}.auth-otp-field{text-align:center}.auth-otp-label{margin-bottom:12px;font-size:14px;font-weight:500;display:block}.auth-otp-inputs{justify-content:center;gap:10px;display:flex}.auth-otp-input{text-align:center;background:#fff;border:2px solid #d1d5db;border-radius:10px;outline:none;width:48px;height:56px;font-family:Inter,sans-serif;font-size:24px;font-weight:700;transition:all .2s}.auth-otp-input:focus{border-color:#1565c0;transform:scale(1.05);box-shadow:0 0 0 3px #1565c01a}.auth-otp-input:hover{border-color:#1565c0}.auth-otp-actions{text-align:center}.auth-otp-resend{color:#1565c0;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px;font-weight:500;transition:color .15s}.auth-otp-resend:hover:not(:disabled){color:#0d47a1}.auth-otp-resend:disabled{color:#94a3b8;cursor:not-allowed}.auth-otp-back{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px;text-decoration:underline;transition:color .15s}.auth-otp-back:hover{color:#374151}@media (max-width:1200px){.auth-card{max-width:480px}.auth-card-inner{padding:28px 32px}}@media (max-width:992px){.auth-left{flex:0 0 42%;padding:36px 32px}.auth-left-heading{font-size:28px}.auth-card{max-width:440px}.auth-card-inner{padding:24px 28px}}@media (max-width:768px){.auth-root{min-height:100vh;overflow-y:auto}.auth-left{display:none!important}.auth-right{background:#f5f7fa;justify-content:center;align-items:center;min-height:100vh;display:flex;width:100%!important;padding:16px!important}.auth-card{max-width:100%!important;margin:0!important}.auth-card-inner{border-radius:20px!important;padding:20px 16px!important}.auth-card-title{font-size:20px!important}.auth-card-subtitle{font-size:13px!important}.auth-card-icon{width:48px!important;height:48px!important}.auth-grid{grid-template-columns:1fr!important;gap:12px!important}.auth-field-full{grid-column:1!important}.auth-input-wrap{height:40px!important}.auth-input{font-size:14px!important}.auth-btn-primary{height:44px!important;font-size:14px!important}.auth-otp-input{width:42px!important;height:50px!important;font-size:20px!important}.auth-stats,.auth-features,.auth-left-body{display:none!important}}@media (max-width:480px){.auth-right{padding:12px!important}.auth-card-inner{border-radius:16px!important;padding:16px 14px!important}.auth-card-title{font-size:18px!important}.auth-card-subtitle{font-size:12px!important}.auth-card-icon{width:40px!important;height:40px!important;font-size:14px!important}.auth-input-wrap{height:38px!important}.auth-input{font-size:13px!important}.auth-input-icon svg{width:14px!important;height:14px!important}.auth-label{font-size:11px!important}.auth-btn-primary{height:40px!important;padding:8px!important;font-size:13px!important}.auth-otp-input{width:36px!important;height:44px!important;font-size:18px!important}.auth-otp-inputs{gap:6px!important}.auth-footer-text,.auth-footer-text button{font-size:12px!important}.auth-divider-text{font-size:10px!important}.auth-country-code{padding:0 6px!important}.auth-country-code span{font-size:12px!important}.auth-country-code svg{width:20px!important;height:14px!important}.auth-error-msg{font-size:10px!important}.auth-terms-label{font-size:11px!important}.auth-terms-checkbox{width:14px!important;height:14px!important}}@media (max-width:360px){.auth-otp-input{width:32px!important;height:38px!important;font-size:16px!important}.auth-otp-inputs{gap:4px!important}.auth-card-inner{padding:12px 10px!important}}.auth-right::-webkit-scrollbar{width:4px}.auth-right::-webkit-scrollbar-track{background:0 0}.auth-right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.auth-input-wrap,.auth-input,.auth-btn-primary,.auth-social-btn,.auth-otp-input,.auth-feature-item,.auth-stat-value,.auth-stat-label{transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-left-blob{opacity:.4;will-change:transform;border-radius:50%;position:absolute}.auth-left-blob-1{background:#60a5fa40;width:300px;height:300px;animation:8s ease-in-out infinite blobFloat1;top:-80px;right:-80px}.auth-left-blob-2{background:#10b98126;width:350px;height:350px;animation:10s ease-in-out infinite blobFloat2;bottom:-100px;left:-100px}.auth-left-blob-3{background:#fbbf2426;width:200px;height:200px;animation:7s ease-in-out infinite blobFloat3;top:50%;left:20%}.auth-left-blob-4{background:#ec48991f;width:150px;height:150px;animation:9s ease-in-out infinite blobFloat4;bottom:30%;right:10%}.auth-left-blob-5{background:#a78bfa33;width:100px;height:100px;animation:6s ease-in-out infinite blobFloat5;top:20%;right:30%}.auth-social-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-social-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.auth-otp-timer{text-align:center;margin-top:12px}.auth-otp-timer-text{color:#6b7280;font-size:14px}.auth-otp-timer-text strong{color:#1565c0}.auth-otp-resend-btn{color:#1565c0;cursor:pointer;background:0 0;border:none;padding:4px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.auth-otp-resend-btn:hover:not(:disabled){color:#0d47a1;text-decoration:underline}.auth-otp-resend-btn:disabled{opacity:.6;cursor:not-allowed}.auth-spinner-small{vertical-align:middle;border:2px solid #1565c0;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:6px;animation:.7s linear infinite authSpin;display:inline-block}.auth-footer{border-top:1px solid #f0f0f0;flex-direction:column;gap:12px;margin-top:20px;padding-top:16px;display:flex}.auth-footer-text{text-align:center;color:#64748b;font-size:14px;font-weight:400}.auth-footer-text button{cursor:pointer;color:#1565c0;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:color .15s}.auth-footer-text button:hover{color:#0d47a1}.auth-terms{text-align:center;color:#94a3b8;padding:0 4px;font-size:12px;line-height:1.6}.auth-terms span{color:#1565c0;cursor:pointer;text-underline-offset:2px;font-weight:500;text-decoration:underline;transition:color .15s}.auth-terms span:hover{color:#0d47a1}.auth-forgot-link{color:#1565c0;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:color .15s}.auth-forgot-link:hover{color:#0d47a1;text-decoration:underline}.auth-required{color:#ef4444;margin-left:2px}.auth-label-row{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:480px){.auth-terms{font-size:11px}.auth-footer-text,.auth-footer-text button{font-size:13px}.auth-forgot-link{font-size:12px}}
