/* Auth pages (login / signup / reset) — Sonder style: bold, sharp, black + blue. */
.auth-wrap { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 40px 20px; background: #f4f4f2; font-family: var(--snd-font); }
.auth-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.4rem; color: #000; text-decoration: none; text-transform: uppercase; letter-spacing: -.02em; }
.auth-brand .mark { width: 34px; height: 34px; border-radius: 0; background: #000; display: grid; place-items: center; color: #fff; font-weight: 800; }
.auth-card { width: 100%; max-width: 430px; background: #fff; border: 2px solid #000; border-radius: 0; padding: 34px; box-shadow: 12px 12px 0 var(--snd-blue); }
.auth-card h1 { font-family: var(--snd-font); font-weight: 700; letter-spacing: -.02em; font-size: 1.9rem; margin: 0 0 6px; color: #000; }
.auth-card .muted { margin: 0 0 20px; color: #555; }
.auth-card .fl { display: block; font-weight: 700; font-size: 13px; color: #000; margin: 14px 0 0; }
.auth-card .fl input { width: 100%; padding: 12px 13px; margin-top: 6px; border: 1.5px solid #000; border-radius: 0; font: inherit; font-family: var(--snd-font); }
.auth-card .fl input:focus { outline: 3px solid var(--snd-blue); outline-offset: -1px; }
.auth-card .err { color: #fff; background: #800039; border: 0; border-radius: 0; padding: 10px 12px; font-size: 14px; margin: 14px 0 0; }
.auth-alt { margin: 18px 0 0; font-size: 14px; color: #555; }
.auth-alt a { color: var(--snd-blue); font-weight: 700; text-decoration: none; }
.auth-alt a:hover { text-decoration: underline; }
