<!doctype html>
<html>
<head>
  <title>The Real Sports Report</title>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <style>
    body { margin:0; min-height:100vh; display:flex; align-items:center; justify-content:center; background:#08111f; color:#f8fafc; font-family:Arial, sans-serif; }
    .card { max-width:720px; padding:40px; text-align:center; }
    h1 { font-size:42px; margin-bottom:12px; }
    p { font-size:18px; color:#cbd5e1; line-height:1.6; }
  </style>
</head>
<body>
  <div class="card">
    <h1>The Real Sports Report</h1>
    <p>We are currently building our sports analytics platform. Check back soon.</p>
  </div>
</body>
</html>