/* Brief moods, paused when hidden, no infinite animation. Sprite remains original artwork. */
#west-mascot-only[data-mood="happy"] .west-mascot-sprite{background-position:-96px -8px;animation:west-happy-v4 .8s ease-in-out 2}
#west-mascot-only[data-mood="laugh"] .west-mascot-sprite{background-position:-96px -8px;animation:west-laugh-v4 .35s ease-in-out 4}
#west-mascot-only[data-mood="grumpy"] .west-mascot-sprite{background-position:-576px -8px;animation:west-grumpy-v4 .45s ease-in-out 3}
#west-mascot-only[data-mood="jump"] .west-mascot-sprite{animation:west-jump-v4 .8s ease-out 1}
@keyframes west-happy-v4{0%,100%{translate:0 0;rotate:0deg}50%{translate:0 -3px;rotate:3deg}}
@keyframes west-laugh-v4{0%,100%{translate:0 0}50%{translate:0 -3px}}
@keyframes west-grumpy-v4{0%,100%{rotate:0deg}25%{rotate:-3deg}75%{rotate:3deg}}
@keyframes west-jump-v4{0%,100%{translate:0 0}40%{translate:0 -15px}65%{translate:0 0}80%{translate:0 -4px}}
@media(prefers-reduced-motion:reduce){#west-mascot-only .west-mascot-sprite{animation:none!important;translate:0 0!important;rotate:0deg!important}}
