.auth-shell{grid-template-columns:minmax(330px,38%) 1fr;min-height:100dvh;display:grid}.auth-shell__brand{justify-content:space-between;gap:var(--space-10);padding:var(--space-12) var(--space-10);color:var(--color-neutral-0);background:radial-gradient(85% 55% at 18% 0,#f05a2729,#0000 58%),linear-gradient(168deg,#1b1e26 0%,#000 100%);flex-direction:column;display:flex;position:relative}.auth-shell--branded .auth-shell__brand{color:var(--ws-accent-fg,var(--color-neutral-0));background:radial-gradient(120% 85% at 12% 0%, #ffffff1f, transparent 55%), linear-gradient(155deg, var(--ws-accent) 0%, color-mix(in srgb, var(--ws-accent) 78%, #000) 100%)}.auth-shell__brandtop{align-items:center;display:flex}.auth-shell__wordmark{width:auto;height:30px;display:block}.auth-shell__brandmid{max-width:24rem}.auth-shell__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;font-weight:var(--weight-semibold);opacity:.66;margin:0 0 var(--space-4)}.auth-shell__headline{letter-spacing:-.02em;font-size:clamp(1.9rem,2.6vw,2.4rem);line-height:1.07;font-weight:var(--weight-bold);margin:0}.auth-shell__points{margin:var(--space-8) 0 0;gap:var(--space-3);padding:0;list-style:none;display:grid}.auth-shell__points li{gap:var(--space-3);font-size:var(--text-base);opacity:.92;align-items:center;display:flex}.auth-shell__tick{border-radius:var(--radius-full);background:color-mix(in srgb, currentColor 22%, transparent);flex:none;place-items:center;width:1.25rem;height:1.25rem;display:grid}.auth-shell__tick svg{width:.7rem;height:.7rem}.auth-shell__brandfoot{font-size:var(--text-sm);opacity:.66}.auth-shell__poweredby{color:inherit;transition:opacity var(--duration-fast) var(--ease-out);text-decoration:none}.auth-shell__poweredby:hover{opacity:.85;text-decoration:underline}.auth-shell__poweredby-name{font-weight:var(--weight-semibold)}.auth-shell__formpane{padding:var(--space-12) var(--space-8);background:var(--color-surface);justify-content:center;align-items:center;display:flex}.auth-shell__form{gap:var(--space-4);flex-direction:column;width:min(100%,24rem);display:flex}.auth-shell__form form{gap:var(--space-3);margin-top:var(--space-2);flex-direction:column;display:flex}.auth-shell__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);letter-spacing:-.02em;margin:0}.auth-shell--branded .prim-button--primary{background:var(--ws-accent,var(--color-brand-logo));border-color:var(--ws-accent,var(--color-brand-logo));color:var(--ws-accent-fg,var(--color-neutral-0))}.auth-shell:not(.auth-shell--branded) .prim-button--primary{background:var(--color-brand-logo);border-color:var(--color-brand-logo);color:var(--color-neutral-0)}.auth-shell .prim-button--primary:hover:not(:disabled),.auth-shell .prim-button--primary:active:not(:disabled){filter:brightness(.93)}@media (max-width:60rem){.auth-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr}.auth-shell__brand{justify-content:flex-start;gap:var(--space-4);padding:var(--space-10) var(--space-6) var(--space-8)}.auth-shell__points,.auth-shell__brandfoot{display:none}.auth-shell__headline{font-size:var(--text-2xl)}.auth-shell__formpane{padding:var(--space-10) var(--space-6)}}