/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar-drawer[b-gg58veeoye] {
    border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
    background-color: #111115 !important;
    transition: width 0.2s ease !important;
    overflow: hidden !important;
}

.drawer-header[b-gg58veeoye] {
    padding: 1.25rem 1rem 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 64px;
    display: flex;
    align-items: center;
}

.drawer-header-collapsed[b-gg58veeoye] {
    padding: 1.25rem 0;
    justify-content: center;
}

.main-content[b-gg58veeoye] {
    background-color: #0d0d0f;
    min-height: 100vh;
    flex: 1;
    width: 100%;
}

.content[b-gg58veeoye] {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

#blazor-error-ui[b-gg58veeoye] {
    color-scheme: dark only;
    background: #1a1a1f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #d7d7d7;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-gg58veeoye] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    opacity: 0.6;
}

#blazor-error-ui .dismiss:hover[b-gg58veeoye] {
    opacity: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-ce7y2nilxe] {
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 64px);
}

.nav-section-label[b-ce7y2nilxe] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.3);
    padding: 0.5rem 0.75rem 0.35rem;
    margin-bottom: 0.15rem;
}

.nav-spacer[b-ce7y2nilxe] {
    flex: 1;
}

/* ── Icon-only collapsed layout ── */
.nav-collapsed-container[b-ce7y2nilxe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
    height: calc(100% - 64px);
    gap: 2px;
}

.nav-icon-link[b-ce7y2nilxe] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.nav-icon-link:hover[b-ce7y2nilxe] {
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
}

.nav-icon-link.active[b-ce7y2nilxe] {
    background-color: rgba(74, 158, 255, 0.15);
    color: #4a9eff;
}

/* ── Full nav links ── */
[b-ce7y2nilxe] .mud-nav-link {
    border-radius: 8px;
    margin: 1px 0;
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    transition: background 0.15s ease, color 0.15s ease;
}

[b-ce7y2nilxe] .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
}

[b-ce7y2nilxe] .mud-nav-link.active {
    background-color: rgba(74, 158, 255, 0.15);
    color: #4a9eff;
}

[b-ce7y2nilxe] .mud-nav-link.active .mud-icon-root {
    color: #4a9eff;
}

[b-ce7y2nilxe] .mud-nav-link .mud-icon-root {
    font-size: 1.1rem;
    margin-right: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.15s ease;
}

[b-ce7y2nilxe] .mud-nav-link:hover .mud-icon-root {
    color: rgba(255, 255, 255, 0.7);
}
