.auth-layout{min-height:calc(100vh - 9rem);display:grid;place-items:center;padding:2rem 1rem}.auth-card{width:min(440px,100%);padding:2rem}.auth-card h1{margin:0 0 .5rem;font-size:2rem;letter-spacing:-.04em}.auth-card p{margin:0 0 1.5rem;color:var(--muted);line-height:1.6}.auth-footer{margin-top:1.25rem;color:var(--muted);font-size:.95rem}.auth-footer a{color:var(--foreground);font-weight:700}.auth-consent{margin:0;color:var(--muted);font-size:.8rem;line-height:1.55}.auth-consent a{color:var(--primary-strong);font-weight:600;text-decoration:underline;text-underline-offset:.15em}@media (max-width:767px){.auth-card{padding:1rem .85rem}}