/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ywyr634bjk] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
}

main[b-ywyr634bjk] {
    min-width: 0;
}

.sidebar[b-ywyr634bjk] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #17231d;
    color: white;
}

.top-row[b-ywyr634bjk] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 58px;
    padding: 0 24px;
    border-bottom: 1px solid #d9dfd8;
    background: rgba(251, 252, 248, 0.92);
    backdrop-filter: blur(10px);
}

.top-row span[b-ywyr634bjk] {
    color: #68736b;
}

@media (max-width: 860px) {
    .page[b-ywyr634bjk] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-ywyr634bjk] {
        position: relative;
        height: auto;
    }

    .top-row[b-ywyr634bjk] {
        position: relative;
        padding: 12px 16px;
    }
}

@media (max-width: 720px) {
    .top-row[b-ywyr634bjk] {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

}

@media (max-width: 460px) {
    .top-row[b-ywyr634bjk] {
        min-height: auto;
        padding: 10px 12px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-mhpwmuhgjq] {
    display: grid;
    gap: 5px;
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand img[b-mhpwmuhgjq] {
    width: 58px;
    height: 58px;
    object-fit: contain;
    padding: 6px;
    margin-bottom: 4px;
    border-radius: 8px;
    background: #f7f1df;
    box-shadow: inset 0 0 0 1px rgba(60, 45, 24, 0.12);
}

.brand a[b-mhpwmuhgjq] {
    color: white;
    font-size: 1.42rem;
    font-weight: 800;
    text-decoration: none;
}

.brand span[b-mhpwmuhgjq] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.84rem;
    font-weight: 700;
}

.navbar-toggler[b-mhpwmuhgjq] {
    display: none;
}

.nav-scrollable[b-mhpwmuhgjq] {
    padding: 14px 12px;
}

.nav[b-mhpwmuhgjq] {
    display: grid;
    gap: 6px;
}

.nav-section[b-mhpwmuhgjq] {
    display: grid;
    gap: 6px;
}

.nav-section summary[b-mhpwmuhgjq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.62);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-section summary[b-mhpwmuhgjq]::after {
    content: "+";
    font-size: 1rem;
}

.nav-section[open] summary[b-mhpwmuhgjq]::after {
    content: "-";
}

.nav-item[b-mhpwmuhgjq]  .nav-link,
.nav-link[b-mhpwmuhgjq] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.nav-item[b-mhpwmuhgjq]  .nav-link.active,
.nav-link:hover[b-mhpwmuhgjq] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.nav-icon[b-mhpwmuhgjq] {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    color: white;
    font-size: 0.78rem;
    font-weight: 900;
}

.muted[b-mhpwmuhgjq] {
    border: 0;
    background: transparent;
}

@media (max-width: 860px) {
    .brand[b-mhpwmuhgjq] {
        min-height: 58px;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        padding: 12px 74px 12px 16px;
    }

    .brand img[b-mhpwmuhgjq] {
        grid-row: span 2;
        width: 42px;
        height: 42px;
        padding: 5px;
        margin: 0;
    }

    .navbar-toggler[b-mhpwmuhgjq] {
        appearance: none;
        display: block;
        position: absolute;
        top: 12px;
        right: 16px;
        width: 44px;
        height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 6px;
        background:
            linear-gradient(white, white) center 10px / 20px 2px no-repeat,
            linear-gradient(white, white) center 16px / 20px 2px no-repeat,
            linear-gradient(white, white) center 22px / 20px 2px no-repeat;
        cursor: pointer;
    }

    .nav-scrollable[b-mhpwmuhgjq] {
        display: none;
        padding: 8px 12px 14px;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-mhpwmuhgjq] {
        display: block;
    }

    .nav[b-mhpwmuhgjq] {
        grid-template-columns: 1fr;
    }

    .nav-section[b-mhpwmuhgjq] {
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 4px;
    }

    .nav-section[open][b-mhpwmuhgjq] {
        padding-bottom: 8px;
    }
}

@media (max-width: 460px) {
    .brand[b-mhpwmuhgjq] {
        padding-left: 12px;
    }

    .nav-scrollable[b-mhpwmuhgjq] {
        padding-inline: 8px;
    }

    .nav-item[b-mhpwmuhgjq]  .nav-link,
    .nav-link[b-mhpwmuhgjq] {
        min-height: 46px;
        padding: 0 10px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zvtv6nlj4q],
.components-reconnect-repeated-attempt-visible[b-zvtv6nlj4q],
.components-reconnect-failed-visible[b-zvtv6nlj4q],
.components-pause-visible[b-zvtv6nlj4q],
.components-resume-failed-visible[b-zvtv6nlj4q],
.components-rejoining-animation[b-zvtv6nlj4q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-retrying[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-failed[b-zvtv6nlj4q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zvtv6nlj4q] {
    display: block;
}


#components-reconnect-modal[b-zvtv6nlj4q] {
    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-zvtv6nlj4q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zvtv6nlj4q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zvtv6nlj4q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zvtv6nlj4q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zvtv6nlj4q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zvtv6nlj4q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zvtv6nlj4q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zvtv6nlj4q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zvtv6nlj4q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zvtv6nlj4q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zvtv6nlj4q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zvtv6nlj4q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zvtv6nlj4q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zvtv6nlj4q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zvtv6nlj4q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zvtv6nlj4q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zvtv6nlj4q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zvtv6nlj4q {
    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;
    }
}
