/* Elian 动效令牌 L0（styles/）：转场系统时长刻度与缓动。
   新动效一律引用本组刻度，不再散落裸时长/裸缓动；规则：只动 transform + opacity。 */
:root {
  /* 转场系统 L0 刻度：新动效一律引用本组，不再散落裸时长/裸缓动。规则：只动 transform + opacity。 */
  --motion-xs: 120ms;
  --motion-s: 160ms;
  --motion-m: 240ms;
  --motion-l: 480ms;
  --motion-xl: 800ms;
  --motion-frame: 520ms;
  --motion-ease-enter: cubic-bezier(.22,1,.36,1);
  --motion-ease-exit: cubic-bezier(.55,0,1,.45);
  --motion-ease-spring: cubic-bezier(.34,1.56,.64,1);
}
