html,body{margin:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 50% 12%,#fff,#f4efe8,#e9e4dd);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;display:grid;place-items:center}#app{width:100%;height:100dvh;display:grid;place-items:center}#game{width:min(100vw,calc(100dvh * 390 / 844));height:min(100dvh,calc(100vw * 844 / 390));max-width:390px;max-height:844px;overflow:hidden;border-radius:22px;background:#eef3f4;box-shadow:0 18px 65px #1b1d2229}canvas{display:block;width:100%!important;height:100%!important;touch-action:none;image-rendering:auto}@media(max-width:430px){#game{max-width:none;max-height:none;border-radius:0;box-shadow:none}}
