/* Estilos mínimos para la herramienta de imágenes */
.dropzone{
  border: 2px dashed #c7d2fe;
  border-radius: 1rem;
  background: #f8fafc;
  transition: background .2s ease, border-color .2s ease;
}
.dropzone.dragover{
  background: #eef2ff;
  border-color: #818cf8;
}
.object-fit-contain{ object-fit: contain; }

