.loader{width:20px;aspect-ratio:1;display:grid;border-radius:50%;background:linear-gradient(0deg,rgb(0 0 0/50%) 30%,#0000 0 70%,#000 0) 50%/8% 100%,linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75%) 0) 50%/100% 8%;background-repeat:no-repeat;animation:l23 1s steps(12) infinite}.loader:after,.loader:before{content:"";grid-area:1/1;border-radius:50%;background:inherit;opacity:.915;transform:rotate(30deg)}.loader:after{opacity:.83;transform:rotate(60deg)}@keyframes l23{to{transform:rotate(1turn)}}