@property --cf-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.web-app-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:12px;text-decoration:none;background:conic-gradient(from var(--cf-angle),#ff2d8a,#ff8a00,#ffd500,#00d084,#00a2ff,#7a00ff,#ff2d8a);animation:cf-rainbow-spin 4s linear infinite;cursor:pointer;box-shadow:0 6px 20px rgba(122,0,255,.18);transition:box-shadow .2s ease,transform .2s ease}.web-app-btn:hover{box-shadow:0 10px 28px rgba(122,0,255,.28)}.web-app-btn__inner{display:inline-flex;align-items:center;gap:8px;padding:0 18px;height:100%;width:100%;background:#ffffffd6;border-radius:10px;color:#0f172a;font-weight:600;line-height:1;white-space:nowrap;transition:transform .2s ease}.web-app-btn__label{font-size:15px}.web-app-btn:hover .web-app-btn__inner{transform:scale(1.03)}.web-app-btn__icon{flex-shrink:0;color:#0f172a}.web-app-btn__label{display:inline-block}.web-app-btn--hero{height:55px}.web-app-btn--section{height:60px}.web-app-btn--section .web-app-btn__inner{padding:0 22px;font-size:16px}.web-app-btn--modal{height:60px;width:100%}.web-app-btn--modal .web-app-btn__inner{justify-content:center}@keyframes cf-rainbow-spin{to{--cf-angle:360deg}}@supports not (background:conic-gradient(from 0deg,red,blue)){.web-app-btn{background:linear-gradient(90deg,#ff2d8a,#ff8a00,#ffd500,#00d084,#00a2ff,#7a00ff,#ff2d8a);background-size:300% 100%;animation:cf-rainbow-slide 4s linear infinite}@keyframes cf-rainbow-slide{to{background-position:300% 0}}}@media (max-width:767px){.web-app-btn--hero,.web-app-btn--section{display:flex;max-width:none}.web-app-btn--hero{height:46px}.web-app-btn--hero .web-app-btn__inner,.web-app-btn--section .web-app-btn__inner{padding:0 22px;font-size:17px;justify-content:center;gap:10px}.web-app-btn--hero .web-app-btn__icon,.web-app-btn--section .web-app-btn__icon{width:22px;height:22px}}@media (max-width:560px){.web-app-btn--modal .web-app-btn__inner{font-size:19px;gap:12px}.web-app-btn--modal .web-app-btn__icon{width:26px;height:26px}}@media (prefers-reduced-motion:reduce){.web-app-btn{animation:none}.web-app-btn:hover .web-app-btn__inner{transform:none}}