<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>FiatVera - Coming Soon</title>
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { min-height: 100vh; display: flex; align-items: center; justify-content: center; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
    .container { text-align: center; padding: 48px 24px; max-width: 480px; }
    .logo { font-size: 32px; font-weight: 700; color: #1e40af; margin-bottom: 8px; }
    .badge { display: inline-block; font-size: 10px; font-weight: 600; text-transform: uppercase; background: #fef3c7; color: #b45309; padding: 2px 8px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }
    h1 { font-size: 24px; margin: 24px 0 12px; }
    p { color: #64748b; line-height: 1.6; }
    .email { margin-top: 24px; color: #3b82f6; text-decoration: none; }
  </style>
</head>
<body>
  <div class="container">
    <div class="logo">FiatVera <span class="badge">Beta</span></div>
    <h1>We're improving things</h1>
    <p>FiatVera is currently being updated. We'll be back soon with a better experience for auditing your medical bills.</p>
    <form method="GET" style="margin-top: 32px;">
      <input type="password" name="key" placeholder="Access code" style="padding: 8px 12px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; width: 160px;" />
      <button type="submit" style="padding: 8px 16px; border: none; background: #3b82f6; color: white; border-radius: 8px; font-size: 14px; cursor: pointer; margin-left: 8px;">Enter</button>
    </form>
  </div>
</body>
</html>