/* /Components/Layout/LoadingOverlay.razor.rz.scp.css */
/* LoadingOverlay.razor.css */
/* Unix terminal-style loading overlay */

.terminal-overlay[b-hlixggzcg7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    animation: fadeIn-b-hlixggzcg7 0.3s ease-in;
    backdrop-filter: blur(4px);
}

@keyframes fadeIn-b-hlixggzcg7 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.terminal-window[b-hlixggzcg7] {
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    min-width: 650px;
    max-width: 90%;
    font-family: 'Courier New', Consolas, monospace;
    animation: slideUp-b-hlixggzcg7 0.4s ease-out;
}

@keyframes slideUp-b-hlixggzcg7 {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.terminal-header[b-hlixggzcg7] {
    background: #323232;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
}

.terminal-title[b-hlixggzcg7] {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 600;
}

.terminal-buttons[b-hlixggzcg7] {
    display: flex;
    gap: 8px;
}

.terminal-btn[b-hlixggzcg7] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.terminal-btn-close[b-hlixggzcg7] {
    background: #ff5f56;
}

.terminal-btn-minimize[b-hlixggzcg7] {
    background: #ffbd2e;
}

.terminal-btn-maximize[b-hlixggzcg7] {
    background: #27c93f;
}

.terminal-body[b-hlixggzcg7] {
    padding: 20px;
    background: #1e1e1e;
    color: #00ff00;
    font-size: 14px;
    line-height: 1.8;
    min-height: 250px;
    border-radius: 0 0 8px 8px;
}

.terminal-line[b-hlixggzcg7] {
    margin-bottom: 8px;
    white-space: nowrap;
}

.terminal-prompt[b-hlixggzcg7] {
    color: #00aaff;
    font-weight: bold;
    margin-right: 8px;
}

.terminal-command[b-hlixggzcg7] {
    color: #00ff00;
}

.terminal-cursor[b-hlixggzcg7] {
    color: #00ff00;
    animation: blink-b-hlixggzcg7 1s step-end infinite;
    margin-left: 2px;
}

@keyframes blink-b-hlixggzcg7 {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

.terminal-output[b-hlixggzcg7] {
    margin-top: 12px;
}

.terminal-loading-line[b-hlixggzcg7] {
    color: #ffcc00;
    font-weight: bold;
    margin: 16px 0;
}

.terminal-bracket[b-hlixggzcg7] {
    color: #888;
}

.terminal-progress[b-hlixggzcg7] {
    color: #00ff00;
    font-weight: bold;
    letter-spacing: 1px;
}

.terminal-percent[b-hlixggzcg7] {
    margin-left: 12px;
    color: #00aaff;
}

.terminal-dim[b-hlixggzcg7] {
    color: #888;
    font-size: 12px;
    margin-top: 16px;
}

.terminal-dim div[b-hlixggzcg7] {
    margin-bottom: 4px;
    animation: logFadeIn-b-hlixggzcg7 0.3s ease-in;
}

@keyframes logFadeIn-b-hlixggzcg7 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .terminal-window[b-hlixggzcg7] {
        min-width: 90%;
        margin: 20px;
    }

    .terminal-body[b-hlixggzcg7] {
        font-size: 12px;
        padding: 15px;
    }

    .terminal-line[b-hlixggzcg7] {
        white-space: normal;
        word-break: break-all;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-q2a8h051v2] {
    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-q2a8h051v2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f8l9n8tvjo],
.components-reconnect-repeated-attempt-visible[b-f8l9n8tvjo],
.components-reconnect-failed-visible[b-f8l9n8tvjo],
.components-pause-visible[b-f8l9n8tvjo],
.components-resume-failed-visible[b-f8l9n8tvjo],
.components-rejoining-animation[b-f8l9n8tvjo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-retrying[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-failed[b-f8l9n8tvjo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f8l9n8tvjo] {
    display: block;
}


#components-reconnect-modal[b-f8l9n8tvjo] {
    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-f8l9n8tvjo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f8l9n8tvjo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f8l9n8tvjo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f8l9n8tvjo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f8l9n8tvjo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f8l9n8tvjo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f8l9n8tvjo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f8l9n8tvjo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f8l9n8tvjo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f8l9n8tvjo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f8l9n8tvjo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f8l9n8tvjo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f8l9n8tvjo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f8l9n8tvjo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f8l9n8tvjo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f8l9n8tvjo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f8l9n8tvjo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f8l9n8tvjo {
    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;
    }
}
