
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SubtextAI - What They Really Meant</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <style>
      @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap');
      
      body {
        font-family: 'Inter', sans-serif;
        background-color: #0A0A0F;
        color: #FFFFFF;
      }
      
      .font-mono {
        font-family: 'JetBrains Mono', monospace;
      }
      
      .glass-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
      }
      
      @keyframes gradientPulse {
        0%, 100% { opacity: 0.8; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.05); }
      }
      
      .animated-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: 
            radial-gradient(circle at 20% 20%, rgba(255, 107, 157, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(57, 255, 20, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 40% 60%, rgba(52, 152, 219, 0.08) 0%, transparent 50%);
        animation: gradientPulse 10s ease-in-out infinite;
      }
      
      .glow-pink { box-shadow: 0 0 20px rgba(255, 107, 157, 0.3); }
      
      .glow-green { box-shadow: 0 0 20px rgba(57, 255, 20, 0.3); }
    </style>

<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
  "imports": {
    "react-dom/": "https://esm.sh/react-dom@^19.2.3/",
    "@google/genai": "https://esm.sh/@google/genai@^1.34.0",
    "react": "https://esm.sh/react@^19.2.3",
    "react/": "https://esm.sh/react@^19.2.3/"
  }
}
</script>
  <script type="module" crossorigin src="/assets/index-Cg9VJdmS.js"></script>
</head>
<body>
    <div class="animated-bg"></div>
    <div id="root"></div>
</body>
</html>
