/* ═══════════════════════════════════════════════════════════════
   Auth pages — login and unlock
   ══════════════════════════════════════════════════════════════ */

/* ── Version label — centred below the login card ──────────── */
.auth-version-label {
    font-size: 0.75rem;
    color: #5a6478;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

/* Light theme: slightly lighter muted tone against light bg    */
body[data-theme="light"] .auth-version-label {
    color: #9aa0b0;
}
