/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-psn7f1rfnw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-psn7f1rfnw] {
    flex: 1;
}

/* Sidebar – Dark with subtle green tint */
.sidebar[b-psn7f1rfnw] {
    background: linear-gradient(180deg, #0c1f17 0%, #081410 100%);
    border-right: 1px solid rgba(34, 197, 94, 0.1);
}

/* Top Header Bar – Light with green bottom accent */
.top-row[b-psn7f1rfnw] {
    background-color: #ffffff;
    border-bottom: 2px solid #22c55e;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #334155;
}

.top-row[b-psn7f1rfnw]  a,
.top-row[b-psn7f1rfnw]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    font-size: 0.82rem;
}

.top-row[b-psn7f1rfnw]  a:hover,
.top-row[b-psn7f1rfnw]  .btn-link:hover {
    color: #22c55e;
}

.top-row[b-psn7f1rfnw]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-psn7f1rfnw] {
        display: none;
    }

    .top-row.auth[b-psn7f1rfnw] {
        justify-content: space-between;
    }

    .top-row[b-psn7f1rfnw]  a,
    .top-row[b-psn7f1rfnw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-psn7f1rfnw] {
        flex-direction: row;
    }

    .sidebar[b-psn7f1rfnw] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-psn7f1rfnw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-psn7f1rfnw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-psn7f1rfnw],
    article[b-psn7f1rfnw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w3xbv6j5ll] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w3xbv6j5ll] {
    height: 3.5rem;
    background-color: #000;
    border-bottom: 3px solid #E1943C;
    /* Orange Brand Line */
}

.navbar-brand[b-w3xbv6j5ll] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ph[b-w3xbv6j5ll] {
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -1px;
    opacity: 0.8;
}

.nav-item[b-w3xbv6j5ll] {
    font-size: 0.85rem;
    padding-bottom: 0;
}

.nav-item:first-of-type[b-w3xbv6j5ll] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-w3xbv6j5ll] {
    padding-bottom: 0.5rem;
}

.nav-item[b-w3xbv6j5ll]  a {
    color: #999;
    border-radius: 0;
    height: 2.5rem;
    /* Squeezed height */
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 0 1.25rem;
    transition: all 0.2s;
    font-weight: 500;
    border-left: 3px solid transparent;
}

.nav-item[b-w3xbv6j5ll]  a.active {
    background-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
    border-left-color: #E1943C;
    /* Orange active indicator */
}

.nav-item[b-w3xbv6j5ll]  a:hover {
    background-color: #111;
    color: #E1943C;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w3xbv6j5ll] {
        display: none;
    }

    .collapse[b-w3xbv6j5ll] {
        display: block;
    }

    .nav-scrollable[b-w3xbv6j5ll] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        /* Hide scrollbar visually but allow scroll */
        scrollbar-width: thin;
        scrollbar-color: #333 #000;
    }
}
