/* /Layout/MainLayout.razor.rz.scp.css */
/* All layout styles live in app.css via .app-shell, .sidebar, .main-content */
/* /Layout/NavMenu.razor.rz.scp.css */
[b-t5v01o3taw] .nav-link-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    color: var(--ink2);
    text-decoration: none;
    transition: background 0.1s;
}

[b-t5v01o3taw] .nav-link-item:hover {
    background: var(--canvas);
    color: var(--ink1);
}

[b-t5v01o3taw] .nav-link-item.active {
    background: var(--brand-bg);
    color: var(--brand);
    font-weight: 600;
}

[b-t5v01o3taw] .nav-link-item.active .nav-icon {
    opacity: 1;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Dashboard-specific overrides; most styles live in app.css */
.lc-table-header-row:hover[b-eklvqdgbuy] { opacity: 0.9; }
