.ps-spinner{width:var(--ps-spinner-size,40px);height:var(--ps-spinner-size,40px);--_ps-dur:calc(1.6s / var(--ps-spin-speed,1));flex-shrink:0;place-items:center;display:inline-grid;position:relative}.ps-spinner__svg{transform-origin:50%;width:100%;height:100%;filter:drop-shadow(0 0 calc(var(--ps-spinner-size,40px) * .0625) oklch(70% .19 277/.55));animation:ps-spin-beat var(--_ps-dur) cubic-bezier(.45, 0, .55, 1) var(--ps-spin-delay,calc(var(--_ps-dur) * -.5)) infinite;border-radius:50%;display:block}.ps-spinner__disc{fill:var(--primary)}.ps-spinner__signal{fill:none;stroke:var(--primary-foreground);stroke-width:32px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;filter:drop-shadow(0 0 calc(var(--ps-spinner-size,40px) * .021) #fff) drop-shadow(0 0 calc(var(--ps-spinner-size,40px) * .046) var(--brand-200));animation:ps-spin-draw var(--_ps-dur) cubic-bezier(.45, 0, .55, 1) var(--ps-spin-delay,calc(var(--_ps-dur) * -.5)) infinite}@keyframes ps-spin-draw{0%{stroke-dashoffset:1px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-1px}}@keyframes ps-spin-beat{0%,to{transform:scale(1)}50%{transform:scale(1)}54%{transform:scale(1.12)}58%{transform:scale(1)}62%{transform:scale(1.06)}66%{transform:scale(1)}}.ps-spinner__sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.ps-spinner__svg{animation:none}.ps-spinner__signal{stroke-dashoffset:0;animation:none}}
