body {
  background: linear-gradient(180deg, #0B0F1A 0%, #121826 100%);
}

.text-gradient-led {
  background-image: linear-gradient(90deg, #1FB6FF 0%, #3B82F6 100%);
}

.glow-led,
.glow-led-intense {
  box-shadow: 0 0 40px rgba(31, 182, 255, 0.25);
}
