.password-input{position:relative;display:flex;align-items:center}.password-input input{width:100%;padding-right:40px}.password-toggle{position:absolute;right:12px;cursor:pointer;font-size:18px;color:#777}.password-toggle:hover{color:#000}.otp-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:999}.otp-modal{width:340px;background:white;padding:1.8rem;border-radius:18px;display:flex;flex-direction:column;gap:.8rem;text-align:center;position:relative}.otp-close{position:absolute;right:12px;top:10px;border:none;background:none;font-size:18px;cursor:pointer}.otp-input{padding:.6rem}.otp-resend{font-size:.85rem}.otp-card{width:100%;max-width:320px;margin:0 auto;padding:1.1rem 1.2rem;background:#f7f7f7;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.otp-title{font-size:1.05rem;font-weight:600;margin:0}.otp-text{font-size:.85rem;color:rgba(0,0,0,.65);line-height:1.35;margin:0}.otp-input{width:100%;padding:.55rem;border-radius:10px;border:1.5px solid var(--button-color);font-size:1rem;text-align:center;letter-spacing:.35em;font-weight:500}.otp-btn{width:100%;padding:.6rem;margin-top:.2rem}.otp-resend{border:none;background:none;font-size:.8rem;font-weight:600;color:var(--button-color);cursor:pointer}.otp-resend:hover{text-decoration:underline}.tab{border:1px solid #ccc;background:white;border-radius:999px;padding:.4rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.3rem}.section-eyebrow{color:var(--button-color)}.tab-active{border:2px solid var(--button-color);border-radius:999px;padding:.4rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.3rem}.title{color:var(--button-color)}.input-style{padding:.7rem;border-radius:12px;border:1px solid rgba(4,16,33,.12)}.btn-primary{padding:.8rem;border-radius:999px;border:none;background:var(--button-color);color:#fff;font-weight:600}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-wrapper{display:flex;max-width:900px;width:100%;height:520px;background:white;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.08)}.login-visual{flex:1;background:#2f7d32;color:white;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loginImage{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.login-visual h2{margin-bottom:.5rem}.login-visual p{opacity:.95;line-height:1.5}.login-form{flex:1;padding:2.5rem;justify-content:space-between;width:100%}.form-content,.login-form{display:flex;flex-direction:column}.form-content{min-height:340px;justify-content:center}.login-footer-text{margin-top:1.5rem;text-align:center;font-size:.9rem}.action-text,.login-footer-text b{color:var(--button-color);cursor:pointer}.action-text{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.action-text:hover{text-decoration:underline}.action-text:active{transform:translateY(1px)}.btn-primary,.login-footer-text b,.text-link,button{cursor:pointer}.btn-primary:hover,button:hover{opacity:.95}.login-footer-text b:hover,.text-link:hover{text-decoration:underline}.login-wrapper{animation:pageEnter .6s ease-out}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-slide{animation:fadeSlideUp .35s ease-out}.referral-banner{padding:.65rem .9rem;border-radius:12px;background:rgba(76,175,80,.12);color:rgba(15,23,41,.85);font-size:.9rem;border:1px solid rgba(76,175,80,.25)}@media (max-width:768px){.login-page{padding:1rem;align-items:flex-start}.login-wrapper{flex-direction:column;height:auto;border-radius:20px}.login-visual{height:180px;padding:0}.loginImage{-o-object-fit:contain;object-fit:contain}.login-form{padding:1.25rem;gap:.75rem}.form-content{min-height:auto}.login-footer-text{margin-top:1rem;font-size:.85rem}.btn-primary{width:100%}}