I'm making a mobile game and I need to move elements based on SafeAreaInset. The problem is that I do not know how to convert css pixels into in-game pixels. My game's default viewport size is 160x90, and I use letterbox scale with a specific set of aspect ratios to scale to different devices. The orientation is locked in landscape.