/* IRANSansX FaNum – WebFonts (WOFF) */
@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html, body {
    font-family: 'IRANSansXFaNum', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    direction: rtl;
    text-align: right;
}

body {
    background-color: #f5f5fb;
}

.vh-auth-card {
    max-width: 420px;
}

.vh-badge-soft {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.vh-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #4f46e5;
    margin-left: 0.4rem;
}

.vh-sidebar {
    border-radius: 1rem;
}

.vh-sidebar .nav-link {
    border-radius: 0.6rem;
    color: #4b5563;
    font-size: 0.9rem;
}

.vh-sidebar .nav-link.active {
    background-color: #eef2ff;
    color: #312e81;
    font-weight: 500;
}

.vh-wallet-card {
    border-radius: 1rem;
    background: radial-gradient(circle at top left, #eef2ff, #ffffff);
    border: 1px solid #e5e7eb;
}

.vh-plan-card {
    border-radius: 0.9rem;
    cursor: pointer;
    transition: border-color 0.08s ease, box-shadow 0.08s ease, background 0.08s ease, transform 0.08s ease;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    font-size: 0.85rem;
}

.vh-plan-card:hover {
    border-color: #4f46e5;
    background-color: #eef2ff;
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.12);
}

.vh-plan-card.selected {
    border-color: #4f46e5;
    background-color: #eef2ff;
}

.vh-server-card {
    border-radius: 0.8rem;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    font-size: 0.85rem;
}

.vh-muted {
    font-size: 0.8rem;
    color: #9ca3af;
}

.status-message {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.status-error {
    color: #b91c1c;
}

.status-success {
    color: #059669;
}

.fa-num {
    font-variant-numeric: normal;
}
