.infinite-scroll-loader{display:flex;justify-content:center;align-items:center;padding:1.5rem 0;gap:8px}.infinite-scroll-loader .dot{width:10px;height:10px;background-color:#044289;border-radius:50%;box-shadow:0 0 6px rgba(4,66,137,.5);opacity:.7;animation:loader-bounce 1.4s ease-in-out infinite both}.infinite-scroll-loader .dot:first-child{animation-delay:-.32s}.infinite-scroll-loader .dot:nth-child(2){animation-delay:-.16s}.infinite-scroll-loader .dot:nth-child(3){animation-delay:0}@keyframes loader-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.empty-state{min-height:calc(90vh - 120px)}.empty-icon{display:flex;align-items:center;justify-content:center}