/* Safe default: stats first, with an explicit return to the in-game field. */
#game-room[data-room="live"] .game-room__pages>.game-room__page[data-room-page="live"]>.live-room__view-row{
  position:fixed!important;
  z-index:72!important;
  top:auto!important;
  right:max(.75rem,env(safe-area-inset-right))!important;
  bottom:calc(4.2rem + env(safe-area-inset-bottom))!important;
  left:auto!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
}
#game-room[data-room="live"] .live-room__view-row .play-calls-lockup{display:none!important}
body[data-track-view="data"] #game-room[data-room="live"] .game-room__pages>.game-room__page[data-room-page="live"]>.signal-data-view--desk:not([hidden]){
  display:grid!important;
}
#game-room[data-room="live"] .live-room__view-row .track-view-toggle{
  display:grid!important;
  min-width:9.2rem!important;
  min-height:48px!important;
  grid-template-columns:2rem minmax(0,1fr)!important;
  align-items:center!important;
  gap:.5rem!important;
  padding:.35rem .55rem!important;
  border:2px solid #fff4c4!important;
  border-radius:.3rem!important;
  color:#112019!important;
  background:#d8ff57!important;
  box-shadow:0 5px 18px rgba(0,0,0,.5)!important;
  pointer-events:auto!important;
}
#game-room[data-room="live"] .live-room__view-row .track-view-toggle>span{
  display:grid!important;
  width:2rem!important;
  height:2rem!important;
  place-items:center!important;
  border:1px solid #071820!important;
  background:#071820!important;
}
#game-room[data-room="live"] .live-room__view-row .track-view-toggle small{
  display:block!important;
  color:inherit!important;
  font:950 .58rem/1.1 Arial,"Helvetica Neue",sans-serif!important;
  letter-spacing:.045em!important;
  text-align:left!important;
}
#game-room[data-room="live"] .live-room__view-row .track-view-toggle:hover,
#game-room[data-room="live"] .live-room__view-row .track-view-toggle:focus-visible{
  color:#fff8e8!important;
  background:#64142d!important;
  outline:3px solid #fff8e8!important;
  outline-offset:3px!important;
}
@media(max-width:390px){
  #game-room[data-room="live"] .live-room__view-row .track-view-toggle{
    min-width:8.5rem!important;
    min-height:44px!important;
    grid-template-columns:1.75rem minmax(0,1fr)!important;
    padding:.28rem .42rem!important;
  }
  #game-room[data-room="live"] .live-room__view-row .track-view-toggle>span{width:1.75rem!important;height:1.75rem!important}
  #game-room[data-room="live"] .live-room__view-row .track-view-toggle small{font-size:.52rem!important}
}
@media(prefers-reduced-motion:reduce){
  #game-room[data-room="live"] .live-room__view-row .track-view-toggle{transition:none!important}
}
