/* Nexa IA — shadows, glows, motion */
:root {
  /* Primary CTA glow (coral pill buttons) */
  --glow-primary: 0 0 24px rgba(222, 115, 86, 0.55), 0 4px 12px rgba(0, 0, 0, 0.4);
  --shine-top: inset 0 1.5px 0 rgba(255, 255, 255, 0.55); /* @kind shadow */

  /* Section accent glows (behind media panels) */
  --glow-pink: 0 0 120px 40px rgba(184, 86, 47, 0.25);
  --glow-blue-soft: 0 0 120px 40px rgba(222, 115, 86, 0.18);

  /* Cards */
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 8px 24px rgba(0, 0, 0, 0.35);

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-base: 250ms; /* @kind other */
  --duration-slow: 500ms; /* @kind other */
}
