/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xt5mfjt7tp] {
    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-xt5mfjt7tp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fhebe8pfdh],
.components-reconnect-repeated-attempt-visible[b-fhebe8pfdh],
.components-reconnect-failed-visible[b-fhebe8pfdh],
.components-pause-visible[b-fhebe8pfdh],
.components-resume-failed-visible[b-fhebe8pfdh],
.components-rejoining-animation[b-fhebe8pfdh] {
    display: none;
}

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


#components-reconnect-modal[b-fhebe8pfdh] {
    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-fhebe8pfdh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fhebe8pfdh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fhebe8pfdh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fhebe8pfdh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fhebe8pfdh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fhebe8pfdh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fhebe8pfdh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fhebe8pfdh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fhebe8pfdh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fhebe8pfdh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fhebe8pfdh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fhebe8pfdh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fhebe8pfdh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fhebe8pfdh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fhebe8pfdh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fhebe8pfdh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-fhebe8pfdh {
    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/Documents.razor.rz.scp.css */
/* PP-03b — Documents.razor layout & row styles.
 *
 * Scoped to this component only (Blazor adds the per-component attribute
 * selector automatically, so these rules can't leak onto Beacon's
 * .grid-row / .grid-row-accent surfaces used by other pages).
 *
 * The row density goal is "scannable list," not "card stack." Beacon's
 * .grid-row ships ~20px vertical padding + a generous line-height,
 * which renders each row ~50px tall. Here we want compact, single-line
 * rows with the metadata grouped on the right — typical operator-console
 * list density.
 */

.docs-page[b-760zmj409l] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.docs-header[b-760zmj409l] {
    flex: 0 0 auto;
    margin-bottom: 16px;
}

.docs-pane-layout[b-760zmj409l] {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    gap: 16px;
}

.docs-pane[b-760zmj409l] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.docs-pane-left[b-760zmj409l] {
    flex: 0 0 320px;
}

.docs-pane-right[b-760zmj409l] {
    flex: 1 1 auto;
}

.docs-pane-header[b-760zmj409l] {
    flex: 0 0 auto;
    padding: 8px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-primary, #333);
}

.docs-pane-body[b-760zmj409l] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    padding: 4px 0;
}

.docs-row[b-760zmj409l] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--text-primary);
    cursor: pointer;
    border-left: 3px solid transparent;
    user-select: none;
    text-decoration: none;
}

.docs-loading[b-760zmj409l] {
    padding: 8px 12px;
    font-size: 0.875rem;
}

.docs-row:hover[b-760zmj409l] {
    background: var(--surface-secondary, rgba(255, 255, 255, 0.04));
}

.docs-row-selected[b-760zmj409l] {
    background: var(--surface-secondary, rgba(255, 255, 255, 0.06));
    border-left-color: var(--accent-primary, #4a9eff);
}

.docs-row-name[b-760zmj409l] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.docs-row-meta[b-760zmj409l] {
    flex: 0 0 auto;
    color: var(--text-muted);
    font-size: 0.8125rem;
    white-space: nowrap;
}

.docs-row-time[b-760zmj409l] {
    flex: 0 0 auto;
    color: var(--text-muted);
    font-size: 0.8125rem;
    white-space: nowrap;
    min-width: 80px;
    text-align: right;
}

.docs-empty-state[b-760zmj409l] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    color: var(--text-muted);
    text-align: center;
}

.docs-empty-state i[b-760zmj409l] {
    font-size: 2rem;
    opacity: 0.5;
}

.docs-empty-state .docs-empty-title[b-760zmj409l] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.docs-empty-state .docs-empty-message[b-760zmj409l] {
    font-size: 0.8125rem;
    max-width: 280px;
}
/* /Components/Shared/HealthIndicator.razor.rz.scp.css */
.health-indicator[b-3tg3lhkcx7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    transition: background 0.15s;
}

    .health-indicator:hover[b-3tg3lhkcx7] {
        background: var(--surface-secondary);
    }

.health-dot[b-3tg3lhkcx7] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-muted);
}

.health-indicator-healthy .health-dot[b-3tg3lhkcx7] {
    background: var(--success);
    box-shadow: 0 0 6px var(--success);
}

.health-indicator-stale .health-dot[b-3tg3lhkcx7] {
    background: var(--warning);
    box-shadow: 0 0 6px var(--warning);
}

.health-indicator-down .health-dot[b-3tg3lhkcx7] {
    background: var(--danger);
    box-shadow: 0 0 6px var(--danger);
}

.health-indicator-unknown .health-dot[b-3tg3lhkcx7] {
    background: var(--text-muted);
}
