/* SortableJS applies these classes at runtime to the dragged tile and its
   ghost placeholder, so they live outside Tailwind's class scanner. */
.image-tile-ghost {
  opacity: 0.25;
}
.image-tile-chosen {
  cursor: grabbing;
}
.image-tile-drag {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.25), 0 8px 10px -6px rgb(0 0 0 / 0.2);
  transform: rotate(1.5deg) scale(1.02);
}