/* Battle hands: visible, separated, mirrored, and cheap vertical movement. */
.battle__hands{overflow:hidden!important;contain:layout paint style!important}
.battle__hand{width:44%!important;max-width:210px!important;bottom:-7%!important;filter:none!important;will-change:transform!important;transition:transform 56ms linear!important;transform-origin:50% 96%!important}
.battle__hand--left{left:-4%!important;right:auto!important;transform:translate3d(0,0,0) rotate(-4deg) scaleX(-1)!important}
.battle__hand--right{right:-4%!important;left:auto!important;transform:translate3d(0,0,0) rotate(4deg) scaleX(1)!important}
.battle__hand--left.is-tap,.battle__hand--left.is-lite-left-tap{transform:translate3d(0,-38px,0) rotate(-4deg) scaleX(-1)!important}
.battle__hand--right.is-tap,.battle__hand--right.is-lite-right-tap{transform:translate3d(0,-38px,0) rotate(4deg) scaleX(1)!important}
.battle-lite-engine .battle__digit{filter:none!important;transition:none!important}
.battle-lite-engine .battle__digit.is-pop{transform:translate(-50%,-50%)!important}
.battle-lite-engine .battle__stage.is-final-rush{animation:none!important}
.battle-lite-engine .tap-zone.is-armed,.battle-lite-engine .tap-zone.is-live{animation:none!important}
.battle-lite-engine .battle__meme.is-pop,.battle-lite-engine .battle__combo.is-pop{animation:none!important}
.battle-lite-engine .floater--lite{font-size:17px!important;filter:none!important;text-shadow:none!important;animation:floater-lite .28s ease-out forwards!important}
@keyframes floater-lite{from{opacity:.9;transform:translate3d(0,0,0) rotate(var(--r,0deg)) scale(.95)}to{opacity:0;transform:translate3d(0,-22px,0) rotate(var(--r,0deg)) scale(1)}}
@media (max-width:390px){.battle__hand{width:42%!important;max-width:186px!important}.battle__hand--left{left:-4%!important}.battle__hand--right{right:-4%!important}.battle__hand--left.is-tap,.battle__hand--left.is-lite-left-tap{transform:translate3d(0,-32px,0) rotate(-4deg) scaleX(-1)!important}.battle__hand--right.is-tap,.battle__hand--right.is-lite-right-tap{transform:translate3d(0,-32px,0) rotate(4deg) scaleX(1)!important}}
