.auth-page{background:var(--bg);overflow-x:hidden}.auth-shell{min-height:100vh;display:flex}.auth-brand{position:relative;display:flex;width:50%;min-height:100vh;overflow:hidden;padding:32px;background:linear-gradient(145deg,rgba(66,191,255,.92),rgba(103,232,165,.78));color:#071115}.auth-brand:after{content:"";position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.auth-brand-link{position:relative;z-index:2;display:flex;align-items:center;align-self:flex-start;gap:11px;font-size:20px;font-weight:800}.auth-brand .brand-mark{background:rgba(7,17,21,.9);color:var(--brand);box-shadow:none}.auth-brand-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-self:flex-end;margin:0 0 8vh;gap:10px}.auth-brand-copy strong{font-size:clamp(30px,3vw,48px);letter-spacing:-.045em}.auth-brand-copy span{font-size:16px;color:rgba(7,17,21,.72)}.auth-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.14);filter:blur(2px);animation:auth-float 8s ease-in-out infinite}.auth-orb-one{width:280px;height:280px;top:18%;left:16%}.auth-orb-two{width:190px;height:190px;right:8%;bottom:18%;animation-delay:-2.5s}.auth-orb-three{width:110px;height:110px;right:19%;top:12%;animation-delay:-5s}@keyframes auth-float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-16px,0)}}.auth-content{width:50%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px;background:var(--bg)}.auth-panel{width:min(448px,100%)}.auth-panel-top{display:flex;align-items:center;justify-content:flex-end;min-height:40px;margin-bottom:32px}.auth-mobile-brand{display:none;align-items:center;gap:10px;font-weight:800}.auth-back{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:9px;color:var(--muted);font-size:13px;transition:background .18s,color .18s}.auth-back:hover{color:var(--text);background:var(--panel-2)}.auth-heading{margin-bottom:28px}.auth-heading h1{margin:0;font-size:32px;line-height:1.2;letter-spacing:-.035em}.auth-heading p{margin:9px 0 0;color:var(--muted);font-size:14px}.auth-field{display:grid;gap:8px;margin-bottom:19px}.auth-field label{font-size:13px;font-weight:650;color:#d6dde3}.auth-label-row{display:flex;align-items:center;justify-content:space-between}.auth-input-wrap{position:relative}.auth-input-wrap input{width:100%;height:44px;border:1px solid var(--line);outline:0;border-radius:10px;padding:0 42px;background:#0d141b;color:var(--text);transition:border-color .18s,box-shadow .18s,background .18s}.auth-input-wrap input:hover{border-color:#344453}.auth-input-wrap input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(103,232,165,.09);background:#0f171f}.auth-input-wrap input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 3px rgba(255,123,131,.08)}.auth-input-icon{position:absolute;left:14px;top:50%;z-index:1;transform:translateY(-50%);color:var(--muted);font-size:14px;font-weight:700;pointer-events:none}.auth-lock-icon,.auth-user-icon{width:14px;height:14px;border:1.6px solid currentColor;border-radius:3px}.auth-lock-icon:before{content:"";position:absolute;width:8px;height:7px;left:1.4px;top:-7px;border:1.6px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0}.auth-user-icon{border-radius:50%;width:10px;height:10px;left:16px;top:40%}.auth-user-icon:after{content:"";position:absolute;width:14px;height:7px;left:-3.5px;top:11px;border:1.6px solid currentColor;border-bottom:0;border-radius:10px 10px 0 0}.password-toggle{position:absolute;right:7px;top:50%;width:34px;height:34px;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.password-toggle:hover{background:var(--panel-2);color:var(--text)}.password-toggle span{display:block;width:16px;height:11px;margin:auto;border:1.5px solid currentColor;border-radius:50%}.password-toggle span:after{content:"";display:block;width:4px;height:4px;margin:2px auto;border-radius:50%;background:currentColor}.password-toggle.is-visible span:before{content:"";position:absolute;width:19px;height:1.5px;background:currentColor;transform:rotate(-42deg);left:8px;top:16px}.auth-field-hint{margin:-2px 0 0;color:var(--muted);font-size:12px}.field-error{min-height:0;color:var(--danger);font-size:12px}.field-error:not(:empty){min-height:16px}.form-alert{margin-bottom:18px;padding:12px 14px;border:1px solid rgba(255,123,131,.35);border-radius:10px;background:rgba(255,123,131,.08);color:#ffadb2;font-size:13px;line-height:1.5}.auth-submit{width:100%;height:44px;margin-top:6px;border:0;border-radius:10px;background:var(--brand);color:#07140e;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;transition:transform .18s,background .18s,box-shadow .18s}.auth-submit:hover:not(:disabled){background:#7cf0b5;box-shadow:0 8px 24px rgba(103,232,165,.16);transform:translateY(-1px)}.auth-submit:disabled{cursor:not-allowed;opacity:.65}.button-spinner{display:none;width:16px;height:16px;border:2px solid rgba(7,20,14,.35);border-top-color:#07140e;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-submit.is-loading .button-spinner{display:block}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-alternate,.auth-terms{text-align:center;color:var(--muted);font-size:13px}.auth-alternate{margin:24px 0 0}.auth-terms{margin:15px 0 0;font-size:11px}.auth-alternate a,.verification-resend{color:var(--brand);font-weight:700}.auth-alternate a:hover,.verification-resend:hover{text-decoration:underline;text-underline-offset:3px}.verification-state{display:flex;gap:13px;padding:14px;margin-bottom:22px;border-radius:11px;background:rgba(103,232,165,.08);border:1px solid rgba(103,232,165,.2)}.verification-state p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.verification-icon{flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#07140e;font-weight:900}.verification-code{padding:0 14px!important;text-align:center;font-size:20px!important;letter-spacing:.35em}.verification-resend{display:block;margin:-4px auto 18px;border:0;background:transparent;cursor:pointer}.verification-resend:disabled{color:var(--muted);cursor:default;text-decoration:none}@media(max-width:960px){.auth-brand{display:none}.auth-content{width:100%;padding:28px}.auth-panel-top{justify-content:space-between}.auth-mobile-brand{display:flex}}@media(max-width:560px){.auth-content{align-items:flex-start;padding:20px}.auth-panel-top{margin-bottom:28px}.auth-heading h1{font-size:28px}.auth-back span{display:none}}@media(prefers-reduced-motion:reduce){.auth-orb,.button-spinner{animation:none}.auth-submit,.auth-back,.auth-input-wrap input{transition:none}}
