*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{display:grid;place-items:center;background:#9d7c4f;background-image:radial-gradient(ellipse at 50% 35%,#b5945f,#8a6a40);font-family:ui-rounded,SF Pro Rounded,Hiragino Maru Gothic ProN,Trebuchet MS,Comic Sans MS,sans-serif;color:#5a4632;-webkit-user-select:none;user-select:none}#wrap{position:relative}#game{display:block;touch-action:none;cursor:crosshair;border-radius:18px;box-shadow:0 12px 40px #5a3c1440}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#5a462d59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:18px;z-index:10}.overlay.hidden{display:none}.panel{background:#efe2c4;border:3px dashed #a8895e;outline:8px solid #efe2c4;border-radius:22px;padding:34px 44px;max-width:420px;text-align:center;box-shadow:0 10px 30px #50320f59}.panel h1{font-size:44px;color:#c0553f;margin-bottom:6px;letter-spacing:1px}.tagline{font-size:17px;font-style:italic;margin-bottom:18px;color:#8a7256}.howto{font-size:15px;line-height:1.5;margin-bottom:14px}.score-line{font-size:20px;margin-bottom:8px}.score-line strong{color:#c0553f}.btn{margin-top:12px;font-family:inherit;font-size:20px;font-weight:700;color:#fff7ea;background:#d96a50;border:2px dashed rgba(255,247,234,.75);outline:5px solid #d96a50;border-radius:14px;padding:12px 30px;cursor:pointer;transition:transform .1s ease,background .15s ease}.btn:hover{background:#c0553f;transform:scale(1.05)}.btn:active{transform:scale(.97)}#mute-btn{position:fixed;top:14px;right:14px;z-index:20;font-size:22px;background:#efe2c4;border:2px dashed #a8895e;border-radius:12px;width:46px;height:46px;cursor:pointer}@media(max-width:480px){.panel{padding:22px 20px;max-width:92vw}.panel h1{font-size:34px}#mute-btn{top:8px;right:8px;width:38px;height:38px;font-size:17px}}
