/* PIA PRESENCE OVERRIDE - START
   Inserted by vps-strip-stream-chrome.sh.
   Hides every known Pixel Streaming player chrome element so the broadcast
   frame reads as a person, not as a video player.
   To remove: delete this file and the <link> reference in index.html/player.html.
*/
.afk-overlay,
.afkOverlay,
.afk-overlay-text,
.player-overlay,
.playerOverlay,
.status-text,
.statusText,
.play-overlay,
.playOverlay,
.click-to-play,
.clickToPlay,
.start-button,
.startButton,
.connect-button,
.connectButton,
.stream-controls,
.controls,
#statusText,
#playOverlay,
#afkOverlay,
#preStreamContainer,
#stats,
#qualityStatus,
button[id*="play" i],
button[id*="start" i],
button[id*="connect" i],
button[class*="play" i],
button[class*="start" i],
button[class*="connect" i] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

html, body {
  background: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

video,
canvas,
#streamingVideo,
#player,
#playerUI,
#playerDiv {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  background: #000 !important;
  margin: 0 !important;
}
/* PIA PRESENCE OVERRIDE - END */
