/* ============================================================
   VibeSecurity - Effects: Shadows, Glows, Transitions
   ============================================================ */

:root {
  /* ── SHADOWS & GLOWS ── */
  --shadow-card:   0 0 0 1px rgba(124, 93, 249, 0.06), 0 32px 64px rgba(0, 0, 0, 0.4);
  --shadow-nav:    0 1px 0 var(--border);
  --shadow-purple: 0 8px 24px rgba(124, 93, 249, 0.30);
  --shadow-glow:   0 0 20px rgba(124, 93, 249, 0.35);

  /* ── TRANSITIONS ── */
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);   /* @kind other */
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1); /* @kind other */
  --dur-fast:  120ms; /* @kind other */
  --dur-base:  200ms; /* @kind other */
  --dur-slow:  400ms; /* @kind other */
}
