#shooter{position:absolute;bottom:120px;width:70px;height:110px;text-align:center;font-size:20px;font-weight:700;color:#000;line-height:25px;display:flex;flex-direction:column;align-items:center;justify-items:center;z-index:99}.action-pad{width:200px!important}#shuffle{width:100px!important;height:75px!important}.enemy-body{display:flex;flex-direction:row;max-width:240px;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:200px;min-width:25px;overflow:hidden;border-radius:5px}.enemy-head{width:43px;height:53px;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:17.5px;height:24px;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:21px;font-weight:700;color:#000;transition:color .5s ease-in-out}.enemy-nose{height:18px}.projectile{position:fixed;width:7px;display:flex;flex-direction:column}.egg{width:7px;height:13px;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:220px;align-content:center;justify-content:center}.target-body{position:space-in-between;display:flex;flex-direction:row;max-width:220px;align-content:center;justify-content:center}.pip{margin-bottom:1px;width:13px;height:16px}.blackHole{position:absolute;width:15px;height:15px;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:15px;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:9px;width:32px;height:40px;z-index:99;pointer-events:none}.left-arm{left:0;transform:translateX(-28px)}.right-arm{right:0;transform:translateX(28px)}.left-arm::before,.right-arm::before{content:"";position:absolute;top:0;left:0;width:32px;height:9px;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:7px;width:10px;height:36px;border-radius:20%;background-image:linear-gradient(to bottom,#ff0,red,pink)}.left-arm::after{left:-5px;animation:armMove 1s linear infinite alternate}.right-arm::after{left:95%;animation:armMove 1s linear infinite alternate-reverse}.chamber,.zen-chamber{border-radius:10%;display:grid;grid-template-columns:auto auto auto auto auto;grid-template-rows:auto auto}.chamberEgg{position:relative;width:11px;height:16px;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:140px;height:140px}.levelmap-gun{width:60px;height:45px}