.app-shell:has(.breaker) {
  /* Kvizzi Breaker is fixed to the Telegram content viewport itself.
     The game reads --game-top-inset directly, so the app shell must not
     add another top or side offset. */
  padding: 0;
  margin: 0;
  overflow: hidden;
}
