/* ── تنقّل الموبايل الموحّد (أوفكانفس + سايدبار لوحة التحكم) ── */

.account-nav-mobile__cta {
    margin-bottom: 0.25rem;
}

.account-nav-mobile__cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.7rem 1rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #01305F 0%, #0089BF 100%);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 137, 191, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.account-nav-mobile__cta-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 137, 191, 0.34);
}

.sidebar-offcanvas__role,
.oc-user-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 0.25rem;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.35;
}

.sidebar-offcanvas__role--company,
.oc-user-badge--company {
    background: rgba(0, 137, 191, 0.12);
    color: #0369a1;
}

.sidebar-offcanvas__role--employee,
.oc-user-badge--employee {
    background: rgba(1, 48, 95, 0.08);
    color: #01305F;
}

.sidebar-offcanvas__role--client,
.oc-user-badge--client {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.sidebar-offcanvas__role--pending,
.oc-user-badge--pending {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.oc-user-badge {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.18);
}

.oc-user-badge--company,
.oc-user-badge--employee,
.oc-user-badge--client,
.oc-user-badge--pending {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar-offcanvas .oc-wallet-card {
    margin: 0 0 0.75rem;
}

/* بطاقة المحفظة — مشتركة (هوم + لوحة التحكم) */
.oc-wallet-card {
    margin: 4px 16px 10px;
}

.sidebar-offcanvas .oc-wallet-card,
#offcanvasSidebar .oc-wallet-card {
    margin: 0 0 0.75rem;
}

.oc-wallet-card__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    text-decoration: none !important;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6fc 100%);
    border: 1px solid rgba(1, 48, 95, 0.08);
    transition: background 0.15s ease, border-color 0.15s ease;
    color: inherit;
}

.oc-wallet-card__link:hover,
.oc-wallet-card__link:focus {
    background: linear-gradient(135deg, #eef6fc 0%, #e3f2fa 100%);
    border-color: rgba(0, 137, 191, 0.18);
    color: inherit;
    text-decoration: none !important;
}

.oc-wallet-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #01305F, #0089BF);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.oc-wallet-card--company .oc-wallet-card__icon {
    background: linear-gradient(135deg, #0369a1, #0089BF);
}

.oc-wallet-card__body {
    flex: 1;
    min-width: 0;
    text-align: start;
}

.oc-wallet-card__label {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    line-height: 1.35;
    text-decoration: none;
}

.oc-wallet-card__amount {
    display: block;
    font-size: 1.02rem;
    font-weight: 700;
    color: #01305F;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
    text-decoration: none;
}

.oc-wallet-card__amount small {
    font-size: 0.7rem;
    font-weight: 600;
    color: #0089BF;
    text-decoration: none;
}

.oc-wallet-card__chevron {
    font-size: 0.75rem;
    color: #adb5bd;
    flex-shrink: 0;
}

.sidebar-nav-link--admin {
    color: #01305F !important;
    font-weight: 600;
}
