/* Productivity leaderboard: read-only rows; below-the-activity-floor rows are
   muted and sorted last, so a tiny-sample fluke never reads as a top performer. */
table.prod-table tbody tr { cursor: default; }
table.prod-table tbody tr.prod-low td { opacity: 0.5; }
.prod-rank { color: var(--bfc-muted); font-variant-numeric: tabular-nums; }
.prod-emp-num { color: var(--bfc-muted); }

@media (max-width: 900px) {
  .options-layout { grid-template-columns: 1fr; }
}
