html,body{width:100%;height:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden}needle-engine{width:100%;height:100%;display:block;position:fixed;inset:0}:root{--button-size:64px;--screenshot-button-size:96px;--button-edge-offset:18px}.app-controls{z-index:9999;pointer-events:none;position:fixed;inset:0}.app-control{z-index:10000;width:var(--button-size);height:var(--button-size);pointer-events:auto;touch-action:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;overflow:hidden}.app-control img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}#location-button img{object-fit:cover;width:100%;height:100%}.app-control:disabled{opacity:.6;cursor:default}.app-control.is-loading{opacity:.75}.app-control.is-hidden{display:none}.app-control-top-left{top:calc(var(--button-edge-offset) + env(safe-area-inset-top));left:calc(var(--button-edge-offset) + env(safe-area-inset-left))}.app-control-top-right{top:calc(var(--button-edge-offset) + env(safe-area-inset-top));right:calc(var(--button-edge-offset) + env(safe-area-inset-right))}.app-control-bottom-center{bottom:calc(var(--button-edge-offset) + env(safe-area-inset-bottom));width:var(--screenshot-button-size);height:var(--screenshot-button-size);background:0 0;left:50%;transform:translate(-50%)}.app-control-bottom-center img{object-fit:cover;width:100%;height:100%}.app-control-bottom-center.is-download-mode img{transform-origin:50%;transform:scale(1.04)}.app-control-bottom-right{bottom:calc(var(--button-edge-offset) + env(safe-area-inset-bottom));right:calc(var(--button-edge-offset) + env(safe-area-inset-right))}.screenshot-flash{z-index:2147483647;opacity:0;pointer-events:none;visibility:visible;will-change:opacity;background:#fff;position:fixed;inset:0}.screenshot-flash.is-flashing{animation:.36s ease-out screenshot-flash}@keyframes screenshot-flash{0%{opacity:1}to{opacity:0}}@media (width<=380px){:root{--button-size:58px;--screenshot-button-size:68px;--button-edge-offset:14px}}
