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

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

#components-reconnect-modal.components-reconnect-show .pm-reconnect-animation[b-hvydz8aj41],
#components-reconnect-modal.components-reconnect-retrying .pm-reconnect-animation[b-hvydz8aj41] {
    display: grid;
}

#components-reconnect-modal[b-hvydz8aj41] {
    width: min(480px, calc(100vw - 28px));
    margin: 18vh auto;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}

#components-reconnect-modal[b-hvydz8aj41]::backdrop {
    background: rgba(236, 241, 246, .66);
    backdrop-filter: blur(6px);
}

.pm-reconnect-card[b-hvydz8aj41] {
    padding: 34px 34px 30px;
    border: 1px solid rgba(217, 225, 233, .95);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 70px rgba(15, 23, 42, .16);
}

.pm-reconnect-brand[b-hvydz8aj41] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--pm-color-text);
    font-size: 18px;
    font-weight: 760;
}

.pm-reconnect-brand img[b-hvydz8aj41] {
    width: 44px;
    height: 44px;
    opacity: .76;
    filter: grayscale(1);
}

.pm-reconnect-animation[b-hvydz8aj41] {
    width: 28px;
    height: 28px;
    place-items: center;
}

.pm-reconnect-spinner[b-hvydz8aj41] {
    display: block;
    width: 26px;
    height: 26px;
}

.pm-reconnect-spinner-track[b-hvydz8aj41] {
    fill: none;
    stroke: #d8e2ea;
    stroke-width: 3;
}

.pm-reconnect-spinner-arc[b-hvydz8aj41] {
    fill: none;
    stroke: var(--pm-color-primary);
    stroke-width: 3;
    stroke-linecap: round;
}

.pm-reconnect-copy[b-hvydz8aj41] {
    max-width: 320px;
    text-align: center;
}

.pm-reconnect-copy h2[b-hvydz8aj41] {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 730;
    letter-spacing: -.02em;
}

.pm-reconnect-copy p[b-hvydz8aj41] {
    margin: 10px 0 0;
    color: #67727d;
    font-size: 14px;
    line-height: 1.5;
}

.pm-reconnect-button[b-hvydz8aj41] {
    min-width: 180px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    background: var(--pm-color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(15, 108, 189, .18);
    cursor: pointer;
}

.pm-reconnect-button:hover[b-hvydz8aj41] {
    background: var(--pm-color-primary-hover);
}


@media (max-width: 640px) {
    #components-reconnect-modal[b-hvydz8aj41] {
        margin: 12vh auto;
    }

    .pm-reconnect-card[b-hvydz8aj41] {
        padding: 28px 20px 24px;
        border-radius: 16px;
    }

    .pm-reconnect-copy p[b-hvydz8aj41] {
        font-size: 13px;
    }
}
