.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%}}