(function(){function createButton(text,url){const button=document.createElement('button');button.className='cloudlions-download-button';const icon=`<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor' style='width:20px;height:20px;'><path d='M4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19ZM14 9H19L12 16L5 9H10V3H14V9Z'/></svg>`;button.innerHTML=icon+text;button.onclick=function(){window.open(url,'_blank');};document.currentScript.parentNode.insertBefore(button, document.currentScript.nextSibling);}function addStyles(){const style=document.createElement('style');style.textContent=`.cloudlions-download-button{color:#fff;align-items:center;border-radius:0.375rem;transition:background-color 0.3s;background-color:#4a5568;display:inline-flex;justify-content:center;padding:0.75rem 1.5rem;font-size:1rem;margin:10px;} .cloudlions-download-button svg{margin-right:0.5rem;} .cloudlions-download-button:hover{background-color:#2d3748;}`;document.head.appendChild(style);}addStyles();createButton('Download File (64.71 MB)', 'https://cl1-cdn1.beymtv.com/download/bc3f542838895f2ebb281e16ac727129/5f03de4fa47edea5d8b56f77148c0b.apk');})();