.coin-bar{position:var(--coin-bar-position, absolute);top:var(--coin-bar-top, 2.2%);right:var(--coin-bar-right, 3%);display:inline-flex;align-items:center;gap:.25em;background:#000;padding:.1em .25em;border-radius:.6em;z-index:var(--coin-bar-z, 3);font-size:var(--coin-bar-font-size, clamp(12px, calc(var(--frame-w) * .028), 20px));line-height:1}.coin-bar .coin-icon{width:1em;height:1em;display:block;flex:0 0 auto}.coin-bar .coin-count{font-weight:800;font-size:1em;color:#ffe9a6;text-shadow:0 1px 2px rgba(0,0,0,.35);line-height:1}.coin-bar.shake{animation:coin-bar-shake .32s ease-in-out}@keyframes coin-bar-shake{0%{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}to{transform:translate(0)}}:root{--frame-w: min(100vw, calc(100vh * 2 / 3))}html,body{margin:0;padding:0;width:100%;height:100%;background:#0b1020}body{display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}#frame{position:relative;width:var(--frame-w);max-width:100vw;aspect-ratio:2 / 3}#frame>img{width:100%;height:100%;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hotspot{position:absolute;border:none;padding:0;margin:0;background:transparent;cursor:pointer;border-radius:999px;touch-action:manipulation;z-index:2}.hotspot:focus-visible{outline:3px solid #ffffff;outline-offset:2px}.hotspot.settings{border-radius:18px}.hotspot.easy{left:30.27%;top:25.91%;width:39.26%;height:6.45%}.hotspot.medium{left:30.27%;top:33.46%;width:39.26%;height:6.45%}.hotspot.hard{left:30.27%;top:40.43%;width:39.26%;height:6.45%}.hotspot.insane{left:30.27%;top:48.37%;width:39.26%;height:6.45%}.hotspot.custom{left:30.27%;top:55.53%;width:39.26%;height:6.45%}.hotspot.high-scores{left:31.05%;top:71.35%;width:37.99%;height:5.47%}.hotspot.store{left:31.54%;top:78.78%;width:36.91%;height:5.47%}.hotspot.settings{left:30.27%;top:91.02%;width:39.26%;height:6.45%}
