:root{color-scheme:dark;background:#000}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;background:#000}#app{width:100vw;height:100dvh;display:flex;align-items:center;justify-content:center;background:#000}.image-stage{width:100vw;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;touch-action:pan-x pan-y pinch-zoom}.image-stage[hidden]{display:none}#screenshot{display:block;width:100dvh;height:100vw;object-fit:contain;object-position:center;transform:rotate(-90deg);transform-origin:center;background:#000;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(orientation:landscape){#screenshot{width:100vw;height:100dvh;transform:none}}
