/* WTWR_ADVANCED_FILTER_HORSE_EMPHASIS_V1
   Whole-side visual emphasis for side-specific advanced filters.
*/

/* Counted horse remains exactly as the underlying WTWR table renders it. */
#todayTable td.wtwr-filter-side-counted,
#resultsTable td.wtwr-filter-side-counted,
#demoSelections td.wtwr-filter-side-counted{
  opacity:1!important;
  filter:none!important;
}

/* Context horse remains visible, but clearly is NOT the side being counted
   by the active side-specific filter. */
#todayTable td.wtwr-filter-side-muted,
#resultsTable td.wtwr-filter-side-muted,
#demoSelections td.wtwr-filter-side-muted{
  opacity:.38!important;
  filter:saturate(.22) brightness(.72)!important;
  background:rgba(2,7,13,.72)!important;
  box-shadow:inset 0 0 0 9999px rgba(2,7,13,.14)!important;
  transition:opacity .16s ease,filter .16s ease!important;
}

/* Strategy-tab horse-side emphasis always retains priority. */
#todayTable td.wtwr-strategy-side-muted,
#demoSelections td.wtwr-demo-side-excluded{
  opacity:.38!important;
  filter:saturate(.22) brightness(.72)!important;
}

/* Do not make table content unclickable merely because it is visually dull.
   Existing Demo horse-side safety remains the owner of disabled selections. */
