/* FileNest cross-browser compatibility fallbacks.
   Keep this file narrow: it only supplies safe fallbacks for features already
   used by the primary styles, so older modern engines degrade gracefully
   without changing the intended layout in current browsers. */

.saas-header {
  -webkit-backdrop-filter: blur(18px);
}

.analytics-consent-backdrop {
  -webkit-backdrop-filter: blur(3px);
}

@supports not (overflow: clip) {
  .saas-shell {
    overflow-x: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
