@keyframes gradient{0%{background-position:0 50%;background-size:200% 200%}50%{background-position:100% 50%;background-size:200% 200%}to{background-position:0 50%;background-size:200% 200%}}.animate-gradient{animation:gradient 6s cubic-bezier(.4,0,.2,1) infinite}.spinner{position:relative;background-image:linear-gradient(#acb6e5 35%,#86fde8);width:50px;height:50px;animation:spinning21 1.7s linear infinite;text-align:center;filter:blur(1px);box-shadow:0 -5px 20px 0 rgb(186,66,255),0 5px 20px 0 rgb(0,225,255);display:flex;align-items:center;justify-content:center}.Spinner,.spinner{border-radius:50px}.Spinner{position:absolute;top:0;left:0;background-color:rgb(255,255,255);filter:blur(10px);width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:white;animation:spin 1s ease-in-out infinite}@keyframes spinning21{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.tiktok-plus{color:white;position:relative;min-width:40px;height:44px;background:rgb(0,0,0);border-radius:12px;cursor:pointer;transition:all .2s ease;justify-content:center;padding:0 36px;box-shadow:-5px -5px 0 -2px #00f2ea,5px 5px 0 -2px #ff004f}.tiktok-plus,.tiktok-plus span{display:flex;align-items:center}.tiktok-plus span{font-weight:500;white-space:nowrap;gap:7px}.tiktok-plus:hover{transform:scale(1.02);box-shadow:5px 5px 0 -2px #00f2ea,-5px -5px 0 -2px #ff004f}.tiktok-plus:active{transform:scale(.98)}