<turbo-stream action="replace" target="search-form"><template>
  <form id="search-form" class="contents" data-controller="search-filter multiselect" data-action="submit-&gt;search-filter#submit" data-search-filter-target="form" data-search-filter="form" action="/load_collection" accept-charset="UTF-8" data-remote="true" method="get">
  <!-- Search Field -->
  <div class="flex-1 w-full md:min-w-[200px] md:max-w-[400px]">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Search</h3>

      <div class="flex flex-row space-x-0">
        <input placeholder="Name, or c:b t:creature r:uncommon" onfocus="this.select();" data-search-filter-target="searchInput" class="w-full border text-grey-text rounded-l-md bg-background border-highlight focus:border-accent-50 focus:ring-accent-50" type="text" name="search" id="search" />

        <input autocomplete="off" value="denvermullets" type="hidden" name="username" id="username" />
        <input autocomplete="off" type="hidden" name="code" id="code" />
        <input autocomplete="off" type="hidden" name="collection_id" id="collection_id" />
        <input autocomplete="off" type="hidden" name="valuable_only" id="valuable_only" />
        <input autocomplete="off" type="hidden" name="owned_only" id="owned_only" />
        <input autocomplete="off" type="hidden" name="sort" id="sort" />
        <input autocomplete="off" value="asc" type="hidden" name="direction" id="direction" />
        <input autocomplete="off" type="hidden" name="view_mode" id="view_mode" />
        <input autocomplete="off" type="hidden" name="grouping" id="grouping" />
        <input autocomplete="off" type="hidden" name="exact_color_match" id="exact_color_match" />
        <input autocomplete="off" value="true" type="hidden" name="hide_proxies" id="hide_proxies" />

        <input type="submit" name="commit" value="Search" class="p-2 bg-background text-grey-text rounded-r-md border border-highlight hover:cursor-pointer hover:bg-gray-700" data-disable-with="Search" />
      </div>

        
<div data-controller="dialog" class="mt-2">
  <p class="text-xs text-grey-text">
    Search by name, or
    <button
      type="button"
      data-action="click->dialog#open"
      class="underline cursor-pointer text-accent-50 hover:text-nine-white"
    >
      use advanced syntax
    </button>
  </p>

  <dialog
    data-dialog-target="dialog"
    data-action="click->dialog#closeOnBackdrop keydown.esc->dialog#close"
    class="
      fixed p-0 m-0 border rounded-lg top-1/2 left-1/2 -translate-x-1/2
      -translate-y-1/2 bg-foreground border-highlight backdrop:bg-black/50
    "
  >
    <div class="w-[52rem] max-w-[92vw] max-h-[85vh] p-6 overflow-y-auto">
      <div class="flex items-start justify-between mb-1">
        <h3 class="text-lg font-semibold text-nine-white">Advanced search</h3>

        <button
          type="button"
          data-action="click->dialog#close"
          class="cursor-pointer text-grey-text hover:text-nine-white"
          aria-label="Close"
        >
          <svg
            class="w-6 h-6"
            fill="none"
            stroke="currentColor"
            viewBox="0 0 24 24"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M6 18L18 6M6 6l12 12"
            />
          </svg>
        </button>
      </div>

      <p class="mb-5 text-sm text-grey-text">
        Terms combine with AND, so
        <code class="text-accent-50">c:b t:creature</code> finds black
        creatures. Anything that isn't a term is matched against the card name.
      </p>

      <div class="grid gap-6 md:grid-cols-2">
        <div>
          <h4
            class="
              mb-2 text-xs font-semibold tracking-wide uppercase
              text-nine-white
            "
          >
            Fields
          </h4>

          <dl class="grid grid-cols-[max-content_1fr] gap-x-4 gap-y-2 text-sm">
              <dt class="font-mono whitespace-nowrap text-accent-50">
                c:

                  <span class="text-grey-text">/</span>
                  id:
              </dt>

              <dd class="text-grey-text">color, color identity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                t:

              </dt>

              <dd class="text-grey-text">card type, subtype or supertype</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                r:

              </dt>

              <dd class="text-grey-text">rarity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                o:

              </dt>

              <dd class="text-grey-text">oracle text</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                n:

                  <span class="text-grey-text">/</span>
                  m:
              </dt>

              <dd class="text-grey-text">name, mana cost</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                mv:

              </dt>

              <dd class="text-grey-text">mana value</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                pow:

                  <span class="text-grey-text">/</span>
                  tou:
              </dt>

              <dd class="text-grey-text">power, toughness</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                s:

              </dt>

              <dd class="text-grey-text">set code</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                kw:

                  <span class="text-grey-text">/</span>
                  a:
              </dt>

              <dd class="text-grey-text">keyword, artist</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                role:

                  <span class="text-grey-text">/</span>
                  effect:
              </dt>

              <dd class="text-grey-text">what a card does - ramp, removal, mana_rock</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                commander:

              </dt>

              <dd class="text-grey-text">legal in that commander&#39;s color identity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                rank:

                  <span class="text-grey-text">/</span>
                  edhrec:
              </dt>

              <dd class="text-grey-text">EDHREC rank - higher is less played</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                salt:

              </dt>

              <dd class="text-grey-text">EDHREC saltiness</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                f:

                  <span class="text-grey-text">/</span>
                  banned:
              </dt>

              <dd class="text-grey-text">legal in / banned in a format</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                is:

              </dt>

              <dd class="text-grey-text">commander, token, reprint, reserved, dfc, colorless, foil, etched</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                qty:

                  <span class="text-grey-text">/</span>
                  needed:
              </dt>

              <dd class="text-grey-text">copies you own, cards marked needed</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                foil:

                  <span class="text-grey-text">/</span>
                  proxy:
              </dt>

              <dd class="text-grey-text">true or false</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                usd:

                  <span class="text-grey-text">/</span>
                  change:
              </dt>

              <dd class="text-grey-text">price, weekly price change</dd>
          </dl>
        </div>

        <div class="flex flex-col gap-6">
          <div>
            <h4
              class="
                mb-2 text-xs font-semibold tracking-wide uppercase
                text-nine-white
              "
            >
              Operators
            </h4>

            <dl class="grid grid-cols-[max-content_1fr] gap-x-4 gap-y-2 text-sm">
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  :
                </dt>

                <dd class="text-grey-text">
                  contains or matches part of
                  <span class="font-mono text-xs">— t:goblin</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  =
                </dt>

                <dd class="text-grey-text">
                  is exactly
                  <span class="font-mono text-xs">— t=creature</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  !=
                </dt>

                <dd class="text-grey-text">
                  is not exactly
                  <span class="font-mono text-xs">— r!=rare</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  &gt;= &lt;= &gt; &lt;
                </dt>

                <dd class="text-grey-text">
                  compares
                  <span class="font-mono text-xs">— mv&lt;=3</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  -
                </dt>

                <dd class="text-grey-text">
                  excludes
                  <span class="font-mono text-xs">— -t:legendary</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  &quot; &quot;
                </dt>

                <dd class="text-grey-text">
                  groups a phrase
                  <span class="font-mono text-xs">— o:&quot;draw a card&quot;</span>
                </dd>
            </dl>
          </div>

          <div>
            <h4
              class="
                mb-2 text-xs font-semibold tracking-wide uppercase
                text-nine-white
              "
            >
              Examples
            </h4>

            <ul class="flex flex-col gap-2 text-sm">
                <li>
                  <span class="font-mono text-accent-50">c:b t:creature r:uncommon</span>

                  <span class="block text-xs text-grey-text">
                    black uncommon creatures
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">t:goblin -t:legendary mv&lt;=3</span>

                  <span class="block text-xs text-grey-text">
                    cheap non-legendary goblins
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">o:&quot;draw a card&quot; c&gt;=wu</span>

                  <span class="block text-xs text-grey-text">
                    azorius cantrips
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">f:commander pow&gt;=5 kw:flying</span>

                  <span class="block text-xs text-grey-text">
                    big commander-legal fliers
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">r&gt;=rare usd&gt;=20 qty&gt;=4</span>

                  <span class="block text-xs text-grey-text">
                    rares worth $20+ you own a playset of
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">c:c t:artifact foil:true</span>

                  <span class="block text-xs text-grey-text">
                    colorless artifacts you own in foil
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">commander:prossh role:sacrifice qty&gt;=1</span>

                  <span class="block text-xs text-grey-text">
                    sac outlets you own that are legal under Prossh
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">role:ramp rank&gt;8000 qty&gt;=1</span>

                  <span class="block text-xs text-grey-text">
                    ramp you own that almost nobody plays
                  </span>
                </li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </dialog>
</div>

    </div>
  </div>

  <!-- Mana Filter -->
  <div class="w-auto">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Mana</h3>

      <div class="flex flex-row flex-wrap items-center gap-2">
        <div class="flex flex-row flex-wrap">
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="B"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-b"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="U"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-u"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="W"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-w"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="R"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-r"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="G"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-g"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="C"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-c"></i>
            </button>
        </div>

        <button
          type="button"
          data-action="click->search-filter#toggleExactColor"
          data-search-filter-target="exactColorButton"
          class="cursor-pointer px-3 py-1 text-xs rounded-lg transition border-2 border-transparent bg-background text-grey-text hover:bg-menu"
        >
          Exact
        </button>
      </div>

      <p class="mt-2 text-xs text-grey-text">Select color to filter by</p>
    </div>
  </div>

  <!-- Rarity Filter -->
  <div class="w-auto">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Rarity</h3>

      <div class="flex flex-row flex-wrap">
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="mythic"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-mythic ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="rare"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-rare ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="uncommon"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-uncommon ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="common"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-common ms-2x"></i>
          </button>
      </div>

      <p class="mt-2 text-xs text-grey-text">Select rarity to filter by</p>
    </div>
  </div>


  <!-- Hidden fields for selected filters -->
  <div id="filter-hidden-fields" class="hidden"></div>
</form>
</template></turbo-stream>
<turbo-stream action="update" target="table-container"><template>
    
<!-- Mobile Card View -->
<div class="lg:hidden mb-24 max-w-full">
    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79037"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Explosive Welcome
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Explosive Welcome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/8/e89c93a8-3b19-44a7-bcf7-7091c449dd32.jpg?1783910230" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Explosive Welcome
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Explosive Welcome" src="https://cards.scryfall.io/large/front/e/8/e89c93a8-3b19-44a7-bcf7-7091c449dd32.jpg?1783910230" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79396"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Moan of the Unhallowed
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Moan of the Unhallowed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f123a719-920b-484e-92da-9a761933811a.jpg?1783910218" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Moan of the Unhallowed
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Moan of the Unhallowed" src="https://cards.scryfall.io/large/front/f/1/f123a719-920b-484e-92da-9a761933811a.jpg?1783910218" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79960"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sure Strike
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sure Strike" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/8/e87945f4-3459-404d-978e-ad11b739d78f.jpg?1783910193" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sure Strike
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sure Strike" src="https://cards.scryfall.io/large/front/e/8/e87945f4-3459-404d-978e-ad11b739d78f.jpg?1783910193" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80561"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Give 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Give // Take" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81ffdadb-c71e-48d3-8a81-b35ea43d2cec.jpg?1783910171" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Give 
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Give // Take" src="https://cards.scryfall.io/large/front/8/1/81ffdadb-c71e-48d3-8a81-b35ea43d2cec.jpg?1783910171" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Give // Take" src="https://cards.scryfall.io/large/front/8/1/81ffdadb-c71e-48d3-8a81-b35ea43d2cec.jpg?1783910171" />
              </div>
            </div>
          </div>

          <p class="mt-2 text-sm text-grey-text">Tap card to flip</p>
        </div>
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.15},{&quot;2026-06-12&quot;:0.15},{&quot;2026-06-13&quot;:0.15},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.16},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80986"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Rimrock Knight 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dwarf Knight
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rimrock Knight // Boulder Rush" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/dbcdb47f-f23b-4945-bc65-10e28502cc1c.jpg?1783910150" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Rimrock Knight 
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Dwarf Knight</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Rimrock Knight // Boulder Rush" src="https://cards.scryfall.io/large/front/d/b/dbcdb47f-f23b-4945-bc65-10e28502cc1c.jpg?1783910150" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Rimrock Knight // Boulder Rush" src="https://cards.scryfall.io/large/front/d/b/dbcdb47f-f23b-4945-bc65-10e28502cc1c.jpg?1783910150" />
              </div>
            </div>
          </div>

          <p class="mt-2 text-sm text-grey-text">Tap card to flip</p>
        </div>
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.05},{&quot;2026-06-13&quot;:0.05},{&quot;2026-06-14&quot;:0.05},{&quot;2026-06-15&quot;:0.05},{&quot;2026-06-16&quot;:0.05},{&quot;2026-06-17&quot;:0.05},{&quot;2026-06-18&quot;:0.05},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-23&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.05},{&quot;2026-06-26&quot;:0.05},{&quot;2026-06-27&quot;:0.05},{&quot;2026-06-28&quot;:0.05},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81553"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sparkspitter
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elemental Spellshaper
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sparkspitter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/0070bbf6-fdee-44ec-bfb8-3e99d6338e6e.jpg?1785827111" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sparkspitter
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elemental Spellshaper</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sparkspitter" src="https://cards.scryfall.io/large/front/0/0/0070bbf6-fdee-44ec-bfb8-3e99d6338e6e.jpg?1785827111" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81784"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Crossroads Consecrator
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Cleric
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Crossroads Consecrator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/85cc1e74-df2f-4fae-b8cf-4ca254518c43.jpg?1783932047" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Crossroads Consecrator
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Crossroads Consecrator" src="https://cards.scryfall.io/large/front/8/5/85cc1e74-df2f-4fae-b8cf-4ca254518c43.jpg?1783932047" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.07},{&quot;2026-06-10&quot;:0.07},{&quot;2026-06-11&quot;:0.07},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.26},{&quot;2026-07-05&quot;:0.26},{&quot;2026-07-06&quot;:0.26},{&quot;2026-07-07&quot;:0.26},{&quot;2026-07-08&quot;:0.26},{&quot;2026-07-09&quot;:0.26},{&quot;2026-07-10&quot;:0.26},{&quot;2026-07-11&quot;:0.26},{&quot;2026-07-12&quot;:0.26},{&quot;2026-07-13&quot;:0.7},{&quot;2026-07-14&quot;:0.7},{&quot;2026-07-15&quot;:0.7},{&quot;2026-07-16&quot;:0.7},{&quot;2026-07-17&quot;:0.7},{&quot;2026-07-18&quot;:0.7},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="82093"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Burning Palm Efreet
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Efreet
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Burning Palm Efreet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/180df36d-7f7e-4a9d-985e-0b2d517476b9.jpg?1783910115" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Burning Palm Efreet
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Efreet</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Burning Palm Efreet" src="https://cards.scryfall.io/large/front/1/8/180df36d-7f7e-4a9d-985e-0b2d517476b9.jpg?1783910115" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83628"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Goblin Taskmaster
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Goblin
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goblin Taskmaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d5667201-5e11-4f17-926f-c599363a4117.jpg?1783910060" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Goblin Taskmaster
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Goblin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Taskmaster" src="https://cards.scryfall.io/large/front/d/5/d5667201-5e11-4f17-926f-c599363a4117.jpg?1783910060" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84056"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Elite Scaleguard
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Soldier
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elite Scaleguard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/a/4acacc21-3613-40eb-85e4-b93b2807d73b.jpg?1783910046" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Elite Scaleguard
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Soldier</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elite Scaleguard" src="https://cards.scryfall.io/large/front/4/a/4acacc21-3613-40eb-85e4-b93b2807d73b.jpg?1783910046" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84157"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Skittering Surveyor
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Construct
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Skittering Surveyor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/734af2fa-bb6b-4abc-9b05-3f7202146d27.jpg?1783910042" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Skittering Surveyor
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Construct</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skittering Surveyor" src="https://cards.scryfall.io/large/front/7/3/734af2fa-bb6b-4abc-9b05-3f7202146d27.jpg?1783910042" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29801"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Gaseous Form
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            6 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gaseous Form" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cfdd00f0-c6aa-4e8b-a035-fb3403711741.jpg?1783947860" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Gaseous Form
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gaseous Form" src="https://cards.scryfall.io/large/front/c/f/cfdd00f0-c6aa-4e8b-a035-fb3403711741.jpg?1783947860" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            6
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-23&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-22&quot;:0.06},{&quot;2026-07-23&quot;:0.06},{&quot;2026-07-24&quot;:0.06},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.06},{&quot;2026-08-12&quot;:0.06},{&quot;2026-08-13&quot;:0.06},{&quot;2026-08-14&quot;:0.06},{&quot;2026-08-15&quot;:0.06},{&quot;2026-08-16&quot;:0.06},{&quot;2026-08-17&quot;:0.06},{&quot;2026-08-18&quot;:0.06},{&quot;2026-08-19&quot;:0.06},{&quot;2026-08-20&quot;:0.06},{&quot;2026-08-21&quot;:0.06},{&quot;2026-08-22&quot;:0.06},{&quot;2026-08-23&quot;:0.06},{&quot;2026-08-24&quot;:0.06},{&quot;2026-08-25&quot;:0.06},{&quot;2026-08-26&quot;:0.06},{&quot;2026-08-27&quot;:0.06},{&quot;2026-08-28&quot;:0.06},{&quot;2026-08-29&quot;:0.06},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29807"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Giant Tortoise
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Turtle
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Giant Tortoise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f512addb-5888-49f3-985b-53cc11831e5e.jpg?1783947858" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Giant Tortoise
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Giant Tortoise" src="https://cards.scryfall.io/large/front/f/5/f512addb-5888-49f3-985b-53cc11831e5e.jpg?1783947858" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            7
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.06},{&quot;2026-06-10&quot;:0.06},{&quot;2026-06-11&quot;:0.06},{&quot;2026-06-12&quot;:0.06},{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.05},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.05},{&quot;2026-07-21&quot;:0.05},{&quot;2026-07-23&quot;:0.05},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.06},{&quot;2026-08-12&quot;:0.06},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29924"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Zephyr Falcon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            6 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zephyr Falcon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/032ee0fd-9eb3-4d81-9972-9e7f4c4d64e4.jpg?1783947848" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Zephyr Falcon
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Bird</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Zephyr Falcon" src="https://cards.scryfall.io/large/front/0/3/032ee0fd-9eb3-4d81-9972-9e7f4c4d64e4.jpg?1783947848" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            6
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-22&quot;:0.07},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30106"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Bird Maiden
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Bird
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            6 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bird Maiden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc81a99a-0380-456f-8e81-753add511dbe.jpg?1783947834" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Bird Maiden
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Bird</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bird Maiden" src="https://cards.scryfall.io/large/front/f/c/fc81a99a-0380-456f-8e81-753add511dbe.jpg?1783947834" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            6
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.12},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30171"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Goblin Rock Sled
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Goblin
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goblin Rock Sled" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/5/25f4f0c1-a43e-4282-b20e-91c711c57521.jpg?1783947829" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Goblin Rock Sled
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Goblin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Rock Sled" src="https://cards.scryfall.io/large/front/2/5/25f4f0c1-a43e-4282-b20e-91c711c57521.jpg?1783947829" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            7
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-22&quot;:0.06},{&quot;2026-07-23&quot;:0.06},{&quot;2026-07-24&quot;:0.06},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30173"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Gray Ogre
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Ogre
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            9 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gray Ogre" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/11bf2cc0-799f-4eb8-b338-ed7543f469e7.jpg?1783947828" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Gray Ogre
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Ogre</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gray Ogre" src="https://cards.scryfall.io/large/front/1/1/11bf2cc0-799f-4eb8-b338-ed7543f469e7.jpg?1783947828" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            9
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-22&quot;:0.06},{&quot;2026-07-23&quot;:0.06},{&quot;2026-07-24&quot;:0.06},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.06},{&quot;2026-08-12&quot;:0.06},{&quot;2026-08-13&quot;:0.06},{&quot;2026-08-14&quot;:0.06},{&quot;2026-08-15&quot;:0.06},{&quot;2026-08-16&quot;:0.06},{&quot;2026-08-17&quot;:0.06},{&quot;2026-08-18&quot;:0.06},{&quot;2026-08-19&quot;:0.06},{&quot;2026-08-20&quot;:0.06},{&quot;2026-08-21&quot;:0.06},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30227"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Shatter
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            5 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shatter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bbd44196-aa28-4143-872d-592c6fc175a9.jpg?1783947824" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Shatter
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shatter" src="https://cards.scryfall.io/large/front/b/b/bbd44196-aa28-4143-872d-592c6fc175a9.jpg?1783947824" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            5
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.1},{&quot;2026-06-10&quot;:0.1},{&quot;2026-06-11&quot;:0.1},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73502"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Adamant Will
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Adamant Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/eaf5760e-4fb2-405a-bc6e-c4d26825a3c4.jpg?1783910493" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Adamant Will
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Adamant Will" src="https://cards.scryfall.io/large/front/e/a/eaf5760e-4fb2-405a-bc6e-c4d26825a3c4.jpg?1783910493" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.06},{&quot;2026-06-12&quot;:0.06},{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-23&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.04},{&quot;2026-06-26&quot;:0.04},{&quot;2026-06-27&quot;:0.04},{&quot;2026-06-28&quot;:0.04},{&quot;2026-06-29&quot;:0.04},{&quot;2026-06-30&quot;:0.04},{&quot;2026-07-01&quot;:0.04},{&quot;2026-07-02&quot;:0.04},{&quot;2026-07-03&quot;:0.04},{&quot;2026-07-04&quot;:0.04},{&quot;2026-07-05&quot;:0.04},{&quot;2026-07-06&quot;:0.04},{&quot;2026-07-07&quot;:0.04},{&quot;2026-07-08&quot;:0.04},{&quot;2026-07-09&quot;:0.04},{&quot;2026-07-10&quot;:0.04},{&quot;2026-07-11&quot;:0.04},{&quot;2026-07-12&quot;:0.04},{&quot;2026-07-13&quot;:0.05},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73951"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Jötun Owl Keeper
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Giant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jötun Owl Keeper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/2632c821-513f-4059-b073-98ff691c1117.jpg?1783910469" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Jötun Owl Keeper
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Giant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jötun Owl Keeper" src="https://cards.scryfall.io/large/front/2/6/2632c821-513f-4059-b073-98ff691c1117.jpg?1783910469" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.02</span>
              <span class="text-xs text-grey-text">Credit: $0.03</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74441"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sunscape Battlemage
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sunscape Battlemage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/7/e7c51bb7-72b6-40aa-a67d-70e69ffb349b.jpg?1783929735" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sunscape Battlemage
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sunscape Battlemage" src="https://cards.scryfall.io/large/front/e/7/e7c51bb7-72b6-40aa-a67d-70e69ffb349b.jpg?1783929735" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.2},{&quot;2026-06-11&quot;:0.2},{&quot;2026-06-12&quot;:0.2},{&quot;2026-06-13&quot;:0.2},{&quot;2026-06-14&quot;:0.2},{&quot;2026-06-15&quot;:0.2},{&quot;2026-06-16&quot;:0.2},{&quot;2026-06-17&quot;:0.2},{&quot;2026-06-18&quot;:0.2},{&quot;2026-06-19&quot;:0.19},{&quot;2026-06-20&quot;:0.19},{&quot;2026-06-21&quot;:0.19},{&quot;2026-06-22&quot;:0.19},{&quot;2026-06-23&quot;:0.19},{&quot;2026-06-24&quot;:0.19},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.19},{&quot;2026-06-29&quot;:0.19},{&quot;2026-06-30&quot;:0.19},{&quot;2026-07-01&quot;:0.19},{&quot;2026-07-02&quot;:0.19},{&quot;2026-07-03&quot;:0.19},{&quot;2026-07-04&quot;:0.19},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.19},{&quot;2026-07-07&quot;:0.19},{&quot;2026-07-08&quot;:0.19},{&quot;2026-07-09&quot;:0.19},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75460"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Chillbringer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elemental
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chillbringer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c364d1b2-259d-400e-8a1a-ee851aee77f8.jpg?1783932354" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Chillbringer
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chillbringer" src="https://cards.scryfall.io/large/front/c/3/c364d1b2-259d-400e-8a1a-ee851aee77f8.jpg?1783932354" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.05},{&quot;2026-06-12&quot;:0.05},{&quot;2026-06-13&quot;:0.05},{&quot;2026-06-14&quot;:0.05},{&quot;2026-06-15&quot;:0.05},{&quot;2026-06-16&quot;:0.05},{&quot;2026-06-17&quot;:0.05},{&quot;2026-06-18&quot;:0.05},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-23&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.05},{&quot;2026-06-26&quot;:0.05},{&quot;2026-06-27&quot;:0.05},{&quot;2026-06-28&quot;:0.05},{&quot;2026-06-29&quot;:0.05},{&quot;2026-06-30&quot;:0.05},{&quot;2026-07-01&quot;:0.05},{&quot;2026-07-02&quot;:0.05},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.05},{&quot;2026-07-09&quot;:0.05},{&quot;2026-07-10&quot;:0.05},{&quot;2026-07-11&quot;:0.05},{&quot;2026-07-12&quot;:0.05},{&quot;2026-07-13&quot;:0.05},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.05},{&quot;2026-07-21&quot;:0.05},{&quot;2026-07-23&quot;:0.05},{&quot;2026-07-25&quot;:0.05},{&quot;2026-07-26&quot;:0.05},{&quot;2026-07-27&quot;:0.05},{&quot;2026-07-28&quot;:0.05},{&quot;2026-07-29&quot;:0.05},{&quot;2026-07-30&quot;:0.05},{&quot;2026-07-31&quot;:0.05},{&quot;2026-08-01&quot;:0.05},{&quot;2026-08-02&quot;:0.05},{&quot;2026-08-03&quot;:0.05},{&quot;2026-08-04&quot;:0.05},{&quot;2026-08-05&quot;:0.05},{&quot;2026-08-07&quot;:0.05},{&quot;2026-08-08&quot;:0.05},{&quot;2026-08-09&quot;:0.05},{&quot;2026-08-10&quot;:0.05},{&quot;2026-08-11&quot;:0.05},{&quot;2026-08-12&quot;:0.05},{&quot;2026-08-13&quot;:0.05},{&quot;2026-08-14&quot;:0.05},{&quot;2026-08-15&quot;:0.05},{&quot;2026-08-16&quot;:0.05},{&quot;2026-08-17&quot;:0.05},{&quot;2026-08-18&quot;:0.05},{&quot;2026-08-19&quot;:0.05},{&quot;2026-08-20&quot;:0.05},{&quot;2026-08-21&quot;:0.05},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76560"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Shoreline Ranger
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird Soldier Ranger
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shoreline Ranger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/03577a99-fcab-4804-acfe-2b0b4550104b.jpg?1783910349" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Shoreline Ranger
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Bird Soldier Ranger</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shoreline Ranger" src="https://cards.scryfall.io/large/front/0/3/03577a99-fcab-4804-acfe-2b0b4550104b.jpg?1783910349" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-22&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76678"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Agent of Acquisitions
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Construct
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Agent of Acquisitions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90417bd6-1e9f-44f4-8d28-6d2306bf83b4.jpg?1783910342" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Agent of Acquisitions
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Construct</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Agent of Acquisitions" src="https://cards.scryfall.io/large/front/9/0/90417bd6-1e9f-44f4-8d28-6d2306bf83b4.jpg?1783910342" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76698"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Disturbing Conversion
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Disturbing Conversion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91045bc9-f606-47fe-aa81-ef99bd24dc96.jpg?1783910342" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Disturbing Conversion
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Disturbing Conversion" src="https://cards.scryfall.io/large/front/9/1/91045bc9-f606-47fe-aa81-ef99bd24dc96.jpg?1783910342" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.07},{&quot;2026-06-10&quot;:0.07},{&quot;2026-06-11&quot;:0.07},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76828"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Hieroglyphic Illumination
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hieroglyphic Illumination" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d2d79bdf-5cbe-4d85-8676-6e9346ab9909.jpg?1783932287" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Hieroglyphic Illumination
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hieroglyphic Illumination" src="https://cards.scryfall.io/large/front/d/2/d2d79bdf-5cbe-4d85-8676-6e9346ab9909.jpg?1783932287" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-23&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.04},{&quot;2026-07-09&quot;:0.04},{&quot;2026-07-10&quot;:0.04},{&quot;2026-07-11&quot;:0.04},{&quot;2026-07-12&quot;:0.04},{&quot;2026-07-13&quot;:0.04},{&quot;2026-07-14&quot;:0.04},{&quot;2026-07-15&quot;:0.04},{&quot;2026-07-16&quot;:0.04},{&quot;2026-07-17&quot;:0.04},{&quot;2026-07-18&quot;:0.04},{&quot;2026-07-19&quot;:0.04},{&quot;2026-07-20&quot;:0.04},{&quot;2026-07-21&quot;:0.04},{&quot;2026-07-22&quot;:0.04},{&quot;2026-07-23&quot;:0.04},{&quot;2026-07-24&quot;:0.04},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77640"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Vedalken Dismisser
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Vedalken Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vedalken Dismisser" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5da85ba-d4c1-4fde-aa52-51043357f125.jpg?1783910296" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Vedalken Dismisser
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vedalken Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vedalken Dismisser" src="https://cards.scryfall.io/large/front/e/5/e5da85ba-d4c1-4fde-aa52-51043357f125.jpg?1783910296" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.05},{&quot;2026-06-13&quot;:0.05},{&quot;2026-06-14&quot;:0.05},{&quot;2026-06-15&quot;:0.05},{&quot;2026-06-16&quot;:0.05},{&quot;2026-06-17&quot;:0.05},{&quot;2026-06-18&quot;:0.05},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-23&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.05},{&quot;2026-06-26&quot;:0.05},{&quot;2026-06-27&quot;:0.05},{&quot;2026-06-28&quot;:0.05},{&quot;2026-06-29&quot;:0.05},{&quot;2026-06-30&quot;:0.05},{&quot;2026-07-01&quot;:0.05},{&quot;2026-07-02&quot;:0.05},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.05},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-23&quot;:0.06},{&quot;2026-07-24&quot;:0.06},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.06},{&quot;2026-08-15&quot;:0.06},{&quot;2026-08-16&quot;:0.06},{&quot;2026-08-17&quot;:0.06},{&quot;2026-08-18&quot;:0.06},{&quot;2026-08-19&quot;:0.06},{&quot;2026-08-20&quot;:0.06},{&quot;2026-08-21&quot;:0.06},{&quot;2026-08-22&quot;:0.06},{&quot;2026-08-23&quot;:0.06},{&quot;2026-08-24&quot;:0.06},{&quot;2026-08-25&quot;:0.06},{&quot;2026-08-26&quot;:0.06},{&quot;2026-08-27&quot;:0.06},{&quot;2026-08-28&quot;:0.06},{&quot;2026-08-29&quot;:0.06},{&quot;2026-08-30&quot;:0.06},{&quot;2026-08-31&quot;:0.06},{&quot;2026-09-01&quot;:0.06},{&quot;2026-09-02&quot;:0.06},{&quot;2026-09-03&quot;:0.06},{&quot;2026-09-04&quot;:0.06},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77665"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Witching Well
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Witching Well" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/7141fbef-cd57-47be-8ee4-66ebbbd7cc4c.jpg?1783910295" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Witching Well
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Witching Well" src="https://cards.scryfall.io/large/front/7/1/7141fbef-cd57-47be-8ee4-66ebbbd7cc4c.jpg?1783910295" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.09},{&quot;2026-06-10&quot;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.06},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77685"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lash of Malice
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              22%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lash of Malice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/77679638-2294-4d76-ba07-9c67a145a0fe.jpg?1783910295" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lash of Malice
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lash of Malice" src="https://cards.scryfall.io/large/front/7/7/77679638-2294-4d76-ba07-9c67a145a0fe.jpg?1783910295" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  22%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78360"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Pendrell Drake
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Drake
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Pendrell Drake" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72ee1a19-bb0d-469f-ad90-4e2eb20fbeba.jpg?1783910261" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Pendrell Drake
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Drake</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pendrell Drake" src="https://cards.scryfall.io/large/front/7/2/72ee1a19-bb0d-469f-ad90-4e2eb20fbeba.jpg?1783910261" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.05},{&quot;2026-06-14&quot;:0.05},{&quot;2026-06-15&quot;:0.05},{&quot;2026-06-16&quot;:0.05},{&quot;2026-06-17&quot;:0.05},{&quot;2026-06-18&quot;:0.05},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-23&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.05},{&quot;2026-06-26&quot;:0.05},{&quot;2026-06-27&quot;:0.05},{&quot;2026-06-28&quot;:0.05},{&quot;2026-06-29&quot;:0.05},{&quot;2026-06-30&quot;:0.05},{&quot;2026-07-01&quot;:0.05},{&quot;2026-07-02&quot;:0.05},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.05},{&quot;2026-07-09&quot;:0.05},{&quot;2026-07-10&quot;:0.05},{&quot;2026-07-11&quot;:0.05},{&quot;2026-07-12&quot;:0.05},{&quot;2026-07-13&quot;:0.05},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-22&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78458"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Skywatcher Adept
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Merfolk Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Skywatcher Adept" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72a837c9-f8bf-41fc-8f36-671ff6858436.jpg?1783910255" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Skywatcher Adept
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Merfolk Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skywatcher Adept" src="https://cards.scryfall.io/large/front/7/2/72a837c9-f8bf-41fc-8f36-671ff6858436.jpg?1783910255" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.14},{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.14},{&quot;2026-07-12&quot;:0.14},{&quot;2026-07-13&quot;:0.14},{&quot;2026-07-14&quot;:0.14},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-25&quot;:0.14},{&quot;2026-07-26&quot;:0.14},{&quot;2026-07-27&quot;:0.14},{&quot;2026-07-29&quot;:0.14},{&quot;2026-07-30&quot;:0.14},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78897"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lesser Gargadon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Beast
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            3 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lesser Gargadon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/3946b496-858c-401b-a68f-f39cd6de0661.jpg?1783926578" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lesser Gargadon
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lesser Gargadon" src="https://cards.scryfall.io/large/front/3/9/3946b496-858c-401b-a68f-f39cd6de0661.jpg?1783926578" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.16},{&quot;2026-06-12&quot;:0.16},{&quot;2026-06-13&quot;:0.16},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.15},{&quot;2026-06-16&quot;:0.15},{&quot;2026-06-17&quot;:0.15},{&quot;2026-06-18&quot;:0.16},{&quot;2026-06-19&quot;:0.16},{&quot;2026-06-20&quot;:0.16},{&quot;2026-06-21&quot;:0.16},{&quot;2026-06-22&quot;:0.16},{&quot;2026-06-23&quot;:0.16},{&quot;2026-06-24&quot;:0.16},{&quot;2026-06-25&quot;:0.16},{&quot;2026-06-26&quot;:0.16},{&quot;2026-06-27&quot;:0.16},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.15},{&quot;2026-06-30&quot;:0.15},{&quot;2026-07-01&quot;:0.16},{&quot;2026-07-02&quot;:0.16},{&quot;2026-07-03&quot;:0.16},{&quot;2026-07-04&quot;:0.16},{&quot;2026-07-05&quot;:0.15},{&quot;2026-07-06&quot;:0.15},{&quot;2026-07-07&quot;:0.15},{&quot;2026-07-08&quot;:0.15},{&quot;2026-07-09&quot;:0.15},{&quot;2026-07-10&quot;:0.15},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.15},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.15},{&quot;2026-07-29&quot;:0.15},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.14},{&quot;2026-08-03&quot;:0.14},{&quot;2026-08-04&quot;:0.14},{&quot;2026-08-05&quot;:0.14},{&quot;2026-08-07&quot;:0.14},{&quot;2026-08-08&quot;:0.14},{&quot;2026-08-09&quot;:0.14},{&quot;2026-08-10&quot;:0.14},{&quot;2026-08-11&quot;:0.14},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79925"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Spike Colony
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Spike
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Spike Colony" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/28931ae8-0718-4338-8020-2f967432e304.jpg?1783910197" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Spike Colony
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Spike</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Spike Colony" src="https://cards.scryfall.io/large/front/2/8/28931ae8-0718-4338-8020-2f967432e304.jpg?1783910197" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80750"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Wirewood Guardian
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elf Mutant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wirewood Guardian" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/85dc1ff4-c37f-46a1-b2a6-8586043f0eed.jpg?1783910159" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Wirewood Guardian
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Mutant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wirewood Guardian" src="https://cards.scryfall.io/large/front/8/5/85dc1ff4-c37f-46a1-b2a6-8586043f0eed.jpg?1783910159" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.1},{&quot;2026-06-11&quot;:0.1},{&quot;2026-06-12&quot;:0.1},{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80925"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Furious Rise
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Furious Rise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/a/1a1f6ed1-998b-4885-846b-c9d3ae33a878.jpg?1783910151" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Furious Rise
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Furious Rise" src="https://cards.scryfall.io/large/front/1/a/1a1f6ed1-998b-4885-846b-c9d3ae33a878.jpg?1783910151" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.07},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80996"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Meria&#39;s Outrider
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elf Archer
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Meria&#39;s Outrider" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/ef7361d3-2937-4f33-bef9-37aa85abf299.jpg?1783910149" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Meria&#39;s Outrider
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Archer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Meria&#39;s Outrider" src="https://cards.scryfall.io/large/front/e/f/ef7361d3-2937-4f33-bef9-37aa85abf299.jpg?1783910149" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81396"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Raging Minotaur
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Minotaur Berserker
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Raging Minotaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2d5e71e2-bcc3-48cf-b4aa-b2f49b491ab3.jpg?1783910137" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Raging Minotaur
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Minotaur Berserker</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Raging Minotaur" src="https://cards.scryfall.io/large/front/2/d/2d5e71e2-bcc3-48cf-b4aa-b2f49b491ab3.jpg?1783910137" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.08},{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84768"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Flame Javelin
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Flame Javelin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/26120b50-67f2-4c01-9242-ccb80dc0fee5.jpg?1783910024" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Flame Javelin
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2r'></i><i class='no-tailwind ms ms-cost ml-0 ms-2r'></i><i class='no-tailwind ms ms-cost ml-0 ms-2r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Flame Javelin" src="https://cards.scryfall.io/large/front/2/6/26120b50-67f2-4c01-9242-ccb80dc0fee5.jpg?1783910024" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85854"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Volatile Claws
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Volatile Claws" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/9246b6b1-c79b-4f19-a2b2-561503b22350.jpg?1783909984" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Volatile Claws
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Volatile Claws" src="https://cards.scryfall.io/large/front/9/2/9246b6b1-c79b-4f19-a2b2-561503b22350.jpg?1783909984" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="88053"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Befuddle
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Befuddle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/14b11146-b62a-428e-8b63-c844a1109e20.jpg?1783931741" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Befuddle
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Befuddle" src="https://cards.scryfall.io/large/front/1/4/14b11146-b62a-428e-8b63-c844a1109e20.jpg?1783931741" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="88280"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Blessed Defiance
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blessed Defiance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/184e5208-edbe-417f-8ff8-1950d08071ab.jpg?1783909923" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Blessed Defiance
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blessed Defiance" src="https://cards.scryfall.io/large/front/1/8/184e5208-edbe-417f-8ff8-1950d08071ab.jpg?1783909923" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-22&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94812"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Shambling Cie&#39;th
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Mutant Horror
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shambling Cie&#39;th" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f02ce338-4fe2-44b0-a896-3ed7e6c874a3.jpg?1783906612" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Shambling Cie&#39;th
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Mutant Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shambling Cie&#39;th" src="https://cards.scryfall.io/large/front/f/0/f02ce338-4fe2-44b0-a896-3ed7e6c874a3.jpg?1783906612" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  13%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.26
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>
      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.21},{&quot;2026-06-14&quot;:0.21},{&quot;2026-06-15&quot;:0.21},{&quot;2026-06-16&quot;:0.21},{&quot;2026-06-17&quot;:0.21},{&quot;2026-06-18&quot;:0.21},{&quot;2026-06-19&quot;:0.21},{&quot;2026-06-20&quot;:0.21},{&quot;2026-06-21&quot;:0.21},{&quot;2026-06-22&quot;:0.21},{&quot;2026-06-23&quot;:0.2},{&quot;2026-06-24&quot;:0.2},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.19},{&quot;2026-06-29&quot;:0.19},{&quot;2026-06-30&quot;:0.19},{&quot;2026-07-01&quot;:0.2},{&quot;2026-07-02&quot;:0.2},{&quot;2026-07-03&quot;:0.19},{&quot;2026-07-04&quot;:0.19},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.19},{&quot;2026-07-07&quot;:0.19},{&quot;2026-07-08&quot;:0.19},{&quot;2026-07-09&quot;:0.19},{&quot;2026-07-10&quot;:0.19},{&quot;2026-07-11&quot;:0.19},{&quot;2026-07-12&quot;:0.19},{&quot;2026-07-13&quot;:0.18},{&quot;2026-07-14&quot;:0.18},{&quot;2026-07-15&quot;:0.18},{&quot;2026-07-16&quot;:0.18},{&quot;2026-07-17&quot;:0.19},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.18},{&quot;2026-07-20&quot;:0.18},{&quot;2026-07-21&quot;:0.17},{&quot;2026-07-22&quot;:0.18},{&quot;2026-07-23&quot;:0.18},{&quot;2026-07-24&quot;:0.18},{&quot;2026-07-25&quot;:0.18},{&quot;2026-07-26&quot;:0.18},{&quot;2026-07-27&quot;:0.18},{&quot;2026-07-28&quot;:0.18},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.21},{&quot;2026-07-31&quot;:0.21},{&quot;2026-08-01&quot;:0.21},{&quot;2026-08-02&quot;:0.21},{&quot;2026-08-03&quot;:0.21},{&quot;2026-08-04&quot;:0.21},{&quot;2026-08-05&quot;:0.21},{&quot;2026-08-07&quot;:0.21},{&quot;2026-08-08&quot;:0.21},{&quot;2026-08-09&quot;:0.21},{&quot;2026-08-10&quot;:0.21},{&quot;2026-08-11&quot;:0.21},{&quot;2026-08-12&quot;:0.21},{&quot;2026-08-13&quot;:0.21},{&quot;2026-08-14&quot;:0.21},{&quot;2026-08-15&quot;:0.21},{&quot;2026-08-16&quot;:0.22},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.22},{&quot;2026-08-20&quot;:0.22},{&quot;2026-08-21&quot;:0.22},{&quot;2026-08-22&quot;:0.22},{&quot;2026-08-23&quot;:0.22},{&quot;2026-08-24&quot;:0.23},{&quot;2026-08-25&quot;:0.23},{&quot;2026-08-26&quot;:0.23},{&quot;2026-08-27&quot;:0.23},{&quot;2026-08-28&quot;:0.23},{&quot;2026-08-29&quot;:0.23},{&quot;2026-08-30&quot;:0.24},{&quot;2026-08-31&quot;:0.25},{&quot;2026-09-01&quot;:0.25},{&quot;2026-09-02&quot;:0.25},{&quot;2026-09-03&quot;:0.25},{&quot;2026-09-04&quot;:0.25},{&quot;2026-09-05&quot;:0.25},{&quot;2026-09-06&quot;:0.25},{&quot;2026-09-07&quot;:0.25},{&quot;2026-09-08&quot;:0.26},{&quot;2026-09-09&quot;:0.26},{&quot;2026-09-10&quot;:0.26},{&quot;2026-09-11&quot;:0.26}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&quot;2026-07-22&quot;:0.16},{&quot;2026-07-23&quot;:0.16},{&quot;2026-07-24&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.16},{&quot;2026-07-28&quot;:0.16},{&quot;2026-07-29&quot;:0.16},{&quot;2026-07-30&quot;:0.17},{&quot;2026-07-31&quot;:0.17},{&quot;2026-08-01&quot;:0.17},{&quot;2026-08-02&quot;:0.17},{&quot;2026-08-03&quot;:0.16},{&quot;2026-08-04&quot;:0.16},{&quot;2026-08-05&quot;:0.16},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.15},{&quot;2026-08-09&quot;:0.14},{&quot;2026-08-10&quot;:0.15},{&quot;2026-08-11&quot;:0.15},{&quot;2026-08-12&quot;:0.15},{&quot;2026-08-13&quot;:0.15},{&quot;2026-08-14&quot;:0.15},{&quot;2026-08-15&quot;:0.15},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.14},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.06},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112886"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lake-town Toymaker
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Artificer
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            3 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              46%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.07
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lake-town Toymaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67304269-c595-4cf0-8dbf-fcb2e9e01fe2.jpg?1785496951" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lake-town Toymaker
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Artificer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lake-town Toymaker" src="https://cards.scryfall.io/large/front/6/7/67304269-c595-4cf0-8dbf-fcb2e9e01fe2.jpg?1785496951" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.07
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  46%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.20
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>
      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-07&quot;:0.45},{&quot;2026-08-08&quot;:0.45},{&quot;2026-08-09&quot;:0.34},{&quot;2026-08-10&quot;:0.34},{&quot;2026-08-11&quot;:0.31},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.3},{&quot;2026-08-14&quot;:0.3},{&quot;2026-08-15&quot;:0.26},{&quot;2026-08-16&quot;:0.23},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.21},{&quot;2026-08-20&quot;:0.21},{&quot;2026-08-21&quot;:0.18},{&quot;2026-08-22&quot;:0.19},{&quot;2026-08-23&quot;:0.18},{&quot;2026-08-24&quot;:0.17},{&quot;2026-08-25&quot;:0.17},{&quot;2026-08-26&quot;:0.19},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.2},{&quot;2026-08-29&quot;:0.2},{&quot;2026-08-30&quot;:0.19},{&quot;2026-08-31&quot;:0.19},{&quot;2026-09-01&quot;:0.19},{&quot;2026-09-02&quot;:0.19},{&quot;2026-09-03&quot;:0.19},{&quot;2026-09-04&quot;:0.21},{&quot;2026-09-05&quot;:0.21},{&quot;2026-09-06&quot;:0.22},{&quot;2026-09-07&quot;:0.2},{&quot;2026-09-08&quot;:0.21},{&quot;2026-09-09&quot;:0.2},{&quot;2026-09-10&quot;:0.2},{&quot;2026-09-11&quot;:0.2}],&quot;normal&quot;:[{&quot;2026-08-08&quot;:0.25},{&quot;2026-08-09&quot;:0.28},{&quot;2026-08-10&quot;:0.27},{&quot;2026-08-11&quot;:0.27},{&quot;2026-08-12&quot;:0.26},{&quot;2026-08-13&quot;:0.26},{&quot;2026-08-14&quot;:0.24},{&quot;2026-08-15&quot;:0.19},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.14},{&quot;2026-08-23&quot;:0.14},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.15},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.14},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="27625"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Erg Raiders
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Warrior
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Erg Raiders" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dcc87da4-8f68-4c40-afdb-2dfcc075ce91.jpg?1783946931" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Erg Raiders
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Erg Raiders" src="https://cards.scryfall.io/large/front/d/c/dcc87da4-8f68-4c40-afdb-2dfcc075ce91.jpg?1783946931" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.05},{&quot;2026-07-21&quot;:0.05},{&quot;2026-07-22&quot;:0.05},{&quot;2026-07-23&quot;:0.05},{&quot;2026-07-24&quot;:0.05},{&quot;2026-07-25&quot;:0.05},{&quot;2026-07-26&quot;:0.05},{&quot;2026-07-27&quot;:0.05},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.06},{&quot;2026-08-25&quot;:0.06},{&quot;2026-08-26&quot;:0.06},{&quot;2026-08-27&quot;:0.06},{&quot;2026-08-28&quot;:0.06},{&quot;2026-08-29&quot;:0.06},{&quot;2026-08-30&quot;:0.06},{&quot;2026-08-31&quot;:0.06},{&quot;2026-09-01&quot;:0.06},{&quot;2026-09-02&quot;:0.06},{&quot;2026-09-03&quot;:0.06},{&quot;2026-09-04&quot;:0.06},{&quot;2026-09-05&quot;:0.06},{&quot;2026-09-06&quot;:0.06},{&quot;2026-09-07&quot;:0.06},{&quot;2026-09-08&quot;:0.06},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29776"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Creature Bond
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            6 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Creature Bond" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/717c5ee5-a033-4a58-bdcb-ef54e6c8b7a9.jpg?1783947860" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Creature Bond
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Creature Bond" src="https://cards.scryfall.io/large/front/7/1/717c5ee5-a033-4a58-bdcb-ef54e6c8b7a9.jpg?1783947860" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            6
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="31283"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Brushstrider
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Beast
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Brushstrider" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/41a230ed-7e2a-44a7-b7ee-802462c0851d.jpg?1783908649" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Brushstrider
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brushstrider" src="https://cards.scryfall.io/large/front/4/1/41a230ed-7e2a-44a7-b7ee-802462c0851d.jpg?1783908649" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.06},{&quot;2026-08-08&quot;:0.06},{&quot;2026-08-09&quot;:0.06},{&quot;2026-08-10&quot;:0.06},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.06},{&quot;2026-08-13&quot;:0.06},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.06},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34164"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Stonehands
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Stonehands" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d23fa1af-78e5-4d23-bbf6-cd62bc54b4e9.jpg?1783947482" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Stonehands
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stonehands" src="https://cards.scryfall.io/large/front/d/2/d23fa1af-78e5-4d23-bbf6-cd62bc54b4e9.jpg?1783947482" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74429"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Phantom Flock
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird Soldier Spirit
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Phantom Flock" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/4/a43e4c52-09ed-49d2-a678-f75a91fb9ab4.jpg?1783910451" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Phantom Flock
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Bird Soldier Spirit</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phantom Flock" src="https://cards.scryfall.io/large/front/a/4/a43e4c52-09ed-49d2-a678-f75a91fb9ab4.jpg?1783910451" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74525"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Imperial Oath
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Imperial Oath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3925740-616c-4980-8324-9143ee23a1b4.jpg?1783910444" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Imperial Oath
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Imperial Oath" src="https://cards.scryfall.io/large/front/b/3/b3925740-616c-4980-8324-9143ee23a1b4.jpg?1783910444" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.09},{&quot;2026-06-10&quot;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.06},{&quot;2026-08-25&quot;:0.06},{&quot;2026-08-26&quot;:0.06},{&quot;2026-08-27&quot;:0.06},{&quot;2026-08-28&quot;:0.06},{&quot;2026-08-29&quot;:0.06},{&quot;2026-08-30&quot;:0.06},{&quot;2026-08-31&quot;:0.06},{&quot;2026-09-01&quot;:0.06},{&quot;2026-09-02&quot;:0.06},{&quot;2026-09-03&quot;:0.06},{&quot;2026-09-04&quot;:0.06},{&quot;2026-09-05&quot;:0.06},{&quot;2026-09-06&quot;:0.06},{&quot;2026-09-07&quot;:0.06},{&quot;2026-09-08&quot;:0.06},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74560"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Custodi Squire
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Spirit Cleric
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.06
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Custodi Squire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3a1fc969-23e9-43f1-9e44-b62e3b832024.jpg?1783910444" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Custodi Squire
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Spirit Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Custodi Squire" src="https://cards.scryfall.io/large/front/3/a/3a1fc969-23e9-43f1-9e44-b62e3b832024.jpg?1783910444" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

      </div>


      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-23&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.06},{&quot;2026-07-01&quot;:0.06},{&quot;2026-07-02&quot;:0.06},{&quot;2026-07-03&quot;:0.06},{&quot;2026-07-04&quot;:0.06},{&quot;2026-07-05&quot;:0.06},{&quot;2026-07-06&quot;:0.06},{&quot;2026-07-07&quot;:0.06},{&quot;2026-07-08&quot;:0.06},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-22&quot;:0.06},{&quot;2026-07-23&quot;:0.06},{&quot;2026-07-24&quot;:0.06},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-28&quot;:0.06},{&quot;2026-07-29&quot;:0.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&quot;2026-08-03&quot;:0.06},{&quot;2026-08-04&quot;:0.06},{&quot;2026-08-05&quot;:0.06},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.07},{&quot;2026-09-01&quot;:0.07},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.06},{&quot;2026-09-10&quot;:0.06},{&quot;2026-09-11&quot;:0.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>


    <div
      class="
        flex flex-col gap-2 w-full px-4 py-3 mt-2 bg-foreground text-sm
        rounded-xl
      "
    >
      <div class="text-grey-text"><span class="pagy info">Displaying items 9251-9300 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=185&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=184&amp;username=denvermullets">184</a><a href="/load_collection?direction=asc&amp;page=185&amp;username=denvermullets" rel="prev">185</a><a role="link" aria-disabled="true" aria-current="page">186</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets" rel="next">187</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
      </div>
    </div>
</div>

<!-- Desktop Table View -->
<div class="hidden lg:block mb-24 overflow-x-auto border rounded-3xl border-highlight">
  <table class="min-w-full divide-y table-auto divide-background">
    <thead class="bg-background" data-controller="table-sort">
      <tr>
          <th
            class="
              py-3 pl-4 pr-0 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_number&amp;username=denvermullets">
  #

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=name&amp;username=denvermullets">
  Name

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text lg:table-cell
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_type&amp;username=denvermullets">
  Type

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=mana_value&amp;username=denvermullets">
  Mana

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=normal_price&amp;username=denvermullets">
  Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=foil_price&amp;username=denvermullets">
  Foil

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_normal_price&amp;username=denvermullets">
  Sell Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_foil_price&amp;username=denvermullets">
  Sell Foil

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case lg:table-cell text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=edhrec_saltiness&amp;username=denvermullets">
  Salt

</a>
          </th>
      </tr>
    </thead>

    <tbody class="bg-background" data-controller="expandable-row">

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79037"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              STX-100
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Explosive Welcome


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79037"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79037" src="/boxset_card/79037?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79396"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              UMA-107
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Moan of the Unhallowed


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79396"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79396" src="/boxset_card/79396?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79960"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              GRN-118
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Sure Strike


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79960"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79960" src="/boxset_card/79960?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80561"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DGM-129
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Give // Take


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80561"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80561" src="/boxset_card/80561?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80986"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              ELD-137
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Rimrock Knight // Boulder Rush


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dwarf Knight
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80986"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80986" src="/boxset_card/80986?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81553"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              UMA-149
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Sparkspitter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental Spellshaper
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81553"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81553" src="/boxset_card/81553?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81784"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              EMN-154
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Crossroads Consecrator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81784"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81784" src="/boxset_card/81784?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82093"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MIR-161
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Burning Palm Efreet


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Efreet
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="82093"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_82093" src="/boxset_card/82093?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83628"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              ONS-210
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Goblin Taskmaster


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83628"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83628" src="/boxset_card/83628?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84056"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CM2-27
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Elite Scaleguard


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84056"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84056" src="/boxset_card/84056?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84157"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DOM-230
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Skittering Surveyor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84157"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84157" src="/boxset_card/84157?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29801"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              74
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Gaseous Form


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29801"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29801" src="/boxset_card/29801?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29807"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              76
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Giant Tortoise


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Turtle
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29807" src="/boxset_card/29807?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29924"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              116
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Zephyr Falcon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29924"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29924" src="/boxset_card/29924?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30106"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              177
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Bird Maiden


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Bird
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30106"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30106" src="/boxset_card/30106?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30171"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              199
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Goblin Rock Sled


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30171"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30171" src="/boxset_card/30171?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30173"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              200
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Gray Ogre


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Ogre
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30173"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30173" src="/boxset_card/30173?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30227"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              219
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Shatter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30227"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30227" src="/boxset_card/30227?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73502"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DOM-2
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Adamant Will


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73502"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73502" src="/boxset_card/73502?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73951"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CSP-9
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Jötun Owl Keeper


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Giant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.02
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73951"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73951" src="/boxset_card/73951?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74441"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              PLS-16
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Sunscape Battlemage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74441"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74441" src="/boxset_card/74441?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75460"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              RNA-33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Chillbringer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75460"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75460" src="/boxset_card/75460?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76560"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              SCG-51
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Shoreline Ranger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird Soldier Ranger
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76560"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76560" src="/boxset_card/76560?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76678"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CNS-54
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Agent of Acquisitions


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76678"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76678" src="/boxset_card/76678?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76698"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MOM-54
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Disturbing Conversion


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76698"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76698" src="/boxset_card/76698?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76828"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              AKH-57
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Hieroglyphic Illumination


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76828"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76828" src="/boxset_card/76828?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77640"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              RAV-73
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Vedalken Dismisser


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vedalken Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77640"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77640" src="/boxset_card/77640?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77665"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              ELD-74
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Witching Well


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77665"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77665" src="/boxset_card/77665?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77685"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              STX-74
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Lash of Malice


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      22%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77685"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77685" src="/boxset_card/77685?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78360"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              USG-86
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Pendrell Drake


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Drake
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78360"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78360" src="/boxset_card/78360?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78458"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              ROE-88
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Skywatcher Adept


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Merfolk Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78458"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78458" src="/boxset_card/78458?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78897"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              PCY-97
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Lesser Gargadon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.93
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78897"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78897" src="/boxset_card/78897?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79925"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              STH-117
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Spike Colony


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spike
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79925"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79925" src="/boxset_card/79925?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80750"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              SCG-132
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Wirewood Guardian


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Mutant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80750"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80750" src="/boxset_card/80750?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80925"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              THB-136
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Furious Rise


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80925"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80925" src="/boxset_card/80925?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80996"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DMU-138
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Meria&#39;s Outrider


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Archer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80996"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80996" src="/boxset_card/80996?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81396"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              POR-146
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Raging Minotaur


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Minotaur Berserker
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81396"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81396" src="/boxset_card/81396?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84768"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DD2-53
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Flame Javelin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2r'></i><i class='no-tailwind ms ms-cost ml-0 ms-2r'></i><i class='no-tailwind ms ms-cost ml-0 ms-2r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.57
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84768"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84768" src="/boxset_card/84768?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85854"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MH1-154
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Volatile Claws


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85854"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85854" src="/boxset_card/85854?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88053"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              M19-309
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Befuddle


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="88053"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_88053" src="/boxset_card/88053?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88280"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              J22-156
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Blessed Defiance


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="88280"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_88280" src="/boxset_card/88280?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94812"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              117
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-uncommon ss-fw ss-2x mr-4"></i>
              Shambling Cie&#39;th


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Mutant Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94812"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94812" src="/boxset_card/94812?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112886"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Lake-town Toymaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      46%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="112886"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112886" src="/boxset_card/112886?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="27625"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              158
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Erg Raiders


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="27625"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_27625" src="/boxset_card/27625?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29776"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              66
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Creature Bond


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29776"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29776" src="/boxset_card/29776?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="31283"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              640
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-uncommon ss-fw ss-2x mr-4"></i>
              Brushstrider


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="31283"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_31283" src="/boxset_card/31283?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34164"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              219
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Stonehands


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34164"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34164" src="/boxset_card/34164?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74429"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              JUD-16
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Phantom Flock


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird Soldier Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74429"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74429" src="/boxset_card/74429?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74525"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              NEO-17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Imperial Oath


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74525"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74525" src="/boxset_card/74525?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74560"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CNS-18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Custodi Squire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74560"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74560" src="/boxset_card/74560?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>
    </tbody>
  </table>

    <div class="flex flex-row items-center justify-between w-full p-6 space-x-4">
      <span class="pagy info">Displaying items 9251-9300 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=185&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=184&amp;username=denvermullets">184</a><a href="/load_collection?direction=asc&amp;page=185&amp;username=denvermullets" rel="prev">185</a><a role="link" aria-disabled="true" aria-current="page">186</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets" rel="next">187</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>