:root{--accent:#f59e0b;--sky:#f0f9ff;--sand:#f3e5ab;--ostrich:#334155;--bush:#166534;--tree:#15803d;--trunk:#78350f;--sky-blue:#e0f2fe;--cloud:rgba(255, 255, 255, 0.8)}body{margin:0;font-family:'Quicksand',sans-serif;background:#f8fafc;overflow:hidden;touch-action:manipulation}.game-header{width:600px;max-width:95vw;margin:15px auto 5px;display:flex;justify-content:flex-end}.pb-pill{background:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;color:#94a3b8;box-shadow:0 4px 12px rgb(0 0 0 / .03);border:1px solid #f1f5f9;letter-spacing:1px}#game-container{position:relative;width:600px;max-width:95vw;margin:0 auto;min-height:460px}canvas#leapCanvas{background:#fff;border-radius:24px;display:block;box-shadow:0 20px 50px rgb(0 0 0 / .05);width:100%;height:auto;border:4px solid #f1f5f9;min-height:460px}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgb(255 255 255 / .97);border-radius:24px;text-align:center;z-index:10;padding:20px;box-sizing:border-box}.btn{padding:15px 40px;background:var(--accent);color:#fff;border:none;border-radius:12px;font-family:'Quicksand';font-weight:700;cursor:pointer;font-size:18px;box-shadow:0 4px 0 #b45309;transition:0.1s;margin:5px;text-transform:uppercase;letter-spacing:1px}.btn:active{transform:translateY(2px);box-shadow:0 2px 0 #b45309}.score-ui{position:absolute;top:20px;left:20px;font-size:28px;font-weight:800;color:var(--ostrich);z-index:12;background:rgb(255 255 255 / .6);padding:5px 15px;border-radius:12px;backdrop-filter:blur(4px)}#pause-btn{position:absolute;top:20px;right:20px;z-index:12;background:rgb(255 255 255 / .6);border:none;border-radius:12px;padding:10px;cursor:pointer;color:var(--ostrich);backdrop-filter:blur(4px);transition:0.2s}#pause-btn:hover{background:#fff;transform:scale(1.05)}#countdown-text{line-height:1;min-height:80px}.icon-box{width:80px;height:80px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;border:1px solid #f1f5f9;box-shadow:0 4px 12px rgb(0 0 0 / .03);z-index:11;overflow:hidden}#miniOstrich{width:80px;height:80px}