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

main[b-oqh4p1mpf8] {
    flex: 1;
}

.sidebar[b-oqh4p1mpf8] {
    background: linear-gradient(180deg, #1a2e1a 0%, #0d1b0d 100%);
}

.top-row[b-oqh4p1mpf8] {
    background-color: var(--bs-tertiary-bg, #f7f7f7);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

.theme-toggle[b-oqh4p1mpf8] {
    border: none;
    font-size: 1.1rem;
    padding: 0.25rem 0.5rem;
}

[b-oqh4p1mpf8] .settings-dropdown {
    border: none;
    font-size: 1.1rem;
    padding: 0.25rem 0.5rem;
}

[b-oqh4p1mpf8] .dropdown {
    position: relative;
}

[b-oqh4p1mpf8] .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 200px;
    z-index: 1000;
}

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

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

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

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

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

    .top-row.auth[b-oqh4p1mpf8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oqh4p1mpf8], article[b-oqh4p1mpf8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x80qj6cdvs] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x80qj6cdvs] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand[b-x80qj6cdvs] {
    font-size: 1.1rem;
    gap: 0.3rem;
}

.brand-bolt[b-x80qj6cdvs] {
    font-size: 1.5rem;
    filter: drop-shadow(0 0 4px rgba(255, 193, 7, 0.5));
}

.brand-name[b-x80qj6cdvs] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4CAF50;
}

.brand-name-alt[b-x80qj6cdvs] {
    font-size: 1.25rem;
    font-weight: 400;
    color: #b0b0b0;
}

.nav-item[b-x80qj6cdvs] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-x80qj6cdvs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x80qj6cdvs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x80qj6cdvs]  a {
        color: rgba(255, 255, 255, 0.7);
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: all 0.15s ease;
    }

    .nav-item[b-x80qj6cdvs]  a i {
        font-size: 1.1rem;
        width: 1.5rem;
        margin-right: 0.75rem;
        text-align: center;
    }

.nav-item[b-x80qj6cdvs]  a.active {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.25), rgba(76, 175, 80, 0.1));
    color: #4CAF50;
    border-left: 3px solid #4CAF50;
}

.nav-item[b-x80qj6cdvs]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-section-label[b-x80qj6cdvs] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-section-label:first-of-type[b-x80qj6cdvs] {
    margin-top: 0;
    border-top: none;
}

.nav-separator[b-x80qj6cdvs] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0.5rem 1rem;
}

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

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

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