@import '_content/DapperTails.HQ.Operations.Shared/DapperTails.HQ.Operations.Shared.xbfcaumv8y.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-af8312s220],
.components-reconnect-repeated-attempt-visible[b-af8312s220],
.components-reconnect-failed-visible[b-af8312s220],
.components-pause-visible[b-af8312s220],
.components-resume-failed-visible[b-af8312s220],
.components-rejoining-animation[b-af8312s220] {
    display: none;
}

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

#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-af8312s220],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-af8312s220] {
    display: flex;
}


#components-reconnect-modal[b-af8312s220] {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #fffaf3 0%, #f6efe3 52%, #fdf5ea 100%);
    box-shadow: none;
    opacity: 0;
    transition: display 0.28s allow-discrete, overlay 0.28s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-af8312s220 0.28s both;
}

#components-reconnect-modal[open][b-af8312s220] {
    animation: components-reconnect-modal-fadeInOpacity-b-af8312s220 0.28s ease-out both;
}

/* Preserve the last rendered page during a routine background/resume cycle.
   Only an unrecoverable circuit shows the full reconnect surface. */
#components-reconnect-modal.components-reconnect-show[b-af8312s220],
#components-reconnect-modal.components-reconnect-retrying[b-af8312s220] {
    background: transparent;
    pointer-events: none;
}

#components-reconnect-modal.components-reconnect-show[b-af8312s220]::backdrop,
#components-reconnect-modal.components-reconnect-retrying[b-af8312s220]::backdrop {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-container[b-af8312s220],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-container[b-af8312s220] {
    visibility: hidden;
}

#components-reconnect-modal[b-af8312s220]::backdrop {
    background: rgba(246, 239, 227, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: components-reconnect-modal-fadeInOpacity-b-af8312s220 0.28s ease-out;
    opacity: 1;
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-af8312s220] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: min(100%, 320px);
}

.components-reconnect-surface[b-af8312s220] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding:
        max(24px, env(safe-area-inset-top))
        max(16px, env(safe-area-inset-right))
        max(24px, env(safe-area-inset-bottom))
        max(16px, env(safe-area-inset-left));
}

.components-reconnect-brand[b-af8312s220] {
    margin-bottom: 4px;
}

.components-reconnect-message[b-af8312s220] {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(21, 21, 25, 0.78);
}

#components-reconnect-modal button[b-af8312s220] {
    width: 100%;
    margin-top: 4px;
}

.components-rejoining-animation[b-af8312s220] {
    position: relative;
    width: 78px;
    height: 14px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.components-rejoining-animation div[b-af8312s220] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #b8751a;
        opacity: 0.32;
        animation: components-rejoining-animation-b-af8312s220 1.15s ease-in-out infinite;
}

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

.components-rejoining-animation div:nth-child(3)[b-af8312s220] {
    animation-delay: 0.32s;
}

@keyframes components-rejoining-animation-b-af8312s220 {
    0% {
        transform: translateY(0);
        opacity: 0.28;
    }

    50% {
        transform: translateY(-5px);
        opacity: 1;
    }

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