/* Outer 1px gradient ring for neon_frame macro + reusable wrap */
.neon-frame-wrap {
  background: linear-gradient(
    to bottom right,
    rgba(217, 70, 239, 0.55),
    rgba(147, 51, 234, 0.42),
    rgba(34, 211, 238, 0.48)
  );
}

.neon-border-magenta {
  box-shadow:
    0 0 0 1px rgba(236, 72, 153, 0.35),
    0 0 28px rgba(168, 85, 247, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.prediction-form-shell {
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.12);
}
