/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-d1784ks0du] {
    min-height: 100vh;
}

#blazor-error-ui[b-d1784ks0du] {
    color-scheme: light only;
    background: #fff4cf;
    border-top: 1px solid rgba(125, 89, 13, 0.18);
    bottom: 0;
    box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
    color: #5f4300;
    display: none;
    left: 0;
    padding: 0.9rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-d1784ks0du] {
    color: inherit;
    font-weight: 700;
    margin-left: 0.75rem;
}

#blazor-error-ui .dismiss[b-d1784ks0du] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.reconnect-banner[b-ft14q5oioy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff3cd;
    border-bottom: 1px solid #ffc107;
    padding: 0.5rem 1rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.reconnect-banner:not([hidden])[b-ft14q5oioy] {
    transform: translateY(0);
}

.reconnect-banner-inner[b-ft14q5oioy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 1200px;
    margin: 0 auto;
}

.reconnect-spinner[b-ft14q5oioy] {
    width: 14px;
    height: 14px;
    border: 2px solid #856404;
    border-top-color: transparent;
    border-radius: 50%;
    animation: reconnect-spin-b-ft14q5oioy 0.6s linear infinite;
    flex-shrink: 0;
}

@keyframes reconnect-spin-b-ft14q5oioy {
    to { transform: rotate(360deg); }
}

.reconnect-message[b-ft14q5oioy] {
    margin: 0;
    font-size: 0.875rem;
    color: #856404;
    flex: 1;
}

.reconnect-retry-btn[b-ft14q5oioy] {
    border: 1px solid #856404;
    background: #fff3cd;
    color: #856404;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
}

.reconnect-retry-btn:hover[b-ft14q5oioy] {
    background: #ffeeba;
}
