/* Motion uses individual translate/scale, preserving existing artwork transforms. */
.ag-motion-mascot{transform-origin:50% 80%}
.ag-motion-mascot.ag-motion-entered{animation:ag-mascot-pop .7s cubic-bezier(.2,.75,.3,1) both,ag-mascot-float var(--ag-float-time,3.5s) .7s ease-in-out infinite;animation-play-state:paused}
.ag-motion-mascot.ag-motion-entered.ag-motion-visible{animation-play-state:running}
@keyframes ag-mascot-pop{0%{translate:0 30px;scale:.86}60%{translate:0 -9px;scale:1.025}82%{translate:0 3px;scale:.99}100%{translate:0 0;scale:1}}
@keyframes ag-mascot-float{0%,100%{translate:0 0}50%{translate:0 -12px}}
html.ag-motion-suspended .ag-motion-mascot{animation-play-state:paused!important}
@media(prefers-reduced-motion:reduce){.ag-motion-mascot.ag-motion-entered{animation:none!important;translate:none!important;scale:none!important}}
