@keyframes spin{to{transform:rotate(1turn)}}@keyframes glow{0%{filter:drop-shadow(0 0 4px #3b82f6)}to{filter:drop-shadow(0 0 10px #60a5fa)}}.loader-ring{animation:spin 1s linear infinite;border-radius:9999px;border-width:4px;border-color:transparent #2563eb #2563eb;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.animate-glow{animation:glow 1.5s ease-in-out infinite alternate}