/* test-run-stats-page.css — historical eval-run table */

.trs-page {
    padding: 0.5rem 0;
    max-width: 1800px;
}

.trs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.trs-table th,
.trs-table td {
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--color-border, #eee);
    text-align: left;
    vertical-align: top;
}

.trs-table th {
    font-weight: 600;
    background: var(--color-table-header-bg, #fafafa);
    position: sticky;
    top: 0;
}

.trs-table th.trs-num,
.trs-table td.trs-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.trs-empty {
    color: var(--color-text-secondary, #777);
    padding: 1rem 0;
}
