*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;background:#000;overflow:hidden}#stage{width:100%;height:100dvh;position:relative;touch-action:none;cursor:grab;outline:none}#stage:active{cursor:grabbing}#stage:focus-visible{outline:1px solid #b58c42;outline-offset:-3px}canvas{display:block;width:100%;height:100%}#loading{position:absolute;inset:0;display:grid;place-items:center;padding:24px;color:#d4ae66;font:14px system-ui;text-align:center;white-space:pre-wrap}