.report-player-selectable { cursor: pointer; }
.report-player-selected {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
  box-shadow: inset 4px 0 0 #2563eb, 0 0 0 1px #bfdbfe !important;
}
.report-player-selectable:focus-visible { outline: 3px solid #0730b4; outline-offset: 2px; }
@media print {
  .report-player-selected { outline: none !important; box-shadow: none !important; }
}
