:root{color-scheme:light;background:#e7e9ee}*{box-sizing:border-box}html,body,#game{width:100%;height:100%;margin:0}#game{overflow:hidden;min-width:0;min-height:0}html,body{height:100%;overflow:hidden;overscroll-behavior:none}body{display:grid;background:#e7e9ee;touch-action:none}#game canvas{display:block;touch-action:none}@media(min-width:768px){body{place-items:center}#game{width:min(576px,100vw);height:min(1024px,100vh);overflow:hidden;border-radius:12px;box-shadow:0 12px 36px #27344933}#game canvas{border-radius:12px}}
