<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- CSP removed — security enforced server-side via CORS + auth. Frontend CSP was blocking API calls, Stripe, and fonts. -->
    <title>Mother Brain</title>
    <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
    <script type="module" crossorigin src="./assets/js/index-DWTMpPWM.js"></script>
    <link rel="modulepreload" crossorigin href="./assets/js/vendor-CjuHvWxf.js">
    <link rel="stylesheet" crossorigin href="./assets/css/vendor-Dfs9RUU9.css">
    <link rel="stylesheet" crossorigin href="./assets/css/index-Jtnj5Eo8.css">
  </head>
  <body>
    <!-- Mother Brain Chat Web Component -->
    <script src="./motherbrain-chat.js"></script>
    <motherbrain-chat
      endpoint="https://a2a.motherbrain.app"
      skill="product-info"
      theme="dark"
      agent-name="Mother"
      branding="Powered by Mother Brain"
    ></motherbrain-chat>
    <div id="root"></div>
  </body>
</html>
