/* Glow aura for wemix button */
.ai-glow_glowContainer__0gZt3 {
  position: relative;
  flex-shrink: 0;
}

.ai-glow_glowButton__R_Rdr {
  position: relative;
  display: flex;
  height: 28px;
  padding: 0 10px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #FF5501 0%, #FF8C00 50%, #FFB347 100%);
  box-shadow:
    0 0 8px rgba(255, 85, 1, 0.3),
    0 0 16px rgba(255, 140, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: ai-glow_glowPulse__4S8RM 3.5s ease-in-out infinite;
}

.ai-glow_glowButton__R_Rdr:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 14px rgba(255, 85, 1, 0.55),
    0 0 28px rgba(255, 140, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.25);
}

.ai-glow_glowButton__R_Rdr:active {
  transform: scale(0.97);
}

@keyframes ai-glow_glowPulse__4S8RM {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 85, 1, 0.3),
      0 0 16px rgba(255, 140, 0, 0.15),
      inset 0 1px 1px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow:
      0 0 12px rgba(255, 85, 1, 0.5),
      0 0 24px rgba(255, 140, 0, 0.3),
      inset 0 1px 1px rgba(255, 255, 255, 0.2);
  }
}


/*# sourceMappingURL=a62c3f52294b3761.css.map*/