:root{font-family:Inter,system-ui,sans-serif;color:#f8e7c8;background:#120f0c;color-scheme:dark}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;touch-action:none;background:radial-gradient(circle at 50% 25%,#32251a,#120f0c 70%)}body{position:fixed;top:0;right:0;bottom:0;left:0}#game{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;height:var(--tg-viewport-stable-height, 100dvh);overflow:hidden}canvas{display:block}#rotate-hint{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;place-items:center;padding:32px;text-align:center;background:#120f0c;color:#f6c66d;font-size:20px;font-weight:800}@media(orientation:portrait)and (max-width:800px){#rotate-hint{display:grid}}
