.heroRoachTrack{position:absolute;inset:8px;z-index:4;pointer-events:none;overflow:hidden}.heroRoach{position:absolute;left:0;top:0;width:86px;height:86px;border:0;padding:0;background:transparent;cursor:pointer;pointer-events:auto;transform-origin:center center;filter:drop-shadow(0 5px 9px rgba(0,0,0,.2));will-change:transform}.heroRoach img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;animation:roachBodyMotion .9s ease-in-out infinite alternate}@keyframes roachBodyMotion{0%{transform:translateX(-.2px) rotate(-.25deg) scaleY(.9995)}to{transform:translateX(.2px) rotate(.25deg) scaleY(1.0005)}}@media (max-width:768px){.heroRoach{width:68px;height:68px}}@media (prefers-reduced-motion:reduce){.heroRoach{display:none}}