/* A visible press signal even where vibration is unavailable. */
:where(button,a,[role="button"],summary,.admin-track-row-v6){-webkit-tap-highlight-color:rgba(158,216,255,.28);touch-action:manipulation}
:where(button,a,[role="button"],summary):not(:disabled).amm-pressed{filter:brightness(1.22);transform:translateY(1px) scale(.985);box-shadow:0 0 0 2px rgba(158,216,255,.48),inset 0 2px 7px rgba(0,0,0,.24)!important}
:where(button,a,[role="button"],summary):not(:disabled).amm-activated{box-shadow:0 0 0 3px rgba(158,216,255,.48)!important}
.admin-track-row-v6.amm-pressed,.admin-track-row-v6.amm-activated{background:rgba(139,205,255,.16)!important;border-color:rgba(158,216,255,.65)!important;box-shadow:inset 3px 0 #9ed8ff!important}
@media(prefers-reduced-motion:reduce){.amm-pressed,.amm-activated{transition:none!important;transform:none!important}}
