/* GENSIDE: flou statique uniquement. Aucun effet, animation ou changement de mise en page. */
#root .backdrop-blur,
#root .backdrop-blur-xl,
#root .bg-gpanel,
#root .bg-gpanel2 {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

/* Coupe les trois halos animés livrés dans le bundle sans toucher à la grille. */
.home-page > div[style*="position: fixed"][style*="pointer-events: none"][style*="overflow: hidden"] {
  display: none !important;
}

.scroll-branches {
  animation: none !important;
  transform: none !important;
}

@media (max-width: 720px) {
  #root .backdrop-blur,
  #root .backdrop-blur-xl,
  #root .bg-gpanel,
  #root .bg-gpanel2 {
    -webkit-backdrop-filter: blur(7px) !important;
    backdrop-filter: blur(7px) !important;
  }
}

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