*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:#07080c;overflow:hidden;touch-action:none;overscroll-behavior:none;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,Consolas,monospace;color:#cfd6e4}#app{width:100%;height:100%;display:flex;align-items:center;justify-content:center}canvas#game{display:block;aspect-ratio:16 / 9;width:min(100vw,100vh * 16 / 9);height:min(100vh,100vw * 9 / 16);background:#07080c;touch-action:none;image-rendering:auto}
