/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-hsy3dp9lyu] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 284px minmax(0, 1fr);
    background: #f3f6fa;
}
.sidebar[b-hsy3dp9lyu] {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 20;
}

.app-main[b-hsy3dp9lyu] {
    min-width: 0;
}

.app-topbar[b-hsy3dp9lyu] {
    height: 78px;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(12, 38, 64, .08);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.topbar-eyebrow[b-hsy3dp9lyu],
.topbar-title[b-hsy3dp9lyu] {
    display: block;
}

.topbar-eyebrow[b-hsy3dp9lyu] {
    color: #718096;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.topbar-title[b-hsy3dp9lyu] {
    color: #102f4c;
    font-size: 1.08rem;
    font-weight: 720;
    margin-top: .1rem;
}

.topbar-status[b-hsy3dp9lyu] {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #527083;
    font-size: .82rem;
    font-weight: 650;
}

.status-dot[b-hsy3dp9lyu] {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #2fbe92;
    box-shadow: 0 0 0 5px rgba(47, 190, 146, .12);
}

.content[b-hsy3dp9lyu] {
    width: min(1500px, 100%);
    margin: 0 auto;
    padding: 2.75rem 3rem 4rem;
}

#blazor-error-ui[b-hsy3dp9lyu] {
    background: #fff4e5;
    border-top: 1px solid #f2cf93;
    bottom: 0;
    box-shadow: 0 -8px 30px rgba(14, 38, 60, .12);
    color: #6f4a0b;
    display: none;
    left: 0;
    padding: .9rem 3.5rem .9rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-hsy3dp9lyu] {
    cursor: pointer;
    position: absolute;
    right: 1.25rem;
}

@media (max-width: 900px) {
    .app-shell[b-hsy3dp9lyu] {
        display: block;
    }

    .sidebar[b-hsy3dp9lyu] {
        position: relative;
        width: 100%;
        height: auto;
    }

    .app-topbar[b-hsy3dp9lyu] {
        display: none;
    }

    .content[b-hsy3dp9lyu] {
        padding: 1.5rem 1rem 3rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-xco1co8pbh] {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    background:
        radial-gradient(circle at 10% 5%, rgba(22, 155, 178, .28), transparent 30%),
        linear-gradient(165deg, #0d304b 0%, #09243a 55%, #071b2d 100%);
}

.brand-block[b-xco1co8pbh] {
    padding: 1.8rem 1.45rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand-link[b-xco1co8pbh] {
    display: flex;
    align-items: center;
    gap: .85rem;
    color: white;
    text-decoration: none;
}

.brand-mark[b-xco1co8pbh] {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #14a3ba, #087592);
    box-shadow: 0 10px 25px rgba(0, 18, 38, .28);
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: -.05em;
}

.brand-mark span[b-xco1co8pbh] { color: #9de8e3; }
.brand-copy[b-xco1co8pbh] { min-width: 0; }
.brand-copy strong[b-xco1co8pbh],
.brand-copy small[b-xco1co8pbh] { display: block; }
.brand-copy strong[b-xco1co8pbh] { font-size: .9rem; letter-spacing: -.01em; white-space: nowrap; }
.brand-copy small[b-xco1co8pbh] { color: #8daec1; font-size: .72rem; margin-top: .16rem; letter-spacing: .04em; }

.nav-scrollable[b-xco1co8pbh] {
    flex: 1;
    padding: 1.6rem 1rem;
    overflow-y: auto;
}

.nav-label[b-xco1co8pbh] {
    display: block;
    color: #7598ad;
    padding: 0 .7rem .7rem;
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.account-label[b-xco1co8pbh] { margin-top: 1.8rem; }
.nav-item[b-xco1co8pbh] { margin-bottom: .35rem; }

.nav-item[b-xco1co8pbh]  .nav-link {
    min-height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: .78rem;
    padding: .7rem .8rem;
    border: 0;
    border-radius: 13px;
    color: #bcd0dc;
    background: transparent;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 620;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.nav-item[b-xco1co8pbh]  .nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, .07);
    transform: translateX(2px);
}

.nav-item[b-xco1co8pbh]  a.active {
    color: white;
    background: linear-gradient(90deg, rgba(20, 163, 186, .25), rgba(20, 163, 186, .08));
    box-shadow: inset 3px 0 #35c2c5;
}

.nav-icon[b-xco1co8pbh] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #85dadd;
    background: rgba(255, 255, 255, .06);
    font-size: 1.05rem;
}

.user-card[b-xco1co8pbh] {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin: 0 .35rem 1rem;
    padding: .75rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
}

.user-avatar[b-xco1co8pbh] {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #0b344e;
    background: #8ce1df;
    font-size: .78rem;
    font-weight: 800;
}

.user-details[b-xco1co8pbh] { min-width: 0; }
.user-details strong[b-xco1co8pbh],
.user-details small[b-xco1co8pbh] { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-details strong[b-xco1co8pbh] { color: #edf7fb; font-size: .76rem; }
.user-details small[b-xco1co8pbh] { color: #789caf; font-size: .67rem; margin-top: .15rem; }
form[b-xco1co8pbh] { width: 100%; }

.sidebar-footer[b-xco1co8pbh] {
    margin: 0 1rem 1.2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 15px;
    color: #c9dce5;
    background: rgba(255, 255, 255, .055);
}

.shield[b-xco1co8pbh] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    color: #8ce1df;
    background: rgba(20, 163, 186, .16);
    font-weight: 800;
}

.sidebar-footer strong[b-xco1co8pbh],
.sidebar-footer small[b-xco1co8pbh] { display: block; }
.sidebar-footer strong[b-xco1co8pbh] { font-size: .7rem; }
.sidebar-footer small[b-xco1co8pbh] { color: #7697a9; font-size: .63rem; margin-top: .15rem; }

.navbar-toggler[b-xco1co8pbh] { display: none; }

@media (max-width: 900px) {
    .nav-shell[b-xco1co8pbh] { height: auto; }
    .brand-block[b-xco1co8pbh] { padding: 1rem; display: flex; justify-content: space-between; }
    .brand-mark[b-xco1co8pbh] { width: 42px; height: 42px; }
    .navbar-toggler[b-xco1co8pbh] { width: 42px; display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
    .navbar-toggler input[b-xco1co8pbh] { display: none; }
    .navbar-toggler span[b-xco1co8pbh] { width: 24px; height: 2px; margin-left: auto; border-radius: 2px; background: #9fc2d2; }
    .nav-scrollable[b-xco1co8pbh] { display: none; padding: 1rem; }
    .brand-block:has(.navbar-toggler input:checked) + .nav-scrollable[b-xco1co8pbh] { display: block; }
    .sidebar-footer[b-xco1co8pbh] { display: none; }
}
