/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-6nxcm9pf5l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6nxcm9pf5l] {
    flex: 1;
    background: var(--c-body-bg, #f0f2f5);
    min-height: 100vh;
}

.sidebar[b-6nxcm9pf5l] {
    background: var(--c-sidebar, #1a2332);
}

.top-row[b-6nxcm9pf5l] {
    background-color: var(--c-top-bar, #ffffff);
    border-bottom: 1px solid #e9ecef;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.user-greeting[b-6nxcm9pf5l] {
    color: var(--c-text-muted, #7f8c8d);
    font-size: 0.85rem;
}

    .top-row[b-6nxcm9pf5l]  a, .top-row[b-6nxcm9pf5l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6nxcm9pf5l]  a:hover, .top-row[b-6nxcm9pf5l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6nxcm9pf5l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6nxcm9pf5l] {
        justify-content: space-between;
    }

    .top-row[b-6nxcm9pf5l]  a, .top-row[b-6nxcm9pf5l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6nxcm9pf5l] {
        flex-direction: row;
    }

    .sidebar[b-6nxcm9pf5l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6nxcm9pf5l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6nxcm9pf5l], article[b-6nxcm9pf5l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── Sidebar header ── */
.sidebar-header[b-kqchxujphc] {
    height: 3.5rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-icon[b-kqchxujphc] {
    font-size: 1.35rem;
    color: #5dade2;
    margin-right: 0.6rem;
}

.sidebar-title[b-kqchxujphc] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
}

/* ── Toggler (mobile) ── */
.navbar-toggler[b-kqchxujphc] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.25rem 0.5rem;
}

/* ── Section labels ── */
.nav-section-label[b-kqchxujphc] {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 1rem 1.25rem 0.4rem;
}

/* ── Nav items ── */
.nav-item[b-kqchxujphc] {
    font-size: 0.85rem;
    padding-bottom: 0.15rem;
}

    .nav-item[b-kqchxujphc]  a {
        color: rgba(255, 255, 255, 0.7);
        border-radius: 0.375rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        padding: 0 0.75rem;
        transition: all 0.15s ease;
    }

    .nav-item[b-kqchxujphc]  a.active {
        background-color: rgba(41, 128, 185, 0.3);
        color: #ffffff;
        font-weight: 500;
    }

    .nav-item[b-kqchxujphc]  a:hover {
        background-color: rgba(255, 255, 255, 0.07);
        color: #ffffff;
    }

    .nav-item[b-kqchxujphc]  a .bi {
        font-size: 1rem;
        width: 1.25rem;
        text-align: center;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-kqchxujphc] {
        display: none;
    }

    .collapse[b-kqchxujphc] {
        display: block;
    }

    .nav-scrollable[b-kqchxujphc] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
