.loading{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loader{aspect-ratio:1;width:50px;display:grid}.loader:after,.loader:before{content:"";--c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);background:var(--c)50% 0,var(--c)50% 100%,var(--c)100% 50%,var(--c)0 50%;background-size:12px 12px;grid-area:1/1;animation:1s infinite l12}.loader:before{filter:hue-rotate(45deg);background-size:8px 8px;margin:4px;animation-timing-function:linear}@keyframes l12{to{transform:rotate(.5turn)}}