@import 'EridaCompanyWeb.Client.7p4ky3n0nb.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vsljcjft54],
.components-reconnect-repeated-attempt-visible[b-vsljcjft54],
.components-reconnect-failed-visible[b-vsljcjft54],
.components-pause-visible[b-vsljcjft54],
.components-resume-failed-visible[b-vsljcjft54],
.components-rejoining-animation[b-vsljcjft54] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-retrying[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-failed[b-vsljcjft54],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vsljcjft54] {
    display: block;
}


#components-reconnect-modal[b-vsljcjft54] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vsljcjft54 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vsljcjft54 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vsljcjft54 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vsljcjft54]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vsljcjft54 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vsljcjft54 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vsljcjft54 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vsljcjft54 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vsljcjft54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vsljcjft54] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vsljcjft54] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vsljcjft54] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vsljcjft54] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vsljcjft54] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vsljcjft54] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vsljcjft54 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vsljcjft54] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vsljcjft54 {
    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;
    }
}
/* /Components/Pages/DevDiagnosticsPage.razor.rz.scp.css */
.diagnostics-page[b-qwmhd2hm3d] {
    min-height: 100vh;
    background: var(--color-surface-soft);
    color: var(--color-text-strong);
    padding: 48px 20px;
}

.diagnostics-shell[b-qwmhd2hm3d] {
    max-width: 1100px;
    margin: 0 auto;
}

.diagnostics-header[b-qwmhd2hm3d] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.diagnostics-eyebrow[b-qwmhd2hm3d] {
    margin: 0 0 8px;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.diagnostics-title[b-qwmhd2hm3d] {
    margin: 0;
    font-size: 2rem;
}

.diagnostics-description[b-qwmhd2hm3d] {
    max-width: 620px;
    margin: 10px 0 0;
    color: #526173;
}

.diagnostics-section-header[b-qwmhd2hm3d] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 32px 0 16px;
}

.diagnostics-section-header-secondary[b-qwmhd2hm3d] {
    margin-top: 42px;
}

.diagnostics-section-title[b-qwmhd2hm3d] {
    margin: 0;
    font-size: 1.35rem;
}

.diagnostics-section-description[b-qwmhd2hm3d] {
    margin: 8px 0 0;
    color: #526173;
}

.diagnostics-button[b-qwmhd2hm3d] {
    flex: 0 0 auto;
    border: 0;
    border-radius: var(--radius-sm);
    background: var(--color-primary);
    color: white;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 18px;
}

.diagnostics-button:disabled[b-qwmhd2hm3d] {
    cursor: wait;
    opacity: 0.62;
}

.diagnostics-grid[b-qwmhd2hm3d] {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
}

.diagnostics-panel[b-qwmhd2hm3d] {
    background: var(--color-surface-white);
    border: 1px solid var(--color-border-soft);
    border-radius: var(--radius-sm);
    padding: 20px;
}

.diagnostics-panel-title[b-qwmhd2hm3d] {
    margin: 0 0 16px;
    font-size: 1.1rem;
}

.diagnostics-definition-list[b-qwmhd2hm3d] {
    display: grid;
    gap: 12px;
    margin: 0;
}

.diagnostics-definition-list div[b-qwmhd2hm3d] {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px;
}

.diagnostics-definition-list dt[b-qwmhd2hm3d] {
    color: #526173;
    font-weight: 700;
}

.diagnostics-definition-list dd[b-qwmhd2hm3d] {
    margin: 0;
    overflow-wrap: anywhere;
}

.diagnostics-muted[b-qwmhd2hm3d] {
    margin: 0;
    color: #526173;
}

.diagnostics-results[b-qwmhd2hm3d] {
    display: grid;
    gap: 12px;
}

.diagnostics-result[b-qwmhd2hm3d] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--color-border-soft);
    border-left-width: 5px;
    border-radius: var(--radius-sm);
    padding: 12px;
}

.diagnostics-result p[b-qwmhd2hm3d] {
    margin: 6px 0 0;
    color: #526173;
    overflow-wrap: anywhere;
}

.diagnostics-result span[b-qwmhd2hm3d] {
    align-self: flex-start;
    border-radius: var(--radius-sm);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 8px;
}

.diagnostics-result-pass[b-qwmhd2hm3d] {
    border-left-color: var(--color-success);
}

.diagnostics-result-pass span[b-qwmhd2hm3d] {
    background: var(--color-success);
}

.diagnostics-result-warn[b-qwmhd2hm3d] {
    border-left-color: var(--color-primary);
}

.diagnostics-result-warn span[b-qwmhd2hm3d] {
    background: var(--color-primary);
}

.diagnostics-result-fail[b-qwmhd2hm3d] {
    border-left-color: var(--color-error);
}

.diagnostics-result-fail span[b-qwmhd2hm3d] {
    background: var(--color-error);
}

.diagnostics-status[b-qwmhd2hm3d] {
    margin: 18px 0 0;
    color: #526173;
}

@media (max-width: 760px) {
    .diagnostics-header[b-qwmhd2hm3d],
    .diagnostics-section-header[b-qwmhd2hm3d] {
        align-items: stretch;
        flex-direction: column;
    }

    .diagnostics-grid[b-qwmhd2hm3d] {
        grid-template-columns: 1fr;
    }

    .diagnostics-definition-list div[b-qwmhd2hm3d] {
        grid-template-columns: 1fr;
    }
}
