@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient-slow{background-size:400% 400%;animation:gradient 15s ease infinite}@keyframes rainbow-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.sync-ai-container{position:relative;z-index:1}.sync-ai-animated-border{position:relative}.sync-ai-animated-border:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#fbbf24,#ef4444,#a855f7,#3b82f6,#10b981,#fbbf24);background-size:400% 400%;z-index:-1;animation:rainbow-border 3s ease infinite;filter:blur(5px);border-radius:inherit;opacity:0;transition:opacity .5s ease}.sync-ai-animated-border.active:before{opacity:1}
