/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-frame[b-r51qjw34c4] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fbf8f0;
    overflow: hidden;
}

.app-topbar-dark[b-r51qjw34c4] {
    min-height: 58px;
    display: flex;
    align-items: center;
    background: #2d4354 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(24, 39, 50, 0.22);
    z-index: 10;
}

.app-topbar-dark .container-fluid[b-r51qjw34c4] {
    min-height: 58px;
}

.app-topbar-left[b-r51qjw34c4] {
    min-width: 0;
}

.app-nav-collapse[b-r51qjw34c4] {
    width: 31px;
    height: 31px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-nav-collapse:hover[b-r51qjw34c4] {
    background: rgba(255, 255, 255, 0.10);
}

.mobile-toggle[b-r51qjw34c4] {
    display: none;
}

.app-topbar-mark[b-r51qjw34c4] {
    width: 31px;
    height: 31px;
    border-radius: 0.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff9d6b;
    color: #243747;
    font-weight: 800;
    font-size: 0.85rem;
    box-shadow: 0 8px 18px rgba(255, 157, 107, 0.28);
}

.app-topbar-brand[b-r51qjw34c4] {
    color: #ffffff !important;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
}

.app-topbar-brand span[b-r51qjw34c4] {
    color: #ffffff !important;
}

.app-topbar-actions form[b-r51qjw34c4] {
    margin: 0;
}

.app-topbar-user[b-r51qjw34c4] {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 600;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-action[b-r51qjw34c4],
.topbar-primary[b-r51qjw34c4] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 8px;
    padding: 0.4rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 800;
    white-space: nowrap;
}

.topbar-action:hover[b-r51qjw34c4],
.topbar-primary:hover[b-r51qjw34c4] {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.topbar-primary[b-r51qjw34c4] {
    border-color: transparent;
    background: #ff9d6b;
    color: #243747;
}

.topbar-primary:hover[b-r51qjw34c4] {
    background: #ffb084;
    color: #243747;
}

.topbar-pill[b-r51qjw34c4] {
    min-width: 1.25rem;
    border-radius: 999px;
    padding: 0.12rem 0.38rem;
    background: #6f6de8;
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
    text-align: center;
}

.app-body[b-r51qjw34c4] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.app-sidebar-shell[b-r51qjw34c4] {
    width: 270px;
    height: calc(100vh - 58px);
    min-height: 0;
    overflow: hidden;
    transition: width 0.18s ease;
}

.nav-collapsed .app-sidebar-shell[b-r51qjw34c4] {
    width: 64px;
}

.main-pane[b-r51qjw34c4] {
    min-width: 0;
    height: calc(100vh - 58px);
    min-height: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    background:
        radial-gradient(circle at 78% 12%, rgba(188, 223, 231, 0.55), transparent 26rem),
        linear-gradient(135deg, #f9f3e9 0%, #f6f7f3 48%, #eaf6f8 100%);
}

.container-fluid[b-r51qjw34c4] {
    max-width: 100%;
}

.sidebar-overlay[b-r51qjw34c4] {
    display: none;
}

#blazor-error-ui[b-r51qjw34c4] {
    background: #fff8d6;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(16, 35, 56, 0.16);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-r51qjw34c4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 920px) {
    .app-topbar-actions[b-r51qjw34c4] {
        gap: 0.45rem !important;
    }

    .topbar-action span[b-r51qjw34c4],
    .topbar-primary span[b-r51qjw34c4] {
        display: none;
    }
}

@media (max-width: 760px) {
    .desktop-toggle[b-r51qjw34c4] {
        display: none;
    }

    .mobile-toggle[b-r51qjw34c4] {
        display: inline-flex;
    }

    .app-sidebar-shell[b-r51qjw34c4],
    .nav-collapsed .app-sidebar-shell[b-r51qjw34c4] {
        position: fixed;
        inset: 58px auto 0 0;
        width: min(86vw, 318px);
        height: calc(100vh - 58px);
        transform: translateX(-105%);
        transition: transform 0.2s ease;
        z-index: 8;
    }

    .mobile-nav-open .app-sidebar-shell[b-r51qjw34c4] {
        transform: translateX(0);
    }

    .sidebar-overlay[b-r51qjw34c4] {
        display: block;
        position: fixed;
        inset: 58px 0 0;
        z-index: 7;
        border: 0;
        background: rgba(8, 24, 43, 0.52);
    }

    .main-pane[b-r51qjw34c4] {
        height: calc(100vh - 58px);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.pro-sidebar[b-1d4r2c6u8u] {
    width: 270px;
    height: 100%;
    min-height: 0;
    max-height: calc(100vh - 58px);
    background: linear-gradient(180deg, #fbf8f0 0%, #f4efe5 100%);
    color: #263746;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-right: 1px solid rgba(44, 62, 80, 0.13);
    padding: 0.65rem 0 0.75rem;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.pro-sidebar.is-collapsed[b-1d4r2c6u8u] {
    width: 64px;
}

.pro-sidebar[b-1d4r2c6u8u]::-webkit-scrollbar {
    width: 8px;
}

.pro-sidebar[b-1d4r2c6u8u]::-webkit-scrollbar-thumb {
    background: rgba(44, 62, 80, 0.14);
    border-radius: 8px;
}

.psb-top-links[b-1d4r2c6u8u] {
    margin-top: 0.15rem !important;
    border-left: 0 !important;
}

.psb-section-label[b-1d4r2c6u8u] {
    font-size: 0.72rem;
    letter-spacing: 0.2rem;
    color: #5f6d76;
    font-weight: 800;
    opacity: 0.85;
    padding: 0.9rem 1rem 0.3rem;
    text-transform: uppercase;
}

.psb-group[b-1d4r2c6u8u] {
    padding: 0.2rem 0.5rem;
}

.psb-toggle[b-1d4r2c6u8u] {
    width: 100%;
    background: transparent;
    border: 0;
    color: #263746;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.6rem;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.psb-toggle .left[b-1d4r2c6u8u],
.psb-toggle .right[b-1d4r2c6u8u] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.psb-toggle .left span[b-1d4r2c6u8u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psb-toggle i[b-1d4r2c6u8u] {
    opacity: 0.9;
    font-size: 1.05rem;
}

.psb-toggle:hover[b-1d4r2c6u8u] {
    background: rgba(20, 149, 102, 0.08);
}

.psb-links[b-1d4r2c6u8u] {
    display: flex;
    flex-direction: column;
    margin: 0.15rem 0.35rem 0.3rem;
    border-left: 2px solid rgba(44, 62, 80, 0.13);
}

.psb-link[b-1d4r2c6u8u] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #405463 !important;
    text-decoration: none;
    padding: 0.55rem 0.8rem 0.55rem 0.75rem;
    margin: 0.12rem 0 0.12rem 0.3rem;
    border-radius: 0.55rem;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
}

.psb-link i[b-1d4r2c6u8u] {
    width: 1.15rem;
    min-width: 1.15rem;
    font-size: 1.02rem;
    opacity: 0.95;
    text-align: center;
}

.psb-link span[b-1d4r2c6u8u] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psb-link:hover[b-1d4r2c6u8u] {
    background: rgba(20, 149, 102, 0.08);
    color: #263746 !important;
}

.psb-link.active[b-1d4r2c6u8u] {
    color: #263746 !important;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 157, 107, 0.42), 0 8px 20px rgba(15, 23, 42, 0.04);
    font-weight: 800;
}

.psb-link.active[b-1d4r2c6u8u]::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: #149566;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(20, 149, 102, 0.12);
}

.pill[b-1d4r2c6u8u] {
    background: #6f6de8;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(111, 109, 232, 0.25);
}

.pro-sidebar.is-collapsed .psb-section-label[b-1d4r2c6u8u],
.pro-sidebar.is-collapsed .psb-toggle span[b-1d4r2c6u8u],
.pro-sidebar.is-collapsed .psb-link span[b-1d4r2c6u8u],
.pro-sidebar.is-collapsed .psb-toggle .right[b-1d4r2c6u8u],
.pro-sidebar.is-collapsed .pill[b-1d4r2c6u8u] {
    display: none;
}

.pro-sidebar.is-collapsed .psb-toggle[b-1d4r2c6u8u],
.pro-sidebar.is-collapsed .psb-link[b-1d4r2c6u8u] {
    justify-content: center;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

.pro-sidebar.is-collapsed .psb-links[b-1d4r2c6u8u] {
    border-left: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.pro-sidebar.is-collapsed .psb-link.active[b-1d4r2c6u8u]::before {
    left: -4px;
}

@media (max-width: 760px) {
    .pro-sidebar[b-1d4r2c6u8u],
    .pro-sidebar.is-collapsed[b-1d4r2c6u8u] {
        width: 100%;
        max-height: calc(100vh - 58px);
    }
}
