/* 
 * 气球浮动动画样式
 * 使用 GSAP 实现上下左右随机微微浮动效果
 * 每个 position-*.png 图片都会有独特的随机浮动参数
 */
.balloon-float {
  /* 确保元素可以平滑移动 */
  will-change: transform;
}

