.platform-arrow img{animation:platform-icon-float 3.4s ease-in-out infinite;will-change:transform}.platform-portal:hover .platform-arrow img,.platform-portal:focus-visible .platform-arrow img{animation:platform-icon-hover 1.5s ease-in-out infinite}
@keyframes platform-icon-float{0%,100%{transform:translate3d(0,0,0) rotate(45deg) scale(1)}50%{transform:translate3d(2px,-4px,0) rotate(47deg) scale(1.035)}}
@keyframes platform-icon-hover{0%,100%{transform:translate3d(0,0,0) rotate(45deg) scale(1.03)}50%{transform:translate3d(4px,-6px,0) rotate(49deg) scale(1.09)}}
@media(prefers-reduced-motion:reduce){.platform-arrow img,.platform-portal:hover .platform-arrow img,.platform-portal:focus-visible .platform-arrow img{animation:none;transform:rotate(45deg)}}
