.login-shell{display:grid;min-height:100vh;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr)}.login-story{display:flex;min-height:100vh;padding:clamp(32px,6vw,86px);justify-content:space-between;flex-direction:column;color:var(--palette-abyssal-blue);background:radial-gradient(circle at 25% 75%,rgb(255 177 98/13%),transparent 31%),linear-gradient(145deg,#ffffff,#f5f3ee)}.brand-surface{width:fit-content;padding:15px 18px;border-radius:var(--radius-control);background:var(--surface-raised);box-shadow:var(--shadow-soft)}.login-story>div:last-child{max-width:650px}.login-story h1{margin-bottom:22px;font-size:clamp(42px,5vw,66px);font-weight:700}.login-story p:last-child{max-width:560px;color:var(--muted);font-size:17px;line-height:1.7}.login-panel{display:grid;min-height:100vh;padding:40px;place-items:center;background:var(--app-background)}@media (max-width:900px){.login-shell{grid-template-columns:1fr}.login-panel,.login-story{min-height:auto}.login-story{min-height:440px}}