.xmas-game-container{position:relative;width:100%;max-width:400px;margin:20px auto;font-family:Arial,sans-serif;touch-action:manipulation;user-select:none;-webkit-user-select:none}.xmas-game-wrapper{background:linear-gradient(to bottom,#1a1a2e,#16213e,#1a1a2e);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.xmas-game-header{background:linear-gradient(90deg,#c41e3a,#228b22);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;color:#fff}.xmas-game-title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.xmas-game-score{font-size:18px;font-weight:700}.xmas-game-canvas{position:relative;width:100%;height:300px;background:linear-gradient(to bottom,#0f0f23,#1a1a3e 60%,#2d2d5a 80%,#f0f0f0 80%,#fff);overflow:hidden}.xmas-game-ground{position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#e8e8e8,#fff)}.xmas-game-player{position:absolute;bottom:40px;left:50px;width:60px;height:50px;transition:bottom .15s ease-out;z-index:10}.xmas-game-player.jumping{bottom:120px}.xmas-game-obstacle{position:absolute;bottom:40px;z-index:5}.xmas-game-present{position:absolute;z-index:5;animation:presentFloat 1s ease-in-out infinite}@keyframes presentFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.xmas-game-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:50;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.xmas-game-overlay.hidden{display:none}.xmas-game-overlay h3{font-size:24px;margin:0 0 10px;text-align:center}.xmas-game-overlay p{font-size:14px;margin:5px 0;opacity:.8}.xmas-game-btn{background:linear-gradient(135deg,#c41e3a,#a01830);color:#fff;border:none;padding:16px 40px;font-size:18px;font-weight:700;border-radius:30px;cursor:pointer;margin-top:15px;box-shadow:0 4px 15px #c41e3a66;transition:transform .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:100;position:relative}.xmas-game-btn:active,.xmas-game-btn:focus{transform:scale(.95);outline:none}.xmas-game-instructions{text-align:center;padding:10px;background:#ffffff1a;color:#fff;font-size:13px}.xmas-game-star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.xmas-game-highscore{font-size:12px;opacity:.7}.xmas-game-canvas.hit{animation:hitFlash .3s}@keyframes hitFlash{0%,to{filter:none}50%{filter:brightness(2) saturate(0)}}@media (max-width: 420px){.xmas-game-container{max-width:100%;margin:10px;border-radius:12px}.xmas-game-canvas{height:280px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/christmas-game.css.map */
