.loader{width:50px;aspect-ratio:1;display:grid;border-radius:50%;border:4px solid #0000;border-right-color:#25b09b;animation:l15 1s linear infinite}.loader:after,.loader:before{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}.loader-word{width:fit-content;position:relative}.loader-word:after{content:"...";display:inline-block;font-weight:700;font-family:monospace;font-size:1.5rem;color:black;margin-left:.5ch;animation:dots 1.8s steps(4) infinite;clip-path:inset(0 3ch 0 0)}@keyframes dots{to{clip-path:inset(0 -1ch 0 0)}}