.ai-button-wrapper2{--black-700:hsla(0 0% 12%/1);--border_radius:9999px;--transtion:0.3s ease-in-out;--offset:2px;--active:1;cursor:pointer;position:fixed;display:flex;align-items:center;gap:.5rem;transform-origin:center;padding:1rem;background-color:transparent;border:none;border-radius:var(--border_radius);transform:scale(calc(1 + (var(--active, 0) * .1)));transition:transform var(--transtion)}.ai-button-wrapper2:hover{transform:scale(calc(1 + (var(--active, 0) * .1) + .1))}.ai-button-wrapper2:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:linear-gradient(90deg,#e4007f,#0032a7,#00eef6);box-shadow:inset 0 0 5px #ffffffa9,inset 0 35px 25px #000,0 5px 10px #00000042;background-position:top;opacity:var(--active,0);border-radius:var(--border_radius);transition:opacity var(--transtion);z-index:2}.ai-button-wrapper2:is(:hover,:focus-visible){--active:1}.ai-button-wrapper2:active{transform:scale(1)}.ai-button-wrapper2 .dots_border{--size_border:calc(100% + 2px);overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--size_border);height:var(--size_border);background-color:transparent;border-radius:var(--border_radius);z-index:-10}.ai-button-wrapper2 .dots_border:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100;background:conic-gradient(#E0201A,#EE3F16,#FF6128,#FDA206,#FFED00,#DFF051,#17AB70,#1A8F9C,#005AFF,#5C4ECE,#582C86,#FF1B71,#E0201A);animation:spinRing 2s linear infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes spinRing{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.ai-button-wrapper2 .sparkle{position:relative;z-index:10;width:1.75rem}.ai-button-wrapper2 .sparkle .path{fill:currentColor;stroke:currentColor;transform-origin:center;color:hsl(0,0%,100%);animation:path 1.5s linear .5s infinite}.ai-button-wrapper2 .sparkle .path:first-child{--scale_path_1:1.3}.ai-button-wrapper2 .sparkle .path:nth-child(2){--scale_path_2:1.3}.ai-button-wrapper2 .sparkle .path:nth-child(3){--scale_path_3:1.3}@keyframes path{0%,34%,71%,to{transform:scale(1)}17%{transform:scale(var(--scale_path_1,1))}49%{transform:scale(var(--scale_path_2,1))}83%{transform:scale(var(--scale_path_3,1))}}.ai-button-wrapper2 .text_button{position:relative;z-index:10;background-image:linear-gradient(90deg,hsla(0 0% 100%/1) 0,hsla(0 0% 100%/var(--active,0)) 120%);background-clip:text;font-size:1rem;color:transparent}