/* Identity motion finishes on a readable composition. Autoplay elsewhere in the
   case carries the film; these specimens respond once, then stay composed. */
.pr-identity.pr-identity-motion-ready :is(.pr-route-line,.pr-route-destination){animation:none!important}
.pr-identity.pr-identity-motion-ready .pr-route-line{stroke-dasharray:100;stroke-dashoffset:0}
.pr-identity.pr-identity-motion-ready .pr-route-destination{opacity:1;transform:scale(1)}
.pr-identity-motion-ready .pr-type-stack>span{display:block;backface-visibility:hidden}
.pr-identity-motion-ready .pr-logo-controls button{width:44px;height:44px;padding:10px;transition:border-color .2s ease,background .2s ease}
.pr-identity-motion-ready .pr-logo-controls button:hover{background:#ffffff18}
@media(prefers-reduced-motion:reduce){
  .pr-identity-motion-ready .pr-logo-controls button{transition:none}
  .pr-identity-motion-ready .pr-type-stack>span{transform:none;opacity:1}
}
