/* v3.10.106: visual-only portal/runtime spacing and overlay correction. */
.portal.game-active #view-games { padding: 8px !important; }
.portal.game-active #gameRuntime {
  width: 100% !important;
  min-width: 0 !important;
  gap: 6px !important;
}
.portal.game-active .game-runtime-toolbar {
  min-height: 42px !important;
  padding: 6px 10px !important;
  border-radius: 12px !important;
}
.portal.game-active .game-frame {
  width: 100% !important;
  min-width: 0 !important;
  border-radius: 14px !important;
}

/* Floating portal actions must never cover a live game control. */
.portal.game-active .support-chat-launcher { display: none !important; }
body:has(.portal.game-active) .pwa-install-button { display: none !important; }
body.game-runtime-active .pwa-install-button,
body.game-runtime-active .support-chat-launcher { display: none !important; }

@media (max-width: 860px) {
  .portal.game-active #view-games { padding: 4px !important; }
  .portal.game-active .game-runtime-toolbar { border-radius: 9px !important; }
  .portal.game-active .game-frame { border-radius: 10px !important; }
}
