@keyframes ai-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-to-normal{to{background:#10b981}}.ai-border-btn{position:relative;width:fit-content;height:40px;padding:2px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;overflow:hidden;transition:all .3s ease;background:#10b981}.ai-border-btn-hero{position:relative;width:auto;padding:2px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;overflow:hidden;transition:all .3s ease;background:#10b981}.ai-border-btn:before,.ai-border-btn-hero:before{content:"";position:absolute;width:250%;height:250%;background:conic-gradient(#10b981,#3b82f6,#8b5cf6,#ec4899,#10b981);animation:ai-rotate 2s linear infinite;z-index:0}.ai-border-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;animation:fade-to-normal 0s linear 5s forwards;z-index:1}.inner-content{position:relative;background:#064e3b;color:#fff;padding:0 24px;height:100%;width:100%;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:2;font-weight:700;white-space:nowrap}.inner-content.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}
