/* /Shared/MainLayout.razor.rz.scp.css */
/* Scoped layout styles — main theming handled in site.css */
.page[b-u3nf8jjuma] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100dvh;
    height: auto;
    overflow: hidden;
}

main[b-u3nf8jjuma] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.sidebar[b-u3nf8jjuma] {
    width: auto;
    min-width: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.top-row[b-u3nf8jjuma] {
    min-height: 2.5rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-shell[b-6a4ne17f68] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-desktop[b-6a4ne17f68] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-menu[b-6a4ne17f68] {
    display: block;
}

.nav-mobile[b-6a4ne17f68] {
    display: none;
}

.top-row[b-6a4ne17f68] {
    min-height: 3.5rem;
    height: auto;
}

.navbar-brand[b-6a4ne17f68] {
    font-size: 1.1rem;
}

.oi[b-6a4ne17f68] {
    width: 1.5rem;
    font-size: 0.95rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6a4ne17f68] {
    font-size: 0.87rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-6a4ne17f68] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-6a4ne17f68] {
        padding-bottom: 0.75rem;
    }

.nav-mobile-link[b-6a4ne17f68] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.25rem;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 12px;
}

    .nav-mobile-link .oi[b-6a4ne17f68] {
        width: auto;
        font-size: 1.05rem;
        top: 0;
    }

.nav-mobile-label[b-6a4ne17f68] {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

    .nav-mobile-link:hover[b-6a4ne17f68] {
        text-decoration: none;
        color: var(--accent);
    }

    .nav-mobile-link.active[b-6a4ne17f68] {
        color: var(--accent);
        background: rgba(245, 158, 11, 0.12);
    }

@media (max-width: 900px) {
    .nav-desktop[b-6a4ne17f68] {
        display: none;
    }

    .nav-mobile[b-6a4ne17f68] {
        display: none;
    }

    .nav-shell[b-6a4ne17f68] {
        width: 100%;
        height: auto;
    }

    .navbar-brand[b-6a4ne17f68] {
        font-size: 1rem;
    }
}
