.auth-hint {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
    font-weight: 500;
}
[data-theme="dark"] .auth-hint,
body.dark-theme .auth-hint {
    color: #9ca3af;
}
