.auth-login *,.auth-login :before,.auth-login :after{box-sizing:border-box;margin:0;padding:0}.auth-login{font-family:var(--font-sans);line-height:normal}.auth-login .layout{min-height:100vh;display:flex}.auth-login .left{background:radial-gradient(at 0 100%,#f3e7da 0%,#fff 55%);flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:2rem;display:flex;position:relative;overflow-y:auto}.auth-login .logo-pill{align-items:center;width:fit-content;text-decoration:none;display:inline-flex;position:absolute;top:2rem;left:2rem}.auth-login .logo-pill img{height:38px;display:block}.auth-login .logo-pill span{color:#c87038}.auth-login .form-wrap{width:100%;max-width:380px;padding:1rem 0}.auth-login h1{font-family:var(--font-serif);color:#0f1629;text-align:center;margin-bottom:.25rem;font-size:1.7rem;font-weight:600}.auth-login .sub{color:#94a3b8;text-align:center;margin-bottom:2rem;font-size:.83rem}.auth-login .field{margin-bottom:.85rem}.auth-login .field label{color:#64748b;margin-bottom:.28rem;padding-left:4px;font-size:.75rem;font-weight:500;display:block}.auth-login .inp{color:#0f1629;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.88rem;transition:border-color .2s,background .2s}.auth-login .inp:focus{background:#fff;border-color:#c87038}.auth-login .inp::placeholder{color:#cbd5e1}.auth-login .forgot-row{justify-content:flex-end;margin-top:.3rem;display:flex}.auth-login .forgot-btn{cursor:pointer;color:#94a3b8;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;text-decoration:underline}.auth-login .forgot-btn:hover{color:#64748b}.auth-login .btn-sub{color:#fff;cursor:pointer;background:#c87038;border:none;border-radius:10px;width:100%;margin-top:1.4rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,transform .1s}.auth-login .btn-sub:hover{background:#b85e28}.auth-login .btn-sub:active{transform:scale(.98)}.auth-login .btn-sub:disabled{opacity:.6;cursor:not-allowed}.auth-login .register-ln{text-align:center;color:#94a3b8;margin-top:1.2rem;font-size:.8rem}.auth-login .register-ln a{color:#0f1629;font-weight:600;text-decoration:none}.auth-login .alert{border-radius:10px;margin-bottom:1rem;padding:.65rem 1rem;font-size:.83rem}.auth-login .alert-danger{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.auth-login .alert-success{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.auth-login .right{background:#0f1629;flex-shrink:0;width:52%;height:100vh;position:sticky;top:0;overflow:hidden}.auth-login .hero-photo{background:url(/img/athlete-hero-2.jpg) 50%/cover no-repeat;position:absolute;inset:0}.auth-login .hero-overlay{background:linear-gradient(160deg,#0f16291a 0%,#0f16298c 100%);position:absolute;inset:0}.auth-login .cards-wrap{flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;display:flex;position:absolute;inset:0}.auth-login .hero-brand{align-items:center;gap:.75rem;display:flex}.auth-login .hero-logo{color:#fff;letter-spacing:.5px;font-size:1.1rem;font-weight:900}.auth-login .hero-logo span{color:#c87038}.auth-login .hero-tag{color:#ffffff80;border-left:1px solid #fff3;padding-left:.75rem;font-size:.72rem;line-height:1.4}.auth-login .float-mini{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.4rem;display:flex;box-shadow:0 4px 20px #0003}.auth-login .mini-stat{text-align:center;flex:1}.auth-login .mini-stat .mval{color:#fff;font-size:1.4rem;font-weight:900;line-height:1}.auth-login .mini-stat .mlbl{color:#fff6;margin-top:3px;font-size:.65rem}.auth-login .mini-div{background:#ffffff1f;width:1px;height:32px}@media (max-width:900px){.auth-login .right{display:none}}.auth-login .overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f162980;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.auth-login .overlay.open{display:flex}.auth-login .popup{background:#fff;border-radius:16px;width:100%;max-width:360px;padding:2rem 1.8rem;animation:.2s authLoginFadeUp;position:relative;box-shadow:0 20px 60px #0003}@keyframes authLoginFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-login .popup-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:1.2rem;position:absolute;top:1rem;right:1.1rem}.auth-login .popup-close:hover{color:#0f1629}.auth-login .popup h2{color:#0f1629;margin-bottom:.25rem;font-size:1.05rem;font-weight:800}.auth-login .popup p{color:#64748b;margin-bottom:1.2rem;font-size:.82rem;line-height:1.5}.auth-login .popup-msg{border-radius:8px;margin-top:.8rem;padding:.6rem .9rem;font-size:.82rem;display:none}.auth-login .popup-msg.ok{color:#16a34a;background:#dcfce7;display:block}.auth-login .popup-msg.err{color:#dc2626;background:#fee2e2;display:block}.auth-login .btn-popup{color:#fff;cursor:pointer;background:#0f1629;border:none;border-radius:10px;width:100%;margin-top:.8rem;padding:.72rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s}.auth-login .btn-popup:hover{background:#1a2545}.auth-login .btn-popup:disabled{opacity:.5;cursor:not-allowed}
