.sign-in-main{padding:3rem 0 4rem}.sign-in-shell{animation:fadeInUp .45s ease}.auth-shell{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:1.75rem;gap:1.75rem;align-items:stretch}.auth-visual{position:relative;border-radius:1.5rem;overflow:hidden;min-height:480px;border:1px solid var(--stroke-subtle);box-shadow:var(--shadow-md)}.auth-visual-img{object-fit:cover}.auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,42,.15),rgba(13,27,42,.72))}.auth-visual-overlay{position:absolute;inset:auto 0 0 0;z-index:1;padding:2rem;color:#ffffff}.auth-visual-kicker{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff;background:rgba(16,185,129,.85);padding:.35rem .75rem;border-radius:999px;margin-bottom:.9rem}.auth-visual-overlay h2{color:#ffffff;font-size:1.5rem;margin:0 0 1rem;line-height:1.25;text-shadow:0 2px 12px rgba(13,27,42,.4)}.auth-visual-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.auth-visual-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.4;color:rgba(255,255,255,.94)}.auth-visual-check{flex:0 0 auto;width:1.4rem;height:1.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#ffffff;background:var(--brand-primary)}.auth-form-col{display:flex;flex-direction:column;justify-content:center}.sign-in-copy{color:var(--text-muted);margin-bottom:1.25rem}.sign-in-form{display:grid;grid-gap:.85rem;gap:.85rem}.sign-in-form label{color:var(--text-default);font-weight:600;font-size:.95rem}.sign-in-form input{width:100%;border:1px solid var(--stroke-strong);background:var(--bg-elevated);color:var(--text-strong);border-radius:.7rem;padding:.78rem .85rem;transition:border-color .18s ease,box-shadow .18s ease}.sign-in-form input::placeholder{color:var(--text-soft)}.sign-in-form input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.forgot-password-form{margin-top:.65rem}.sign-in-error{color:#b91c1c;margin:0;font-size:.95rem}.sign-in-success{color:var(--brand-primary-strong);font-weight:600;margin-top:.85rem}.sign-in-alt{margin-top:1rem;color:var(--text-muted)}@media (max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-visual{min-height:220px;order:-1}}.sign-in-alt a{color:var(--accent);font-weight:600;text-decoration:underline}@media (max-width:720px){.sign-in-main{padding:2rem 0 3rem}}