/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pjkn3obf2v] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: var(--app-bg, #f3f8f8);
}

main[b-pjkn3obf2v] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: var(--app-bg, #f3f8f8);
    overflow: hidden;
}

.sidebar[b-pjkn3obf2v] {
    background: linear-gradient(180deg, #0f4a4a 0%, #1d8e8e 60%, #26b5b5 100%);
    color: #fff;
    box-shadow: 2px 0 16px rgba(15, 74, 74, 0.12);
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-pjkn3obf2v]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent, #ffd93d);
    opacity: 0.85;
}

.top-row[b-pjkn3obf2v] {
    background: #ffffff;
    border-bottom: 1px solid #dbe9e9;
    box-shadow: 0 2px 8px rgba(38, 181, 181, 0.05);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    flex-shrink: 0;
}

.content[b-pjkn3obf2v] {
    padding: 1rem 1.5rem 1.25rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 640.98px) {
    .page[b-pjkn3obf2v] {
        flex-direction: column;
    }

    .sidebar[b-pjkn3obf2v] {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }

    main[b-pjkn3obf2v] {
        flex: 1;
        min-height: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pjkn3obf2v] {
        flex-direction: row;
    }

    .sidebar[b-pjkn3obf2v] {
        width: 260px;
        height: 100vh;
        flex-shrink: 0;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-71wg8kd86y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
    min-height: 4rem;
}

.brand-logo[b-71wg8kd86y] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
    overflow: hidden;
}

.brand-logo img[b-71wg8kd86y] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.brand-text[b-71wg8kd86y] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    flex: 1;
    min-width: 0;
}

.brand-title[b-71wg8kd86y] {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.brand-subtitle[b-71wg8kd86y] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 2px;
}

.navbar-toggler[b-71wg8kd86y] {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-section-label[b-71wg8kd86y] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 1.25rem 1.5rem 0.5rem;
}

.nav-item[b-71wg8kd86y] {
    padding: 0.15rem 0.75rem;
}

.nav-item[b-71wg8kd86y]  a {
    color: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    height: 2.6rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.9rem;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.nav-item[b-71wg8kd86y]  a i {
    font-size: 1.05rem;
    width: 1.2rem;
    text-align: center;
}

.nav-item[b-71wg8kd86y]  a.active {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 217, 61, 0.18) 100%);
    color: #ffffff;
    box-shadow: inset 3px 0 0 #ffd93d;
}

.nav-item[b-71wg8kd86y]  a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-71wg8kd86y] {
        display: none;
    }

    .collapse[b-71wg8kd86y] {
        display: block;
    }

    .nav-scrollable[b-71wg8kd86y] {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        padding-bottom: 1rem;
    }

    .nav-scrollable[b-71wg8kd86y]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-71wg8kd86y]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 3px;
    }
}
