/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9d2n1x378f] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    background: #eef4f8;
}

.sidebar[b-9d2n1x378f] {
    background: #1d2834;
    color: #f8fafc;
    position: sticky;
    top: 0;
    height: 100vh;
}

.main-shell[b-9d2n1x378f] {
    min-width: 0;
}

.app-topbar[b-9d2n1x378f] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #d7e0e8;
    background: #ffffff;
    color: #475569;
    font-size: 0.88rem;
}

.content-shell[b-9d2n1x378f] {
    padding: 1.4rem;
}

@media (max-width: 760px) {
    .app-shell[b-9d2n1x378f] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-9d2n1x378f] {
        position: static;
        height: auto;
    }

    .app-topbar[b-9d2n1x378f] {
        align-items: flex-start;
        flex-direction: column;
        padding: 0.8rem 1rem;
    }

    .content-shell[b-9d2n1x378f] {
        padding: 1rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-ulqr4t3trt] {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.brand[b-ulqr4t3trt] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 750;
    letter-spacing: 0;
    text-decoration: none;
}

.brand img[b-ulqr4t3trt] {
    width: 2.25rem;
    height: 2.25rem;
}

.nav-toggle[b-ulqr4t3trt] {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 0.22rem;
    background: transparent;
}

.nav-toggle span[b-ulqr4t3trt] {
    display: block;
    width: 1rem;
    height: 2px;
    margin: 0 auto;
    background: #f8fafc;
}

.nav-scrollable[b-ulqr4t3trt] {
    padding: 0.75rem;
}

.nav-scrollable.collapse[b-ulqr4t3trt] {
    display: block;
}

nav[b-ulqr4t3trt] {
    display: grid;
    gap: 0.35rem;
}

.nav-link[b-ulqr4t3trt] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 6px;
    color: #cbd5e1;
    text-decoration: none;
}

.nav-link:hover[b-ulqr4t3trt],
.nav-link.active[b-ulqr4t3trt] {
    color: #ffffff;
    background: rgba(255, 194, 10, 0.14);
}

.nav-icon[b-ulqr4t3trt] {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 5px;
    background: #ffc20a;
    color: #082f57;
    font-size: 0.74rem;
    font-weight: 800;
}

@media (max-width: 760px) {
    .nav-toggle[b-ulqr4t3trt] {
        display: flex;
    }

    .nav-scrollable.collapse[b-ulqr4t3trt] {
        display: none;
    }
}
