.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.auth__card{width:min(400px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.auth__brand{display:flex;align-items:center;gap:.5rem;font-weight:650;text-decoration:none;margin-bottom:1.5rem}.auth__title{font-size:1.35rem;font-weight:660;margin-bottom:.35rem}.auth__lead{color:var(--fg-muted);font-size:.9rem;margin:0 0 1.5rem}.auth__form{display:flex;flex-direction:column;gap:1rem}.auth__foot{margin:1.25rem 0 0;text-align:center;font-size:.88rem;color:var(--fg-muted)}.auth__foot a{color:var(--brand);font-weight:550}.auth__divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--fg-faint);font-size:.78rem}.auth__divider:after,.auth__divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth__socials{display:flex;flex-direction:column;gap:.5rem}