/* Table Base Styles */
table { width: 100%; border-collapse: collapse; }
th, td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
th { color: var(--muted); font-weight: 600; }
