/* Custom styles - minimal, Tailwind handles most */
#dropZone.drag-over {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

/* Smooth transitions for progress bars */
.transition-all {
  transition: all 0.3s ease;
}
