.gradient-indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; 
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none; 
  transition: opacity 0.3s ease; 
  opacity: 1; 
  z-index: 999;
}