/* _content/EmeraldTree.Admin.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.admin-stage[b-ybc0hsmda7] {
    background:
        radial-gradient(circle at 20% -10%, rgba(175, 199, 177, .36), transparent 26rem),
        linear-gradient(135deg, #2e684f 0%, #0f3a2c 100%);
    min-height: 100vh;
    padding: 0;
}

.admin-shell[b-ybc0hsmda7] {
    background: #fbfcfa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 0;
    margin: 0;
    max-width: none;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.sidebar[b-ybc0hsmda7] {
    background:
        radial-gradient(circle at 38% -8%, rgba(26, 143, 83, .44), transparent 15rem),
        linear-gradient(165deg, #075a3c 0%, #043d2d 48%, #01291f 100%);
    display: flex;
    flex-direction: column;
    min-height: 5rem;
    overflow: hidden;
}

.admin-main[b-ybc0hsmda7] {
    display: grid;
    align-content: start;
    gap: .9rem;
    min-width: 0;
    overflow: auto;
    padding-top: 1rem;
}

.admin-global-topbar[b-ybc0hsmda7] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(220px, 1fr) auto;
    justify-content: stretch;
    padding: 0 clamp(1rem, 1.6vw, 1.55rem);
}

.admin-global-page-title[b-ybc0hsmda7] {
    min-width: 0;
}

.admin-global-page-title h1[b-ybc0hsmda7] {
    color: #0b241b;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.admin-global-page-title p[b-ybc0hsmda7] {
    color: #5f746a;
    font-size: .86rem;
    font-weight: 700;
    margin: .35rem 0 0;
}

.admin-global-icon svg[b-ybc0hsmda7] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.admin-global-actions[b-ybc0hsmda7] {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: flex-end;
}

.admin-impersonation-pill[b-ybc0hsmda7] {
    align-items: center;
    background: #fff8ea;
    border: 1px solid rgba(138, 100, 36, .22);
    border-radius: 999px;
    color: #8a6424;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 900;
    gap: .55rem;
    padding: .55rem .8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-impersonation-pill span[b-ybc0hsmda7] {
    color: #174d39;
}

.admin-global-icon[b-ybc0hsmda7] {
    align-items: center;
    background: #f8fcf6;
    border: 1px solid rgba(15, 46, 36, .12);
    border-radius: 999px;
    color: #174d39;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    width: 42px;
}

.admin-global-icon svg[b-ybc0hsmda7] {
    height: 18px;
    width: 18px;
}

.admin-global-user[b-ybc0hsmda7] {
    align-items: center;
    color: #0b241b;
    display: inline-flex;
    gap: .55rem;
    font-weight: 900;
}

.admin-global-user img[b-ybc0hsmda7],
.admin-global-user-fallback[b-ybc0hsmda7] {
    align-items: center;
    background: linear-gradient(135deg, #eff8ea, #c9f28f);
    border: 1px solid rgba(22, 75, 59, .16);
    border-radius: 999px;
    color: #174d39;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    width: 34px;
}

.admin-global-user strong[b-ybc0hsmda7] {
    font: inherit;
}

.admin-global-logout[b-ybc0hsmda7] {
    background: #174d39;
    border: 1px solid #174d39;
    color: white;
}

.admin-global-icon:hover[b-ybc0hsmda7],
.admin-global-logout:hover[b-ybc0hsmda7] {
    color: white;
    background: #15543f;
}

.admin-notification-wrap[b-ybc0hsmda7] {
    position: relative;
}

.admin-notification-button[b-ybc0hsmda7] {
    position: relative;
}

.admin-notification-count[b-ybc0hsmda7] {
    align-items: center;
    background: #b92727;
    border: 2px solid #fbfcfa;
    border-radius: 999px;
    color: white;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 900;
    height: 1.15rem;
    justify-content: center;
    min-width: 1.15rem;
    padding: 0 .24rem;
    position: absolute;
    right: -.18rem;
    top: -.18rem;
}

.admin-notification-menu[b-ybc0hsmda7] {
    background: white;
    border: 1px solid rgba(15, 46, 36, .12);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(16, 37, 30, .18);
    color: #10251e;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + .6rem);
    width: min(360px, calc(100vw - 2rem));
    z-index: 50;
}

.admin-notification-head[b-ybc0hsmda7] {
    align-items: baseline;
    border-bottom: 1px solid rgba(22, 75, 59, .1);
    display: flex;
    justify-content: space-between;
    padding: .85rem 1rem;
}

.admin-notification-head strong[b-ybc0hsmda7] {
    color: #0b241b;
    font-size: .95rem;
    font-weight: 900;
}

.admin-notification-head small[b-ybc0hsmda7] {
    color: #6a7a72;
    font-size: .78rem;
    font-weight: 800;
}

.admin-notification-empty[b-ybc0hsmda7] {
    color: #667870;
    font-size: .88rem;
    font-weight: 700;
    margin: 0;
    padding: 1rem;
}

.admin-notification-list[b-ybc0hsmda7] {
    display: grid;
    max-height: 430px;
    overflow: auto;
}

.admin-notification-item[b-ybc0hsmda7] {
    border-bottom: 1px solid rgba(22, 75, 59, .08);
    color: #10251e;
    display: grid;
    gap: .2rem;
    padding: .85rem 1rem .85rem 1.2rem;
    position: relative;
    text-decoration: none;
}

.admin-notification-item[b-ybc0hsmda7]::before {
    border-radius: 999px;
    bottom: .9rem;
    content: "";
    left: .55rem;
    position: absolute;
    top: .9rem;
    width: 3px;
}

.admin-notification-item.urgent[b-ybc0hsmda7]::before {
    background: #b92727;
}

.admin-notification-item.new[b-ybc0hsmda7]::before {
    background: #1b7c54;
}

.admin-notification-item.normal[b-ybc0hsmda7]::before {
    background: #9dad9c;
}

.admin-notification-item:hover[b-ybc0hsmda7] {
    background: #f5faf2;
    color: #10251e;
}

.admin-notification-item span[b-ybc0hsmda7] {
    color: #618173;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.admin-notification-item strong[b-ybc0hsmda7] {
    color: #0b241b;
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.2;
}

.admin-notification-item small[b-ybc0hsmda7],
.admin-notification-item em[b-ybc0hsmda7] {
    color: #607269;
    font-size: .78rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

.admin-notification-item em[b-ybc0hsmda7] {
    color: #87958f;
}

.top-row[b-ybc0hsmda7] {
    align-items: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(22, 75, 59, .08);
    border-radius: 22px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 76px;
    padding: .8rem;
}

.search-box[b-ybc0hsmda7] {
    align-items: center;
    background: #f7f8f3;
    border: 1px solid rgba(22, 75, 59, .08);
    border-radius: 18px;
    color: #5d7168;
    display: flex;
    gap: .65rem;
    min-height: 48px;
    padding: 0 .75rem;
    width: min(420px, 100%);
}

.search-box input[b-ybc0hsmda7] {
    background: transparent;
    border: 0;
    color: #10251e;
    flex: 1;
    min-width: 0;
    outline: 0;
}

.search-box kbd[b-ybc0hsmda7] {
    background: white;
    border: 1px solid rgba(22, 75, 59, .1);
    border-radius: 8px;
    color: #5d7168;
    font-size: .75rem;
    padding: .2rem .45rem;
}

.top-actions[b-ybc0hsmda7] {
    align-items: center;
    display: flex;
    gap: .65rem;
}

.icon-button[b-ybc0hsmda7] {
    align-items: center;
    background: #f7f8f3;
    border: 1px solid rgba(22, 75, 59, .08);
    border-radius: 16px;
    color: #10251e;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.profile-chip[b-ybc0hsmda7] {
    align-items: center;
    background: #f7f8f3;
    border: 1px solid rgba(22, 75, 59, .08);
    border-radius: 18px;
    color: #10251e;
    display: none;
    gap: .7rem;
    min-height: 54px;
    padding: .45rem .75rem;
    text-decoration: none;
}

.profile-chip strong[b-ybc0hsmda7],
.profile-chip small[b-ybc0hsmda7] {
    display: block;
}

.profile-chip small[b-ybc0hsmda7] {
    color: #5d7168;
    font-size: .78rem;
}

.avatar[b-ybc0hsmda7] {
    align-items: center;
    background: linear-gradient(145deg, #d7b981, #fff8ea);
    border: 2px solid white;
    border-radius: 999px;
    color: #0f2e24;
    display: inline-flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.content[b-ybc0hsmda7] {
    padding: clamp(1rem, 1.6vw, 1.55rem);
}

#blazor-error-ui[b-ybc0hsmda7] {
    background: #fff8ea;
    border-top: 1px solid rgba(22, 75, 59, .14);
    bottom: 0;
    box-shadow: 0 -10px 40px rgba(16, 37, 30, .12);
    color: #10251e;
    display: none;
    left: 0;
    padding: .8rem 1.25rem;
    position: fixed;
    right: 0;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ybc0hsmda7] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}

@media (max-width: 760px) {
    .admin-stage[b-ybc0hsmda7] {
        padding: 0;
    }

    .admin-shell[b-ybc0hsmda7] {
        border-radius: 0;
        min-height: 100vh;
    }

    .top-row[b-ybc0hsmda7] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-box[b-ybc0hsmda7] {
        width: 100%;
    }

    .admin-global-topbar[b-ybc0hsmda7] {
        grid-template-columns: 1fr;
        justify-content: stretch;
        padding: .75rem .75rem 0;
    }

    .admin-global-actions[b-ybc0hsmda7] {
        justify-content: flex-start;
    }

    .admin-notification-wrap[b-ybc0hsmda7] {
        position: static;
    }

    .admin-notification-menu[b-ybc0hsmda7] {
        left: .75rem;
        right: .75rem;
        top: 4.5rem;
        width: auto;
    }
}

@media (min-width: 820px) {
    .admin-shell[b-ybc0hsmda7] {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .sidebar[b-ybc0hsmda7] {
        align-self: stretch;
        min-height: 100vh;
        overflow: hidden;
        position: relative;
        top: 0;
    }

    .content[b-ybc0hsmda7] {
        padding: clamp(1rem, 1.6vw, 1.55rem);
    }

    .profile-chip[b-ybc0hsmda7] {
        display: flex;
    }
}
/* _content/EmeraldTree.Admin.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-kho8kdeetz] {
    color: #122820;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
    padding: .9rem .75rem;
}

.nav-menu-panel[b-kho8kdeetz] {
    background: #edf8e8;
    border: 1px solid rgba(15, 46, 36, .09);
    box-shadow: 0 18px 38px rgba(9, 44, 31, .12);
}

.nav-menu-panel[b-kho8kdeetz] {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    flex: 1 1 auto;
    min-height: calc(100vh - 1.8rem);
    min-width: 0;
    padding: 1.15rem .85rem .85rem;
}

.brand-lockup[b-kho8kdeetz] {
    align-items: center;
    display: flex;
    gap: .75rem;
    min-height: 48px;
    text-align: left;
}

.brand-mark[b-kho8kdeetz] {
    align-items: center;
    background: #edf4ec;
    border: 2px solid #164b3b;
    border-radius: 999px;
    color: #164b3b;
    display: inline-flex;
    font-family: Georgia, serif;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.brand-logo-mark[b-kho8kdeetz] {
    display: block;
    height: 36px;
    margin-bottom: 0;
    object-fit: contain;
    width: 36px;
}

.brand-lockup strong[b-kho8kdeetz],
.brand-lockup small[b-kho8kdeetz] {
    display: block;
}

.brand-lockup small[b-kho8kdeetz] {
    color: #46705e;
    font-size: .64rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.navbar-toggler[b-kho8kdeetz] {
    display: none;
}

.mobile-nav-trigger[b-kho8kdeetz] {
    align-items: center;
    border: 1px solid rgba(15, 46, 36, .12);
    border-radius: 12px;
    color: #174d39;
    cursor: pointer;
    display: flex;
    min-height: 44px;
    padding: .6rem .8rem;
}

.nav-scrollable[b-kho8kdeetz] {
    display: none;
    min-height: 0;
    overflow-y: auto;
    padding-right: .2rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kho8kdeetz] {
    display: block;
}

nav[b-kho8kdeetz] {
    display: grid;
    gap: .28rem;
}

.nav-kicker[b-kho8kdeetz] {
    color: #789183;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 1.05rem .75rem .35rem;
    text-transform: uppercase;
}

.nav-kicker:first-child[b-kho8kdeetz] {
    margin-top: .25rem;
}

.nav-item[b-kho8kdeetz]  .nav-link,
.nav-item .nav-link[b-kho8kdeetz] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 10px;
    color: #213a30;
    display: flex;
    font: inherit;
    gap: .62rem;
    font-size: .86rem;
    font-weight: 800;
    min-height: 40px;
    padding: .62rem .75rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-kho8kdeetz]  .nav-link span:not(.nav-count-badge),
.nav-item .nav-link span:not(.nav-count-badge)[b-kho8kdeetz] {
    min-width: 0;
}

.nav-count-badge[b-kho8kdeetz] {
    align-items: center;
    background: #b92727;
    border-radius: 999px;
    color: white;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 900;
    height: 1.2rem;
    justify-content: center;
    margin-left: auto;
    min-width: 1.2rem;
    padding: 0 .35rem;
}

.nav-item[b-kho8kdeetz]  a.active {
    background: #b9f27e;
    box-shadow: 0 10px 18px rgba(36, 112, 71, .13);
    color: #174d39;
}

.nav-item[b-kho8kdeetz]  .nav-link:hover,
.nav-item .nav-link:hover[b-kho8kdeetz] {
    background: rgba(185, 242, 126, .45);
    color: #174d39;
}

.nav-icon[b-kho8kdeetz],
.nav-item[b-kho8kdeetz]  .nav-icon {
    color: currentColor;
    flex: 0 0 auto;
    height: 1.25rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    fill: none;
    width: 1.25rem;
}

.sidebar-promo[b-kho8kdeetz] {
    background:
        linear-gradient(145deg, rgba(15, 46, 36, .95), rgba(22, 75, 59, .88)),
        radial-gradient(circle at 80% 0%, rgba(215, 185, 129, .45), transparent 12rem);
    border-radius: 20px;
    color: white;
    margin-top: auto;
    padding: 1rem;
    flex: 0 0 auto;
}

.sidebar-promo p[b-kho8kdeetz] {
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
    margin: .4rem 0 1rem;
}

.sidebar-promo a[b-kho8kdeetz] {
    background: rgba(255, 248, 234, .14);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: white;
    display: block;
    font-size: .82rem;
    font-weight: 800;
    padding: .65rem .8rem;
    text-align: center;
    text-decoration: none;
}

.promo-icon[b-kho8kdeetz] {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-bottom: .75rem;
    width: 32px;
}

@media (min-width: 820px) {
    .mobile-nav-trigger[b-kho8kdeetz] {
        display: none;
    }

    .nav-scrollable[b-kho8kdeetz] {
        display: block;
        flex: 1 1 auto;
    }
}

@media (max-width: 819px) {
    .nav-shell[b-kho8kdeetz] {
        padding: .75rem;
    }
}
