/* ==========================================================================
   Login page marketing touch-ups (Batch UI.2) — additive only.
   Layers lightly on top of the existing auth styles; no structural override.
   ========================================================================== */
.auth-home-link {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #70707c;
    text-decoration: none;
}
.auth-home-link:hover { color: #36A9E1; }

.auth-hint--muted {
    margin-top: 0.5rem;
    opacity: 0.9;
}
.auth-hint--muted a { color: #36A9E1; font-weight: 600; }
