/* /Shared/MainLayout.razor.rz.scp.css */
.user-avatar[b-geuf5fr4bo] {
    width: 32px;
    height: 32px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.user-name[b-geuf5fr4bo] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
}

.user-role[b-geuf5fr4bo] {
    font-size: 0.68rem;
    color: #64748b;
    line-height: 1.2;
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* Sidebar header — HTML elements in this component, scoped normally */
.sidebar-header[b-xiwld8f0zv] {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand-icon[b-xiwld8f0zv] {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
}

.brand-name[b-xiwld8f0zv] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.brand-sub[b-xiwld8f0zv] {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 400;
}

.sidebar-divider[b-xiwld8f0zv] {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: 0;
}

/* Nav section */
.sidebar-nav[b-xiwld8f0zv] {
    padding-top: 1rem;
}

.nav-section-label[b-xiwld8f0zv] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #475569;
    padding: 0.75rem 0.75rem 0.4rem;
    text-transform: uppercase;
}

/* Pending approval badge */
.pending-badge[b-xiwld8f0zv] {
    background: #f59e0b;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.1em 0.5em;
    min-width: 1.4em;
    text-align: center;
    line-height: 1.6;
}

/* NavLink renders as <a> — child component output, needs ::deep */
.sidebar-nav[b-xiwld8f0zv]  .nav-item-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.2rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.sidebar-nav[b-xiwld8f0zv]  .nav-item-link i {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.sidebar-nav[b-xiwld8f0zv]  .nav-item-link:hover {
    background: rgba(255,255,255,0.07);
    color: #e2e8f0;
    text-decoration: none;
}

.sidebar-nav[b-xiwld8f0zv]  .nav-item-link.active {
    background: rgba(59,130,246,0.18);
    color: #60a5fa;
}

.sidebar-nav[b-xiwld8f0zv]  .nav-item-link.active i {
    color: #3b82f6;
}

/* Collapse for mobile */
@media (max-width: 640.98px) {
    .sidebar-nav.collapse[b-xiwld8f0zv] {
        display: none;
    }
}

@media (min-width: 641px) {
    .sidebar-nav.collapse[b-xiwld8f0zv] {
        display: block !important;
    }

    .sidebar-toggle[b-xiwld8f0zv] {
        display: none;
    }
}
