.loader{aspect-ratio:1;box-sizing:border-box;filter:blur(3px)contrast(7)hue-rotate(290deg);mix-blend-mode:darken;background:#fff;width:100px;padding:10px;display:grid}.loader:before{content:"";width:30px;height:30px;color:var(--color-primary-600);background:currentColor;border-radius:50%;margin:auto;animation:1s infinite alternate l6;box-shadow:-30px 0,30px 0,0 30px,0 -30px}@keyframes l6{90%,to{transform:rotate(180deg);box-shadow:-10px 0,10px 0,0 10px,0 -10px}}
