.shuffle-parent{white-space:nowrap;align-items:baseline;display:inline-flex}.shuffle-char-mask{vertical-align:bottom;height:1em;display:inline-block;overflow:hidden}.shuffle-strip{height:calc(var(--shuffle-count) * 100%);will-change:transform;flex-direction:column;display:flex}.shuffle-parent.is-replaying .shuffle-strip{animation:shuffle-roll var(--shuffle-duration,.5s) cubic-bezier(.22, 1, .36, 1) both;animation-delay:calc(var(--shuffle-index,0) * var(--shuffle-stagger,45ms))}.shuffle-strip i{flex:0 0 calc(100% / var(--shuffle-count));min-width:1em;color:inherit;font:inherit;font-style:inherit;place-items:center;line-height:1;display:grid}@keyframes shuffle-roll{0%{transform:translateY(0)}to{transform:translateY(calc(-100% + (100% / var(--shuffle-count))))}}@media (prefers-reduced-motion:reduce){.shuffle-strip{transform:translateY(calc(-100% + (100% / var(--shuffle-count))));animation:none!important}}
