/* Motion is feedback only (§6.6). 150–250ms, standard-decelerate. Longer is forbidden.
   Allowed list is closed: card fly-out on verdict, inbox stagger (30ms step),
   ring/slide-track fill, working-dot pulse. No spinners exist in the product. */
:root{
  --dur-fast:150ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:250ms; /* @kind other */
  --ease-decel:cubic-bezier(0,0,0.2,1); /* @kind other */
  --stagger-step:30ms; /* @kind other */
}
@media (prefers-reduced-motion: reduce){
  :root{--dur-fast:1ms /* @kind other */;--dur-base:1ms /* @kind other */;--dur-slow:1ms /* @kind other */}
}
