{"html_array":["<!doctype html>\n    <script>console.log('CREATIVES OW ON')</script> \n    <html lang='en-US'><head><meta charset='utf-8'/><meta content='width=device-width,initial-scale=1' name='viewport'/><title>Roleta de Prêmios</title><style>:root{--pink:#f47c8e;--green:#41c17b;--orange:#f6a04b;--blue:#64a7e6;--teal:#7bc1bf;--purple:#6e56ef;--ring:#221a5a;--bg:#f6f3ff}*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,'Noto Sans','Apple Color Emoji','Segoe UI Emoji'}.wrap{display:grid;gap:24px;place-items:center}.wheel-shell{position:relative;width:90%;max-width:305px;aspect-ratio:1/1;display:grid;place-items:center;border-radius:50%;background:radial-gradient(80% 80% at 50% 50%,#fff 0%,#f4f1ff 70%,#ece6ff 100%);box-shadow:0 25px 60px rgba(0,0,0,.12),inset 0 3px 0 rgba(255,255,255,.8);margin-top:30px;overflow:hidden}.pointer{position:absolute;top:-8px;left:50%;transform:translate(-50%,6px);width:0;height:0;border-left:22px solid transparent;border-right:22px solid transparent;border-top:40px solid #7d4bff;filter:drop-shadow(0 6px 10px rgba(0,0,0,.12));z-index:3}.wheel{width:88%;aspect-ratio:1/1;transition:transform 4.2s cubic-bezier(.17,.86,.16,1);will-change:transform;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08))}.ring{position:absolute;width:26%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle at 50% 55%,#fff 0%,#fff 55%,#e9e5ff 56%,#e9e5ff 60%,var(--ring) 61%,var(--ring) 68%,#fff 69%);box-shadow:0 8px 18px rgba(0,0,0,.18);display:grid;place-items:center;cursor:pointer;user-select:none;z-index:2}.ring:active{transform:scale(.98)}.ring-label{font-weight:800;text-transform:uppercase;text-align:center;font-size:clamp(12px,2.4vw,16px);color:#5f36ff;letter-spacing:.02em}.credit{display:grid;place-items:center;min-height:60px;margin-bottom:-20px}.credit span.title{font-size:24px;font-weight:800;letter-spacing:.02em;text-align:center;background:black;-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.4)}.no-transition{transition:none!important}.loader{display:flex;flex-direction:column;align-items:center;gap:14px}.spinner{width:44px;height:44px;border-radius:50%;border:4px solid #e9e5ff;border-top-color:#7a35ff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.roulete-quiz-container{display:flex;flex-direction:column;align-items:center}.loader-text{font-weight:700;color:#555}.ads-hint{display:block;font-size:12px;color:#666;margin-top:6px;text-align:center}</style></head><body><div class='wrap'><div class='roulete-quiz-container'><div class='credit'><span class='title'>Click to spin and get your Reward:</span></div><div class='wheel-shell'><div class='pointer' aria-hidden='true' title='Selected slice marker'></div><svg class='wheel' viewBox='0 0 1000 1000' aria-label='Roleta de prêmios'></svg><div class='ring' id='spinButton' title='Clique para girar'><div class='ring-label'>Spin<br>Now</div></div></div></div></div><script>const slicesBase=[{label:'500 Robux',color:getCSS('--pink')},{label:'800 Robux',color:getCSS('--green')},{label:'1000 Robux',color:getCSS('--orange')},{label:'1500 Robux',color:getCSS('--blue')},{label:'2000 Robux',color:getCSS('--teal')}];let slices=[...slicesBase],currentRotation=0,isSpinning=!1;const svg=document.querySelector('.wheel'),center={x:500,y:500},innerR=180,outerR=470;function spin(){if(isSpinning)return;isSpinning=!0;const e=4+Math.floor(3*Math.random()),n=Math.floor(360*Math.random()),t=currentRotation+360*e+n;svg.classList.remove('no-transition'),requestAnimationFrame(()=>{svg.style.transform=`rotate(${t}deg)`})}function onSpinEnd(){const e=slices.length,n=360/e,t=getComputedStyle(svg).transform;let o=0;if('none'!==t){const e=t.split('(')[1].split(')')[0].split(','),n=e[0],s=e[1];o=Math.round(180*Math.atan2(s,n)/Math.PI)}o<0&&(o+=360);const s=(360-o)%360,r=Math.floor(s/n),a=slices[r];let i=document.getElementById('resultOverlay');if(!i){i=document.createElement('div'),i.id='resultOverlay',Object.assign(i.style,{position:'fixed',top:'0',left:'0',width:'100%',height:'100%',background:'rgba(0,0,0,0.6)',display:'flex',alignItems:'center',justifyContent:'center',zIndex:'9999'});const e=document.createElement('div');e.id='resultContent',Object.assign(e.style,{background:'#fff',padding:'30px 40px',borderRadius:'14px',boxShadow:'0 8px 24px rgba(0,0,0,0.25)',fontSize:'22px',fontWeight:'700',color:'#333',textAlign:'center',maxWidth:'320px',display:'flex',flexDirection:'column'}),i.appendChild(e),document.body.appendChild(i),i.addEventListener('click',(e=>{'resultOverlay'===e.target.id&&(i.style.display='none')}))}const l=document.getElementById('resultContent');l.innerHTML='',l.appendChild(buildLoader()),i.style.display='flex',setTimeout((()=>{l.innerHTML='';const e=document.createElement('div');e.textContent='🎉  You are eligible to win '+a.label,l.appendChild(e);const n=document.createElement('a');n.textContent='GET REWARDED',n.setAttribute('data-av-rewarded','true'),n.id='submitLink',Object.assign(n.style,{display:'inline-block',padding:'12px 20px',fontSize:'16px',fontWeight:'700',background:'#7a35ff',color:'#fff',border:'none',borderRadius:'10px',cursor:'pointer',textDecoration:'none',boxShadow:'0 6px 14px rgba(122,53,255,.3)',marginTop:'20px'}),l.appendChild(n),n.addEventListener('click',(e=>{if(e.preventDefault(),'undefined'!=typeof window.parent.av&&'undefined'!=typeof window.parent){const e=window.parent.av.slots.find((e=>'rewarded'===e.type&&'ready'===e.lifecycle));if(!e){const e='https://playsearches.com/games-us/apply-get-free-robux-us',n=new URL(window.top.location.href);console.log('OfferWallSlot não encontrado');const t=new Date;t.setDate(t.getDate()+7),document.cookie=[`loaderCopy=`,`Domain=.playsearches.com`,'Path=/',`Expires=${t.toUTCString()}`,'SameSite=Lax'].join('; '),document.cookie=[`rewardedReady=true`,`Domain=.playsearches.com`,'Path=/',`Expires=${t.toUTCString()}`,'SameSite=Lax'].join('; ');const o=`${e}${n?.search}`;return void window.parent.postMessage({action:'redirect',url:o},'*')}}}));const t=document.createElement('span');t.className='ads-hint',t.textContent='See the ads to get the reward',l.appendChild(t)}),5e3),isSpinning=!1}function buildLoader(){const e=document.createElement('div');e.className='loader';const n=document.createElement('div');n.className='spinner';const t=document.createElement('div');return t.className='loader-text',t.textContent='Calculating your reward...',e.appendChild(n),e.appendChild(t),e}function drawWheel(e){for(;svg.firstChild;)svg.removeChild(svg.firstChild);const n=e.length,t=360/n;e.forEach(((e,o)=>{const s=o*t-90,r=s+t,a=document.createElementNS('http://www.w3.org/2000/svg','path');a.setAttribute('d',donutSlicePath(center.x,center.y,innerR,outerR,s,r)),a.setAttribute('fill',e.color),a.setAttribute('stroke','#ffffff'),a.setAttribute('stroke-width','6'),svg.appendChild(a);const i=(s+r)/2,l=center.x+(innerR+.58*(outerR-innerR))*Math.cos(rad(i)),d=center.y+(innerR+.58*(outerR-innerR))*Math.sin(rad(i)),c=document.createElementNS('http://www.w3.org/2000/svg','g');c.setAttribute('transform',`translate(${l} ${d}) rotate(${i+90})`),svg.appendChild(c);const p=document.createElementNS('http://www.w3.org/2000/svg','text');p.setAttribute('fill','#ffffff'),p.setAttribute('font-weight','500'),p.setAttribute('font-size','60'),p.setAttribute('text-anchor','middle'),p.setAttribute('dominant-baseline','middle'),p.style.filter='drop-shadow(0 2px 2px rgba(0,0,0,.10))';breakLabel(e.label).forEach(((e,n)=>{const t=document.createElementNS('http://www.w3.org/2000/svg','tspan');t.setAttribute('x','0'),t.setAttribute('dy',0===n?'0':'42'),t.textContent=e,p.appendChild(t)})),c.appendChild(p)}));const o=document.createElementNS('http://www.w3.org/2000/svg','circle');o.setAttribute('cx',center.x),o.setAttribute('cy',center.y),o.setAttribute('r',outerR+18),o.setAttribute('fill','none'),o.setAttribute('stroke','#ffffff'),o.setAttribute('stroke-width','28'),svg.appendChild(o)}function donutSlicePath(e,n,t,o,s,r){const a=polar(e,n,o,s),i=polar(e,n,o,r),l=polar(e,n,t,r),d=polar(e,n,t,s),c=(r-s)%360>180?1:0;return[`M ${a.x} ${a.y}`,`A ${o} ${o} 0 ${c} 1 ${i.x} ${i.y}`,`L ${l.x} ${l.y}`,`A ${t} ${t} 0 ${c} 0 ${d.x} ${d.y}`,'Z'].join(' ')}function polar(e,n,t,o){return{x:e+t*Math.cos(rad(o)),y:n+t*Math.sin(rad(o))}}function rad(e){return e*Math.PI/180}function breakLabel(e){if(e.length<=12)return[e];const n=e.split(' '),t=Math.ceil(n.length/2);return[n.slice(0,t).join(' '),n.slice(t).join(' ')]}function getCSS(e){return getComputedStyle(document.documentElement).getPropertyValue(e).trim()}drawWheel(slices);const spinBtn=document.getElementById('spinButton');spinBtn.addEventListener('click',spin),svg.addEventListener('transitionend',onSpinEnd,{passive:!0});</script></body></html>\n\n"]}