:root{
  --ao-dur-fast:120ms;/* @kind other */
  --ao-dur-base:200ms;/* @kind other */
  --ao-dur-slow:320ms;/* @kind other */
  --ao-ease-out:cubic-bezier(0.16,1,0.3,1);/* @kind other */
  --ao-ease-in-out:cubic-bezier(0.4,0,0.2,1);/* @kind other */
}
@keyframes ao-pulse{0%,100%{opacity:1}50%{opacity:0.4}}
@keyframes ao-fadein{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes ao-glow{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(6px,-4px) scale(1.05)}}
