#shooter{position:absolute;bottom:115px;width:60px;height:85px;text-align:center;font-size:16px;font-weight:700;color:#000;line-height:20px;display:flex;flex-direction:column;align-items:center;justify-items:center;z-index:99}#shuffle{width:85px!important;height:70px!important}.enemy-body{display:flex;flex-direction:row;max-width:200px;align-items:center;justify-content:center}.arm{position:fixed;width:15px;height:15px}.left-arm::before{content:"";position:absolute;left:-15px;width:14px;height:3px;background-image:linear-gradient(to left,green,#ff0);border-radius:15%}.left-arm::after{content:"";position:absolute;left:-15px;top:2px;width:3px;height:15px;background-image:linear-gradient(to bottom,#ff0,red,pink);border-radius:15%;animation:armMove 1s linear infinite alternate}.right-arm::before{content:"";position:absolute;left:16px;width:12px;height:3px;background-image:linear-gradient(to right,green,#ff0);border-radius:15%}.right-arm::after{content:"";position:absolute;left:27px;top:2px;width:3px;height:15px;background-image:linear-gradient(to bottom,#ff0,red,pink);border-radius:15%;animation:armMove 1s linear infinite alternate-reverse}.cluster{position:absolute;display:flex;flex-direction:row;align-items:center;max-width:160px;min-width:19px;overflow:visible;border-radius:8px;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .3));transition:filter .2s ease-out}.enemy-head{width:27px;height:33px;background-color:orange;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:30%;position:relative;margin-bottom:1px;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.3);transition:all .2s ease-out}.enemy-eye{width:11px;height:15px;background-color:gray;border-radius:50%;background-image:radial-gradient(black,pink,red)}@keyframes closeLid{0%{height:13px;background-image:radial-gradient(black,pink,red)}100%{height:2px;background-image:radial-gradient(black,pink)}}.enemy-mouth{margin-bottom:-3px;font-size:13px;font-weight:700;color:#000;transition:color .5s ease-in-out}.enemy-nose{height:15px}.projectile{position:fixed;width:5px;display:flex;flex-direction:column}.egg{width:5px;height:10px;border-radius:30%;background-image:linear-gradient(to bottom,red,gold);margin-bottom:1px}.rash{opacity:80%;width:5px;height:10px;border-radius:30%;margin-bottom:1px;background-color:#484848;border:2px groove #f08080}.tile-eggs{position:space-in-between;display:flex;flex-direction:row;max-width:180px;align-content:center;justify-content:center}.target-body{position:space-in-between;display:flex;flex-direction:row;max-width:180px;align-content:center;justify-content:center}.pip{margin-bottom:1px;position:relative;width:8px;height:9.5px;background:radial-gradient(circle at 30% 30%,gold,#daa520);border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.3),inset 0 .5px 0 rgba(255,255,255,.5)}.blackHole{position:absolute;width:14px;height:14px;background-color:rgba(0,0,0,.9);border-radius:50%;border:1.5px solid rgba(255,140,0,.8);z-index:199;display:flex;align-items:center;justify-content:center;font-size:8px;line-height:14px;box-shadow:0 0 6px rgba(0,0,0,.8),inset 0 0 4px rgba(255,140,0,.4);animation:boltPanya 2.5s ease-in infinite}.cluster{overflow:visible}.enemy-body{position:relative;overflow:visible}.arm{position:absolute;top:5px;width:20px;height:24px;z-index:99;pointer-events:none}.left-arm{left:0;transform:translateX(-18px)}.right-arm{right:0;transform:translateX(18px)}.left-arm::before,.right-arm::before{content:"";position:absolute;top:0;left:0;width:20px;height:5px;border-radius:20%}.left-arm::before{background-image:linear-gradient(to left,green,#ff0)}.right-arm::before{background-image:linear-gradient(to right,green,#ff0)}.left-arm::after,.right-arm::after{content:"";position:absolute;top:4px;width:6px;height:22px;border-radius:20%;background-image:linear-gradient(to bottom,#ff0,red,pink)}.left-arm::after{left:-3px;animation:armMove 1s linear infinite alternate}.right-arm::after{left:95%;animation:armMove 1s linear infinite alternate-reverse}.chamberEgg{position:relative;width:10px;height:15px;background:radial-gradient(ellipse at 30% 30%,#fff9c4,gold 50%,#daa520 80%,#b8860b);border-radius:50%;box-shadow:inset -1px -1px 2px rgba(0,0,0,.3),inset 1px 1px 1px rgba(255,255,255,.8),0 2px 3px rgba(0,0,0,.2);animation:chamberEggGlow 2s ease-in-out infinite}.levelmap-tile{width:85px;height:85px}.levelmap-gun{width:45px;height:35px}