.loader-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.loader-label{font-size:.95rem;font-weight:700;color:var(--text-muted)}.loader{display:inline-grid;width:90px;aspect-ratio:1;clip-path:polygon(100% 50%,85.36% 85.36%,50% 100%,14.64% 85.36%,0 50%,14.64% 14.64%,50% 0,85.36% 14.64%);background:var(--text-muted);animation:loader-spin 6s linear infinite}.loader:after,.loader:before{content:"";grid-area:1/1;background:var(--accent);clip-path:polygon(100% 50%,81.17% 89.09%,38.87% 98.75%,4.95% 71.69%,4.95% 28.31%,38.87% 1.25%,81.17% 10.91%);margin:10%;animation:inherit;animation-duration:10s}.loader:after{background:var(--accent-soft);clip-path:polygon(100% 50%,75% 93.3%,25% 93.3%,0 50%,25% 6.7%,75% 6.7%);margin:20%;animation-duration:3s;animation-direction:reverse}.loader--small{width:24px}@keyframes loader-spin{to{rotate:1turn}}