/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2tw81znyep],
.components-reconnect-repeated-attempt-visible[b-2tw81znyep],
.components-reconnect-failed-visible[b-2tw81znyep],
.components-pause-visible[b-2tw81znyep],
.components-resume-failed-visible[b-2tw81znyep],
.components-rejoining-animation[b-2tw81znyep] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-retrying[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-failed[b-2tw81znyep],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2tw81znyep] {
    display: block;
}


#components-reconnect-modal[b-2tw81znyep] {
    background: linear-gradient(180deg, rgba(19, 23, 50, 0.92), rgba(9, 11, 26, 0.96));
    color: var(--text-primary, #f2f4ff);
    width: 22rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid rgba(0, 240, 255, 0.28);
    border-radius: 0;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    box-shadow: 0 0 34px rgba(0, 240, 255, 0.18), 0 20px 50px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2tw81znyep 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2tw81znyep 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2tw81znyep 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2tw81znyep]::backdrop {
    background-color: rgba(2, 2, 10, 0.72);
    animation: components-reconnect-modal-fadeInOpacity-b-2tw81znyep 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2tw81znyep {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2tw81znyep {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2tw81znyep {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2tw81znyep] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2tw81znyep] {
    margin: 0;
    text-align: center;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-secondary, rgba(235, 240, 255, 0.66));
}

#components-reconnect-modal button[b-2tw81znyep] {
    border: 1px solid rgba(0, 240, 255, 0.4);
    background: rgba(0, 240, 255, 0.06);
    color: #00f0ff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 8px 28px;
    border-radius: 0;
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
    cursor: pointer;
    transition: background 150ms ease, filter 150ms ease;
}

    #components-reconnect-modal button:hover[b-2tw81znyep] {
        background: rgba(0, 240, 255, 0.16);
        filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.4));
    }

    #components-reconnect-modal button:active[b-2tw81znyep] {
        background: rgba(0, 240, 255, 0.06);
    }

.components-rejoining-animation[b-2tw81znyep] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2tw81znyep] {
        position: absolute;
        border: 2px solid #00f0ff;
        opacity: 1;
        border-radius: 50%;
        filter: drop-shadow(0 0 6px rgba(0, 240, 255, 0.7));
        animation: components-rejoining-animation-b-2tw81znyep 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2tw81znyep] {
            border-color: #8b5cf6;
            filter: drop-shadow(0 0 6px rgba(139, 92, 246, 0.7));
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2tw81znyep {
    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;
    }
}
