/* BidSmarter — auth.css
   Centered-card pages between the dark landing page and the light app: sign in, register,
   password reset, email verification, terms acceptance, suspended, shared-link 404.
   Loaded after appraise.css (tokens, .field/.in/.btn) on those pages. */
body.auth{background:var(--navy-1,#071224);color:var(--text);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}
body.auth::after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(212,175,55,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.03) 1px,transparent 1px);background-size:52px 52px;pointer-events:none;z-index:0}
.auth-mark{position:relative;z-index:1;font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:22px;text-decoration:none}
.auth-mark span{color:var(--gold)}
.auth-card{position:relative;z-index:1;background:var(--surface);border-radius:20px;padding:32px 32px 26px;width:100%;max-width:440px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.auth-card.wide{max-width:520px}
.auth-card h1{font-size:22px;font-weight:800;letter-spacing:-.4px;margin-bottom:6px}
.auth-card .sub{font-size:13.5px;color:var(--text-2);line-height:1.55;margin-bottom:18px}
.auth-card .sub b{color:var(--text)}
.auth-card form{display:flex;flex-direction:column;gap:12px}
.auth-card .fh{display:flex;justify-content:space-between;align-items:baseline}
.auth-card .fh .link{font-size:12px}
.auth-card .btn.gold{height:44px;margin-top:4px}
.auth-card .err{margin:0 0 4px}
.auth-card .ok{background:var(--ok-bg);border:1px solid var(--green-border);border-radius:var(--r-sm);padding:12px 14px;font-size:13px;color:#14532d;line-height:1.5;margin-bottom:14px}
.auth-card .ok b{display:block;margin-bottom:2px}
.auth-foot{margin-top:18px;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--text-2);text-align:center;line-height:1.7}
.auth-foot a{color:var(--navy);font-weight:600}
.auth-foot a.dim{color:var(--text-3);font-weight:500}
.auth-center{text-align:center}
.auth-ic{width:56px;height:56px;border-radius:14px;background:var(--navy);color:var(--gold);display:grid;place-items:center;margin:0 auto 14px;font-size:22px;font-weight:800}
.consent{display:flex;gap:10px;align-items:flex-start;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);padding:12px 14px;font-size:13px;line-height:1.5;color:var(--text);cursor:pointer}
.consent input{margin-top:3px;width:17px;height:17px;accent-color:var(--gold);flex:none}
.consent a{color:var(--navy);font-weight:600}
.auth-fine{position:relative;z-index:1;margin-top:18px;font-size:12px;color:rgba(255,255,255,.45);text-align:center}
.auth-fine a{color:rgba(255,255,255,.7)}
:root{--navy-1:#071224}

/* ── Split layout: brand panel + card (sign in, register) ── */
body.auth.split{padding:0;display:block}
.auth-split{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}
.auth-brand{position:relative;overflow:hidden;background:var(--navy-1);display:flex;flex-direction:column;justify-content:flex-end;padding:56px 56px 48px}
.auth-brand img.gavel{position:absolute;left:-6%;top:-4%;width:118%;height:auto;max-width:none;object-fit:contain;opacity:.95;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}
.auth-brand::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,18,36,0) 0%,rgba(7,18,36,.35) 40%,rgba(7,18,36,.97) 78%)}
.auth-brand > *{position:relative;z-index:1}
.auth-brand .mark{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.4px;text-transform:uppercase;text-decoration:none;position:absolute;top:28px;left:56px;z-index:1}
.auth-brand .mark span{color:var(--gold)}
.auth-brand h2{font-size:clamp(30px,3.4vw,44px);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#fff;max-width:14ch}
.auth-brand h2 span{color:var(--gold)}
.auth-brand p{font-size:15px;line-height:1.55;color:rgba(255,255,255,.72);max-width:44ch;margin:14px 0 26px}
.auth-brand .rule{width:44px;height:3px;background:var(--gold);border-radius:2px;margin-bottom:22px}
.auth-stats{display:flex;gap:28px}
.auth-stats div{border-left:2px solid rgba(212,175,55,.5);padding-left:12px}
.auth-stats b{display:block;font-size:22px;font-weight:800;color:var(--gold-2);letter-spacing:-.5px;line-height:1.1}
.auth-stats small{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.auth-side{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--navy-1);position:relative}
.auth-side::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(212,175,55,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.03) 1px,transparent 1px);background-size:52px 52px;pointer-events:none}
.auth-side .auth-card{margin:0}
.auth-side .auth-mark{display:none}
@media(max-width:900px){
  .auth-split{grid-template-columns:1fr}
  .auth-brand{min-height:300px;justify-content:flex-end;padding:72px 24px 24px}
  .auth-brand img.gavel{left:0;top:-10%;width:100%}
  .auth-brand .mark{left:24px;top:22px}
  .auth-brand h2{font-size:26px}.auth-brand p{display:none}.auth-brand .rule{display:none}
  .auth-stats{gap:18px}.auth-stats b{font-size:18px}
  .auth-side{padding:24px 16px 40px}
}
