/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ltd9wkt57d] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ltd9wkt57d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-ehnts7onlw] {
    position: fixed;
    top: 1rem;
    left: 50%;
    z-index: 1600;
    width: min(34rem, calc(100vw - 1.5rem));
    margin: 0;
    padding: 0.85rem 1rem;
    transform: translateX(-50%);
    border: 0;
    border-radius: 12px;
    border-left: 4px solid #d69b56;
    border-right: 4px solid #d69b56;
    background: linear-gradient(180deg, #fff9e8 0%, #fff2c4 100%);
    color: #4a3200;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

#components-reconnect-modal[open][b-ehnts7onlw] {
    display: block;
    animation: components-reconnect-slide-down-b-ehnts7onlw 0.18s ease-out;
}

#components-reconnect-modal[b-ehnts7onlw]::backdrop {
    background: transparent;
}

.components-reconnect-first-attempt-visible[b-ehnts7onlw],
.components-reconnect-repeated-attempt-visible[b-ehnts7onlw],
.components-reconnect-failed-visible[b-ehnts7onlw],
.components-pause-visible[b-ehnts7onlw],
.components-resume-failed-visible[b-ehnts7onlw],
.components-rejoining-animation[b-ehnts7onlw],
#components-reconnect-button[b-ehnts7onlw],
#components-resume-button[b-ehnts7onlw] {
    display: none;
}

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

#components-reconnect-modal.components-reconnect-failed #components-reconnect-button[b-ehnts7onlw],
#components-reconnect-modal.components-reconnect-paused #components-resume-button[b-ehnts7onlw],
#components-reconnect-modal.components-reconnect-resume-failed #components-resume-button[b-ehnts7onlw] {
    display: inline-flex;
}

.components-reconnect-container[b-ehnts7onlw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#components-reconnect-modal p[b-ehnts7onlw] {
    margin: 0;
    line-height: 1.35;
    font-size: 0.98rem;
}

#components-reconnect-modal strong[b-ehnts7onlw] {
    font-weight: 800;
}

#components-reconnect-modal button[b-ehnts7onlw] {
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #b45309;
    color: #ffffff;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-ehnts7onlw] {
    background: #92400e;
}

.components-rejoining-animation[b-ehnts7onlw] {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.components-rejoining-animation div[b-ehnts7onlw] {
    position: absolute;
    inset: 0;
    border: 2px solid #d97706;
    border-radius: 50%;
    opacity: 1;
    animation: components-reconnect-pulse-b-ehnts7onlw 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

@keyframes components-reconnect-slide-down-b-ehnts7onlw {
    from {
        opacity: 0;
        transform: translate(-50%, -8px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes components-reconnect-pulse-b-ehnts7onlw {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    #components-reconnect-modal[b-ehnts7onlw] {
        top: 0.75rem;
        width: calc(100vw - 1rem);
        padding: 0.8rem 0.9rem;
    }

    .components-reconnect-container[b-ehnts7onlw] {
        align-items: flex-start;
    }
}
