<!DOCTYPE html>
<html>
  <head>
    <title>Web Miner</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=Montserrat:ital,wght@0,256;1,256&display=swap" rel="stylesheet">
    <style>

      /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,256;1,256&display=swap') */

/* 
      body {
          font-family: 'Courier New', sans-serif;
      } */

      body, h2, input, button {
          margin: 0;
          padding: 0;
          font-family: Arial, sans-serif;
          box-sizing: border-box;
      }

      .box {
        width: min((33/16) * 97vh, 97vw);
        height: min(97vh, 97vw*16/33);
        background-color: white;
        position: relative;
        left: max(50vw - 100.03125vh, 1.5vw);
        right: auto;
        top: max(1.5vh, 50vh - 97vw*8/33);
        bottom: auto;
      }


      /* Define the styles for the left and right components */
      .left {
        float: left;
        width: 90%;
        background-color: white;
        position: relative;
        padding: 5px;
      }

      .right {
        float: right;
        height: min(96vh, 96vw*16/33);
        width: 8%;
        background-color: white;
        padding: 5px;
        position: relative;
      }

      .grid-container {
        display: grid;
        grid-template-columns: repeat(30, minmax(0, 1fr));
        grid-gap: 2px;
      }

      .case {
        width: 100%;
        aspect-ratio: 1; 
        border: 0;
        background-color: transparent;
        box-sizing: border-box; /* Include border in the total width */
      }

      .svg {
        display: block;
      }

      .svg:hover {
        fill: #d3d7cf;
      }


      .dialog {
        border-radius: 6px 6px 6px 6px;
      }
      
      .dialog::backdrop {
        backdrop-filter: blur(15px);
        background-color:rgba(0,0,0,0.8);
      }

      .control-container {
        position: absolute;
        margin: auto;
        width: 60%;
        left: 50%;
        bottom: 1%;
        justify-content: center;
        transform: translate(-50%);
      }

      .control-button {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        margin-bottom: 10px;
        background-color: white;
        text-align: center;
        border: 3px solid black;
        border-radius: 4px;

      }

      .control-button:hover {
        background-color: black;
        color: white;
      }

      .input {
        width: 100%;
        background-color: white;
        text-align: center;
        border: 1px solid black;
      }

      .close-button {
          position: absolute;
          border: none;
          background-color: transparent;
          top: 10px;
          right: 20px;
          cursor: pointer;
          width: 20px;
          height: 20px;
      }

      .close-button::before,
      .close-button::after {
          content: '';
          position: absolute;
          height: 2px;
          width: 100%;
          background-color: black;
          top: 50%;
          transform-origin: 50%;
      }

      .close-button::before {
          transform: rotate(45deg);
      }

      .close-button::after {
          transform: rotate(-45deg);
      }

      .user {
        font-size: 1vw;
      }

      .times {
        font-size: 0.75vw;
      }

      .timer {
        margin: auto;
        width: 60%;
        text-align: center;
      }

      .column {
        float: left;
        width: 50%;
        justify-content: center; /* Center content vertically */
      }

      a {
        text-align: center;
        color: black;
        text-decoration: none;
      }


      /* Input group styles */
      .input-group {
          margin-bottom: 15px;
      }

      /* Labels */
      .input-group label {
          display: block;
          font-size: 14px;
          margin-bottom: 5px;
          color: #666;
      }

      /* Input fields */
      .input-group input {
          width: 100%;
          padding: 10px;
          border: 1px solid #ccc;
          border-radius: 4px;
          font-size: 14px;
          transition: border-color 0.3s ease;
      }

      /* Input fields hover and focus effects */
      .input-group input:focus {
          border-color: #000000;
          outline: none;
      }

      input {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        box-sizing: border-box;
    }

    .loader {
      display: flex;
      height: 4px;
      width: 180px;
      background: linear-gradient(#000 0 0) right/51% 100% no-repeat;
      animation: l10-0 2s linear infinite;
    }
    .loader:before,
    .loader:after {
      content: "";
      width: 45px;
      background: #000;
      animation: l10-1 2s linear infinite;
    }
    .loader:after {
      animation-delay: -1s;
      --s:-1;
    }
    @keyframes l10-1 {
      0%,100%{transform:scaleX(var(--s,1)) rotate(0)}
      25%,75%   {transform:scaleX(var(--s,1)) rotate(180deg)}
    }

    @keyframes l10-0 {
      0%,49.9%{transform:scaleX( 1)}
      50%,100%{transform:scaleX(-1)}
    }



    .loading-animation {
        margin: 0;
        position: absolute;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        justify-content: center;
        width: 100%;
        /* height: 30%; */
        /* background: blue; */
    }



    </style>
    
<script type="module" nonce="AN8i0O0qMwjKmGT9PCd21A==">
import init, * as bindings from '/frontend-cd414da3803b6e6c.js';
const wasm = await init('/frontend-cd414da3803b6e6c_bg.wasm');


window.wasmBindings = bindings;


dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script>
  
<link rel="modulepreload" href="/frontend-cd414da3803b6e6c.js" crossorigin=anonymous integrity="sha384-Cjpkz46LlBAzMvTXb8HDywh4n8/jL2HnugVNc3q0Q+UXnjwTj/M1jW9xeBiausJR">
<link rel="preload" href="/frontend-cd414da3803b6e6c_bg.wasm" crossorigin=anonymous integrity="sha384-ziA5VrwHbW7jieOB3WcelFnBC4zzP3/AlE+6Mx5x7MlAGzaoE+ZvVxQWcJak8FG4" as="fetch" type="application/wasm"></head>
  <body>
    <div id = "loading-screen" class="loading-animation">
        <div style="height: 100%; display: flex; justify-content: center;">
            <div id = "loader" class="loader"></div>
            <!-- <div style="background: green;">Loading...</div> -->
        </div>
    </div>
</body>
</html>
