/g,">").replace(/"/g,""").replace(/'/g,"'");}function findProductById(id){return appState.products.find(p=>p.id.toString()===id.toString())||null;}document.addEventListener('DOMContentLoaded',()=>{appState.userId=getUserId();let lh=JSON.parse(localStorage.getItem('reading_history')||'{}')[appState.userId]||[];const hg=document.getElementById('history-grid'),em=document.getElementById('empty-message');if(lh.length>0){em.remove();lh.forEach(i=>{const p=findProductById(i.id),f=p&&p.digital_files?p.digital_files:[],hrz=f.some(f=>f.endsWith('.rar')||f.endsWith('.zip')),du=hrz?`detalhes3.php?id=${encodeURIComponent(i.id)}`:`detalhes.php?id=${encodeURIComponent(i.id)}&files=${encodeURIComponent(JSON.stringify(f))}`,c=document.createElement('div');c.className='history-card';c.setAttribute('role','button');c.setAttribute('aria-label',`Livro ${escapeHtml(i.title)}`);c.onclick=()=>{window.location.href=du;};c.innerHTML=`