.qa-rep-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-sm);
    background: var(--color-surface-base);
}

.qa-rep-table thead th {
    text-align: left;
    padding: var(--space-2) var(--space-3);
    border-bottom: 1px solid var(--color-border-subtle);
    font-weight: 600;
    color: var(--color-text-muted);
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    letter-spacing: 0.04em;
}

.qa-rep-table thead th.num,
.qa-rep-table tbody td.num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.qa-rep-table tbody td {
    padding: var(--space-2) var(--space-3);
    border-bottom: 1px solid var(--color-border-subtle);
    color: var(--color-text);
}

.qa-rep-table tr.total td {
    font-weight: 600;
    background: var(--color-surface-raised);
    border-top: 2px solid var(--color-border-strong);
}

.qa-rep-table tr.total td:first-child {
    color: var(--color-text-strong);
}

.qa-rep-view-default {
    color: #f59e0b;
    margin-right: 4px;
}

.qa-rep-view-shared {
    color: var(--color-text-muted);
    font-size: var(--font-size-xs);
    margin-left: 6px;
}

.qa-rep-views-manage {
    margin-top: var(--space-3);
    font-size: var(--font-size-sm);
}

.qa-rep-views-manage strong {
    color: var(--color-text-strong);
}

.qa-rep-link {
    color: var(--color-text-link);
    text-decoration: underline;
    font-weight: 600;
}
