/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pq5ob78no4] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #eef3f5;
}

main[b-pq5ob78no4] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-pq5ob78no4] {
    background: #fbfcfd;
    border-right: 1px solid #d8e2e7;
}

.portal-main[b-pq5ob78no4] {
    background:
        linear-gradient(180deg, rgba(240, 247, 247, 0.82), rgba(238, 243, 245, 0) 22rem),
        #eef3f5;
}

.app-topbar[b-pq5ob78no4] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 4.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #d8e2e7;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.office-context[b-pq5ob78no4] {
    min-width: 12rem;
}

.portal-company[b-pq5ob78no4] {
    color: #182530;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
}

.global-search[b-pq5ob78no4] {
    flex: 1 1 28rem;
    max-width: 46rem;
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid #d4dee5;
    border-radius: 8px;
    background: #f8fbfc;
    padding: 0 0.75rem;
    color: #5d6f7d;
}

.global-search span[b-pq5ob78no4] {
    font-weight: 900;
    color: #2e766d;
}

.global-search input[b-pq5ob78no4] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #182530;
}

.topbar-actions[b-pq5ob78no4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    min-width: 0;
}

.sync-pill[b-pq5ob78no4] {
    min-height: 2.65rem;
    display: grid;
    align-content: center;
    gap: 0.05rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid #b8d8d2;
    border-radius: 8px;
    background: #eef8f5;
    color: #1d5f52;
    white-space: nowrap;
}

.sync-pill strong[b-pq5ob78no4] {
    font-size: 0.8rem;
    line-height: 1;
}

.sync-pill span[b-pq5ob78no4] {
    font-size: 0.72rem;
}

.menu-shell[b-pq5ob78no4] {
    position: relative;
}

.menu-shell summary[b-pq5ob78no4] {
    list-style: none;
    cursor: pointer;
}

.menu-shell summary[b-pq5ob78no4]::-webkit-details-marker {
    display: none;
}

.menu-panel[b-pq5ob78no4] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 20;
    width: 14rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.55rem;
    border: 1px solid #d8e2e7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(24, 37, 48, 0.14);
}

.menu-panel-wide[b-pq5ob78no4] {
    width: min(22rem, calc(100vw - 2rem));
    padding: 0.8rem;
}

.menu-panel a[b-pq5ob78no4],
.menu-profile[b-pq5ob78no4] {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    color: #243746;
    font-weight: 800;
    text-decoration: none;
}

.menu-panel a:hover[b-pq5ob78no4] {
    background: #f0f6f6;
}

.menu-profile[b-pq5ob78no4] {
    display: grid;
    gap: 0.1rem;
    border-bottom: 1px solid #e2e9ee;
    border-radius: 0;
    margin-bottom: 0.25rem;
}

.menu-profile span[b-pq5ob78no4] {
    color: #687888;
    font-size: 0.8rem;
}

.profile-summary[b-pq5ob78no4] {
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.25rem 0.55rem 0.25rem 0.25rem;
    border: 1px solid #d4dee5;
    border-radius: 8px;
    background: #ffffff;
}

.profile-summary span:last-child[b-pq5ob78no4] {
    display: grid;
    gap: 0.05rem;
}

.profile-summary strong[b-pq5ob78no4] {
    max-width: 9rem;
    overflow: hidden;
    color: #182530;
    font-size: 0.84rem;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-summary small[b-pq5ob78no4] {
    color: #687888;
    font-size: 0.72rem;
}

.avatar[b-pq5ob78no4] {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #214f4a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
}

@media (max-width: 760px) {
    .app-topbar[b-pq5ob78no4] {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
    }

    .global-search[b-pq5ob78no4] {
        width: 100%;
        max-width: none;
    }

    .topbar-actions[b-pq5ob78no4] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .profile-summary strong[b-pq5ob78no4],
    .profile-summary small[b-pq5ob78no4] {
        display: none;
    }
}

@media (min-width: 761px) {
    .page[b-pq5ob78no4] {
        flex-direction: row;
    }

    .sidebar[b-pq5ob78no4] {
        width: 292px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .content[b-pq5ob78no4] {
        padding-left: 2.1rem;
        padding-right: 2.1rem;
    }
}

#blazor-error-ui[b-pq5ob78no4] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pq5ob78no4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.portal-brand[b-8461zl0xhl] {
    min-height: 4.65rem;
    display: flex;
    align-items: center;
    padding: 0 1.05rem;
    border-bottom: 1px solid #d8e2e7;
}

.portal-brand a[b-8461zl0xhl] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #172530;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.portal-brand a span[b-8461zl0xhl] {
    display: grid;
    gap: 0.05rem;
}

.portal-brand a small[b-8461zl0xhl] {
    color: #687888;
    font-size: 0.72rem;
    font-weight: 800;
}

.portal-brand img[b-8461zl0xhl] {
    width: 2rem;
    height: 2rem;
}

.navbar-toggler[b-8461zl0xhl] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    position: absolute;
    top: 1.05rem;
    right: 1rem;
    border: 1px solid #cfd8e2;
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824, 37, 48, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem #ffffff;
}

.navbar-toggler:checked[b-8461zl0xhl] {
    background-color: #eef4f8;
}

.nav-scrollable[b-8461zl0xhl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8461zl0xhl] {
    display: block;
}

.nav-menu[b-8461zl0xhl] {
    display: grid;
    gap: 0.16rem;
    padding: 0.85rem;
}

.nav-section[b-8461zl0xhl] {
    margin: 0.95rem 0 0.28rem;
    color: #6b7b87;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nav-section:first-child[b-8461zl0xhl] {
    margin-top: 0;
}

[b-8461zl0xhl] .nav-link {
    min-height: 2.45rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.62rem;
    border-left: 3px solid transparent;
    border-radius: 8px;
    color: #314250;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

[b-8461zl0xhl] .nav-link span {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #d2dee5;
    border-radius: 8px;
    color: #315b6b;
    background: #eef5f6;
    font-size: 0.66rem;
    font-weight: 900;
}

[b-8461zl0xhl] a.active {
    border-left-color: #2e766d;
    background: #eaf5f3;
    color: #133b35;
}

[b-8461zl0xhl] a.active span {
    border-color: #9ed2ca;
    color: #ffffff;
    background: #2e766d;
}

[b-8461zl0xhl] .nav-link:hover {
    background: #f2f6f8;
    color: #172530;
}

@media (min-width: 761px) {
    .navbar-toggler[b-8461zl0xhl] {
        display: none;
    }

    .nav-scrollable[b-8461zl0xhl] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
