.console-tabs.has-motion-marker {position:relative;}
.has-motion-marker .console-tab[aria-selected="true"]::after {display:none;}
.motion-tab-marker {position:absolute;bottom:0;height:2px;background:var(--brand-spectrum,linear-gradient(90deg,#ff665f,#d81b78));transform-origin:left center;pointer-events:none;}
@media (prefers-reduced-motion:no-preference) {
 .home-site .button,.home-site .console-inspect,.home-site .console-reset {transition:transform .18s ease,background-color .18s ease,color .18s ease;}
 .home-site .button:active,.home-site .console-inspect:active,.home-site .console-reset:active {transform:scale(.97);}
 .home-site .audience-card {transition:box-shadow .22s ease;}
 .home-site .audience-card:hover,.home-site .audience-card:focus-visible {box-shadow:0 8px 22px color-mix(in srgb,var(--ink) 9%,transparent);}
}
