/* _content/TeoremaToys.Admin/Components/Layout/MainLayout.razor.rz.scp.css */
/* Clean MudBlazor layout - no legacy styles needed */
[b-2y21o9f25j] .mud-nav-link {
    border-radius: 8px !important;
    margin: 1px 0;
    transition: all 0.2s ease;
}

[b-2y21o9f25j] .mud-nav-link:hover {
    background-color: rgba(21, 101, 192, 0.08) !important;
}

[b-2y21o9f25j] .mud-nav-link.active {
    background-color: rgba(21, 101, 192, 0.12) !important;
    font-weight: 600;
}

[b-2y21o9f25j] .mud-nav-group .mud-nav-link {
    padding-left: 20px !important;
    font-size: 0.875rem;
}

[b-2y21o9f25j] .mud-drawer-header {
    border-bottom: none !important;
}

[b-2y21o9f25j] .mud-divider {
    opacity: 0.3;
}
