/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0tvmv78hlk] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0tvmv78hlk] {
    flex: 1;
}

.sidebar[b-0tvmv78hlk] {
    background: linear-gradient(190deg, rgba(9, 49, 47, 0.96) 0%, rgba(11, 77, 71, 0.95) 52%, rgba(27, 60, 56, 0.92) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.top-row[b-0tvmv78hlk] {
    background: rgba(255, 255, 255, 0.66);
    border-bottom: 1px solid rgba(16, 49, 46, 0.11);
    justify-content: space-between;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(7px);
}

.title-wrap[b-0tvmv78hlk] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.kicker[b-0tvmv78hlk] {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4f6664;
    font-weight: 700;
}

.sub[b-0tvmv78hlk] {
    color: #1f3b39;
    font-weight: 600;
    font-size: 0.95rem;
}

.refresh-btn[b-0tvmv78hlk] {
    border: 1px solid var(--line-soft, rgba(26, 45, 44, 0.14));
    background: var(--bg-panel, rgba(255, 255, 255, 0.76));
    color: #0d3f3b;
    border-radius: 1.2rem;
    min-width: 2.6rem;
    height: 2.35rem;
    padding: 0 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow-soft, 0 18px 42px rgba(24, 39, 38, 0.12));
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.refresh-btn:hover[b-0tvmv78hlk] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft, 0 18px 42px rgba(24, 39, 38, 0.12));
}

.refresh-icon[b-0tvmv78hlk] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230d3f3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.75 2.75v3.5h-3.5'/%3E%3Cpath d='M12.8 6.5A5.75 5.75 0 1 0 14 10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-row[b-0tvmv78hlk]  a,
.top-row[b-0tvmv78hlk]  .btn-link {
    text-decoration: none;
}

@media (max-width: 1024.98px) {
    .sub[b-0tvmv78hlk] {
        font-size: 0.84rem;
    }

    .refresh-btn[b-0tvmv78hlk] {
        min-width: 2.3rem;
        height: 2.1rem;
        padding: 0 0.45rem;
    }
}

@media (min-width: 1025px) {
    .page[b-0tvmv78hlk] {
        flex-direction: row;
    }

    .sidebar[b-0tvmv78hlk] {
        width: 4.5rem;
        height: 100dvh;
        position: sticky;
        top: 0;
        transition: width 160ms ease;
    }

    .sidebar.expanded[b-0tvmv78hlk] {
        width: 250px;
    }

    .top-row[b-0tvmv78hlk] {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .top-row[b-0tvmv78hlk],
    article[b-0tvmv78hlk] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-0tvmv78hlk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0tvmv78hlk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.nav-shell[b-djfo8wm9iq] {
    width: 100%;
}

.navbar-toggler[b-djfo8wm9iq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 2.35rem;
    height: 2.35rem;
    color: #ebf4f2;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.2rem;
    line-height: 1;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.navbar-toggler:hover[b-djfo8wm9iq] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.top-row[b-djfo8wm9iq] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: flex-start;
}

.navbar-brand[b-djfo8wm9iq] {
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-link[b-djfo8wm9iq] {
    display: inline-flex;
    align-items: center;
    color: #f6fbfa;
    text-decoration: none;
    white-space: nowrap;
}

.brand-wrap[b-djfo8wm9iq] {
    min-width: 0;
}

.nav-shell.collapsed .brand-wrap[b-djfo8wm9iq] {
    display: none;
}

.brand-text[b-djfo8wm9iq] {
    display: inline-block;
}

.bi[b-djfo8wm9iq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-djfo8wm9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-djfo8wm9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-djfo8wm9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-djfo8wm9iq] {
    font-size: 0.92rem;
    padding-bottom: 0.4rem;
}

    .nav-item:last-of-type[b-djfo8wm9iq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-djfo8wm9iq]  .nav-link {
        color: #d8f0ec;
        background: none;
        border: none;
        border-radius: 0.8rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background-color 140ms ease, transform 140ms ease;
    }

.nav-item[b-djfo8wm9iq]  a.active {
    background-color: rgba(241, 251, 249, 0.25);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.nav-item[b-djfo8wm9iq]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.14);
    color: white;
    transform: translateX(2px);
}

.nav-scrollable[b-djfo8wm9iq] {
    display: block;
    max-height: calc(100dvh - 3.5rem);
    overflow-y: auto;
}

.nav-shell.collapsed .brand-text[b-djfo8wm9iq] {
    display: none;
}

.nav-shell.collapsed .top-row[b-djfo8wm9iq] {
    justify-content: center;
    gap: 0;
}

.nav-shell.collapsed .nav-scrollable[b-djfo8wm9iq] {
    display: none;
}

@media (max-width: 1024.98px) {
    .top-row[b-djfo8wm9iq] {
        padding-right: 0.75rem;
    }

    .nav-shell.expanded .nav-scrollable[b-djfo8wm9iq] {
        display: block;
    }

    .nav-shell.collapsed .nav-scrollable[b-djfo8wm9iq] {
        display: none;
    }

    .nav-shell.collapsed .top-row[b-djfo8wm9iq] {
        justify-content: center;
        gap: 0;
    }
}

@media (min-width: 1025px) {
    .nav-scrollable[b-djfo8wm9iq] {
        height: calc(100dvh - 3.5rem);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ympmf0tuuj],
.components-reconnect-repeated-attempt-visible[b-ympmf0tuuj],
.components-reconnect-failed-visible[b-ympmf0tuuj],
.components-pause-visible[b-ympmf0tuuj],
.components-resume-failed-visible[b-ympmf0tuuj],
.components-rejoining-animation[b-ympmf0tuuj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-retrying[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-failed[b-ympmf0tuuj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ympmf0tuuj] {
    display: block;
}


#components-reconnect-modal[b-ympmf0tuuj] {
    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-ympmf0tuuj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ympmf0tuuj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ympmf0tuuj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ympmf0tuuj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ympmf0tuuj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ympmf0tuuj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ympmf0tuuj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ympmf0tuuj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ympmf0tuuj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ympmf0tuuj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ympmf0tuuj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ympmf0tuuj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ympmf0tuuj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ympmf0tuuj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ympmf0tuuj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ympmf0tuuj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ympmf0tuuj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ympmf0tuuj {
    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;
    }
}
