@keyframes spin-smooth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-smooth{animation:2.5s linear infinite spin-smooth}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.6}}.animate-pulse-subtle{animation:2s ease-in-out infinite pulse-subtle}
