html,body{margin:0;padding:0;height:100%;overflow:hidden;background:var(--tg-theme-bg-color, #1a0f06);color:var(--tg-theme-text-color, #fef3c7);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none}#game{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}#game canvas{max-width:100%;max-height:100%}
