[data-table-scroll] {
  box-shadow: inset -14px 0 12px -14px rgb(15 23 42 / 0.35);
  scrollbar-width: thin;
  scrollbar-color: rgb(148 163 184) transparent;
}

dialog[data-page-jump]::backdrop {
  background: rgb(15 23 42 / 0.5);
  backdrop-filter: blur(2px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
