html { scroll-behavior: auto !important; }
.tdss-progress {
  position: fixed;
  z-index: 2147483646;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #7047ff, #9c6cff, #55d6ff);
  box-shadow: 0 0 18px rgba(112, 71, 255, .55);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .tdss-progress { display: none !important; }
}
