/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ovd61r7yln] {
    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-ovd61r7yln] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Agents.razor.rz.scp.css */
.agents-page[b-3b484929sj] {
    display: grid;
    gap: 1rem;
    color: #172033;
}

.page-header[b-3b484929sj] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem 0 .5rem;
}

.page-header h1[b-3b484929sj] {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0;
}

.eyebrow[b-3b484929sj] {
    margin: 0 0 .25rem;
    color: #50617a;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.subtle[b-3b484929sj],
.panel p[b-3b484929sj] {
    color: #667085;
    margin: .2rem 0 0;
}

.header-actions[b-3b484929sj],
.row-actions[b-3b484929sj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    flex-wrap: wrap;
}

button[b-3b484929sj],
.button-link[b-3b484929sj] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #172033;
    border-radius: 6px;
    padding: .48rem .72rem;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

button:hover[b-3b484929sj],
.button-link:hover[b-3b484929sj] {
    border-color: #64748b;
    background: #f8fafc;
}

button:disabled[b-3b484929sj],
.button-link.disabled[b-3b484929sj] {
    opacity: .48;
    pointer-events: none;
}

button.primary[b-3b484929sj],
.button-link.primary[b-3b484929sj] {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

button.small[b-3b484929sj] {
    padding: .34rem .55rem;
    font-size: .86rem;
}

button.danger[b-3b484929sj] {
    color: #b42318;
    border-color: #fecaca;
}

.metric-grid[b-3b484929sj],
.ops-grid[b-3b484929sj] {
    display: grid;
    gap: .85rem;
}

.metric-grid[b-3b484929sj] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-grid[b-3b484929sj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric[b-3b484929sj],
.panel[b-3b484929sj] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.metric[b-3b484929sj] {
    padding: .9rem 1rem;
}

.metric span[b-3b484929sj] {
    display: block;
    color: #64748b;
    font-size: .84rem;
}

.metric strong[b-3b484929sj] {
    display: block;
    margin-top: .15rem;
    font-size: 1.55rem;
}

.metric.good strong[b-3b484929sj] { color: #047857; }
.metric.warn strong[b-3b484929sj] { color: #b45309; }

.panel[b-3b484929sj] {
    padding: 1rem;
}

.panel-title[b-3b484929sj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-title.compact[b-3b484929sj] {
    margin-bottom: .65rem;
}

.panel h2[b-3b484929sj] {
    margin: 0;
    font-size: 1.05rem;
}

.pill[b-3b484929sj] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .18rem .52rem;
    font-size: .78rem;
    font-weight: 750;
    background: #f1f5f9;
    color: #475569;
    white-space: nowrap;
}

.pill.ok[b-3b484929sj] {
    background: #dcfce7;
    color: #166534;
}

.pill.warn[b-3b484929sj] {
    background: #fef3c7;
    color: #92400e;
}

.pill.muted[b-3b484929sj] {
    background: #f1f5f9;
    color: #64748b;
}

.artifact-row[b-3b484929sj],
.token-box[b-3b484929sj],
.thumbprint-box[b-3b484929sj],
.url-box[b-3b484929sj] {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    padding: .8rem;
}

.artifact-row[b-3b484929sj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .8rem;
}

.artifact-row span[b-3b484929sj],
.token-box span[b-3b484929sj],
.thumbprint-box span[b-3b484929sj],
.url-box span[b-3b484929sj] {
    display: block;
    color: #64748b;
    font-size: .82rem;
    margin-top: .12rem;
}

.token-box[b-3b484929sj],
.thumbprint-box[b-3b484929sj],
.url-box[b-3b484929sj] {
    margin-top: .65rem;
}

code[b-3b484929sj] {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #0f172a;
    background: transparent;
}

.detail-list[b-3b484929sj] {
    display: grid;
    gap: .5rem;
    margin: 0;
}

.detail-list div[b-3b484929sj] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding-bottom: .45rem;
    border-bottom: 1px solid #edf2f7;
}

.detail-list dt[b-3b484929sj] {
    color: #64748b;
}

.detail-list dd[b-3b484929sj] {
    margin: 0;
    font-weight: 650;
}

.notice[b-3b484929sj],
.warning[b-3b484929sj] {
    border-radius: 8px;
    padding: .7rem .85rem;
}

.notice[b-3b484929sj] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.warning[b-3b484929sj] {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.agents-table-panel[b-3b484929sj] {
    overflow-x: auto;
}

.agent-table[b-3b484929sj] {
    width: 100%;
    border-collapse: collapse;
    min-width: 58rem;
}

.agent-table th[b-3b484929sj],
.agent-table td[b-3b484929sj] {
    padding: .7rem .6rem;
    text-align: left;
    border-top: 1px solid #eef2f7;
    vertical-align: middle;
}

.agent-table th[b-3b484929sj] {
    color: #64748b;
    font-size: .78rem;
    text-transform: uppercase;
}

.machine-cell[b-3b484929sj] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.machine-cell small[b-3b484929sj] {
    display: block;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #94a3b8;
}

.status-dot[b-3b484929sj] {
    width: .65rem;
    height: .65rem;
    border-radius: 999px;
    background: #cbd5e1;
    flex: 0 0 auto;
}

.status-dot.online[b-3b484929sj] {
    background: #22c55e;
    box-shadow: 0 0 0 4px #dcfce7;
}

.status-dot.offline[b-3b484929sj] {
    background: #cbd5e1;
}

.status-text[b-3b484929sj] {
    color: #475569;
    max-width: 24rem;
}

.status-text.error[b-3b484929sj] {
    color: #b42318;
}

@media (max-width: 900px) {
    .page-header[b-3b484929sj],
    .artifact-row[b-3b484929sj] {
        align-items: stretch;
        flex-direction: column;
    }

    .metric-grid[b-3b484929sj],
    .ops-grid[b-3b484929sj] {
        grid-template-columns: 1fr;
    }

    .header-actions[b-3b484929sj] {
        justify-content: flex-start;
    }
}

.modal-backdrop[b-3b484929sj] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
    background: rgba(15, 23, 42, .42);
    z-index: 1000;
}

.log-modal[b-3b484929sj] {
    width: min(54rem, 96vw);
    max-height: 82vh;
    overflow: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .24);
    padding: 1rem;
}

.log-list[b-3b484929sj] {
    display: grid;
    gap: .4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .84rem;
}

.log-list li[b-3b484929sj] {
    padding: .55rem .65rem;
    border: 1px solid #edf2f7;
    border-radius: 6px;
    background: #f8fafc;
    overflow-wrap: anywhere;
}
/* /Components/Pages/Jobs.razor.rz.scp.css */
.badge[b-pp5fkt447z] {
    display: inline-flex;
    align-items: center;
    gap: .35em;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 11px;
    padding: .1em .55em;
    margin: .12em;
    font-size: .85em;
    white-space: nowrap;
}

.badge.folder[b-pp5fkt447z] {
    background: #fef3e7;
    border-color: #fcd9b6;
}

.badge button[b-pp5fkt447z] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #888;
    font-size: .95em;
}

.badge button:hover[b-pp5fkt447z] {
    color: #c00;
}

.src-row[b-pp5fkt447z] {
    border-top: 1px solid #eee;
    padding: .45em 0;
}

.excl-label[b-pp5fkt447z] {
    color: #888;
    margin-right: .25em;
}

.live-log-list[b-pp5fkt447z] {
    display: grid;
    gap: .35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .84rem;
}

.live-log-list li[b-pp5fkt447z] {
    border: 1px solid #edf2f7;
    border-radius: 6px;
    background: #f8fafc;
    padding: .5rem .6rem;
    overflow-wrap: anywhere;
}
