.auth-hero { text-align: center; margin-bottom: 32px; }
.auth-emoji { font-size: 3.5rem; }
.auth-title {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 8px;
    background: linear-gradient(135deg, #6c63ff, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.auth-subtitle { color: var(--c-muted); margin-top: 6px; font-size: .95rem; }
.auth-footer { text-align: center; margin-top: 16px; color: var(--c-muted); font-size: .82rem; }
