.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(340px,45%) 1fr;background:var(--surface)}[data-theme=cyber] .auth-layout{background:transparent}.auth-brand{padding:48px clamp(32px,5vw,76px);background:var(--nav-background);color:var(--nav-on);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgb(255 255 255/10%);border-radius:50%;right:-170px;bottom:-120px}.auth-logo{display:flex;align-items:center;gap:12px;font-size:1.35rem;font-weight:800;position:relative;z-index:1}.auth-logo>span{width:52px;height:52px;display:grid;place-items:center;background:var(--nav-on);color:var(--nav-background);border-radius:14px}.auth-logo .brand-logo{width:42px;height:42px}.auth-logo>span:first-child:has(img){background:transparent}.auth-brand-name{width:auto!important;height:auto!important;display:inline!important;background:transparent!important;color:inherit!important;border-radius:0!important}.auth-brand div{max-width:580px;position:relative;z-index:1}.auth-brand h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.035em;margin:14px 0 22px}.auth-brand p{color:var(--inverse-primary);line-height:1.7;font-size:1.05rem}.auth-brand .eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;color:var(--secondary-fixed-dim);font-weight:800}.auth-brand small{color:var(--on-primary-container);position:relative;z-index:1}[data-theme=cyber] .auth-brand p,[data-theme=cyber] .auth-brand small{color:var(--text-muted)}[data-theme=cyber] .auth-brand .eyebrow{color:var(--primary)}.auth-form-wrap{display:grid;place-items:center;padding:40px 24px}.auth-card{width:min(100%,460px);gap:0}.auth-card h2{font-family:var(--font-display);font-size:var(--type-h1-size);line-height:var(--type-h1-line);margin:0 0 8px}.auth-card>.intro{color:var(--muted);margin:0 0 30px}.auth-fields{display:grid;gap:18px}.password-wrap{position:relative}.password-wrap input{padding-right:48px}.show-password{position:absolute;right:3px;bottom:2px;width:42px;height:42px;border:0;background:transparent;color:var(--muted);cursor:pointer}.auth-submit{width:100%;margin-top:7px}.auth-social{display:grid;gap:16px;margin-top:22px}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;color:var(--muted);font-size:.75rem}.auth-divider:after,.auth-divider:before{height:1px;content:"";background:var(--border)}.google-login-shell{min-height:44px;display:grid;place-items:center;position:relative}.google-login-button{width:100%;min-height:44px;display:grid;place-items:center}.google-login-loading,.oauth-unavailable{color:var(--muted);font-size:.78rem;text-align:center}.google-login-loading{position:absolute}.google-login-blocker{position:absolute;inset:0;border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 58%,transparent);cursor:progress}.oauth-unavailable{margin:0}.auth-switch{text-align:center;color:var(--muted);margin-top:24px}.auth-switch a{color:var(--teal);font-weight:750}.requirements{color:var(--muted);font-size:.8rem;line-height:1.5;margin:-8px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}@media (max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-brand{padding:24px;min-height:auto}.auth-brand>div,.auth-brand>small{display:none}.auth-form-wrap{align-items:start;padding-top:54px}.form-grid{grid-template-columns:1fr}}