/* Test-only route smoothness guard. Keep page switching responsive. */
html.jusen-route-fast-switch *,
html.jusen-route-fast-switch *::before,
html.jusen-route-fast-switch *::after {
  animation-duration: 1ms !important;
  animation-delay: 0ms !important;
  transition-duration: 1ms !important;
  transition-delay: 0ms !important;
  scroll-behavior: auto !important;
}

html.jusen-route-fast-switch .el-main,
html.jusen-route-fast-switch .main-content,
html.jusen-route-fast-switch [class*="page"],
html.jusen-route-fast-switch [class*="View"] {
  filter: none !important;
  backdrop-filter: none !important;
  will-change: auto !important;
}

html.jusen-route-fast-switch body {
  cursor: progress;
}
