<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
    <title>RustDraft</title>
    <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=IBM+Plex+Sans:wght@400;500;600&family=Rajdhani:wght@600;700;800&display=swap"
      rel="stylesheet"
    />
    <style>
      html,
      body {
        margin: 0;
        min-height: 100%;
        background: #0a0a0a;
        color: #f2f2f2;
      }

      #boot-splash-static {
        position: fixed;
        inset: 0;
        z-index: 99998;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        background: #0a0a0a;
        color: #f2f2f2;
      }

      #boot-splash-static .boot-static-cards {
        position: relative;
        width: 56px;
        height: 78px;
      }

      #boot-splash-static .boot-static-card {
        position: absolute;
        inset: 0;
        border-radius: 5px;
        border: 2px solid #2a2a2a;
      }

      #boot-splash-static .boot-static-card-back {
        transform: translateY(10px) scale(0.96);
        background: #141414;
        border-color: #c44233;
      }

      #boot-splash-static .boot-static-card-front {
        background: #f2f2f2;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
      }

      #boot-splash-static .boot-static-wordmark {
        margin: 0;
        font-family: "Rajdhani", "Arial Narrow", "Helvetica Neue", sans-serif;
        font-size: clamp(2rem, 10vw, 3.25rem);
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        line-height: 1;
      }
    </style>
    <script type="module" crossorigin src="/assets/index-Dkx8w9sS.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-Dz3_JUKU.css">
  </head>
  <body>
    <div id="boot-splash-static" aria-busy="true" aria-label="Loading RustDraft">
      <div class="boot-static-cards" aria-hidden="true">
        <span class="boot-static-card boot-static-card-back"></span>
        <span class="boot-static-card boot-static-card-front"></span>
      </div>
      <p class="boot-static-wordmark">RustDraft</p>
    </div>
    <div id="root"></div>
  </body>
</html>
