/* /Components/Layout/QiaoLayout.razor.rz.scp.css */
#blazor-error-ui[b-ypspyh51x9] {
    backdrop-filter: blur(8px);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t5p2ed3n3o],
.components-reconnect-repeated-attempt-visible[b-t5p2ed3n3o],
.components-reconnect-failed-visible[b-t5p2ed3n3o],
.components-pause-visible[b-t5p2ed3n3o],
.components-resume-failed-visible[b-t5p2ed3n3o],
.components-rejoining-animation[b-t5p2ed3n3o] {
    display: none;
}

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

#components-reconnect-modal[b-t5p2ed3n3o] {
    width: min(92vw, 26rem);
    margin: auto;
    padding: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.45);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.88);
    color: #e2e8f0;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

#components-reconnect-modal[b-t5p2ed3n3o]::backdrop {
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(8px);
}

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

#components-reconnect-modal p[b-t5p2ed3n3o] {
    margin: 0;
    line-height: 1.5;
    font-size: 0.94rem;
}

#components-reconnect-modal button[b-t5p2ed3n3o] {
    border: 1px solid rgba(226, 232, 240, 0.3);
    background: #06c755;
    color: #ffffff;
    padding: 0.45rem 1rem;
    border-radius: 9999px;
    font-size: 0.86rem;
    font-weight: 600;
}

#components-reconnect-modal button:hover[b-t5p2ed3n3o] {
    background: #05b84e;
}

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

.components-rejoining-animation div[b-t5p2ed3n3o] {
    position: absolute;
    border: 2px solid #06c755;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-t5p2ed3n3o 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

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

    8% {
        opacity: 1;
    }

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