:root{--jump-safe-top: max( var(--tg-content-safe-area-inset-top, 0px), var(--tg-safe-area-inset-top, env(safe-area-inset-top, 0px)) );--jump-safe-bottom: max( var(--tg-content-safe-area-inset-bottom, 0px), var(--tg-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)) );--jump-safe-gap: 12px;--jump-game-top-gap: 52px;--jump-game-bottom-gap: 32px}html.telegram-mobile,html.telegram-mobile body{touch-action:none;overscroll-behavior:none}html.telegram-mobile,html.telegram-mobile body,html.telegram-mobile .views,html.telegram-mobile .view,html.telegram-mobile .canvas{height:var(--tg-viewport-stable-height, 100dvh)}html.telegram-mobile .view__container{padding-top:calc(var(--jump-safe-top) + var(--jump-safe-gap));padding-bottom:calc(var(--jump-safe-bottom) + var(--jump-safe-gap))}html.telegram-mobile .game .view__container{padding-top:calc(var(--jump-safe-top) + var(--jump-game-top-gap));padding-bottom:calc(var(--jump-safe-bottom) + var(--jump-game-bottom-gap))}html.telegram-mobile .instructions{top:calc(var(--jump-safe-top) + var(--jump-game-top-gap))}html.telegram-mobile .button--mute:before{position:absolute;z-index:2;inset:-20px;border-radius:50%;content:""}html.telegram-mobile .menu__container{padding-top:var(--jump-safe-top);padding-bottom:var(--jump-safe-bottom)}html.telegram-mobile .cookies{bottom:calc(var(--jump-safe-bottom) - 2px)}html.telegram-mobile .game__tuto,html.telegram-mobile .game__bonus{bottom:calc(var(--jump-safe-bottom) + var(--jump-game-bottom-gap))}html.telegram-mobile .result__contest{bottom:calc(var(--jump-safe-bottom) + 1.2em)}
