/* OBS / Hotkeys popup — only hotkeys tab visible */
html.obs-popup-mode,
html.obs-popup-mode body {
  overflow: auto !important;
  min-height: 100%;
}

html.obs-popup-mode .bg-canvas,
html.obs-popup-mode .main-header > .logo-wrap,
html.obs-popup-mode #screen-setup,
html.obs-popup-mode #screen-login,
html.obs-popup-mode #screen-tournament-summary,
html.obs-popup-mode #screen-instant-nrr,
html.obs-popup-mode #panel-scoring,
html.obs-popup-mode #panel-scorecard,
html.obs-popup-mode .setup-tabs,
html.obs-popup-mode .desktop-popup-bar,
html.obs-popup-mode .scorer-undo-row,
html.obs-popup-mode .scorer-screen:not(#screen-scoring) {
  display: none !important;
}

html.obs-popup-mode #screen-scoring {
  display: block !important;
}

html.obs-popup-mode #panel-hotkeys {
  display: block !important;
  max-width: none !important;
  padding: 12px !important;
}

html.obs-popup-mode .main-header {
  padding: 8px 12px !important;
  min-height: auto !important;
}

html.obs-popup-mode #header-actions .hdr-dynamic {
  flex-wrap: wrap;
}

html.obs-popup-mode::before {
  content: 'OBS / Hotkeys — linked to main match';
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #7c4dff;
  padding: 4px;
  background: rgba(124, 77, 255, 0.12);
}
