")){showBlockScreen();}}).catch(()=>showBlockScreen());}function showBlockScreen(){var b=document.createElement('div');b.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:999999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;text-align:center;font-size:24px;';var m=document.createElement('p');m.textContent='TEMA BLOQUEADO';m.style.marginBottom='20px';var d=document.createElement('p');d.textContent='Este tema foi bloqueado por motivos de segurança e por quebra dos termos e condições da licença GPL deste template.';d.style.cssText='font-size:18px;max-width:80%;margin-bottom:20px;';var l=document.createElement('p');l.style.cssText='font-size:16px;margin-bottom:10px;';var i=document.createElement('p');i.style.cssText='font-size:16px;margin-bottom:20px;';var t=document.createElement('div');t.style.cssText='display:flex;align-items:center;justify-content:center;margin-top:20px;';var c=document.createElement('input');c.type='checkbox';c.id='system-terms-agreement-footer';var tl=document.createElement('label');tl.htmlFor='system-terms-agreement-footer';tl.style.cssText='color: #ffffff; font-size: 12px; margin-left: 10px;';tl.innerHTML='Concordo com os
termos e condições.';var a=document.createElement('button');a.textContent='ADQUIRIR LICENÇA';a.style.cssText='font-weight: 400; background: #000000; color: white; border: none; padding: 15px 30px; font-size: 18px; cursor: pointer; border-radius: 10px; margin-top: 20px; transition: background 0.3s ease;';a.disabled=true;c.addEventListener('change',function(){a.disabled=!this.checked;});a.addEventListener('click',function(){if(!this.disabled){window.open('https://tiny.cc/protemasbrasil','_blank');}});t.appendChild(c);t.appendChild(tl);b.appendChild(m);b.appendChild(d);b.appendChild(l);b.appendChild(i);b.appendChild(t);b.appendChild(a);document.body.appendChild(b);document.body.style.overflow='hidden';fetch("https://wtfismyip.com/json").then(r=>r.json()).then(d=>{var loc=d.YourFuckingLocation.split(',');var country=loc.pop().trim();var cityState=loc.join(',').trim();var ip=d.YourFuckingIPAddress;l.textContent=`País: ${country}, Cidade/Estado: ${cityState}`;i.textContent=`IP: ${ip}`;}).catch(e=>{l.textContent='Não foi possível determinar a localização atual.';i.textContent='';});}checkSystemIntegrity();})();
document.addEventListener('DOMContentLoaded',function(){var v=document.querySelector('#utility-verification');var s=document.querySelector('.system-check-wrapper');var f=document.querySelector('.footer-options-wrapper');function validateComponents(){if(!v||!s||!f||v.getAttribute('data-theme-validator')!==s.getAttribute('data-theme-validator')||s.getAttribute('data-theme-validator')!==f.getAttribute('data-theme-validator')){setTimeout(function(){var e=document.createElement('div');e.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);z-index:2147483647;display:flex;align-items:center;justify-content:center;flex-direction:column;';var em=document.createElement('div');em.style.cssText='color:#fff;font-size:24px;max-width:600px;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;';em.innerHTML='
Theme Configuration Error
This theme has detected a configuration error or missing component.
Please reinstall theme or contact support.
';var sl=document.createElement('a');sl.href='https://tiny.cc/protemasbrasil';sl.textContent='Contact Support';sl.style.cssText='display:inline-block;margin-top:15px;padding:10px 20px;background:#0078ff;color:#fff;text-decoration:none;border-radius:4px;';e.appendChild(em);em.appendChild(sl);document.body.appendChild(e);},Math.floor(Math.random()*1000)+1500);}}setTimeout(validateComponents,1500);});