<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>TellGovernment.com - Send Postcards to Your Elected Officials</title>
    <style>
      #app-loading {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        inset: 0;
        z-index: 9999;
        gap: 1rem;
        font-family: system-ui, -apple-system, sans-serif;
        color: #374151;
        background: #fff;
      }
      #app-loading[hidden] { display: none; }
      .tg-loading__spinner {
        width: 40px;
        height: 40px;
        border: 3px solid #e5e7eb;
        border-top-color: #3b82f6;
        border-radius: 50%;
        animation: tg-spin 0.8s linear infinite;
      }
      .tg-loading__text { font-size: 0.875rem; }
      @keyframes tg-spin { to { transform: rotate(360deg); } }
    </style>
    <script type="module" crossorigin src="/assets/index-B0YWCZYt.js"></script>
  </head>
  <body>
    <div id="app-loading" aria-hidden="true">
      <div class="tg-loading__spinner" role="status" aria-label="Loading"></div>
      <span class="tg-loading__text">Loading…</span>
    </div>
    <div id="root"></div>
  </body>
</html>