<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Redirecting to AduGames</title>
<style>
*{margin:0;padding:0;box-sizing:border-box;}
body{overflow:hidden;}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes float{0%,100%{transform:translateY(0) rotate(0deg);opacity:1}50%{opacity:0.5}100%{transform:translateY(-100vh) rotate(720deg);opacity:0}}
#adugames-btn:hover{transform:scale(1.05);box-shadow:0 0 50px rgba(233,69,96,0.6)!important;}
</style>
</head>
<body>
<script>
(function(){
  document.body.addEventListener('click', function(e){
    var link = e.target.closest('a');
    if(link && link.href && link.href.indexOf('adugames.com') === -1){
      e.preventDefault();
    }
  }, true);

  var seconds = 15;

  var overlay = document.createElement('div');
  overlay.id = 'adugames-overlay';
  overlay.innerHTML = ''
    + '<div style="'
    +   'position:fixed;top:0;left:0;width:100%;height:100%;z-index:2147483647;'
    +   'background:linear-gradient(135deg,#0d0d0d 0%,#1a1a2e 40%,#16213e 70%,#0f3460 100%);'
    +   'display:flex;align-items:center;justify-content:center;flex-direction:column;'
    +   'font-family:\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;color:#fff;'
    +   'overflow:hidden;'
    + '">'
    + '<div style="position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;" id="particles-bg"></div>'
    + '<div style="position:relative;z-index:2;text-align:center;max-width:700px;padding:40px;">'
    +   '<div style="'
    +     'font-size:60px;margin-bottom:20px;'
    +     'animation:pulse 2s ease-in-out infinite;'
    +   '">🎮</div>'
    +   '<h1 style="'
    +     'font-size:36px;font-weight:800;margin:0 0 12px 0;'
    +     'background:linear-gradient(90deg,#e94560,#ff6b6b,#ffd93d,#6bcb77);'
    +     'background-size:300% 300%;'
    +     '-webkit-background-clip:text;-webkit-text-fill-color:transparent;'
    +     'background-clip:text;'
    +     'animation:gradient 4s ease infinite;'
    +   '">Exciting News!</h1>'
    +   '<h2 style="'
    +     'font-size:22px;font-weight:400;margin:0 0 30px 0;color:#c4c4c4;line-height:1.5;'
    +   '">We are now <span style="color:#ffd93d;font-weight:700;">official partners</span> with <span style="color:#e94560;font-weight:700;">AduGames</span></h2>'
    +   '<p style="'
    +     'font-size:18px;color:#a0a0b0;margin:0 0 10px 0;line-height:1.7;'
    +   '">Thousands of <span style="color:#ff6b6b;font-weight:600;">premium adult games</span> are waiting for you.</p>'
    +   '<p style="'
    +     'font-size:18px;color:#a0a0b0;margin:0 0 30px 0;line-height:1.7;'
    +   '">Explore an incredible collection — all in one place!</p>'
    +   '<div style="'
    +     'background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);'
    +     'border-radius:16px;padding:20px 30px;margin-bottom:35px;'
    +   '">'
    +     '<p style="font-size:17px;color:#c4c4c4;margin:0;line-height:1.7;font-style:italic;">'
    +       '❤️ Thank you to all our visitors for the amazing years we\'ve shared together. '
    +       'Your support and passion have meant everything to us. '
    +       'This journey wouldn\'t have been possible without each and every one of you. See you at AduGames!'
    +     '</p>'
    +   '</div>'
    +   '<div style="'
    +     'display:inline-flex;align-items:center;justify-content:center;'
    +     'background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);'
    +     'border:1px solid rgba(255,255,255,0.1);border-radius:24px;'
    +     'padding:35px 70px;margin-bottom:35px;'
    +     'min-width:250px;'
    +   '">'
    +     '<div style="text-align:center;">'
    +       '<div style="font-size:16px;color:#aaa;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px;font-weight:600;">Redirecting in</div>'
    +       '<div id="adugames-timer" style="'
    +         'font-size:72px;font-weight:900;line-height:1;'
    +         'background:linear-gradient(180deg,#e94560,#ff6b6b);'
    +         '-webkit-background-clip:text;-webkit-text-fill-color:transparent;'
    +         'background-clip:text;'
    +       '">' + seconds + '</div>'
    +       '<div style="font-size:18px;color:#999;margin-top:14px;letter-spacing:2px;font-weight:500;">seconds</div>'
    +     '</div>'
    +   '</div>'
    +   '<br>'
    +   '<a href="https://adugames.com" id="adugames-btn" style="'
    +     'display:inline-block;padding:16px 50px;'
    +     'background:linear-gradient(135deg,#e94560,#c23152);'
    +     'color:#fff;text-decoration:none;font-size:18px;font-weight:700;'
    +     'border-radius:50px;letter-spacing:1px;'
    +     'box-shadow:0 0 30px rgba(233,69,96,0.4);'
    +     'transition:all 0.3s ease;'
    +   '">🚀 Go to AduGames Now</a>'
    +   '<div style="'
    +     'margin-top:30px;width:100%;height:4px;background:rgba(255,255,255,0.1);border-radius:2px;overflow:hidden;'
    +   '">'
    +     '<div id="adugames-progress" style="'
    +       'height:100%;width:0%;background:linear-gradient(90deg,#e94560,#ffd93d);'
    +       'border-radius:2px;transition:width 1s linear;'
    +     '"></div>'
    +   '</div>'
    + '</div>'
    + '<div style="'
    +   'position:absolute;bottom:0;left:0;width:100%;z-index:3;'
    +   'text-align:center;padding:20px 0;'
    +   'border-top:1px solid rgba(255,255,255,0.06);'
    +   'background:rgba(0,0,0,0.3);'
    + '">'
    +   '<span style="font-size:13px;color:#555;letter-spacing:1px;">© eregames.com 2019–2025. All rights reserved.</span>'
    + '</div>'
    + '</div>';

  document.body.appendChild(overlay);

  var particlesEl = document.getElementById('particles-bg');
  for(var i = 0; i < 30; i++){
    var p = document.createElement('div');
    var size = Math.random()*6+2;
    p.style.cssText = ''
      + 'position:absolute;border-radius:50%;'
      + 'width:'+size+'px;height:'+size+'px;'
      + 'background:rgba('+(Math.random()>0.5?'233,69,96':'255,217,61')+','+(Math.random()*0.3+0.1)+');'
      + 'left:'+(Math.random()*100)+'%;'
      + 'top:'+(Math.random()*100+100)+'%;'
      + 'animation:float '+(Math.random()*8+6)+'s linear '+(Math.random()*5)+'s infinite;'
    ;
    particlesEl.appendChild(p);
  }

  var timerEl = document.getElementById('adugames-timer');
  var progressEl = document.getElementById('adugames-progress');
  var total = seconds;

  var interval = setInterval(function(){
    seconds--;
    timerEl.textContent = seconds;
    progressEl.style.width = (((total - seconds) / total) * 100) + '%';
    if(seconds <= 0){
      clearInterval(interval);
      window.location.href = 'https://adugames.com';
    }
  }, 1000);
})();
</script>
</body>
</html>