/* FreshPhoto AI - Hostinger Client-Side Edition Styles */

@keyframes pulse-emerald {
  0%, 100% {
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
  }
  50% {
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.4);
  }
}

.glow-emerald {
  animation: pulse-emerald 3s infinite ease-in-out;
}

/* Custom scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #090d16;
}

::-webkit-scrollbar-thumb {
  background: #1e293b;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #334155;
}

/* Image comparison slider */
#sliderContainer {
  position: relative;
  user-select: none;
  touch-action: none;
}

#clippedForeground img {
  pointer-events: none;
}
