#shooter{position:absolute;bottom:110px;width:65px;height:105px;text-align:center;font-size:18px;font-weight:700;color:#000;line-height:22px;display:flex;flex-direction:column;align-items:center;justify-items:center;z-index:99}#shuffle{width:95px!important;height:70px!important}.enemy-body{display:flex;flex-direction:row;max-width:220px;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:180px;min-width:22px;overflow:hidden;border-radius:5px}.enemy-head{width:36px;height:45px;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:14.5px;height:20.5px;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:17px;font-weight:700;color:#000;transition:color .5s ease-in-out}.enemy-nose{height:17px}.projectile{position:fixed;width:6px;display:flex;flex-direction:column}.egg{width:6px;height:11px;border-radius:30%;background-image:linear-gradient(to bottom,red,gold);margin-bottom:1.5px}.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:200px;align-content:center;justify-content:center}.target-body{position:space-in-between;display:flex;flex-direction:row;max-width:200px;align-content:center;justify-content:center}.pip{margin-bottom:1px;width:11px;height:13.5px}.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:9px;line-height:14px;box-shadow:0 0 6px rgba(0,0,0,.8),inset 0 0 4px rgba(255,140,0,.4);animation:boltPanya .6s infinite alternate}.cluster{overflow:visible}.enemy-body{position:relative;overflow:visible}.arm{position:absolute;top:7px;width:26px;height:31px;z-index:99;pointer-events:none}.left-arm{left:0;transform:translateX(-23px)}.right-arm{right:0;transform:translateX(23px)}.left-arm::before,.right-arm::before{content:"";position:absolute;top:0;left:0;width:26px;height:7px;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:5px;width:8px;height:29px;border-radius:20%;background-image:linear-gradient(to bottom,#ff0,red,pink)}.left-arm::after{left:-4px;animation:armMove 1s linear infinite alternate}.right-arm::after{left:95%;animation:armMove 1s linear infinite alternate-reverse}.chamberEgg{position:relative;width:10.5px;height:15.5px;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:100px;height:100px}.levelmap-gun{width:50px;height:40px}