/* Small supplements to Tailwind — keyframes + scrollbar polish only. */

@keyframes wa-breathe {
  0%, 100% { box-shadow: 0 10px 30px -8px rgba(34,197,94,.55); }
  50%      { box-shadow: 0 10px 34px -6px rgba(34,197,94,.85); }
}

#thumbRow::-webkit-scrollbar { height: 4px; }
#thumbRow::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 4px; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
