@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");body,html{background:#f0f2f5!important}.lg-bg{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:#f0f2f5;font-family:Inter,-apple-system,sans-serif}.lg-card{width:100%;max-width:440px;background:#ffffff;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 12px 32px rgba(0,0,0,.08);padding:2.75rem 2.25rem 2.25rem;animation:lgCardIn .38s cubic-bezier(.16,1,.3,1) both}@keyframes lgCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.lg-logo{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-bottom:.625rem}.lg-logo-name{font-size:1.5rem;font-weight:800;color:#2563eb;letter-spacing:-.03em;font-family:Inter,sans-serif}.lg-subtitle{text-align:center;color:#6b7280;margin-bottom:1.875rem;font-weight:400}.lg-google-btn,.lg-subtitle{font-size:1rem;font-family:Inter,sans-serif}.lg-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.25rem;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;font-weight:600;color:#111827;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;letter-spacing:-.01em}.lg-google-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 12px rgba(0,0,0,.07)}.lg-google-btn:disabled{opacity:.55;cursor:not-allowed}.lg-divider{display:flex;align-items:center;gap:.875rem;margin:1.5rem 0 1.25rem}.lg-divider:after,.lg-divider:before{content:"";flex:1;height:1px;background:#e5e7eb}.lg-divider span{font-size:.8125rem;color:#9ca3af;font-weight:400;font-family:Inter,sans-serif;white-space:nowrap}.lg-form{display:flex;flex-direction:column;gap:1.125rem}.lg-label{display:block;font-size:.9375rem;font-weight:500;color:#374151;margin-bottom:.5rem}.lg-input,.lg-label{font-family:Inter,sans-serif}.lg-input{width:100%;padding:.8125rem 1rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.lg-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.lg-input::placeholder{color:#9ca3af}.lg-pw-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.lg-forgot{font-size:.875rem;color:#2563eb;text-decoration:none;font-weight:500;font-family:Inter,sans-serif}.lg-forgot:hover{text-decoration:underline}.lg-pw-wrap{position:relative}.lg-pw-eye{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#9ca3af;display:flex;align-items:center;padding:0}.lg-pw-eye:hover{color:#6b7280}.lg-submit{width:100%;padding:.9375rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:1.0625rem;font-weight:700;cursor:pointer;letter-spacing:-.01em;font-family:Inter,sans-serif;transition:background .15s,box-shadow .15s,transform .1s;margin-top:.25rem}.lg-submit:hover:not(:disabled){background:#1d4ed8;box-shadow:0 6px 20px rgba(37,99,235,.3)}.lg-submit:active:not(:disabled){transform:scale(.99)}.lg-submit:disabled{opacity:.55;cursor:not-allowed}.lg-footer{margin-top:1.5rem;text-align:center;font-size:.9375rem;color:#6b7280;font-family:Inter,sans-serif}.lg-footer a{color:#2563eb;font-weight:700;text-decoration:none}.lg-footer a:hover{text-decoration:underline}@media (max-width:480px){.lg-card{padding:2rem 1.25rem 1.75rem;border-radius:16px}.lg-bg{padding:1rem}}.rg-bg{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#f0f2f5;font-family:Inter,-apple-system,sans-serif}.rg-card{width:100%;max-width:460px;background:#ffffff;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 12px 32px rgba(0,0,0,.08);padding:2.5rem 2.25rem 2.25rem;animation:rgCardIn .38s cubic-bezier(.16,1,.3,1) both}@keyframes rgCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.rg-logo{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-bottom:1.5rem}.rg-logo-name{font-size:1.5rem;font-weight:800;color:#2563eb;letter-spacing:-.03em;font-family:Inter,sans-serif}.rg-steps{gap:.375rem;margin-bottom:1.75rem}.rg-step-dot,.rg-steps{display:flex;align-items:center;justify-content:center}.rg-step-dot{width:28px;height:28px;border-radius:50%;font-size:.8125rem;font-weight:700;transition:background .2s,color .2s;font-family:Inter,sans-serif}.rg-step-line{width:32px;height:2px;border-radius:2px;transition:background .2s}.rg-step-label{margin-left:.5rem;font-size:.875rem;color:#6b7280;font-weight:500;font-family:Inter,sans-serif}.rg-heading{margin-bottom:1.5rem}.rg-heading h1{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .25rem;letter-spacing:-.02em;font-family:Inter,sans-serif}.rg-heading p{color:#6b7280;font-size:.9375rem;margin:0;font-family:Inter,sans-serif}.rg-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.25rem;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;font-size:1rem;font-weight:600;color:#111827;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;font-family:Inter,sans-serif;letter-spacing:-.01em}.rg-google-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 12px rgba(0,0,0,.07)}.rg-google-btn:disabled{opacity:.55;cursor:not-allowed}.rg-divider{display:flex;align-items:center;gap:.875rem;margin:1.25rem 0}.rg-divider:after,.rg-divider:before{content:"";flex:1;height:1px;background:#e5e7eb}.rg-divider span{font-size:.8125rem;color:#9ca3af;font-weight:400;font-family:Inter,sans-serif;white-space:nowrap}.rg-form{display:flex;flex-direction:column;gap:1.125rem}.rg-label{display:block;font-size:.9375rem;font-weight:500;color:#374151;margin-bottom:.5rem}.rg-input,.rg-label{font-family:Inter,sans-serif}.rg-input{width:100%;padding:.8125rem 1rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;appearance:auto}.rg-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.rg-input::placeholder{color:#9ca3af}.rg-pw-wrap{position:relative}.rg-pw-eye{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#9ca3af;display:flex;align-items:center;padding:0}.rg-pw-eye:hover{color:#6b7280}.rg-strength-row{display:flex;gap:4px;margin-top:.5rem}.rg-strength-seg{flex:1;height:3px;border-radius:3px;transition:background .25s}.rg-strength-label{font-size:.75rem;font-weight:500}.rg-mismatch,.rg-strength-label{margin-top:.25rem;font-family:Inter,sans-serif}.rg-mismatch{color:#ef4444;font-size:.8125rem}.rg-otp-boxes{display:flex;gap:.75rem;justify-content:center;margin:1.5rem 0}.rg-otp-box{width:64px;height:68px;border:2px solid #e5e7eb;border-radius:14px;font-size:1.75rem;font-weight:700;text-align:center;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;caret-color:transparent;font-family:Inter,sans-serif}.rg-otp-box:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.rg-otp-box:not(:placeholder-shown){border-color:#2563eb}.rg-resend{text-align:center;margin-top:.5rem}.rg-resend button{font-size:.9375rem;color:#2563eb;font-weight:600;background:none;border:none;cursor:pointer;padding:0;font-family:Inter,sans-serif}.rg-resend button:disabled{color:#9ca3af;cursor:default}.rg-email-note{text-align:center;font-size:.9375rem;color:#6b7280;margin-bottom:.25rem;font-family:Inter,sans-serif}.rg-email-highlight{color:#111827;font-weight:600}.rg-submit{width:100%;padding:.9375rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:1.0625rem;font-weight:700;cursor:pointer;letter-spacing:-.01em;font-family:Inter,sans-serif;transition:background .15s,box-shadow .15s,transform .1s;margin-top:.25rem}.rg-submit:hover:not(:disabled){background:#1d4ed8;box-shadow:0 6px 20px rgba(37,99,235,.3)}.rg-submit:active:not(:disabled){transform:scale(.99)}.rg-submit:disabled{opacity:.55;cursor:not-allowed}.rg-back{flex:1;padding:.875rem 1rem;background:#f3f4f6;color:#374151;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s}.rg-back:hover{background:#e5e7eb}.rg-footer{margin-top:1.25rem;text-align:center;font-size:.9375rem;color:#6b7280;font-family:Inter,sans-serif}.rg-footer a,.rg-footer button{color:#2563eb;font-weight:700;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font:inherit}.rg-footer a:hover,.rg-footer button:hover{text-decoration:underline}.rg-legal{text-align:center;font-size:.8125rem;color:#9ca3af;margin-top:.5rem;font-family:Inter,sans-serif}@media (max-width:480px){.rg-card{padding:2rem 1.25rem 1.75rem;border-radius:16px}.rg-bg{align-items:flex-start;padding:1.75rem 1rem 1rem}.rg-otp-box{width:56px;height:60px;font-size:1.5rem;border-radius:12px}}