:root{color-scheme:dark;font-family:system-ui,"PingFang SC",sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 10%,#38486d,#111522 68%);overflow:hidden}main{width:min(100vw,1280px)}canvas{display:block;width:100%;height:auto;max-height:calc(100vh - 46px);background:#80cff2;border-radius:16px;box-shadow:0 24px 70px #0009;image-rendering:auto}.help{text-align:center;margin:10px;color:#dce8ff;font-size:14px}#touch{display:none;position:fixed;left:12px;right:12px;bottom:12px;justify-content:space-between;pointer-events:none}#touch button{pointer-events:auto;width:62px;height:62px;border:0;border-radius:50%;background:#ffffffc9;color:#473426;font-weight:900;font-size:18px;box-shadow:0 5px 18px #0005;touch-action:none}@media (pointer:coarse),(max-width:800px){.help{display:none}#touch{display:flex}canvas{border-radius:0;max-height:100vh}}
