:root{
--ease-out:cubic-bezier(.16,.84,.34,1); /* @kind other */
--ease-step:steps(4,end); /* @kind other */
--dur-instant:60ms; /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:180ms; /* @kind other */
--dur-slow:280ms; /* @kind other */
--transition-control:background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}
@keyframes zulu-sweep{from{transform:translateY(-100%)}to{transform:translateY(100%)}}
@keyframes zulu-blink{0%,100%{opacity:1}50%{opacity:.25}}
@media (prefers-reduced-motion:reduce){:root{
--dur-instant:0ms; /* @kind other */
--dur-fast:0ms; /* @kind other */
--dur-base:0ms; /* @kind other */
--dur-slow:0ms; /* @kind other */
}
*{animation:none!important}}
