<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
    <meta name="mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <meta name="apple-mobile-web-app-title" content="HiBeads" />
    <meta name="theme-color" content="#ffffff" />
    <link rel="apple-touch-icon" href="/logo.png" />
    <link rel="manifest" href="/manifest.json" />
    <title>HiBeads</title>
    <style>
      html { height: 100%; height: -webkit-fill-available; }
      body { 
        margin: 0; 
        padding: 0; 
        width: 100%; 
        height: 100%;
        height: 100dvh;
        height: -webkit-fill-available;
        overflow: hidden; 
        overscroll-behavior: none;
      }
      #root { 
        height: 100%;
        height: 100dvh;
        height: -webkit-fill-available;
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }
    </style>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
    <script type="module" crossorigin src="/assets/index-CFAULC7A.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vendor-react-Sgs-NCqT.js">
    <link rel="modulepreload" crossorigin href="/assets/vendor-supabase-CfVawArw.js">
    <link rel="stylesheet" crossorigin href="/assets/index-D38LR0HX.css">
  </head>
  <body class="bg-white text-[#1a1a1a] antialiased">
    <div id="root">
      <div style="display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-family:system-ui,sans-serif;color:#666;font-size:14px;">Loading…</div>
    </div>
  </body>
</html>