/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout chrome is provided by MudBlazor (MudLayout / MudAppBar / MudDrawer).
   The previous Blazor-template styles (.page, .sidebar, .top-row) were unused
   and have been removed. Aurora background + glass surfaces live in
   wwwroot/css/app.css. */
/* /Layout/NavMenu.razor.rz.scp.css */
/* Navigation lives in MudNavMenu/MudNavLink; the old Blazor-template
   (.navbar, .bi icons, .nav-item) styles were unused and removed.
   Refined glass-friendly active/hover states below. */

[b-4hmriglc08] .mud-navmenu {
    padding: 12px 10px;
}

[b-4hmriglc08] .mud-nav-link {
    border-radius: 12px;
    margin: 2px 0;
    font-weight: 500;
    color: #475569;
    transition: background-color .18s ease, color .18s ease;
}

[b-4hmriglc08] .mud-nav-link:hover {
    background-color: rgba(99, 102, 241, 0.10);
    color: #4338ca;
}

[b-4hmriglc08] .mud-nav-link.active {
    background-color: rgba(99, 102, 241, 0.14);
    color: #4338ca;
    font-weight: 600;
}

[b-4hmriglc08] .mud-nav-link.active .mud-nav-link-icon {
    color: #6366f1;
}
