.wave-spinner{color:var(--wave-spinner-color,currentColor);align-content:center;justify-items:center;gap:28px;animation:.28s ease-out .18s both wave-spinner-appear;display:grid}.wave-spinner--continued{animation:none}.wave-spinner--page{padding:24px;position:fixed;inset:0}.wave-spinner--section{min-height:160px;padding:32px 16px}:root[data-wave-runtime=service] .wave-spinner--page{--wave-spinner-color:#fafaf8}.wave-spinner-ring{width:36px;height:36px;animation:1.4s linear infinite wave-spinner-turn;animation-delay:var(--wave-spinner-phase,0s)}.wave-spinner--section .wave-spinner-ring{width:28px;height:28px}.wave-spinner-track,.wave-spinner-arc{fill:none;stroke:currentColor;stroke-width:3px}.wave-spinner-track{stroke-opacity:.14}.wave-spinner-arc{stroke-linecap:round;stroke-dasharray:1 126;animation:1.4s ease-in-out infinite wave-spinner-sweep;animation-delay:var(--wave-spinner-phase,0s)}.wave-spinner-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wave-spinner>:not(svg,.wave-spinner-label){width:auto;min-width:160px;margin:0;animation:.28s ease-out both wave-spinner-appear}@keyframes wave-spinner-appear{0%{opacity:0}to{opacity:1}}@keyframes wave-spinner-turn{to{transform:rotate(360deg)}}@keyframes wave-spinner-sweep{0%{stroke-dasharray:1 126;stroke-dashoffset:0}50%{stroke-dasharray:90 126;stroke-dashoffset:-35px}to{stroke-dasharray:90 126;stroke-dashoffset:-124px}}@media (prefers-reduced-motion:reduce){.wave-spinner,.wave-spinner>:not(svg,.wave-spinner-label){animation:none}.wave-spinner-ring{animation-duration:3.6s}.wave-spinner-arc{stroke-dasharray:32 126;animation:none}}
