/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */.loading-spinner{width:80px;height:80px;display:inline-block;position:relative}.button .loading-spinner,.small .loading-spinner{width:28px;height:36px;margin:0 auto}.button .loading-spinner{height:24px}.loading-spinner div{background-color:var(--color-primary,var(--color-primary));width:1.5rem;animation:spinner 1.2s cubic-bezier(0,.5,.5,1) infinite;display:inline-block;position:absolute}.small .loading-spinner div{width:.5rem;animation:spinner-small 1.2s cubic-bezier(0,.5,.5,1) infinite}.button .loading-spinner div{width:.5rem;animation:spinner-button 1.2s cubic-bezier(0,.5,.5,1) infinite}.loading-spinner div:first-child{animation-delay:-.24s;left:0}.loading-spinner div:nth-child(2){animation-delay:-.12s;left:32px}.button .loading-spinner div:nth-child(2),.small .loading-spinner div:nth-child(2){left:10px}.loading-spinner div:nth-child(3){animation-delay:0s;left:64px}.button .loading-spinner div:nth-child(3),.small .loading-spinner div:nth-child(3){left:20px}@keyframes spinner{0%{background-color:#fc0;height:3rem;top:.75rem}50%,to{background-color:#d4d4d4;height:1.5rem;top:1.5rem}}@keyframes spinner-small{0%{background-color:#fc0;height:1.25rem;top:20%}50%,to{background-color:#d4d4d4;height:.5rem;top:40%}}@keyframes spinner-button{0%{background-color:#fc0;height:1.25rem;top:15%}50%,to{background-color:#d4d4d4;height:.5rem;top:35%}}