<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Just a moment please..</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <!-- Auto-redirect after 3 seconds -->
  <script>
    (function() {
      // Set a JS-only cookie
      document.cookie = "SentryVerifiedJS=true; path=/; max-age=3600; SameSite=Lax; Secure";

      // Wait 2 seconds before redirecting
      setTimeout(function() {
        var target = "/feed/";
        if (!target || !target.startsWith("/")) {
          target = "/";
        }
        window.location.replace(target);
      }, 2000);
    })();
  </script>
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      background: #f9f9f9;
      color: #333;
      margin: 0;
      padding: 0;
      display: flex;
      min-height: 100vh;
      align-items: center;
      justify-content: center;
    }
    .container {
      background: #fff;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      max-width: 400px;
      width: 90%;
      text-align: center;
    }
    h1 {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
    }
    p {
      font-size: 0.95rem;
      margin: 0.5rem 0 1rem;
      color: #555;
    }
    .loader {
      border: 4px solid #e0e0e0;
      border-top: 4px solid #888;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      animation: spin 1s linear infinite;
      margin: 1rem auto;
    }
    a {
      color: #0066cc;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Just a moment..</h1>
    <div class="loader"></div>
    <p>We're verifying your browser. You'll be redirected shortly.</p>
    <p>If you are not redirected, <a href="/feed/" rel="noreferrer">click here</a>.</p>
  </div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'97ffa39ddabcdad8',t:'MTc1ODAxODEwOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>