.auth{--text:var(--on-surface);--text2:var(--on-surface-variant);--text3:color-mix(in srgb,var(--on-surface-variant) 68%,var(--surface));--card2:var(--surface-container);--border:var(--outline-variant);--primary-soft:var(--primary-container);--primary-soft-text:var(--on-primary-container);--green:var(--success);--green-soft:var(--success-container);--green-soft-text:var(--on-success-container);--red:var(--error);min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--surface);color:var(--text);font-family:var(--font-body)}.auth-brand{position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;padding:44px 52px;background:linear-gradient(150deg,#3c2566,#5e3f94 38%,#7c57b3 70%,#1fa597 142%)}.auth-brand:before{width:460px;height:460px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);top:-140px;right:-120px}.auth-brand:after,.auth-brand:before{content:"";position:absolute;border-radius:999px}.auth-brand:after{width:380px;height:380px;background:radial-gradient(circle,rgba(31,165,151,.5),transparent 62%);bottom:-150px;left:-110px}.auth-brand>*{position:relative;z-index:1}.auth-brand-logo{display:flex;align-items:center;gap:11px}.auth-brand-logo-img{display:block;height:38px;width:auto;filter:brightness(0) invert(1)}.auth-brand-mid{margin:auto 0;max-width:30ch}.auth-brand-kicker{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:5px 13px;margin-bottom:22px}.auth-brand-mid h1{font-family:var(--font-display);font-weight:500;font-size:38px;line-height:1.12;letter-spacing:-.02em;margin:0 0 16px}.auth-brand-mid>p{font-size:15px;line-height:1.6;opacity:.9;margin:0 0 30px;font-weight:300}.auth-brand-feats{display:flex;flex-direction:column;gap:15px}.auth-brand-feat{display:flex;gap:13px;align-items:flex-start;font-size:14px;line-height:1.45}.auth-brand-feat .fi{width:32px;height:32px;border-radius:9px;flex:none;display:grid;place-items:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2)}.auth-brand-feat b{font-family:var(--font-display);font-weight:500;display:block;font-size:14.5px}.auth-brand-feat span{opacity:.82;font-weight:300}.auth-brand-foot{display:flex;align-items:center;gap:14px;font-size:12.5px;opacity:.85;font-weight:300}.auth-brand-foot .stars{display:inline-flex;gap:2px;color:#fcd34d}.auth-brand-foot .sep{width:1px;height:14px;background:rgba(255,255,255,.3)}.auth-pane{display:flex;flex-direction:column;padding:36px 48px;min-height:100dvh;overflow-y:auto}.auth-pane-top{display:flex;justify-content:flex-end;gap:14px;font-size:13px}.auth-pane-top,.auth-pane-top .lang{align-items:center;color:var(--text2)}.auth-pane-top .lang{display:inline-flex;gap:6px;border:1px solid var(--border);border-radius:999px;padding:5px 11px;cursor:pointer;background:transparent;font-family:var(--font-body)}.auth-pane-top .lang:hover{background:var(--card2)}.auth-pane-top a{color:var(--primary-soft-text);font-weight:500;text-decoration:none}.auth-pane-top a:hover{text-decoration:underline}.auth-form-wrap{margin:auto;width:100%;max-width:384px;padding:28px 0}.auth-mobile-logo{display:none;align-items:center;gap:10px;margin-bottom:26px}.auth-mobile-logo-img{display:block;height:32px;width:auto}@keyframes auth-fade{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.auth-screen{animation:auth-fade .3s ease both}}.auth-head{margin-bottom:24px}.auth-head .eyebrow{font-family:var(--font-display);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-soft-text);margin-bottom:9px}.auth-head h2{font-family:var(--font-display);font-weight:500;font-size:27px;letter-spacing:-.015em;margin:0 0 7px;line-height:1.15}.auth-head>p{margin:0;color:var(--text2);font-size:14px;line-height:1.5}.auth-field{margin-bottom:15px}.auth-field>label{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;font-weight:500;color:var(--text2);margin-bottom:7px;font-family:var(--font-display)}.auth-field>label a,.auth-field>label button.linklike{font-size:12.5px;color:var(--primary-soft-text);text-decoration:none;font-weight:500;background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-display)}.auth-field>label a:hover,.auth-field>label button.linklike:hover{text-decoration:underline}.auth-inp{display:flex;align-items:center;gap:9px;background:var(--surface-container-high);border:1px solid var(--border);border-radius:var(--r-input);padding:0 12px;height:46px;transition:border-color .15s,box-shadow .15s}.auth-inp:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.auth-inp.ok{border-color:var(--green)}.auth-inp.err{border-color:var(--red)}.auth-inp .lead{color:var(--text3);flex:none}.auth-inp input{flex:1;min-width:0;border:none;outline:none;background:transparent;height:100%;font-family:var(--font-body);font-size:14.5px;color:var(--text);font-weight:300}.auth-inp input::placeholder{color:var(--text3)}.auth-inp .toggle{border:none;background:transparent;color:var(--text3);cursor:pointer;padding:4px;display:grid;place-items:center;border-radius:6px;flex:none}.auth-inp .toggle:hover{color:var(--text2);background:var(--card2)}.auth-inp .vok{color:var(--green-soft-text);flex:none}.auth-field .msg{font-size:12px;margin-top:6px;color:var(--text3);line-height:1.4;display:flex;gap:5px;align-items:center}.auth-field .msg.err{color:var(--red)}.auth-strength{margin-top:10px}.auth-strength .bars{display:flex;gap:5px}.auth-strength .bars i{flex:1;height:4px;border-radius:999px;background:var(--border);transition:background .2s}.auth-strength .lbl{font-size:11.5px;color:var(--text3);margin-top:7px;display:flex;justify-content:space-between}.auth-strength .lbl b{font-family:var(--font-display);font-weight:600}.auth-reqs{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px;margin-top:11px}.auth-reqs .rq{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text3);transition:color .2s}.auth-reqs .rq svg{flex:none;opacity:.5;transition:opacity .2s,color .2s}.auth-reqs .rq.met{color:var(--text2)}.auth-reqs .rq.met svg{opacity:1;color:var(--green-soft-text)}.auth-btn{width:100%;height:46px;border:none;border-radius:var(--r-btn);cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:14.5px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:filter .15s,transform .05s,opacity .15s}.auth-btn:active{transform:translateY(1px)}.auth-btn:disabled{cursor:not-allowed;opacity:.55}.auth-btn.primary{background:var(--primary);color:var(--on-primary)}.auth-btn.primary:not(:disabled):hover{filter:brightness(1.06)}.auth-btn.sso{background:var(--surface-container-high);color:var(--text);border:1px solid var(--border);font-weight:500}.auth-btn.sso:not(:disabled):hover{background:var(--card2)}.auth-btn.ghost{background:transparent;color:var(--text2);border:1px solid var(--border);font-weight:500}.auth-btn.ghost:not(:disabled):hover{background:var(--card2)}.auth-divider{display:flex;align-items:center;gap:14px;margin:18px 0;color:var(--text3);font-size:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border)}.auth-row-between{display:flex;align-items:center;justify-content:space-between;margin:4px 0 20px}.auth-check{display:inline-flex;align-items:center;gap:9px;font-size:13px;color:var(--text2);cursor:pointer;user-select:none}.auth-check input{position:absolute;opacity:0;pointer-events:none}.auth-check .box{width:18px;height:18px;border-radius:6px;border:1.5px solid var(--border);background:var(--surface-container-high);display:grid;place-items:center;color:transparent;flex:none;transition:background .15s,border-color .15s}.auth-check input:checked+.box{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.auth-check input:focus-visible+.box{box-shadow:0 0 0 3px var(--primary-soft)}.auth-alt{text-align:center;margin-top:22px;font-size:13.5px;color:var(--text2)}.auth-alt a{color:var(--primary-soft-text);font-weight:600;text-decoration:none}.auth-alt a:hover{text-decoration:underline}.auth-back-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--text2);text-decoration:none;margin-top:24px;font-weight:500;font-family:var(--font-display);background:none;border:none;cursor:pointer;padding:0}.auth-back-link:hover{color:var(--text)}.auth-icon-hero{width:60px;height:60px;border-radius:17px;display:grid;place-items:center;margin-bottom:20px;background:var(--primary-soft);color:var(--primary-soft-text)}.auth-icon-hero.green{background:var(--green-soft);color:var(--green-soft-text)}.auth-sent-mail{display:inline-flex;align-items:center;gap:8px;background:var(--card2);border:1px solid var(--border);border-radius:var(--r-input);padding:9px 14px;font-size:13.5px;font-weight:500;color:var(--text);font-family:var(--font-display);margin:16px 0 4px}.auth-resend{font-size:12.5px;color:var(--text3);margin-top:16px}.auth-resend a,.auth-resend button.linklike{color:var(--primary-soft-text);font-weight:600;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-body);font-size:12.5px}.auth-resend a:hover,.auth-resend button.linklike:hover{text-decoration:underline}.auth-terms-note{font-size:12px;color:var(--text3);line-height:1.5}.auth-terms-note a{color:var(--primary-soft-text);text-decoration:none}.auth-terms-note a:hover{text-decoration:underline}.auth-banner{display:flex;align-items:flex-start;gap:8px;border-radius:var(--r-input);padding:10px 12px;font-size:13px;line-height:1.45;margin-bottom:4px}.auth-banner.err{color:var(--on-error-container,var(--error));background:var(--error-container)}.auth-banner.info{color:var(--on-primary-container);background:var(--primary-container)}@media (max-width:880px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-mobile-logo{display:flex}.auth-pane{padding:24px 22px}}