<turbo-stream action="replace" target="modal"><template><div
  class="group/modal pointer-events-none fixed left-0 top-0 z-[1000] h-full w-full opacity-0 transition-opacity data-[open=true]:pointer-events-auto data-[open=true]:z-[999] data-[open=true]:opacity-100"
  data-controller="modal"
  id="modal"
  data-modal-id-value="modal"
  data-open="true"
>
  <div class="modal-background" data-action="click->modal#close"></div>
  <div class="h-screen">
    <div class="pointer-events-none grid h-full w-full scale-105 grid-cols-12 items-center overflow-y-scroll p-2 transition-transform group-data-[open=true]/modal:scale-100 md:gap-8">
      <div
        class=" col-start-0 relative z-40 col-span-12 w-full overflow-hidden rounded-xl bg-white p-4 pb-8 pt-8 text-uns-green-600 group-data-[open=true]/modal:pointer-events-auto sm:px-8 md:col-span-10 md:col-start-2 lg:col-span-8 lg:col-start-3"
      >
          <div class="absolute right-0 top-0 z-50 cursor-pointer p-4" data-action="click->modal#close">
            <div class=" svg-control w-5 text-uns-green-600 transition-colors hover:text-uns-green-400">
              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5743 0.770546C11.7695 0.965808 11.7695 1.28239 11.5743 1.47765L1.35355 11.6984C1.15829 11.8936 0.841709 11.8936 0.646447 11.6984C0.451185 11.5031 0.451185 11.1865 0.646447 10.9912L10.8671 0.770546C11.0624 0.575283 11.379 0.575283 11.5743 0.770546Z" fill="black"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.6484 0.770546C0.843662 0.575283 1.16024 0.575283 1.35551 0.770546L11.5762 10.9912C11.7715 11.1865 11.7715 11.5031 11.5762 11.6984C11.3809 11.8936 11.0644 11.8936 10.8691 11.6984L0.6484 1.47765C0.453138 1.28239 0.453138 0.965808 0.6484 0.770546Z" fill="black"></path>
</svg>

            </div>
          </div>
          <h3 class="poppins-two mb-3 text-center">Login or Create an account</h3>
        <div class="w-full" data-modal-target="content">
          
  
  <form action="/session/magic_link" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="mc5v8xf1yquH4HXHmv1NoWZzvNitsduNIumm8I116qx12mL-z-U4FhSZs--x0AlN4_6MDYY5wvTb8fKsjb0udg" autocomplete="off" />
    <dd class="form-group text-field">
      <input autofocus="autofocus" placeholder="Enter your email address" class="w-full" type="text" name="form[email]" id="form_email" />
      <label for="form_email">Email address</label>
</dd>    <div class="flex flex-col items-center mb-8">
      <input type="submit" name="commit" value="Continue with email" class="btn-1 btn-green mb-1 md:mt-4" data-disable-with="Continue with email" />
</div></form>
        </div>
      </div>
    </div>
  </div>
</div>
</template></turbo-stream>