<turbo-stream action="append" target="toasts"><template><div class="rounded-xl border p-4 mb-3 shadow-lg" role="alert" data-controller="dismiss"
     style="background:#fff; border-color:rgba(5,27,53,.12); color:var(--cw-ink); max-width:420px;">
  <div class="flex items-start justify-between gap-3">
    <div class="flex items-start gap-2.5">
      <span aria-hidden="true" style="width:9px; height:9px; margin-top:6px; border-radius:9999px; flex:0 0 auto; background:#C6503C;"></span>
      <div>
        <h5 class="mb-1 text-sm font-semibold">Not Found</h5>
        <p>Try refreshing the page or retrying your request.</p>
        <p class="mb-0 mt-2 text-xs">You can also leave a <a href="https://airtable.com/shrRS0ecjigqDcfeW" target="_blank" rel="noopener" class="underline">bug report</a>. Thanks!</p>
      </div>
    </div>
    <button type="button" class="opacity-40 hover:opacity-100" data-action="dismiss#remove" aria-label="Close" style="background:none;border:0;padding:0;">
      <svg class="h-4 w-4" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path d="M6 18L18 6M6 6l12 12"/></svg>
    </button>
  </div>
</div>
</template></turbo-stream>