.digit-column{overflow:hidden}.digit-strip{flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.digit-strip span{line-height:1;display:block}.balance-glow-up .digit-strip span{animation:.5s ease-out glow-green}.balance-glow-down .digit-strip span{animation:.5s ease-out glow-red}@keyframes glow-green{0%{text-shadow:0 0 8px #4ade80cc}to{text-shadow:none}}@keyframes glow-red{0%{text-shadow:0 0 8px #f87171cc}to{text-shadow:none}}
