/* ============================================================
   INTERFLOT — HERRAMIENTA: MOVIMIENTO DE AIRE — CSS
   ============================================================
   Canvas overlay para el efecto de viento/aire.
   Mismo patrón que olas.css para consistencia.
   ============================================================ */

[data-aire] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;     /* Las hojas no bloquean clicks */
  z-index: 2;
}

/* El contenedor padre DEBE tener position: relative */
[data-aire-container] {
  position: relative;
  overflow: hidden;
}
