/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-onqw8hnws3] { min-height: 100vh; }
.main-content[b-onqw8hnws3] { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 44px 0 80px; }
@media (max-width: 720px) { .main-content[b-onqw8hnws3] { width: min(100% - 24px, 1180px); padding-top: 28px; } }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-uzbiji99x8] { height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 44px; background: rgba(255,255,255,.92); border-bottom: 1px solid #e8e9e4; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand[b-uzbiji99x8] { display: flex; align-items: center; gap: 10px; color: #15241c; text-decoration: none; font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; }
.brand strong[b-uzbiji99x8] { color: #16a34a; }
.brand-mark[b-uzbiji99x8] { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: white; background: #16a34a; box-shadow: 0 6px 16px rgba(22,163,74,.24); }
.main-nav[b-uzbiji99x8] { display: flex; gap: 28px; flex: 1; }
.main-nav[b-uzbiji99x8]  a { color: #5d665f; text-decoration: none; font-weight: 650; padding: 27px 0 23px; border-bottom: 3px solid transparent; }
.main-nav[b-uzbiji99x8]  a.active { color: #14251b; border-color: #16a34a; }
.user-menu[b-uzbiji99x8] { display: flex; align-items: center; gap: 9px; }
.user-avatar[b-uzbiji99x8] { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #dcfce7; color: #15803d; font-weight: 800; font-size: .75rem; }
.user-name[b-uzbiji99x8] { max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 650; font-size: .9rem; }
.user-menu form[b-uzbiji99x8] { margin: 0; }
.logout-button[b-uzbiji99x8] { border: 0; background: transparent; color: #8a928d; font-size: .85rem; }
@media (max-width: 760px) { .site-header[b-uzbiji99x8] { height: auto; padding: 13px 16px; flex-wrap: wrap; gap: 12px; }.main-nav[b-uzbiji99x8] { order: 3; flex-basis: 100%; justify-content: space-around; gap: 12px; }.main-nav[b-uzbiji99x8]  a { padding: 8px 2px; }.user-menu[b-uzbiji99x8] { margin-left: auto; }.user-name[b-uzbiji99x8] { display:none; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yyuj85j15q],
.components-reconnect-repeated-attempt-visible[b-yyuj85j15q],
.components-reconnect-failed-visible[b-yyuj85j15q],
.components-pause-visible[b-yyuj85j15q],
.components-resume-failed-visible[b-yyuj85j15q],
.components-rejoining-animation[b-yyuj85j15q] {
    display: none;
}

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


#components-reconnect-modal[b-yyuj85j15q] {
    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-yyuj85j15q 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-yyuj85j15q {
    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;
    }
}
