<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- ★★★ 最暴力修复：防止JS运行时动态篡改 DOM 的 writing-mode ★★★ -->
    <script>
      (function() {
        function enforceHorizontal() {
          document.querySelectorAll('*').forEach(function(el) {
            try {
              el.style.setProperty('writing-mode', 'horizontal-tb', 'important');
              el.style.setProperty('text-orientation', 'mixed', 'important');
              el.style.setProperty('unicode-bidi', 'normal', 'important');
            } catch (e) {}
          });
        }
        document.addEventListener('DOMContentLoaded', enforceHorizontal);
        window.addEventListener('load', enforceHorizontal);
        setInterval(enforceHorizontal, 400);
      })();
    </script>

    <!-- ★★★ 强制水平显示：放在最顶端，最高优先级，防止任何内联或外部样式覆盖 ★★★ -->
    <style>
      *, *::before, *::after {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        unicode-bidi: normal !important;
      }
      html, body {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
      }
      div, span, p, a, h1, h2, h3, h4, h5, h6, li, ul, ol, table, tr, td, th, section, footer, header, nav, main {
        writing-mode: horizontal-tb !important;
      }
    </style>

    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>4D Extreme - Live Lottery</title>
    <!-- 新增赛博朋克字体 -->
    <link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;600;700&family=Orbitron:wght@400;700;900&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet" />
    <script type="module" crossorigin src="/assets/index-CvU3amC8.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vendor-wy1VaQCE.js">
    <link rel="modulepreload" crossorigin href="/assets/vendor-ethers-IqqDbraD.js">
    <link rel="modulepreload" crossorigin href="/assets/vendor-jspdf-Dd8NJqHn.js">
    <link rel="stylesheet" crossorigin href="/assets/index-BefkiqdR.css">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>