.mq-table { width: 100%; border-collapse: collapse; font-family: var(--mq-data); font-variant-numeric: tabular-nums; }
.mq-table th {
  text-align: left;
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mq-mute);
  padding: var(--s-3) var(--s-4);
  background: var(--mq-card);
  border-bottom: var(--hairline);
  white-space: nowrap;
}
.mq-table td {
  font-size: var(--fs-small);
  padding: var(--s-3) var(--s-4);
  border-bottom: 1px solid color-mix(in srgb, var(--mq-edge) 60%, transparent);
  white-space: nowrap;
}
.mq-table tr:hover td { background: var(--mq-tint); }
.is-won   { color: var(--mq-won); }
.is-lost  { color: var(--mq-lost); }
.is-watch { color: var(--mq-watch); }
