.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px}.spinner-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-primary);z-index:9999}.spinner-wrapper{position:relative;display:inline-block}.spinner-wrapper-sm{width:30px;height:30px}.spinner-wrapper-md{width:60px;height:60px}.spinner-wrapper-lg{width:90px;height:90px}.gegga{width:0;height:0;position:absolute}.snurra,.skugga{width:100%;height:100%;position:absolute;top:0;left:0}.snurra{filter:url(#gegga)}.skugga{filter:blur(5px);opacity:.3;transform:translate(3px,3px)}.stopp1{stop-color:var(--brand-start)}.stopp2{stop-color:var(--brand-end)}.halvan{animation:Snurra1 10s infinite linear;stroke-dasharray:180 800;fill:none;stroke:url(#gradient);stroke-width:23;stroke-linecap:round}.strecken{animation:Snurra1 3s infinite linear;stroke-dasharray:26 54;fill:none;stroke:url(#gradient);stroke-width:23;stroke-linecap:round}@keyframes Snurra1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-403px}}.spinner-text{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:500;margin:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dark .spinner-fullscreen{background:var(--bg-primary)}@media (prefers-reduced-motion: reduce){.halvan,.strecken{animation:none}.spinner-text{animation:none;opacity:1}}
