/* /Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-85p05natbi] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(77, 166, 132, 0.07), transparent 24%),
        linear-gradient(180deg, #f8fbf9 0%, #eef5f1 100%);
}

.page[b-85p05natbi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-85p05natbi] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-85p05natbi] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at top left, rgba(105, 183, 153, 0.1), transparent 24%),
        linear-gradient(180deg, #0b1f19 0%, #102720 48%, #0d211b 100%);
    box-shadow: 20px 0 48px rgba(8, 20, 16, 0.14);
}

.sidebar-nav-wrap[b-85p05natbi] {
    padding-bottom: 1rem;
}

.brand-logo[b-85p05natbi] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0 1rem 1.1rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-logo-image[b-85p05natbi] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-logo-copy[b-85p05natbi] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.brand-logo-copy small[b-85p05natbi] {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.brand-logo-copy span[b-85p05natbi] {
    color: rgba(230, 241, 234, 0.72);
    font-size: 0.76rem;
    line-height: 1.35;
}

.top-row[b-85p05natbi] {
    justify-content: space-between;
    min-height: 96px;
    display: flex;
    align-items: center;
}

.app-topbar[b-85p05natbi] {
    position: sticky;
    top: 0;
    z-index: 10;
    gap: 1.5rem;
    padding: 0.9rem 1.6rem 0.8rem;
    background: rgba(248, 251, 249, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(16, 59, 38, 0.06);
    margin-bottom: 0.45rem;
}

.topbar-context[b-85p05natbi] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
    flex: 1;
}

.topbar-breadcrumb[b-85p05natbi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    color: #6e8276;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.topbar-breadcrumb-separator[b-85p05natbi] {
    opacity: 0.45;
}

.topbar-breadcrumb-current[b-85p05natbi] {
    color: #1c5a3a;
}

.topbar-heading-row[b-85p05natbi] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.topbar-title[b-85p05natbi] {
    margin: 0;
    color: #163024;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.08;
}

.topbar-subtitle[b-85p05natbi] {
    margin: 0.25rem 0 0;
    color: #6a7f73;
    font-size: 0.92rem;
    line-height: 1.4;
}

.topbar-user[b-85p05natbi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 220px;
    max-width: 300px;
    padding: 0.25rem 0 0.25rem 1rem;
    border: none;
    border-left: 1px solid rgba(16, 59, 38, 0.08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    flex-shrink: 0;
    text-align: left;
}

.topbar-user-label[b-85p05natbi] {
    display: none;
}

.topbar-user-main[b-85p05natbi] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    flex: 1;
}

.profile-avatar[b-85p05natbi] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1c6b43 0%, #42a06b 100%);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.profile-info[b-85p05natbi] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.profile-name[b-85p05natbi] {
    color: #163024;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-role[b-85p05natbi] {
    color: #698171;
    font-size: 0.75rem;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-85p05natbi] {
    padding-top: 0.2rem;
}

.app-content[b-85p05natbi] {
    padding: 0 1.6rem 1.6rem;
}

.top-row[b-85p05natbi]  a,
.top-row .btn-link[b-85p05natbi] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-85p05natbi] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-85p05natbi] {
        display: none;
    }

    .top-row.auth[b-85p05natbi] {
        justify-content: space-between;
    }

    .top-row a[b-85p05natbi],
    .top-row .btn-link[b-85p05natbi] {
        margin-left: 0;
    }

    .app-content[b-85p05natbi] {
        padding: 0 1rem 1rem;
    }

    .app-topbar[b-85p05natbi] {
        display: none;
    }

    .brand-logo[b-85p05natbi] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-85p05natbi] {
        flex-direction: row;
    }

    .sidebar[b-85p05natbi] {
        width: 286px;
        min-width: 286px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-85p05natbi] {
        position: sticky;
        top: 0;
    }

    .app-topbar[b-85p05natbi] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-shell[b-c8mpjb4q9l] {
    padding: 1rem 1rem 0.6rem;
}

.top-row[b-c8mpjb4q9l] {
    min-height: 5.25rem;
    padding: 0.85rem 0.95rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 30px rgba(4, 14, 11, 0.14);
}

.navbar-toggler[b-c8mpjb4q9l] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.4rem 0.65rem;
}

.navbar-toggler:focus[b-c8mpjb4q9l] {
    outline: none;
    box-shadow: 0 0 0 0.18rem rgba(154, 208, 177, 0.25);
}

.navbar-brand[b-c8mpjb4q9l] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0;
    color: #ffffff;
    font-size: 1.05rem;
    text-decoration: none;
}

.mobile-page-context[b-c8mpjb4q9l] {
    display: none;
}

.navbar-brand:hover[b-c8mpjb4q9l] {
    color: #ffffff;
    text-decoration: none;
}

.brand-mark[b-c8mpjb4q9l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 246, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 32px rgba(3, 15, 11, 0.18);
    overflow: hidden;
    flex-shrink: 0;
}

.brand-mark img[b-c8mpjb4q9l] {
    width: 84%;
    height: 84%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(15, 59, 39, 0.08));
}

.brand-copy[b-c8mpjb4q9l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.brand-copy small[b-c8mpjb4q9l] {
    margin: 0 0 0.25rem;
    font-size: 0.65rem;
    color: rgba(212, 228, 221, 0.62);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.brand-copy strong[b-c8mpjb4q9l] {
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.brand-copy em[b-c8mpjb4q9l] {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    font-style: normal;
    color: rgba(226, 236, 231, 0.72);
    font-weight: 600;
}

.nav-menu-list[b-c8mpjb4q9l] {
    gap: 0.18rem;
    padding: 0.2rem 0.75rem 0.75rem;
}

.nav-item[b-c8mpjb4q9l] {
    font-size: 0.94rem;
    padding-bottom: 0.2rem;
}

.nav-item:first-of-type[b-c8mpjb4q9l] {
    padding-top: 0.2rem;
}

.nav-item:last-of-type[b-c8mpjb4q9l] {
    padding-bottom: 0.5rem;
}

.nav-item[b-c8mpjb4q9l]  a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 46px;
    padding: 0.75rem 0.95rem;
    color: rgba(234, 241, 237, 0.76);
    border-radius: 14px;
    line-height: 1.2rem;
    font-weight: 500;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.nav-item[b-c8mpjb4q9l]  a i {
    font-size: 0.95rem;
    opacity: 0.95;
}

.nav-item[b-c8mpjb4q9l]  a.active {
    background: linear-gradient(135deg, rgba(83, 168, 132, 0.34) 0%, rgba(108, 198, 160, 0.2) 100%);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(149, 226, 192, 0.14), 0 10px 20px rgba(5, 17, 13, 0.18);
}

.nav-item[b-c8mpjb4q9l]  a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}

.nav-group-item[b-c8mpjb4q9l] {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-group-toggle[b-c8mpjb4q9l] {
    justify-content: flex-start;
}

.nav-link-text[b-c8mpjb4q9l] {
    flex: 1;
}

.nav-group-arrow[b-c8mpjb4q9l] {
    margin-left: auto;
    font-size: 0.82rem;
    opacity: 0.8;
}

.nav-submenu[b-c8mpjb4q9l] {
    margin-top: 0.3rem;
    margin-left: 0.4rem;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(132, 201, 171, 0.14);
}

.nav-submenu .nav-item[b-c8mpjb4q9l] {
    padding-bottom: 0.12rem;
}

.nav-submenu .nav-item[b-c8mpjb4q9l]  a {
    min-height: 40px;
    padding: 0.6rem 0.85rem;
    font-size: 0.88rem;
    color: rgba(210, 225, 217, 0.72);
}

.drawer-brand[b-c8mpjb4q9l] {
    display: none;
}

.drawer-user[b-c8mpjb4q9l] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c8mpjb4q9l] {
        display: none;
    }

    .collapse[b-c8mpjb4q9l] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .nav-shell[b-c8mpjb4q9l] {
        position: sticky;
        top: 0;
        z-index: 35;
        padding: calc(env(safe-area-inset-top, 0px) + 0.25rem) 0.85rem 0.1rem;
        background: rgba(8, 26, 20, 0.94);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .top-row[b-c8mpjb4q9l] {
        min-height: 3.1rem;
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: none;
        backdrop-filter: none;
        box-shadow: none;
    }

    .top-row[b-c8mpjb4q9l] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.7rem;
    }

    .navbar-brand[b-c8mpjb4q9l] {
        gap: 0;
    }

    .brand-mark[b-c8mpjb4q9l] {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        box-shadow: none;
    }

    .brand-copy[b-c8mpjb4q9l] {
        display: none;
    }

    .mobile-page-context[b-c8mpjb4q9l] {
        display: flex;
        flex-direction: column;
        min-width: 0;
        gap: 0.08rem;
    }

    .mobile-page-context small[b-c8mpjb4q9l] {
        color: rgba(186, 208, 197, 0.7);
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        line-height: 1.1;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-page-context strong[b-c8mpjb4q9l] {
        color: #ffffff;
        font-size: 0.88rem;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-toggler[b-c8mpjb4q9l] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 38px;
        min-height: 38px;
        padding: 0.15rem 0.4rem;
        border-radius: 11px;
        border-color: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
        box-shadow: none;
    }

    .nav-menu-list[b-c8mpjb4q9l] {
        padding: 0.55rem 0.7rem 1rem;
    }

    .nav-shell + div[b-c8mpjb4q9l] {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(86vw, 360px);
        height: 100dvh;
        background:
            radial-gradient(circle at top left, rgba(96, 170, 140, 0.08), transparent 22%),
            linear-gradient(180deg, #0b2019 0%, #0e241d 100%);
        box-shadow:
            0 24px 60px rgba(4, 12, 10, 0.34),
            0 0 0 999px rgba(3, 10, 8, 0.4);
        overflow-y: auto;
        z-index: 40;
        padding-top: 2.2rem;
        scrollbar-width: none;
    }

    .drawer-brand[b-c8mpjb4q9l] {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        margin: 0 0.9rem 0.18rem;
        padding: 0.9rem 1rem;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
        border: 1px solid rgba(255,255,255,0.06);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .drawer-brand-mark[b-c8mpjb4q9l] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,246,0.94));
        border: 1px solid rgba(255,255,255,0.15);
        overflow: hidden;
        flex-shrink: 0;
    }

    .drawer-brand-mark img[b-c8mpjb4q9l] {
        width: 84%;
        height: 84%;
        object-fit: contain;
    }

    .drawer-brand-copy[b-c8mpjb4q9l] {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .drawer-brand-copy small[b-c8mpjb4q9l] {
        margin: 0 0 0.2rem;
        font-size: 0.6rem;
        color: rgba(212, 228, 221, 0.62);
        text-transform: uppercase;
        letter-spacing: 0.14em;
        font-weight: 700;
    }

    .drawer-brand-copy strong[b-c8mpjb4q9l] {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #ffffff;
    }

    .drawer-brand-copy em[b-c8mpjb4q9l] {
        margin-top: 0.18rem;
        font-size: 0.74rem;
        font-style: normal;
        color: rgba(226, 236, 231, 0.72);
        font-weight: 600;
    }

    .drawer-user[b-c8mpjb4q9l] {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        margin: 0;
        padding: 0.85rem 0.2rem 0.2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .drawer-user-row[b-c8mpjb4q9l] {
        margin-top: 0.35rem;
        padding-top: 0.15rem;
        padding-bottom: 0.2rem;
    }

    .drawer-user-avatar[b-c8mpjb4q9l] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: linear-gradient(135deg, #1d6a43 0%, #3d9e69 100%);
        color: #ffffff;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        flex-shrink: 0;
        box-shadow: 0 10px 20px rgba(3, 15, 11, 0.16);
    }

    .drawer-user-copy[b-c8mpjb4q9l] {
        display: flex;
        flex-direction: column;
        min-width: 0;
        line-height: 1.1;
    }

    .drawer-user-copy strong[b-c8mpjb4q9l] {
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .drawer-user-copy em[b-c8mpjb4q9l] {
        margin-top: 0.18rem;
        color: rgba(220, 232, 226, 0.72);
        font-size: 0.74rem;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-shell + div[b-c8mpjb4q9l]::-webkit-scrollbar {
        display: none;
    }

    .nav-shell + .collapse[b-c8mpjb4q9l] {
        display: none;
    }

    .nav-item[b-c8mpjb4q9l]  a {
        min-height: 50px;
        padding: 0.82rem 1rem;
        border-radius: 16px;
    }

    .nav-submenu[b-c8mpjb4q9l] {
        margin-top: 0.5rem;
        padding-left: 0.95rem;
    }

    .nav-submenu .nav-item[b-c8mpjb4q9l]  a {
        min-height: 42px;
    }
}
