/* Auth / login pages: local Persian font stack */
html {
    font-family: 'Vazirmatn', 'Sahel', sans-serif;
}

[x-cloak] { display: none !important; }

body.font-auth,
body.font-auth input,
body.font-auth button,
body.font-auth select,
body.font-auth textarea,
body.font-auth label,
body.font-auth p,
body.font-auth span,
body.font-auth h1,
body.font-auth h2,
body.font-auth h3,
body.font-auth a {
    font-family: 'Vazirmatn', 'Sahel', sans-serif;
}

/* Inline footer links: ورود با پیامک | فراموشی رمز عبور */
.auth-nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin-top: 1.5rem;
}

.auth-nav-sep {
    color: #d1d5db;
    font-weight: 500;
    user-select: none;
    line-height: 1;
}

a.auth-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.25rem 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: color 0.15s ease;
}

a.auth-link:hover {
    color: #15803d;
}

.auth-nav-meta {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.auth-nav-meta a.auth-link {
    display: inline-flex;
    min-height: 2.25rem;
}
