/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w9xadcj8nc] {
    min-height: 100vh;
    background: #f7f8f4;
}

.sidebar[b-w9xadcj8nc] {
    display: contents;
}

.app-main[b-w9xadcj8nc] {
    min-width: 0;
}

.top-row[b-w9xadcj8nc] {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 78px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(247, 248, 244, .92);
    border-bottom: 1px solid rgba(6, 78, 59, .08);
    backdrop-filter: blur(16px);
}

.mobile-brand[b-w9xadcj8nc] {
    display: flex;
    width: 112px;
    height: 60px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobile-brand img[b-w9xadcj8nc] {
    width: 118px;
    height: 65px;
    object-fit: cover;
    transform: scale(1.15);
}

.top-row-actions[b-w9xadcj8nc] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.demo-pill[b-w9xadcj8nc] {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #44645b;
    background: #fff;
    border: 1px solid #e4eae5;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
}

.demo-pill span[b-w9xadcj8nc] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffb703;
    box-shadow: 0 0 0 4px rgba(255, 183, 3, .15);
}

.profile-link[b-w9xadcj8nc] {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #123b30;
    text-decoration: none;
}

.profile-avatar[b-w9xadcj8nc] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #064e3b;
    background: #ffe29a;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(6, 78, 59, .1);
    font-weight: 800;
}

.profile-copy[b-w9xadcj8nc] { display: none; }
.profile-copy small[b-w9xadcj8nc], .profile-copy strong[b-w9xadcj8nc] { display: block; }
.profile-copy small[b-w9xadcj8nc] { color: #789087; font-size: .68rem; }
.profile-copy strong[b-w9xadcj8nc] { max-width: 130px; overflow: hidden; text-overflow: ellipsis; font-size: .82rem; }

.top-login[b-w9xadcj8nc] {
    padding: 10px 16px;
    color: #fff;
    background: #064e3b;
    border-radius: 12px;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 800;
}

.content[b-w9xadcj8nc] {
    padding: 20px 16px 112px;
}

.content-shell[b-w9xadcj8nc] {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

#blazor-error-ui[b-w9xadcj8nc] {
    position: fixed;
    z-index: 1000;
    right: 12px;
    bottom: 94px;
    left: 12px;
    display: none;
    padding: 14px 42px 14px 16px;
    color: #fff;
    background: #9f2f2f;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(55, 10, 10, .25);
}

#blazor-error-ui a[b-w9xadcj8nc] { color: #fff; font-weight: 800; }
#blazor-error-ui .dismiss[b-w9xadcj8nc] { position: absolute; top: 12px; right: 16px; cursor: pointer; }

@media (min-width: 720px) {
    .demo-pill[b-w9xadcj8nc], .profile-copy[b-w9xadcj8nc] { display: flex; flex-direction: column; }
    .demo-pill[b-w9xadcj8nc] { flex-direction: row; }
    .content[b-w9xadcj8nc] { padding: 30px 30px 70px; }
}

@media (min-width: 1024px) {
    .page[b-w9xadcj8nc] { display: grid; grid-template-columns: 260px minmax(0, 1fr); }
    .sidebar[b-w9xadcj8nc] { display: block; position: sticky; top: 0; height: 100vh; }
    .top-row[b-w9xadcj8nc] { height: 80px; padding: 12px 32px; }
    .mobile-brand[b-w9xadcj8nc] { display: none; }
    .top-row-actions[b-w9xadcj8nc] { width: 100%; justify-content: flex-end; }
    .content[b-w9xadcj8nc] { padding: 38px 40px 70px; }
}

@media (min-width: 1320px) {
    .page[b-w9xadcj8nc] { grid-template-columns: 286px minmax(0, 1fr); }
    .content[b-w9xadcj8nc] { padding-right: 56px; padding-left: 56px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-panel[b-ba1bz2ks1k] {
    height: 100%;
    display: none;
    flex-direction: column;
    padding: 22px 20px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 4%, rgba(255, 183, 3, .18), transparent 22%),
        linear-gradient(165deg, #075c45 0%, #043e30 68%, #032f26 100%);
}

.brand[b-ba1bz2ks1k] {
    width: 220px;
    height: 145px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 24px;
}

.brand img[b-ba1bz2ks1k] {
    width: 220px;
    height: 121px;
    object-fit: cover;
    transform: scale(1.36);
}

.brand-tagline[b-ba1bz2ks1k] {
    margin: 7px 0 25px;
    text-align: center;
    color: rgba(255, 255, 255, .62);
    font-size: .74rem;
    line-height: 1.5;
}

.nav-list[b-ba1bz2ks1k] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nav-section[b-ba1bz2ks1k] {
    margin: 20px 13px 4px;
    color: rgba(255, 255, 255, .48);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

[b-ba1bz2ks1k] .nav-link {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    color: rgba(255, 255, 255, .76);
    border-radius: 13px;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 700;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

[b-ba1bz2ks1k] .nav-link:hover { color: #fff; background: rgba(255, 255, 255, .08); transform: translateX(2px); }
[b-ba1bz2ks1k] .nav-link.active { color: #073d30; background: #ffca45; box-shadow: 0 8px 24px rgba(0, 0, 0, .13); }

.nav-icon[b-ba1bz2ks1k] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 1.26rem;
    line-height: 1;
}

.nav-footer[b-ba1bz2ks1k] {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.account-row[b-ba1bz2ks1k] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
}

.account-dot[b-ba1bz2ks1k] {
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: #064e3b;
    background: #ffcf55;
    border-radius: 12px;
    font-weight: 800;
}

.account-row small[b-ba1bz2ks1k], .account-row strong[b-ba1bz2ks1k] { display: block; }
.account-row small[b-ba1bz2ks1k] { color: rgba(255, 255, 255, .5); font-size: .63rem; }
.account-row strong[b-ba1bz2ks1k] { max-width: 150px; overflow: hidden; text-overflow: ellipsis; font-size: .76rem; }

.logout-button[b-ba1bz2ks1k] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 2px;
    color: rgba(255, 255, 255, .58);
    background: transparent;
    border: 0;
    font-size: .74rem;
    font-weight: 700;
}

.guest-actions[b-ba1bz2ks1k] { display: grid; gap: 9px; text-align: center; }
.guest-actions .btn[b-ba1bz2ks1k] { color: #064e3b; border-radius: 12px; font-weight: 800; }
.guest-register[b-ba1bz2ks1k] { color: rgba(255, 255, 255, .72); text-decoration: none; font-size: .78rem; }

.bottom-nav[b-ba1bz2ks1k] {
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px;
    background: rgba(4, 62, 48, .96);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(3, 47, 38, .28);
    backdrop-filter: blur(15px);
}

.bottom-nav[b-ba1bz2ks1k]  a {
    min-width: 64px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: rgba(255, 255, 255, .64);
    border-radius: 15px;
    text-decoration: none;
}

.bottom-nav[b-ba1bz2ks1k]  a span { font-family: Arial, sans-serif; font-size: 1.25rem; line-height: 1; }
.bottom-nav[b-ba1bz2ks1k]  a small { font-size: .6rem; font-weight: 700; }
.bottom-nav[b-ba1bz2ks1k]  a.active { color: #064e3b; background: #ffca45; }

.bottom-logout[b-ba1bz2ks1k] {
    min-width: 58px;
    height: 58px;
    margin: 0;
}

.bottom-logout button[b-ba1bz2ks1k] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
    color: rgba(255, 255, 255, .64);
    background: transparent;
    border: 0;
    border-radius: 15px;
}

.bottom-logout button span[b-ba1bz2ks1k] { font-family: Arial, sans-serif; font-size: 1.25rem; line-height: 1; }
.bottom-logout button small[b-ba1bz2ks1k] { font-size: .6rem; font-weight: 700; }
.bottom-logout button:hover[b-ba1bz2ks1k] { color: #fff; background: rgba(255, 255, 255, .08); }

@media (min-width: 1024px) {
    .nav-panel[b-ba1bz2ks1k] { display: flex; }
    .bottom-nav[b-ba1bz2ks1k] { display: none; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lqzuc80pl3],
.components-reconnect-repeated-attempt-visible[b-lqzuc80pl3],
.components-reconnect-failed-visible[b-lqzuc80pl3],
.components-pause-visible[b-lqzuc80pl3],
.components-resume-failed-visible[b-lqzuc80pl3],
.components-rejoining-animation[b-lqzuc80pl3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-retrying[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-failed[b-lqzuc80pl3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lqzuc80pl3] {
    display: block;
}


#components-reconnect-modal[b-lqzuc80pl3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lqzuc80pl3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lqzuc80pl3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lqzuc80pl3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lqzuc80pl3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lqzuc80pl3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lqzuc80pl3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lqzuc80pl3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lqzuc80pl3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lqzuc80pl3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lqzuc80pl3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lqzuc80pl3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lqzuc80pl3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lqzuc80pl3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lqzuc80pl3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lqzuc80pl3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lqzuc80pl3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lqzuc80pl3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lqzuc80pl3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
