.infinite-loader-trigger{padding:3rem 0;display:flex;justify-content:center;width:100%}.loader-dots{display:flex;gap:8px}.loader-dots span{width:12px;height:12px;background:#6bbf5b;border-radius:50%;animation:pulse .6s infinite alternate}.loader-dots span:nth-child(2){animation-delay:.2s}.loader-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.8)}}.end-message{color:#666;font-style:italic}
