.auth{min-height:100vh;display:flex;background:var(--bg-surface)}.auth--loading{align-items:center;justify-content:center}.auth__brand{position:relative;flex:1 1 55%;overflow:hidden;display:flex;isolation:isolate;background:linear-gradient(150deg,var(--accent-active),var(--accent))}.auth__brand .auth__brand-img{object-fit:cover;object-position:center;z-index:0}.auth__brand-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(24,24,63,.55),rgba(24,24,63,.1) 32%,rgba(24,24,63,.18) 60%,rgba(24,24,63,.78))}.auth__brand-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-8);padding:clamp(32px,4vw,56px);color:#fff}.auth__brand-copy{max-width:460px}.auth__brand-title{margin:0 0 var(--space-3);font-size:clamp(26px,2.6vw,34px);line-height:1.2;font-weight:var(--fw-bold);letter-spacing:-.02em;color:#fff}.auth__brand-subtitle{margin:0 0 var(--space-6);font-size:var(--fs-body);line-height:var(--lh-normal);color:hsla(0,0%,100%,.82)}.auth__features{list-style:none;margin:0;padding:0;flex-direction:column}.auth__feature,.auth__features{display:flex;gap:var(--space-3)}.auth__feature{align-items:center;font-size:var(--fs-body);color:hsla(0,0%,100%,.92)}.auth__feature-icon{display:inline-flex;width:32px;height:32px;flex:none;border-radius:var(--radius-md);background:hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:15px}.auth__feature-icon,.auth__panel{align-items:center;justify-content:center}.auth__panel{flex:1 1 45%;display:flex;padding:clamp(24px,4vw,48px);background:var(--bg-surface)}.auth__form{width:100%;max-width:400px}.auth__form-head{margin-bottom:var(--space-8)}.auth__form-head .auth__title{margin:var(--space-5) 0 var(--space-1);font-weight:var(--fw-semibold);letter-spacing:-.01em}.auth__form-head .auth__subtitle{color:var(--text-secondary);font-size:var(--fs-body)}.auth__options{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-6)}.auth__submit-item{margin-bottom:var(--space-4)}.auth__alert{margin-bottom:var(--space-6)}.auth__state{text-align:center;padding:var(--space-8) 0}.auth__state .auth__state-text{display:block;margin-top:var(--space-4);color:var(--text-secondary)}.auth__link{color:var(--accent);font-weight:var(--fw-medium);transition:color .2s ease}.auth__link:hover{color:var(--accent-hover)}.auth__footer{padding-top:var(--space-5);border-top:1px solid var(--border)}.auth__copy{margin-top:var(--space-4)}.auth-brandmark{gap:var(--space-3);font-size:var(--fs-h3);font-weight:var(--fw-semibold);color:var(--text)}.auth-brandmark,.auth-brandmark__icon{display:inline-flex;align-items:center}.auth-brandmark__icon{justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--accent);color:var(--on-accent);font-size:18px}.auth-brandmark--light{color:#fff}.auth-brandmark--light .auth-brandmark__icon{background:hsla(0,0%,100%,.18);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth__panel .auth-brandmark{display:none}.auth-form .ant-input-prefix{color:var(--text-tertiary);-webkit-margin-end:var(--space-2);margin-inline-end:var(--space-2)}@media(max-width:1024px){.auth__brand{display:none}.auth__panel{flex:1 1 100%;background:var(--bg-canvas)}.auth__form{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(28px,5vw,40px);max-width:440px}.auth__panel .auth-brandmark{display:inline-flex}}@media(max-width:480px){.auth__form{border:none;box-shadow:none;background:transparent;padding:var(--space-2) 0}}