.jd-agite-text {
  background: linear-gradient(90deg, #00f2fe, #736efe, #ec4899, #f59e0b) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800 !important;
  display: block;
}

.floating-dice {
  animation: floatDice 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 15px rgba(245,200,66,0.6));
}

@keyframes floatDice {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(10deg); }
}

/* Título colorido dentro del modal que se abrirá */
.jd-multicolor-title {
  background: linear-gradient(to right, #00f2fe, #736efe, #ec4899, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  text-transform: uppercase;
}