:root{
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-fast:180ms; /* @kind other */--dur-med:320ms; /* @kind other */--dur-enter:600ms; /* @kind other */--dur-pulse:2500ms; /* @kind other */
--stagger:100ms; /* @kind other */--hover-scale:1.03; /* @kind other */
}
@keyframes ambgeo-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes ambgeo-pulse{0%,100%{box-shadow:0 0 24px rgba(0,197,210,.32)}50%{box-shadow:0 0 46px rgba(0,197,210,.62)}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
