/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-se612crv8n] {
    background: #211a0d;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    color: #f4cf7b;
    font: 0.8rem "IBM Plex Mono", Consolas, monospace;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui a[b-se612crv8n],
#blazor-error-ui button[b-se612crv8n] {
    color: #fff1c8;
}

#blazor-error-ui button[b-se612crv8n] {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

#blazor-error-ui .dismiss[b-se612crv8n] {
    position: absolute;
    right: 0.75rem;
    text-decoration: none;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ol4c17x25d],
.components-reconnect-repeated-attempt-visible[b-ol4c17x25d],
.components-reconnect-failed-visible[b-ol4c17x25d],
.components-pause-visible[b-ol4c17x25d],
.components-resume-failed-visible[b-ol4c17x25d] {
    display: none;
}

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

#components-reconnect-modal[b-ol4c17x25d] {
    background: #0f111a;
    border: 1px solid #343746;
    border-radius: 7px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
    color: #d8dee9;
    font: 0.8rem "JetBrains Mono", "Cascadia Code", Consolas, monospace;
    margin: 24vh auto;
    max-width: calc(100vw - 2rem);
    padding: 0;
    width: 31rem;
}

#components-reconnect-modal[b-ol4c17x25d]::backdrop {
    backdrop-filter: blur(3px);
    background: rgba(4, 5, 8, 0.68);
}

.reconnect-titlebar[b-ol4c17x25d] {
    align-items: center;
    background: linear-gradient(#333438, #28292d);
    border-radius: 6px 6px 0 0;
    color: #9da2af;
    display: flex;
    font-size: 0.65rem;
    gap: 7px;
    height: 34px;
    padding: 0 11px;
}

.reconnect-titlebar > span:last-child[b-ol4c17x25d] {
    margin-left: auto;
    margin-right: auto;
}

.reconnect-dot[b-ol4c17x25d] {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.reconnect-dot.red[b-ol4c17x25d] { background: #ff5f57; }
.reconnect-dot.yellow[b-ol4c17x25d] { background: #febc2e; }
.reconnect-dot.green[b-ol4c17x25d] { background: #28c840; }

.reconnect-terminal[b-ol4c17x25d] {
    min-height: 9rem;
    padding: 1.5rem;
}

#components-reconnect-modal p[b-ol4c17x25d] {
    line-height: 1.8;
    margin: 0 0 1rem;
}

.reconnect-prompt[b-ol4c17x25d] { color: #c3e88d; }
.reconnect-error[b-ol4c17x25d] { color: #ff757f; }
.reconnect-muted[b-ol4c17x25d] { color: #9299aa; }

#components-reconnect-modal button[b-ol4c17x25d] {
    background: #82aaff;
    border: 0;
    border-radius: 3px;
    color: #11131a;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
}

#components-reconnect-modal button:hover[b-ol4c17x25d] {
    background: #a8c3ff;
}

.reconnect-fallback[b-ol4c17x25d] {
    color: #c3e88d;
    display: inline-block;
    margin-left: 0.75rem;
    text-underline-offset: 3px;
}

.reconnect-fallback:focus-visible[b-ol4c17x25d] {
    outline: 2px solid #82aaff;
    outline-offset: 3px;
}
