table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
thead th, .agents-table-wrap tbody td { padding: 0.4rem 0.6rem; border-bottom: 1px solid #e2e8f0; }
thead th { background: #f8fafc; border-bottom: 2px solid #cbd5e1; position: sticky; top: 0; }
tbody tr:nth-child(odd) { background: #fafafa; }
td:nth-child(n+2), .agents-table-wrap th:nth-child(n+2) { text-align: center; }
caption { text-align: left; color: #64748b; margin: 0 0 .5rem; font-size: .9rem; }
