*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;width:100%;height:100%;overscroll-behavior:none;overflow:hidden}body{display:grid;place-items:center;background:#163d35;color:#193d32;font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;user-select:none;-webkit-user-select:none}#game{position:relative;width:420px;height:800px;flex:none;overflow:hidden;background:#ecedcc;box-shadow:0 15px 70px #08271e60;isolation:isolate}#scene{display:block;width:100%;height:100%;touch-action:none;cursor:crosshair}#topbar{z-index:3;position:absolute;left:0;right:0;top:0;height:70px;pointer-events:none;display:flex;align-items:center;justify-content:center}button{font:700 20px "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;border:0;cursor:pointer;touch-action:manipulation;pointer-events:auto;color:#224538;background:#edf0d2;transition:background .12s,box-shadow .12s}button:hover{background:#fff5c6}button:active{background:#e6d68e}button:focus-visible{outline:3px solid #da8e34;outline-offset:3px}.icon{width:44px;height:44px;position:absolute;top:10px;background:transparent;border-radius:50%;display:grid;place-items:center}#restart{left:10px;font:36px Georgia,serif}#sound{left:59px}#sound svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#sound.muted .wave{opacity:.15}#stageLabel{font:700 22px Georgia,serif;letter-spacing:2px;color:#2e5142;padding:9px 0}#language{position:absolute;right:12px;top:10px;width:44px;height:44px;background:transparent;border-radius:50%;font:700 18px Georgia,serif}#result{z-index:2;position:absolute;inset:0;pointer-events:auto;background:#143c2525;display:flex;align-items:flex-end;justify-content:center;padding:0 16px 20px}#result[hidden]{display:none}.result-inner{width:100%;padding:23px 12px 20px;text-align:center;background:#f7f3d9;box-shadow:0 -4px 30px #163d351c;border-radius:30px 30px 16px 16px;border:2px solid #d9dfb7}#resultTitle{font-size:26px;line-height:1.25;margin:4px 0 17px;letter-spacing:.04em;color:#234c38}#continue{min-width:168px;min-height:53px;padding:12px 27px;background:#376b45;color:#fff9dc;border-radius:26px;box-shadow:0 4px 0 #20462e;font-size:22px}#continue:hover{background:#457c50}#continue:active{box-shadow:0 1px 0 #20462e}#medals{height:30px;display:flex;justify-content:center;gap:9px;align-items:center}#medals i{display:block;width:18px;height:24px;border-radius:2px 18px 2px 18px;transform:rotate(-20deg);background:#dea942;box-shadow:inset -4px -2px 0 #ba8227}#medals i.dim{background:#d6d8b8;box-shadow:inset -4px -2px 0 #bfc4a1}#rotation{position:absolute;inset:0;background:#ecedcc;display:grid;place-items:center;font-size:24px;font-weight:bold;padding:24px;text-align:center;z-index:5}#rotation[hidden]{display:none}@media(prefers-reduced-motion:reduce){button{transition:none}}