/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ou9l5u3qub] {
    min-height: 100vh;
    display: flex;
    background:
        radial-gradient(circle at 8% 0%, rgba(31, 111, 80, 0.12), transparent 24rem),
        #f5f7f4;
}

main[b-ou9l5u3qub] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-ou9l5u3qub] {
    width: 17rem;
    border-right: 1px solid #dce6df;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
}

.top-row[b-ou9l5u3qub] {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 2rem;
    color: #18231d;
    border-bottom: 1px solid #dce6df;
    background: rgba(255, 255, 255, 0.82);
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(14px);
}

.content[b-ou9l5u3qub] {
    padding: 2rem;
}

.user-chip[b-ou9l5u3qub] {
    border: 1px solid #cfe1d7;
    color: #164d38;
    background: #e5f1eb;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 750;
}

#blazor-error-ui[b-ou9l5u3qub] {
    color-scheme: light only;
    background: #fff4f2;
    color: #8f2a1f;
    border-top: 1px solid #ffd4ce;
    bottom: 0;
    box-shadow: 0 -1px 18px rgba(17, 24, 39, 0.12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.85rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ou9l5u3qub] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .page[b-ou9l5u3qub] {
        display: block;
    }

    .sidebar[b-ou9l5u3qub] {
        width: auto;
    }

    .content[b-ou9l5u3qub] {
        padding: 1rem;
    }

    .top-row[b-ou9l5u3qub] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-mfj69tzgwa] {
    min-height: 5.2rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1rem;
    color: #18231d;
}

.brand-mark[b-mfj69tzgwa] {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: -0.08em;
    color: #ffffff;
    background: #1f6f50;
    box-shadow: 0 12px 26px rgba(31, 111, 80, 0.18);
}

.navbar-brand[b-mfj69tzgwa] {
    color: #18231d;
    font-size: 1.05rem;
    font-weight: 850;
    text-decoration: none;
}

.brand-caption[b-mfj69tzgwa] {
    color: #64746b;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.navbar-toggler[b-mfj69tzgwa] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    color: #18231d;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid #cfe1d7;
    border-radius: 0.8rem;
    background:
        linear-gradient(#18231d, #18231d) center 0.7rem / 1.4rem 2px no-repeat,
        linear-gradient(#18231d, #18231d) center center / 1.4rem 2px no-repeat,
        linear-gradient(#18231d, #18231d) center 1.55rem / 1.4rem 2px no-repeat,
        #ffffff;
}

.nav-scrollable[b-mfj69tzgwa] {
    display: none;
    padding: 0.3rem 0.6rem 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mfj69tzgwa] {
    display: block;
}

.nav-item[b-mfj69tzgwa] {
    font-size: 0.95rem;
    padding: 0.12rem 0;
}

.nav-item[b-mfj69tzgwa]  .nav-link {
    color: #4d5c53;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.9rem;
    min-height: 2.9rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.62rem 0.7rem;
    text-decoration: none;
    transition: 140ms ease;
}

.nav-item[b-mfj69tzgwa]  button.nav-link {
    text-align: left;
}

.nav-token[b-mfj69tzgwa] {
    display: inline-grid;
    place-items: center;
    min-width: 1.65rem;
    height: 1.65rem;
    color: #164d38;
    background: #e5f1eb;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.05em;
}

.nav-item[b-mfj69tzgwa]  a.active {
    background: #e5f1eb;
    border-color: #cfe1d7;
    color: #164d38;
    font-weight: 800;
}

.nav-item[b-mfj69tzgwa]  .nav-link:hover {
    background: #f3f7f4;
    color: #164d38;
}

@media (min-width: 901px) {
    .navbar-toggler[b-mfj69tzgwa] {
        display: none;
    }

    .nav-scrollable[b-mfj69tzgwa] {
        display: block;
        height: calc(100vh - 5.2rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t8zod6l1wl],
.components-reconnect-repeated-attempt-visible[b-t8zod6l1wl],
.components-reconnect-failed-visible[b-t8zod6l1wl],
.components-pause-visible[b-t8zod6l1wl],
.components-resume-failed-visible[b-t8zod6l1wl],
.components-rejoining-animation[b-t8zod6l1wl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-retrying[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-failed[b-t8zod6l1wl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-t8zod6l1wl] {
    display: block;
}


#components-reconnect-modal[b-t8zod6l1wl] {
    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-t8zod6l1wl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-t8zod6l1wl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-t8zod6l1wl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-t8zod6l1wl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-t8zod6l1wl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-t8zod6l1wl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-t8zod6l1wl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-t8zod6l1wl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-t8zod6l1wl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-t8zod6l1wl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-t8zod6l1wl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-t8zod6l1wl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-t8zod6l1wl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-t8zod6l1wl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-t8zod6l1wl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t8zod6l1wl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-t8zod6l1wl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-t8zod6l1wl {
    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;
    }
}
