/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar-drawer[b-6ezd7t1nt4] {
    border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
    background-color: #111115 !important;
}

.drawer-header[b-6ezd7t1nt4] {
    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-6ezd7t1nt4] {
    padding: 1.25rem 0;
    justify-content: center;
}

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

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

#blazor-error-ui[b-6ezd7t1nt4] {
    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-6ezd7t1nt4] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    opacity: 0.6;
}

#blazor-error-ui .dismiss:hover[b-6ezd7t1nt4] {
    opacity: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Collapsed sidebar ─────────────────────────────────────────────────── */
.nav-collapsed-container[b-qxz83wbe3u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0;
    gap: 0.25rem;
    height: 100%;
}

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

    .nav-icon-link:hover[b-qxz83wbe3u] {
        background: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.9);
    }

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

    .nav-icon-link.nav-icon-logout:hover[b-qxz83wbe3u] {
        background: rgba(255, 107, 122, 0.12);
        color: #ff6b7a;
    }

/* ── Expanded sidebar ──────────────────────────────────────────────────── */
.nav-menu-container[b-qxz83wbe3u] {
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-section-label[b-qxz83wbe3u] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 0.75rem;
    margin-bottom: 0.25rem;
}

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

[b-qxz83wbe3u] .nav-logout .mud-nav-link {
    color: rgba(255, 255, 255, 0.55) !important;
}

    [b-qxz83wbe3u] .nav-logout .mud-nav-link:hover {
        color: #ff6b7a !important;
        background: rgba(255, 107, 122, 0.08) !important;
    }
