.world-creature-button{cursor:pointer;touch-action:pan-y;-webkit-tap-highlight-color:transparent;outline:none}.world-creature-button:focus-visible>.world-creature-target{stroke:#7254b5;stroke-width:2.5px;vector-effect:non-scaling-stroke;fill:#ffffff28}.world-creature-response{transform-box:fill-box;transform-origin:bottom}.world-creature-hop{animation:1.1s ease-in-out both creature-hop}.world-creature-nod{animation:1.1s ease-in-out both creature-nod}.world-creature-scuttle{animation:1.1s ease-in-out both creature-scuttle}.world-creature-flutter{animation:1.1s ease-in-out both creature-flutter}@keyframes creature-hop{0%,to{transform:translateY(0)}45%{transform:translateY(-5px)}}@keyframes creature-nod{0%,to{transform:rotate(0)}45%{transform:rotate(-5deg)}}@keyframes creature-scuttle{0%,to{transform:translate(0)}40%{transform:translate(5px)}70%{transform:translate(2px)}}@keyframes creature-flutter{0%,to{transform:translateY(0)rotate(0)}40%{transform:translateY(-4px)rotate(-5deg)}70%{transform:translateY(-2px)rotate(3deg)}}@media (prefers-reduced-motion:reduce){.world-creature-response,.world-creature-response *{transition:none!important;animation:none!important}}svg g:has(.world-creature[data-named=true]){animation-play-state:paused}
