/* Shared motion rules. Decorative cursor tracking and looping effects are removed. */
.app-shell,.product-footer {position:relative}
dialog {position:fixed}
.chart-line,.chart-fill {animation:none;stroke-dasharray:none;stroke-dashoffset:0;opacity:1}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
