.auth-page{background:var(--color-bg-alt);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{width:100%;max-width:440px;box-shadow:var(--shadow-lg);background:#fff;padding:3rem}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__logo{font-family:var(--font-heading);letter-spacing:.15em;margin-bottom:1rem;font-size:2rem;font-weight:900;display:block}.auth-card__header h1{letter-spacing:.05em;text-transform:uppercase;font-size:1.2rem;font-weight:700}.auth-card__error{color:var(--color-error);background:#fee2e2;border:1px solid #fecaca;border-radius:4px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.8rem}.auth-card__form{margin-bottom:0}.auth-card__footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.85rem}.auth-card__footer a{color:var(--text-primary);font-weight:600;text-decoration:underline}@media (max-width:480px){.auth-card{padding:2rem 1.5rem}}
