<turbo-stream action="update" target="modal"><template>
  


<dialog class="modal" data-controller="modal">
  <div class="modal-box space-y-3 max-w-3xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          <img title="Gold" alt="Logo for Gold" loading="lazy" class="w-10 rounded-full inline-flex mr-2" src="/assets/coins/logo-gold-e4f04d09.webp" />Gold
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        
      <p>An ancestral safe haven, gold has historically protected against inflation and crises. Unlike other stores of value, it is physical and recognized worldwide without relying on a computer system, but it is hardly feasible in practice for regular exchanges between citizens except in the event of a significant disruption to normality.</p>

      <ul class="list-disc list-inside mt-3">
          <li class="truncate">
            <a target="_blank" href="https://www.bitgild.com/en">https://www.bitgild.com/en</a>
          </li>
          <li class="truncate">
            <a target="_blank" href="https://celticgold.eu">https://celticgold.eu</a>
          </li>
      </ul>

    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Close
      </button>
    </form>
</dialog></template></turbo-stream>