<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader-container{align-items:center;min-height:100vh;width:100%}.bouncing-loader,.loader-container{display:flex;justify-content:center}.bouncing-loader{margin:40px auto}.bouncing-loader&gt;div{width:16px;height:16px;margin:3px 6px;border-radius:50%;background-color:#a3a1a1;opacity:1;animation:bouncing-loader .6s infinite alternate}@keyframes bouncing-loader{to{opacity:.1;transform:translateY(-16px)}}.bouncing-loader&gt;div:nth-child(2){animation-delay:.2s}.bouncing-loader&gt;div:nth-child(3){animation-delay:.4s}</pre></body></html>