<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="52935"
  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-mb2 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">
            Lim-Dûl&#39;s Vault
        </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-50 text-badge-text">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Lim-Dûl&#39;s Vault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/44d117d8-222b-4d10-b02b-c1ff110a1c50.jpg?1783910593" />

        <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">
            Lim-Dûl&#39;s Vault
        </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-u'></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="Lim-Dûl&#39;s Vault" src="https://cards.scryfall.io/large/front/4/4/44d117d8-222b-4d10-b02b-c1ff110a1c50.jpg?1783910593" />
    </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">
                $2.37
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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-14&quot;:2.09},{&quot;2026-06-15&quot;:2.07},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.26},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-23&quot;:2.45},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.67},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.92},{&quot;2026-06-29&quot;:2.93},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.73},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.55},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:2.24},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.21},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.72},{&quot;2026-07-27&quot;:2.77},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.81},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:3.02},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.7},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.47},{&quot;2026-08-29&quot;:2.47},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.42},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.37}]}"
        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="57147"
  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-one ss-mythic 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">
            Jace, the Perfected Mind
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Jace
      </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">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Jace, the Perfected Mind" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/64e6a8d1-ae75-45bd-af62-9a622620cb5c.jpg?1783918061" />

        <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">
            Jace, the Perfected Mind
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Jace</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><i class='no-tailwind ms ms-cost ml-0 ms-up'></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="Jace, the Perfected Mind" src="https://cards.scryfall.io/large/front/6/4/64e6a8d1-ae75-45bd-af62-9a622620cb5c.jpg?1783918061" />
    </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-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</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">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">
                $2.26
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  17%
                </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">
                $2.37
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  6%
                </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</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;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.43},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.43},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.43},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.45},{&quot;2026-07-02&quot;:2.45},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.48},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.48},{&quot;2026-07-11&quot;:2.46},{&quot;2026-07-12&quot;:2.46},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.46},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.54},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-24&quot;:2.54},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.46},{&quot;2026-08-15&quot;:2.52},{&quot;2026-08-16&quot;:2.52},{&quot;2026-08-17&quot;:2.52},{&quot;2026-08-18&quot;:2.52},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.52},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.52},{&quot;2026-08-29&quot;:2.52},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.37}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.74},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.79},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.64},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.58},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.73},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.95},{&quot;2026-07-15&quot;:1.98},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.02},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-28&quot;:1.97},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:2.03},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.01},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:1.95},{&quot;2026-08-16&quot;:1.89},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.91},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.88},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.26}]}"
        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="73715"
  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-ltr 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">
            Reprieve
        </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">
            4 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-50 text-badge-text">
              ↑
              21%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Reprieve" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bd3fa8a-6c50-4f7f-9ae3-0810eec5e3db.jpg?1783916330" />

        <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">
            Reprieve
        </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-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="Reprieve" src="https://cards.scryfall.io/large/front/1/b/1bd3fa8a-6c50-4f7f-9ae3-0810eec5e3db.jpg?1783916330" />
    </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">
            4
          </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">
                $2.37
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  21%
                </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">
                $2.46
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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;2026-06-10&quot;:2.01},{&quot;2026-06-11&quot;:2.01},{&quot;2026-06-12&quot;:2.01},{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.63},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.76},{&quot;2026-06-11&quot;:1.62},{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.15},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.93},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:1.04},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.56},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.3},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:2.26},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.69},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.53},{&quot;2026-08-29&quot;:1.53},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.37}]}"
        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="75667"
  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-lcc ss-rare 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">
            Cordial Vampire
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Vampire
      </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-50 text-badge-text">
              ↑
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Cordial Vampire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d91e61d-e3bf-4ddc-9f01-18b1abe35a61.jpg?1783913876" />

        <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">
            Cordial Vampire
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire</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><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="Cordial Vampire" src="https://cards.scryfall.io/large/front/0/d/0d91e61d-e3bf-4ddc-9f01-18b1abe35a61.jpg?1783913876" />
    </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">
                $2.37
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  10%
                </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;:1.76},{&quot;2026-06-11&quot;:1.81},{&quot;2026-06-12&quot;:1.53},{&quot;2026-06-13&quot;:1.58},{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.13},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.24},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.19},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:1.98},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.93},{&quot;2026-07-12&quot;:1.96},{&quot;2026-07-13&quot;:1.97},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:1.91},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.86},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.87},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.99},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:1.98},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.16},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.82},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.37}]}"
        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="75838"
  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-lcc ss-rare 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">
            Realmwalker
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Shapeshifter
      </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">
              ↓
              15%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Realmwalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7d0f75c8-4cf7-46b3-af5c-7118453bd7a7.jpg?1783913857" />

        <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">
            Realmwalker
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Shapeshifter</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"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Realmwalker" src="https://cards.scryfall.io/large/front/7/d/7d0f75c8-4cf7-46b3-af5c-7118453bd7a7.jpg?1783913857" />
    </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">
                $2.37
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  15%
                </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</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-14&quot;:1.67},{&quot;2026-06-15&quot;:1.71},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.85},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-23&quot;:1.96},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:2.0},{&quot;2026-06-29&quot;:1.91},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:1.93},{&quot;2026-07-02&quot;:1.93},{&quot;2026-07-03&quot;:1.89},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.87},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.96},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:2.0},{&quot;2026-07-11&quot;:1.99},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.71},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.85},{&quot;2026-07-22&quot;:1.97},{&quot;2026-07-23&quot;:1.97},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.27},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.29},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.67},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:3.03},{&quot;2026-09-05&quot;:3.04},{&quot;2026-09-06&quot;:2.78},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.79},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.68},{&quot;2026-09-12&quot;:2.37}]}"
        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="86497"
  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">
            Dragon&#39;s Rage Channeler
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Shaman
      </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">
            $2.37
          </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="Dragon&#39;s Rage Channeler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e162de32-d326-4576-9081-a7b2efd51d46.jpg?1783922326" />

        <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">
            Dragon&#39;s Rage Channeler
        </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 Shaman</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="Dragon&#39;s Rage Channeler" src="https://cards.scryfall.io/large/front/e/1/e162de32-d326-4576-9081-a7b2efd51d46.jpg?1783922326" />
    </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">
                $2.37
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</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-12&quot;:1.68},{&quot;2026-06-13&quot;:1.8},{&quot;2026-06-14&quot;:1.8},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.93},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:1.93},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.92},{&quot;2026-07-05&quot;:1.94},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:1.98},{&quot;2026-07-16&quot;:1.97},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.08},{&quot;2026-08-01&quot;:2.11},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.24},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.32},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.37},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.37},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.37}]}"
        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="103342"
  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-ecl ss-rare 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">
            Twilight Diviner
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elf Cleric
      </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-50 text-badge-text">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.37
          </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="Twilight Diviner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/443b6f30-1493-4d48-93d9-a91e22a7ebb3.jpg?1783904455" />

        <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">
            Twilight Diviner
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Cleric</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="Twilight Diviner" src="https://cards.scryfall.io/large/front/4/4/443b6f30-1493-4d48-93d9-a91e22a7ebb3.jpg?1783904455" />
    </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">
                $2.37
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  7%
                </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">
                $3.01
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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;2026-06-11&quot;:3.47},{&quot;2026-06-12&quot;:3.45},{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.31},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.49},{&quot;2026-06-20&quot;:3.51},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.25},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.13},{&quot;2026-06-29&quot;:3.11},{&quot;2026-06-30&quot;:3.1},{&quot;2026-07-01&quot;:3.09},{&quot;2026-07-02&quot;:3.07},{&quot;2026-07-03&quot;:3.07},{&quot;2026-07-04&quot;:3.07},{&quot;2026-07-05&quot;:2.97},{&quot;2026-07-06&quot;:2.94},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:3.05},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.05},{&quot;2026-07-12&quot;:3.05},{&quot;2026-07-13&quot;:3.08},{&quot;2026-07-14&quot;:3.08},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.2},{&quot;2026-07-17&quot;:3.2},{&quot;2026-07-18&quot;:3.15},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-23&quot;:3.26},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.27},{&quot;2026-07-27&quot;:3.16},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.32},{&quot;2026-08-03&quot;:3.41},{&quot;2026-08-04&quot;:3.38},{&quot;2026-08-05&quot;:3.44},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.51},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.46},{&quot;2026-08-15&quot;:3.46},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.1},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.1},{&quot;2026-08-28&quot;:3.19},{&quot;2026-08-29&quot;:3.19},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.16},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.02},{&quot;2026-09-12&quot;:3.01}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.92},{&quot;2026-06-12&quot;:2.74},{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.58},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.46},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.25},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.02},{&quot;2026-07-09&quot;:2.03},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.21},{&quot;2026-07-20&quot;:2.25},{&quot;2026-07-21&quot;:2.18},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.19},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.67},{&quot;2026-08-01&quot;:2.67},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.41},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.68},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.45},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.27},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.41},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:2.08},{&quot;2026-09-06&quot;:2.21},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.37}]}"
        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="20977"
  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-2x2 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">
            Coldsteel Heart
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Snow 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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              26%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Coldsteel Heart" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b2548ad2-3c62-4ed1-899c-1002b46cdd8f.jpg?1783921794" />

        <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">
            Coldsteel Heart
        </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">Snow Artifact</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="Coldsteel Heart" src="https://cards.scryfall.io/large/front/b/2/b2548ad2-3c62-4ed1-899c-1002b46cdd8f.jpg?1783921794" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  26%
                </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">
                $1.87
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.65},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:1.86},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.86},{&quot;2026-06-27&quot;:1.78},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.83},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.94},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.97},{&quot;2026-07-20&quot;:1.97},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-22&quot;:1.94},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:1.87},{&quot;2026-07-26&quot;:1.87},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-28&quot;:1.87},{&quot;2026-07-29&quot;:1.87},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:1.91},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.87},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.87}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.75},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.7},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.85},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.91},{&quot;2026-06-27&quot;:1.92},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:1.85},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.95},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:2.02},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.01},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-22&quot;:1.92},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-24&quot;:1.85},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:2.05},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.71},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.68},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.49},{&quot;2026-08-31&quot;:1.56},{&quot;2026-09-01&quot;:1.53},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:2.0},{&quot;2026-09-09&quot;:2.03},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.36}]}"
        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="45577"
  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-mom ss-rare 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">
            Dusk Legion Duelist
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Vampire 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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Dusk Legion Duelist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/7305a8d3-5403-4483-92af-863dc91c6084.jpg?1783917064" />

        <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">
            Dusk Legion Duelist
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire Soldier</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="Dusk Legion Duelist" src="https://cards.scryfall.io/large/front/7/3/7305a8d3-5403-4483-92af-863dc91c6084.jpg?1783917064" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </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">
                $2.98
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</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;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.77},{&quot;2026-06-19&quot;:2.84},{&quot;2026-06-20&quot;:2.84},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.83},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.83},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.78},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.78},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.71},{&quot;2026-07-11&quot;:2.71},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.69},{&quot;2026-07-18&quot;:2.71},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.67},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.62},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.65},{&quot;2026-07-28&quot;:2.65},{&quot;2026-07-29&quot;:2.65},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.64},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.63},{&quot;2026-08-17&quot;:2.63},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.83},{&quot;2026-08-21&quot;:2.83},{&quot;2026-08-22&quot;:2.83},{&quot;2026-08-23&quot;:2.83},{&quot;2026-08-24&quot;:2.83},{&quot;2026-08-25&quot;:2.83},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.83},{&quot;2026-09-01&quot;:2.83},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.85},{&quot;2026-09-08&quot;:2.85},{&quot;2026-09-09&quot;:2.85},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.98},{&quot;2026-09-12&quot;:2.98}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.78},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.01},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.74},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.94},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.39},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.15},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.22},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.03},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-22&quot;:2.06},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.11},{&quot;2026-07-25&quot;:2.11},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:1.96},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.12},{&quot;2026-08-12&quot;:2.22},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.03},{&quot;2026-08-17&quot;:2.11},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.11},{&quot;2026-08-20&quot;:2.11},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.31},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.78},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:2.79},{&quot;2026-09-03&quot;:2.62},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.44},{&quot;2026-09-09&quot;:2.54},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.27},{&quot;2026-09-12&quot;:2.36}]}"
        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="74655"
  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-rare 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">
            Fountain Watch
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Fountain Watch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a3900d1-52f3-4a5c-9822-12964de9baef.jpg?1783922353" />

        <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">
            Fountain Watch
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-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="Fountain Watch" src="https://cards.scryfall.io/large/front/7/a/7a3900d1-52f3-4a5c-9822-12964de9baef.jpg?1783922353" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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;:2.12},{&quot;2026-06-14&quot;:2.08},{&quot;2026-06-15&quot;:2.07},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.06},{&quot;2026-06-19&quot;:2.06},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.06},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:1.96},{&quot;2026-06-25&quot;:1.98},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.03},{&quot;2026-07-01&quot;:2.04},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.94},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.94},{&quot;2026-07-08&quot;:1.94},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.9},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.04},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.04},{&quot;2026-07-27&quot;:1.98},{&quot;2026-07-28&quot;:1.98},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.07},{&quot;2026-08-08&quot;:2.07},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.22},{&quot;2026-08-19&quot;:2.22},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.15},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.15},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.36}]}"
        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="80614"
  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-uma 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">
            Golgari Charm
        </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">
              ↓
              18%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Golgari Charm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d467e61-bbec-4cea-bd5d-f10555910c9d.jpg?1783933777" />

        <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">
            Golgari Charm
        </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-b'></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="Golgari Charm" src="https://cards.scryfall.io/large/front/9/d/9d467e61-bbec-4cea-bd5d-f10555910c9d.jpg?1783933777" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  18%
                </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">
                $3.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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</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;2026-06-14&quot;:2.6},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.6},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:2.72},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.73},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.77},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.77},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.77},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.77},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.77},{&quot;2026-07-16&quot;:2.77},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-22&quot;:2.84},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:2.94},{&quot;2026-08-02&quot;:2.94},{&quot;2026-08-03&quot;:2.94},{&quot;2026-08-04&quot;:2.94},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.94},{&quot;2026-08-11&quot;:2.94},{&quot;2026-08-12&quot;:2.94},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:3.01},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.06},{&quot;2026-08-23&quot;:3.06},{&quot;2026-08-24&quot;:3.06},{&quot;2026-08-25&quot;:3.06},{&quot;2026-08-26&quot;:3.06},{&quot;2026-08-27&quot;:3.06},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.12},{&quot;2026-09-01&quot;:3.12},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.08},{&quot;2026-09-11&quot;:3.08},{&quot;2026-09-12&quot;:3.11}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.2},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.24},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.25},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.48},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.71},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.63},{&quot;2026-07-12&quot;:1.63},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-22&quot;:1.64},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.5},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.67},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.72},{&quot;2026-08-07&quot;:1.72},{&quot;2026-08-08&quot;:1.72},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.72},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.74},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:2.04},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.84},{&quot;2026-08-29&quot;:2.84},{&quot;2026-08-30&quot;:2.99},{&quot;2026-08-31&quot;:2.89},{&quot;2026-09-01&quot;:2.84},{&quot;2026-09-02&quot;:2.79},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.82},{&quot;2026-09-05&quot;:2.82},{&quot;2026-09-06&quot;:2.87},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.73},{&quot;2026-09-11&quot;:2.72},{&quot;2026-09-12&quot;:2.36}]}"
        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="87644"
  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">
            Venom Sliver
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Sliver
      </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Venom Sliver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/115537f3-0e1d-4c92-b496-8e6aabba15ca.jpg?1783931786" />

        <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">
            Venom Sliver
        </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 — Sliver</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="Venom Sliver" src="https://cards.scryfall.io/large/front/1/1/115537f3-0e1d-4c92-b496-8e6aabba15ca.jpg?1783931786" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</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;:1.56},{&quot;2026-06-12&quot;:1.56},{&quot;2026-06-13&quot;:1.64},{&quot;2026-06-14&quot;:1.64},{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.67},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.78},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.8},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.8},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.84},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-29&quot;:2.0},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.28},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.25},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.34},{&quot;2026-08-11&quot;:2.43},{&quot;2026-08-12&quot;:2.43},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.43},{&quot;2026-08-16&quot;:2.43},{&quot;2026-08-17&quot;:2.43},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.43},{&quot;2026-08-22&quot;:2.43},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.39},{&quot;2026-08-25&quot;:2.39},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.4},{&quot;2026-08-31&quot;:2.38},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.37},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.36}]}"
        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="96639"
  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-eoc 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">
            Great Furnace
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Land
      </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">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.36
          </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="Great Furnace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/74c5bb44-d72c-4c1a-a38f-86b4a8f49ae1.jpg?1783906013" />

        <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">
            Great Furnace
        </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 Land</span>
        </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="Great Furnace" src="https://cards.scryfall.io/large/front/7/4/74c5bb44-d72c-4c1a-a38f-86b4a8f49ae1.jpg?1783906013" />
    </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">
                $2.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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-14&quot;:2.27},{&quot;2026-06-15&quot;:2.26},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.09},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:2.02},{&quot;2026-06-22&quot;:2.02},{&quot;2026-06-23&quot;:1.99},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.99},{&quot;2026-06-26&quot;:1.98},{&quot;2026-06-27&quot;:1.96},{&quot;2026-06-28&quot;:1.97},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.15},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.13},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.17},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.13},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.22},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-22&quot;:2.33},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-24&quot;:2.23},{&quot;2026-07-25&quot;:2.25},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.35},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.39},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.39},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.35},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.36},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.47},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.35},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.35},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.36}]}"
        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="108015"
  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-tmt ss-rare 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">
            South Wind Avatar
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Snake Spirit Avatar
      </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-50 text-badge-text">
              ↑
              34%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.81
          </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="South Wind Avatar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/1/c17bc07c-7147-4c84-aa0b-8a0865fba94e.jpg?1783904101" />

        <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">
            South Wind Avatar
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Snake Spirit Avatar</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-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="South Wind Avatar" src="https://cards.scryfall.io/large/front/c/1/c17bc07c-7147-4c84-aa0b-8a0865fba94e.jpg?1783904101" />
    </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-nine-white">
            1
          </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">
                $1.81
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  34%
                </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">
                $2.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  9%
                </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</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;2026-06-11&quot;:2.21},{&quot;2026-06-12&quot;:2.5},{&quot;2026-06-13&quot;:2.52},{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.94},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:3.08},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.96},{&quot;2026-06-21&quot;:2.98},{&quot;2026-06-22&quot;:2.98},{&quot;2026-06-23&quot;:2.94},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.3},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.37},{&quot;2026-07-18&quot;:2.43},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.53},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.44},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.22},{&quot;2026-08-01&quot;:2.22},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.3},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.3},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.3},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.21},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.33},{&quot;2026-08-25&quot;:2.33},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.25},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.38},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.1},{&quot;2026-06-12&quot;:2.39},{&quot;2026-06-13&quot;:2.48},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.36},{&quot;2026-06-24&quot;:2.12},{&quot;2026-06-25&quot;:2.2},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.21},{&quot;2026-06-28&quot;:2.12},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.97},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.18},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.02},{&quot;2026-07-08&quot;:2.06},{&quot;2026-07-09&quot;:2.11},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.24},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.35},{&quot;2026-07-14&quot;:2.23},{&quot;2026-07-15&quot;:2.39},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-29&quot;:1.94},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.86},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.8},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.8},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:2.15},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.51},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.81}]}"
        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="1856"
  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-all ss-rare 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">
            Nature&#39;s Wrath
        </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">
            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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Nature&#39;s Wrath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/450759f0-5d60-4f05-9011-b0b66dbb06a7.jpg?1783947169" />

        <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">
            Nature&#39;s Wrath
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-4'></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="Nature&#39;s Wrath" src="https://cards.scryfall.io/large/front/4/5/450759f0-5d60-4f05-9011-b0b66dbb06a7.jpg?1783947169" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </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.70</span>
              <span class="text-xs text-grey-text">Credit: $0.91</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;:2.85},{&quot;2026-06-12&quot;:2.85},{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.85},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-23&quot;:2.85},{&quot;2026-06-24&quot;:2.85},{&quot;2026-06-25&quot;:2.85},{&quot;2026-06-26&quot;:2.85},{&quot;2026-06-27&quot;:2.85},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.85},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.63},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.36},{&quot;2026-07-13&quot;:2.36},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.36},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.36},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.47},{&quot;2026-08-04&quot;:2.47},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.43},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.33},{&quot;2026-08-31&quot;:2.33},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.33},{&quot;2026-09-03&quot;:2.33},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.35},{&quot;2026-09-09&quot;:2.35},{&quot;2026-09-10&quot;:2.35},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.35}]}"
        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="9285"
  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-c18 ss-rare 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">
            Ravenous Slime
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Ooze
      </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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Ravenous Slime" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/528d8f5e-2d58-4526-875b-21d199267210.jpg?1783934331" />

        <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">
            Ravenous Slime
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Ooze</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"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ravenous Slime" src="https://cards.scryfall.io/large/front/5/2/528d8f5e-2d58-4526-875b-21d199267210.jpg?1783934331" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</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-14&quot;:2.15},{&quot;2026-06-15&quot;:2.15},{&quot;2026-06-16&quot;:2.1},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.02},{&quot;2026-06-22&quot;:2.02},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.88},{&quot;2026-06-25&quot;:1.88},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.85},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.87},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-22&quot;:1.87},{&quot;2026-07-23&quot;:1.87},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.86},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-28&quot;:1.86},{&quot;2026-07-29&quot;:1.86},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.85},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.35},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.48},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.5},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.31},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.35}]}"
        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="12530"
  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-cmr ss-rare 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">
            Sram, Senior Edificer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Dwarf Advisor
      </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-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Sram, Senior Edificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1ab1ef1-f4e8-461e-801a-a498e4946fa1.jpg?1783928726" />

        <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">
            Sram, Senior Edificer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Dwarf Advisor</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="Sram, Senior Edificer" src="https://cards.scryfall.io/large/front/e/1/e1ab1ef1-f4e8-461e-801a-a498e4946fa1.jpg?1783928726" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </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.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</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;:2.77},{&quot;2026-06-11&quot;:2.77},{&quot;2026-06-12&quot;:2.77},{&quot;2026-06-13&quot;:2.67},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.64},{&quot;2026-06-16&quot;:2.6},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.53},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.57},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.49},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.44},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.4},{&quot;2026-06-28&quot;:2.37},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.1},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.02},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.96},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:2.0},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.53},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.65},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.53},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.76},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:2.0},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.17},{&quot;2026-09-03&quot;:2.17},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.23},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.26},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.29},{&quot;2026-09-12&quot;:2.35}]}"
        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="14359"
  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-clb 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">
            Drown in the Loch
        </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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Drown in the Loch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eb7b9762-740b-4c1c-a411-20dbf023aea5.jpg?1783922399" />

        <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">
            Drown in the Loch
        </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-u'></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="Drown in the Loch" src="https://cards.scryfall.io/large/front/e/b/eb7b9762-740b-4c1c-a411-20dbf023aea5.jpg?1783922399" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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">$1.25</span>
              <span class="text-xs text-grey-text">Credit: $1.63</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;:1.41},{&quot;2026-06-11&quot;:1.43},{&quot;2026-06-12&quot;:1.44},{&quot;2026-06-13&quot;:1.45},{&quot;2026-06-14&quot;:1.45},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.45},{&quot;2026-06-17&quot;:1.45},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:3.0},{&quot;2026-06-30&quot;:4.14},{&quot;2026-07-01&quot;:3.96},{&quot;2026-07-02&quot;:3.96},{&quot;2026-07-03&quot;:3.96},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:5.31},{&quot;2026-07-07&quot;:5.86},{&quot;2026-07-08&quot;:5.91},{&quot;2026-07-09&quot;:5.91},{&quot;2026-07-10&quot;:5.84},{&quot;2026-07-11&quot;:5.84},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.85},{&quot;2026-07-14&quot;:5.85},{&quot;2026-07-15&quot;:5.83},{&quot;2026-07-16&quot;:5.83},{&quot;2026-07-17&quot;:5.83},{&quot;2026-07-18&quot;:5.83},{&quot;2026-07-19&quot;:5.94},{&quot;2026-07-20&quot;:5.94},{&quot;2026-07-21&quot;:5.94},{&quot;2026-07-23&quot;:5.94},{&quot;2026-07-25&quot;:5.94},{&quot;2026-07-26&quot;:5.76},{&quot;2026-07-27&quot;:5.89},{&quot;2026-07-29&quot;:5.89},{&quot;2026-07-30&quot;:5.89},{&quot;2026-07-31&quot;:5.89},{&quot;2026-08-01&quot;:5.97},{&quot;2026-08-02&quot;:5.97},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:5.94},{&quot;2026-08-05&quot;:5.94},{&quot;2026-08-07&quot;:5.81},{&quot;2026-08-08&quot;:5.28},{&quot;2026-08-09&quot;:5.28},{&quot;2026-08-10&quot;:5.28},{&quot;2026-08-11&quot;:5.28},{&quot;2026-08-12&quot;:5.28},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:4.79},{&quot;2026-08-15&quot;:4.71},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.58},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.7},{&quot;2026-08-20&quot;:4.7},{&quot;2026-08-21&quot;:4.63},{&quot;2026-08-22&quot;:3.85},{&quot;2026-08-23&quot;:3.66},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&quot;2026-08-30&quot;:3.69},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.3},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.35},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.35}]}"
        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="51472"
  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-mul ss-rare 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">
            Sram, Senior Edificer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Dwarf Advisor
      </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Sram, Senior Edificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cb7eb35d-2684-40f7-b678-0d9a180c955a.jpg?1783916877" />

        <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">
            Sram, Senior Edificer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Dwarf Advisor</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="Sram, Senior Edificer" src="https://cards.scryfall.io/large/front/c/b/cb7eb35d-2684-40f7-b678-0d9a180c955a.jpg?1783916877" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </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">
                $2.88
              </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.23},{&quot;2026-06-17&quot;:3.23},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.08},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.14},{&quot;2026-06-23&quot;:3.14},{&quot;2026-06-24&quot;:3.14},{&quot;2026-06-25&quot;:3.14},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.13},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.07},{&quot;2026-07-01&quot;:2.99},{&quot;2026-07-02&quot;:2.98},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.79},{&quot;2026-07-07&quot;:2.79},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.87},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.87},{&quot;2026-07-14&quot;:2.87},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.87},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.81},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-22&quot;:2.79},{&quot;2026-07-23&quot;:2.79},{&quot;2026-07-24&quot;:2.79},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.67},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.76},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.84},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.79},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.88},{&quot;2026-08-16&quot;:2.94},{&quot;2026-08-17&quot;:2.94},{&quot;2026-08-18&quot;:3.03},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.98},{&quot;2026-08-24&quot;:2.89},{&quot;2026-08-25&quot;:2.83},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.81},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.72},{&quot;2026-09-09&quot;:2.68},{&quot;2026-09-10&quot;:2.72},{&quot;2026-09-11&quot;:2.88},{&quot;2026-09-12&quot;:2.88}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.22},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:2.0},{&quot;2026-06-30&quot;:1.97},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.77},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.75},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.86},{&quot;2026-07-22&quot;:1.92},{&quot;2026-07-23&quot;:1.92},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-28&quot;:1.96},{&quot;2026-07-29&quot;:1.92},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.72},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.91},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.09},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.34},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.48},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.42},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.35}]}"
        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="77938"
  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-eld ss-rare 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">
            Return of the Wildspeaker
        </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-50 text-badge-text">
              ↑
              19%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Return of the Wildspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b88a4943-bd1b-4d10-9cd3-b2ab91b25c10.jpg?1783932604" />

        <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">
            Return of the Wildspeaker
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-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="Return of the Wildspeaker" src="https://cards.scryfall.io/large/front/b/8/b88a4943-bd1b-4d10-9cd3-b2ab91b25c10.jpg?1783932604" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  19%
                </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">
                $4.90
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </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">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</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;2026-06-14&quot;:3.35},{&quot;2026-06-15&quot;:3.35},{&quot;2026-06-16&quot;:3.33},{&quot;2026-06-17&quot;:3.33},{&quot;2026-06-18&quot;:3.33},{&quot;2026-06-19&quot;:3.33},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.39},{&quot;2026-06-27&quot;:3.39},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.45},{&quot;2026-07-03&quot;:3.45},{&quot;2026-07-04&quot;:3.45},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.45},{&quot;2026-07-07&quot;:3.45},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.45},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.54},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.6},{&quot;2026-07-21&quot;:3.65},{&quot;2026-07-22&quot;:3.65},{&quot;2026-07-23&quot;:3.71},{&quot;2026-07-24&quot;:3.71},{&quot;2026-07-25&quot;:3.71},{&quot;2026-07-26&quot;:3.71},{&quot;2026-07-27&quot;:3.71},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:4.37},{&quot;2026-07-31&quot;:4.37},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.43},{&quot;2026-08-03&quot;:4.43},{&quot;2026-08-04&quot;:4.57},{&quot;2026-08-05&quot;:4.57},{&quot;2026-08-07&quot;:4.57},{&quot;2026-08-08&quot;:4.57},{&quot;2026-08-09&quot;:4.57},{&quot;2026-08-10&quot;:4.57},{&quot;2026-08-11&quot;:4.57},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.71},{&quot;2026-08-14&quot;:4.71},{&quot;2026-08-15&quot;:4.71},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.71},{&quot;2026-08-18&quot;:4.71},{&quot;2026-08-19&quot;:4.71},{&quot;2026-08-20&quot;:4.71},{&quot;2026-08-21&quot;:4.79},{&quot;2026-08-22&quot;:4.79},{&quot;2026-08-23&quot;:4.79},{&quot;2026-08-24&quot;:4.79},{&quot;2026-08-25&quot;:4.79},{&quot;2026-08-26&quot;:4.79},{&quot;2026-08-27&quot;:4.79},{&quot;2026-08-28&quot;:4.79},{&quot;2026-08-29&quot;:4.79},{&quot;2026-08-30&quot;:4.73},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.73},{&quot;2026-09-04&quot;:4.73},{&quot;2026-09-05&quot;:4.73},{&quot;2026-09-06&quot;:4.73},{&quot;2026-09-07&quot;:4.73},{&quot;2026-09-08&quot;:4.73},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.9},{&quot;2026-09-12&quot;:4.9}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.66},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.8},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.58},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.35},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.26},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-22&quot;:2.37},{&quot;2026-07-23&quot;:2.21},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:1.97},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.63},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.57},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.61},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.92},{&quot;2026-08-21&quot;:3.04},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.79},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:2.0},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.35}]}"
        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="93329"
  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-tdm ss-rare 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">
            Dragonfire Blade
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact — Equipment
      </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Dragonfire Blade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/031afea3-fbfb-4663-a8cc-9b7eb7b16020.jpg?1743204949" />

        <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">
            Dragonfire Blade
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact — Equipment</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>
          </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="Dragonfire Blade" src="https://cards.scryfall.io/large/front/0/3/031afea3-fbfb-4663-a8cc-9b7eb7b16020.jpg?1743204949" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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">
                $2.64
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </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">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</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;2026-06-14&quot;:2.34},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.3},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.25},{&quot;2026-06-23&quot;:2.13},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.12},{&quot;2026-06-27&quot;:2.12},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.02},{&quot;2026-06-30&quot;:2.02},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.99},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.97},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-22&quot;:2.13},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-24&quot;:2.13},{&quot;2026-07-25&quot;:2.17},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.34},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.15},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.24},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.57},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.75},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.75},{&quot;2026-08-29&quot;:2.75},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.7},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.73},{&quot;2026-09-04&quot;:2.73},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.64},{&quot;2026-09-12&quot;:2.64}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.14},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.5},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-23&quot;:1.46},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.48},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.75},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:2.06},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-24&quot;:2.25},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.89},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.83},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.2},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:1.88},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.71},{&quot;2026-08-29&quot;:1.71},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.54},{&quot;2026-09-12&quot;:2.35}]}"
        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="96538"
  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-eoc ss-rare 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">
            Phyrexian Metamorph
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Phyrexian Shapeshifter
      </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.35
          </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="Phyrexian Metamorph" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a564c2e8-f49f-4ed7-850f-7c8bc92e4926.jpg?1783906041" />

        <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">
            Phyrexian Metamorph
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Shapeshifter</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-up'></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="Phyrexian Metamorph" src="https://cards.scryfall.io/large/front/a/5/a564c2e8-f49f-4ed7-850f-7c8bc92e4926.jpg?1783906041" />
    </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">
                $2.35
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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-14&quot;:2.25},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:2.01},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.91},{&quot;2026-07-02&quot;:2.13},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.33},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.12},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.39},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.32},{&quot;2026-07-18&quot;:2.34},{&quot;2026-07-19&quot;:2.45},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.35},{&quot;2026-07-22&quot;:2.34},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-24&quot;:2.21},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.26},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.49},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.33},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.48},{&quot;2026-09-07&quot;:2.38},{&quot;2026-09-08&quot;:2.35},{&quot;2026-09-09&quot;:2.33},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.35}]}"
        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="12599"
  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-cmr ss-rare 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">
            Whelming Wave
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.34
          </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="Whelming Wave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/ddb863a0-3ff8-42a3-a151-4ea9aa433336.jpg?1783928715" />

        <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">
            Whelming Wave
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-u'></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="Whelming Wave" src="https://cards.scryfall.io/large/front/d/d/ddb863a0-3ff8-42a3-a151-4ea9aa433336.jpg?1783928715" />
    </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">
                $2.34
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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-14&quot;:1.16},{&quot;2026-06-15&quot;:1.16},{&quot;2026-06-16&quot;:1.16},{&quot;2026-06-17&quot;:1.15},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.16},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.16},{&quot;2026-06-22&quot;:1.16},{&quot;2026-06-23&quot;:1.16},{&quot;2026-06-24&quot;:1.16},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.08},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.05},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.1},{&quot;2026-07-12&quot;:1.1},{&quot;2026-07-13&quot;:1.07},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:0.93},{&quot;2026-07-16&quot;:1.01},{&quot;2026-07-17&quot;:1.02},{&quot;2026-07-18&quot;:1.1},{&quot;2026-07-19&quot;:1.07},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.17},{&quot;2026-07-22&quot;:1.19},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.19},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.19},{&quot;2026-07-27&quot;:1.16},{&quot;2026-07-28&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.18},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.44},{&quot;2026-08-12&quot;:1.44},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.72},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.21},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.25},{&quot;2026-08-28&quot;:2.36},{&quot;2026-08-29&quot;:2.36},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.19},{&quot;2026-09-03&quot;:2.34},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.34}]}"
        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="16469"
  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-voc 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">
            Arcane Denial
        </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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.34
          </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="Arcane Denial" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/247e08a1-b9ce-4312-aec4-626992933038.jpg?1783924967" />

        <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">
            Arcane Denial
        </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-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="Arcane Denial" src="https://cards.scryfall.io/large/front/2/4/247e08a1-b9ce-4312-aec4-626992933038.jpg?1783924967" />
    </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">
                $2.34
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</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;:2.52},{&quot;2026-06-11&quot;:2.56},{&quot;2026-06-12&quot;:2.56},{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.56},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.64},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.81},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.84},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:2.9},{&quot;2026-07-15&quot;:2.94},{&quot;2026-07-16&quot;:2.93},{&quot;2026-07-17&quot;:2.91},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.75},{&quot;2026-07-21&quot;:2.64},{&quot;2026-07-23&quot;:2.64},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.65},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.48},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.42},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.78},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.77},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.77},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.71},{&quot;2026-08-16&quot;:2.69},{&quot;2026-08-17&quot;:2.69},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.62},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.4},{&quot;2026-08-29&quot;:2.4},{&quot;2026-08-30&quot;:2.4},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.31},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.34}]}"
        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="28548"
  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-afc 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">
            Brainstorm
        </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-50 text-badge-text">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.34
          </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="Brainstorm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48070245-1370-4cf1-be15-d4e8a8b92ba8.jpg?1783926225" />

        <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">
            Brainstorm
        </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-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="Brainstorm" src="https://cards.scryfall.io/large/front/4/8/48070245-1370-4cf1-be15-d4e8a8b92ba8.jpg?1783926225" />
    </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">
                $2.34
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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-14&quot;:2.24},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.18},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-23&quot;:2.18},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.29},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.29},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.3},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.41},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.38},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.42},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.4},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.48},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-22&quot;:2.39},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-24&quot;:2.39},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.4},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.39},{&quot;2026-08-03&quot;:2.42},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.45},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.42},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.33},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.24},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.34}]}"
        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="73002"
  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-brr 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">
            Mishra&#39;s Bauble
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.34
          </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="Mishra&#39;s Bauble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b02452bb-a049-4e86-ba2c-135803caa03d.jpg?1783919786" />

        <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">
            Mishra&#39;s Bauble
        </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</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-0'></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="Mishra&#39;s Bauble" src="https://cards.scryfall.io/large/front/b/0/b02452bb-a049-4e86-ba2c-135803caa03d.jpg?1783919786" />
    </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">
                $2.34
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </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">
                $3.10
              </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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;2026-06-14&quot;:3.2},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.28},{&quot;2026-06-18&quot;:3.32},{&quot;2026-06-19&quot;:3.32},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-23&quot;:3.17},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.04},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.04},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.04},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:2.98},{&quot;2026-07-07&quot;:3.12},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.09},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.91},{&quot;2026-07-18&quot;:3.01},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-22&quot;:2.91},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.97},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.95},{&quot;2026-07-28&quot;:2.91},{&quot;2026-07-29&quot;:2.95},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:3.06},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.02},{&quot;2026-08-08&quot;:3.01},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:3.02},{&quot;2026-08-13&quot;:3.02},{&quot;2026-08-14&quot;:3.02},{&quot;2026-08-15&quot;:3.02},{&quot;2026-08-16&quot;:3.04},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.05},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.08},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.0},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:3.03},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1},{&quot;2026-09-12&quot;:3.1}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.44},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.19},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.43},{&quot;2026-07-08&quot;:2.46},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.48},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:2.12},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.6},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.71},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.41},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.34}]}"
        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="73219"
  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-bro ss-rare 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">
            Gixian Puppeteer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Phyrexian Warlock
      </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">
            $2.33
          </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="Gixian Puppeteer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a114052-6cd1-4f88-ab5a-0828f7fd3bf2.jpg?1783919980" />

        <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">
            Gixian Puppeteer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Phyrexian Warlock</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-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="Gixian Puppeteer" src="https://cards.scryfall.io/large/front/5/a/5a114052-6cd1-4f88-ab5a-0828f7fd3bf2.jpg?1783919980" />
    </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-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</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">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">
                $1.95
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </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">
                $2.33
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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;2026-06-13&quot;:2.7},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.57},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.57},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.57},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.6},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.69},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.69},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.55},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.55},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.55},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.32},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.31},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.28},{&quot;2026-08-19&quot;:2.28},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.31},{&quot;2026-08-25&quot;:2.31},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.33},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.33}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.21},{&quot;2026-06-14&quot;:2.21},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.21},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.15},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.09},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.08},{&quot;2026-07-17&quot;:2.08},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.1},{&quot;2026-07-21&quot;:2.1},{&quot;2026-07-23&quot;:2.08},{&quot;2026-07-24&quot;:2.08},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.16},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.16},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:2.1},{&quot;2026-08-04&quot;:2.1},{&quot;2026-08-05&quot;:2.1},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:1.92},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.9},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.02},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:2.02},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:1.98},{&quot;2026-09-07&quot;:1.98},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.95}]}"
        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="76738"
  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-ths ss-mythic 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">
            Ashiok, Nightmare Weaver
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Ashiok
      </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.33
          </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="Ashiok, Nightmare Weaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/599c3c9f-dfb7-4357-9d9c-9a1a4616b103.jpg?1783939731" />

        <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">
            Ashiok, Nightmare Weaver
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Ashiok</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><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="Ashiok, Nightmare Weaver" src="https://cards.scryfall.io/large/front/5/9/599c3c9f-dfb7-4357-9d9c-9a1a4616b103.jpg?1783939731" />
    </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">
                $2.33
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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">
                $9.65
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </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.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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;2026-06-12&quot;:8.65},{&quot;2026-06-13&quot;:8.82},{&quot;2026-06-14&quot;:8.92},{&quot;2026-06-15&quot;:8.92},{&quot;2026-06-16&quot;:8.92},{&quot;2026-06-17&quot;:8.92},{&quot;2026-06-18&quot;:8.92},{&quot;2026-06-19&quot;:8.92},{&quot;2026-06-20&quot;:8.92},{&quot;2026-06-21&quot;:8.92},{&quot;2026-06-22&quot;:8.98},{&quot;2026-06-23&quot;:9.01},{&quot;2026-06-24&quot;:9.02},{&quot;2026-06-25&quot;:9.02},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:9.02},{&quot;2026-06-28&quot;:9.02},{&quot;2026-06-29&quot;:9.02},{&quot;2026-06-30&quot;:9.02},{&quot;2026-07-01&quot;:9.02},{&quot;2026-07-02&quot;:9.02},{&quot;2026-07-03&quot;:9.02},{&quot;2026-07-04&quot;:9.02},{&quot;2026-07-05&quot;:9.02},{&quot;2026-07-06&quot;:9.02},{&quot;2026-07-07&quot;:9.02},{&quot;2026-07-08&quot;:9.02},{&quot;2026-07-09&quot;:9.02},{&quot;2026-07-10&quot;:9.02},{&quot;2026-07-11&quot;:9.02},{&quot;2026-07-12&quot;:9.02},{&quot;2026-07-13&quot;:9.02},{&quot;2026-07-14&quot;:9.02},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:8.98},{&quot;2026-07-18&quot;:8.98},{&quot;2026-07-19&quot;:8.98},{&quot;2026-07-20&quot;:8.98},{&quot;2026-07-21&quot;:8.98},{&quot;2026-07-23&quot;:8.98},{&quot;2026-07-25&quot;:8.98},{&quot;2026-07-26&quot;:8.98},{&quot;2026-07-27&quot;:8.98},{&quot;2026-07-28&quot;:8.98},{&quot;2026-07-29&quot;:8.98},{&quot;2026-07-30&quot;:8.98},{&quot;2026-07-31&quot;:8.98},{&quot;2026-08-01&quot;:8.98},{&quot;2026-08-02&quot;:8.98},{&quot;2026-08-03&quot;:9.06},{&quot;2026-08-04&quot;:9.16},{&quot;2026-08-05&quot;:9.16},{&quot;2026-08-07&quot;:9.16},{&quot;2026-08-08&quot;:9.16},{&quot;2026-08-09&quot;:9.34},{&quot;2026-08-10&quot;:9.34},{&quot;2026-08-11&quot;:9.34},{&quot;2026-08-12&quot;:9.34},{&quot;2026-08-13&quot;:9.38},{&quot;2026-08-14&quot;:9.38},{&quot;2026-08-15&quot;:9.38},{&quot;2026-08-16&quot;:9.38},{&quot;2026-08-17&quot;:9.38},{&quot;2026-08-18&quot;:9.38},{&quot;2026-08-19&quot;:9.38},{&quot;2026-08-20&quot;:9.38},{&quot;2026-08-21&quot;:9.38},{&quot;2026-08-22&quot;:9.38},{&quot;2026-08-23&quot;:9.42},{&quot;2026-08-24&quot;:9.42},{&quot;2026-08-25&quot;:9.42},{&quot;2026-08-26&quot;:9.42},{&quot;2026-08-27&quot;:9.42},{&quot;2026-08-28&quot;:9.46},{&quot;2026-08-29&quot;:9.46},{&quot;2026-08-30&quot;:9.46},{&quot;2026-08-31&quot;:9.46},{&quot;2026-09-01&quot;:9.46},{&quot;2026-09-02&quot;:9.46},{&quot;2026-09-03&quot;:9.46},{&quot;2026-09-04&quot;:9.46},{&quot;2026-09-05&quot;:9.46},{&quot;2026-09-06&quot;:9.58},{&quot;2026-09-07&quot;:9.58},{&quot;2026-09-08&quot;:9.58},{&quot;2026-09-09&quot;:9.58},{&quot;2026-09-10&quot;:9.65},{&quot;2026-09-11&quot;:9.65},{&quot;2026-09-12&quot;:9.65}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.54},{&quot;2026-06-13&quot;:1.54},{&quot;2026-06-14&quot;:1.55},{&quot;2026-06-15&quot;:1.54},{&quot;2026-06-16&quot;:1.54},{&quot;2026-06-17&quot;:1.54},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.48},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.5},{&quot;2026-06-28&quot;:1.5},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.5},{&quot;2026-07-02&quot;:1.51},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.53},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.51},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.5},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.49},{&quot;2026-07-23&quot;:1.48},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.41},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.43},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.48},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.53},{&quot;2026-08-25&quot;:1.53},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.6},{&quot;2026-08-29&quot;:1.6},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.59},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:2.29},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.35},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.33}]}"
        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="79683"
  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-rare 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">
            Chaos Warp
        </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">
              ↓
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.33
          </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="Chaos Warp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/1/c1beb0d6-5e8e-4809-8eae-63d31f5799d8.jpg?1783915351" />

        <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">
            Chaos Warp
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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="Chaos Warp" src="https://cards.scryfall.io/large/front/c/1/c1beb0d6-5e8e-4809-8eae-63d31f5799d8.jpg?1783915351" />
    </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">
                $2.33
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  9%
                </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">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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-14&quot;:2.98},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:2.98},{&quot;2026-06-22&quot;:2.98},{&quot;2026-06-23&quot;:2.98},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.82},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.82},{&quot;2026-07-04&quot;:2.82},{&quot;2026-07-05&quot;:2.82},{&quot;2026-07-06&quot;:2.82},{&quot;2026-07-07&quot;:2.82},{&quot;2026-07-08&quot;:2.82},{&quot;2026-07-09&quot;:2.82},{&quot;2026-07-10&quot;:2.82},{&quot;2026-07-11&quot;:2.82},{&quot;2026-07-12&quot;:2.82},{&quot;2026-07-13&quot;:2.82},{&quot;2026-07-14&quot;:2.82},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.82},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.63},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-22&quot;:2.79},{&quot;2026-07-23&quot;:2.79},{&quot;2026-07-24&quot;:2.79},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.77},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.77},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:2.77},{&quot;2026-08-01&quot;:2.77},{&quot;2026-08-02&quot;:2.77},{&quot;2026-08-03&quot;:2.77},{&quot;2026-08-04&quot;:2.77},{&quot;2026-08-05&quot;:2.77},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.74},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.55},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.55},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.55},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.33}]}"
        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="98334"
  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-tla ss-rare 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">
            The Last Agni Kai
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.33
          </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="The Last Agni Kai" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/61eaebc6-7575-48ed-b212-ff8b0c7ae694.jpg?1783904955" />

        <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">
            The Last Agni Kai
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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="The Last Agni Kai" src="https://cards.scryfall.io/large/front/6/1/61eaebc6-7575-48ed-b212-ff8b0c7ae694.jpg?1783904955" />
    </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">
                $2.33
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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">
                $3.40
              </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-12&quot;:2.5},{&quot;2026-06-13&quot;:2.52},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.45},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.58},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.5},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.55},{&quot;2026-07-11&quot;:2.54},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.73},{&quot;2026-07-16&quot;:2.74},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.9},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-25&quot;:2.8},{&quot;2026-07-26&quot;:2.57},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.39},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.35},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.27},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.2},{&quot;2026-08-17&quot;:3.14},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:3.27},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.35},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.57},{&quot;2026-09-03&quot;:3.46},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.4},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.42},{&quot;2026-09-11&quot;:3.42},{&quot;2026-09-12&quot;:3.4}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.57},{&quot;2026-06-13&quot;:1.43},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.45},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.96},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.76},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:2.21},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:1.88},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.57},{&quot;2026-09-12&quot;:2.33}]}"
        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="9467"
  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-c18 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">
            Ponder
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Ponder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91382955-bcfc-4fb6-8cce-dc107e5b4c32.jpg?1783934309" />

        <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">
            Ponder
        </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-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="Ponder" src="https://cards.scryfall.io/large/front/9/1/91382955-bcfc-4fb6-8cce-dc107e5b4c32.jpg?1783934309" />
    </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">
                $2.32
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</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-14&quot;:1.77},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.8},{&quot;2026-06-24&quot;:1.8},{&quot;2026-06-25&quot;:1.8},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.8},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.81},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-24&quot;:1.88},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.88},{&quot;2026-07-28&quot;:1.88},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.22},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.23},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.25},{&quot;2026-09-04&quot;:2.25},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.32}]}"
        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="20334"
  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-2x2 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">
            Shadowborn Apostle
        </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">
            4 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-50 text-badge-text">
              ↑
              23%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Shadowborn Apostle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/ae7ba1de-48f9-423b-867a-22bd3f6c06c2.jpg?1783921899" />

        <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">
            Shadowborn Apostle
        </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-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="Shadowborn Apostle" src="https://cards.scryfall.io/large/front/a/e/ae7ba1de-48f9-423b-867a-22bd3f6c06c2.jpg?1783921899" />
    </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">
            4
          </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">
                $2.32
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  23%
                </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">
                $2.51
              </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">$1.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</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;2026-06-12&quot;:2.12},{&quot;2026-06-13&quot;:2.07},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.06},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.06},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.88},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.68},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.72},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.72},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-28&quot;:1.72},{&quot;2026-07-29&quot;:1.72},{&quot;2026-07-30&quot;:1.74},{&quot;2026-07-31&quot;:1.75},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.75},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.14},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.3},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.51}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.19},{&quot;2026-06-13&quot;:1.75},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.92},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:1.87},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.57},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.44},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.47},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.58},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.49},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.48},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.58},{&quot;2026-08-09&quot;:1.58},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.55},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.43},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.8},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.85},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.88},{&quot;2026-09-08&quot;:2.13},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.32}]}"
        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="20590"
  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-2x2 ss-rare 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">
            Assassin&#39;s Trophy
        </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">
            $2.32
          </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="Assassin&#39;s Trophy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/aeb63464-d06b-4626-a57a-1e393ef04a58.jpg?1783921857" />

        <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">
            Assassin&#39;s Trophy
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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><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="Assassin&#39;s Trophy" src="https://cards.scryfall.io/large/front/a/e/aeb63464-d06b-4626-a57a-1e393ef04a58.jpg?1783921857" />
    </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">
                $2.32
              </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">
                $3.65
              </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.01},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:3.69},{&quot;2026-06-23&quot;:3.69},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.69},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.71},{&quot;2026-06-29&quot;:3.71},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.84},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.8},{&quot;2026-07-05&quot;:3.77},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.76},{&quot;2026-07-08&quot;:3.76},{&quot;2026-07-09&quot;:3.76},{&quot;2026-07-10&quot;:3.76},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.75},{&quot;2026-07-17&quot;:3.63},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.63},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-22&quot;:3.63},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.62},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.65},{&quot;2026-07-31&quot;:3.65},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.64},{&quot;2026-08-03&quot;:3.64},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.64},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.64},{&quot;2026-08-12&quot;:3.64},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.64},{&quot;2026-08-17&quot;:3.65},{&quot;2026-08-18&quot;:3.65},{&quot;2026-08-19&quot;:3.62},{&quot;2026-08-20&quot;:3.62},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.62},{&quot;2026-08-28&quot;:3.62},{&quot;2026-08-29&quot;:3.62},{&quot;2026-08-30&quot;:3.64},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.64},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.65},{&quot;2026-09-07&quot;:3.65},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.65},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.65},{&quot;2026-09-12&quot;:3.65}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.7},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.73},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.73},{&quot;2026-06-23&quot;:2.73},{&quot;2026-06-24&quot;:2.73},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.8},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.8},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.8},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.8},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.8},{&quot;2026-07-19&quot;:2.8},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.8},{&quot;2026-07-22&quot;:2.8},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.65},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.54},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.49},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.33},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.32}]}"
        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="20909"
  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-2x2 ss-rare 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">
            Supreme Verdict
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Supreme Verdict" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/0/20b5fe42-929c-406d-9377-40b49f9d2e2c.jpg?1783921802" />

        <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">
            Supreme Verdict
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-1'></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><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="Supreme Verdict" src="https://cards.scryfall.io/large/front/2/0/20b5fe42-929c-406d-9377-40b49f9d2e2c.jpg?1783921802" />
    </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">
                $2.32
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </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">
                $3.12
              </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-14&quot;:3.51},{&quot;2026-06-15&quot;:3.52},{&quot;2026-06-16&quot;:3.52},{&quot;2026-06-17&quot;:3.52},{&quot;2026-06-18&quot;:3.52},{&quot;2026-06-19&quot;:3.47},{&quot;2026-06-20&quot;:3.47},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.47},{&quot;2026-06-25&quot;:3.47},{&quot;2026-06-26&quot;:3.47},{&quot;2026-06-27&quot;:3.47},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.41},{&quot;2026-07-03&quot;:3.41},{&quot;2026-07-04&quot;:3.38},{&quot;2026-07-05&quot;:3.38},{&quot;2026-07-06&quot;:3.38},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.38},{&quot;2026-07-09&quot;:3.4},{&quot;2026-07-10&quot;:3.35},{&quot;2026-07-11&quot;:3.35},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.35},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.42},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.45},{&quot;2026-07-18&quot;:3.45},{&quot;2026-07-19&quot;:3.32},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.32},{&quot;2026-07-22&quot;:3.32},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-24&quot;:3.32},{&quot;2026-07-25&quot;:3.32},{&quot;2026-07-26&quot;:3.37},{&quot;2026-07-27&quot;:3.37},{&quot;2026-07-28&quot;:3.32},{&quot;2026-07-29&quot;:3.32},{&quot;2026-07-30&quot;:3.32},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.32},{&quot;2026-08-02&quot;:3.32},{&quot;2026-08-03&quot;:3.32},{&quot;2026-08-04&quot;:3.32},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.28},{&quot;2026-08-16&quot;:3.26},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.27},{&quot;2026-08-20&quot;:3.27},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.27},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.12},{&quot;2026-09-12&quot;:3.12}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.41},{&quot;2026-06-20&quot;:2.41},{&quot;2026-06-21&quot;:2.41},{&quot;2026-06-22&quot;:2.37},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.37},{&quot;2026-06-26&quot;:2.37},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.23},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.25},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.15},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.11},{&quot;2026-07-17&quot;:2.11},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-22&quot;:2.11},{&quot;2026-07-23&quot;:2.08},{&quot;2026-07-24&quot;:2.07},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.0},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.0},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:2.09},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.37},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.35},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.3},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.27},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.32}]}"
        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="51645"
  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-mul ss-rare 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">
            Zirda, the Dawnwaker
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elemental Fox
      </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Zirda, the Dawnwaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5fe75365-7f6d-4faf-9f55-0ba83821836a.jpg?1783916853" />

        <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">
            Zirda, the Dawnwaker
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Elemental Fox</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-rw'></i><i class='no-tailwind ms ms-cost ml-0 ms-rw'></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="Zirda, the Dawnwaker" src="https://cards.scryfall.io/large/front/5/f/5fe75365-7f6d-4faf-9f55-0ba83821836a.jpg?1783916853" />
    </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">
                $2.32
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </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">
                $3.67
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</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;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.9},{&quot;2026-06-21&quot;:2.9},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.9},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.98},{&quot;2026-06-30&quot;:2.98},{&quot;2026-07-01&quot;:2.98},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:3.01},{&quot;2026-07-04&quot;:3.03},{&quot;2026-07-05&quot;:3.03},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.91},{&quot;2026-07-13&quot;:2.93},{&quot;2026-07-14&quot;:2.93},{&quot;2026-07-15&quot;:2.9},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-22&quot;:3.16},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.19},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.35},{&quot;2026-07-27&quot;:3.34},{&quot;2026-07-28&quot;:3.34},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.34},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.42},{&quot;2026-08-03&quot;:3.41},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.43},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.42},{&quot;2026-08-11&quot;:3.42},{&quot;2026-08-12&quot;:3.42},{&quot;2026-08-13&quot;:3.42},{&quot;2026-08-14&quot;:3.42},{&quot;2026-08-15&quot;:3.42},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.42},{&quot;2026-08-18&quot;:3.42},{&quot;2026-08-19&quot;:3.5},{&quot;2026-08-20&quot;:3.5},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.5},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.42},{&quot;2026-08-27&quot;:3.47},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.42},{&quot;2026-08-31&quot;:3.42},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.6},{&quot;2026-09-07&quot;:3.57},{&quot;2026-09-08&quot;:3.63},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.63},{&quot;2026-09-11&quot;:3.63},{&quot;2026-09-12&quot;:3.67}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.19},{&quot;2026-06-20&quot;:2.19},{&quot;2026-06-21&quot;:2.19},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.11},{&quot;2026-06-24&quot;:2.03},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.61},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.63},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:2.05},{&quot;2026-07-13&quot;:2.06},{&quot;2026-07-14&quot;:2.09},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.14},{&quot;2026-07-18&quot;:2.05},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-22&quot;:2.14},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.13},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-28&quot;:2.11},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.17},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.0},{&quot;2026-08-13&quot;:2.07},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.23},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.23},{&quot;2026-08-21&quot;:2.3},{&quot;2026-08-22&quot;:2.3},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.42},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.42},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.42},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.54},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.48},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.45},{&quot;2026-09-12&quot;:2.32}]}"
        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="52876"
  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-mb2 ss-rare 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">
            Collector Ouphe
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Ouphe
      </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-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Collector Ouphe" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/121c4390-eae2-4066-bd27-609ba51e6d05.jpg?1783910600" />

        <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">
            Collector Ouphe
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Ouphe</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="Collector Ouphe" src="https://cards.scryfall.io/large/front/1/2/121c4390-eae2-4066-bd27-609ba51e6d05.jpg?1783910600" />
    </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">
                $2.32
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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-14&quot;:2.34},{&quot;2026-06-15&quot;:2.43},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.5},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.9},{&quot;2026-06-29&quot;:3.03},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:2.99},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:3.09},{&quot;2026-07-04&quot;:3.07},{&quot;2026-07-05&quot;:3.11},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.17},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.15},{&quot;2026-07-10&quot;:2.98},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.57},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.6},{&quot;2026-07-16&quot;:2.6},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-22&quot;:2.24},{&quot;2026-07-23&quot;:2.23},{&quot;2026-07-24&quot;:2.18},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.34},{&quot;2026-07-27&quot;:2.34},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.41},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.64},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.28},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.32},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.32},{&quot;2026-08-24&quot;:2.31},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.3},{&quot;2026-08-27&quot;:2.34},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.2},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.3},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.32}]}"
        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="86932"
  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-woe ss-rare 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">
            Faerie Slumber Party
        </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">
            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">
            $2.32
          </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="Faerie Slumber Party" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/8/f8e5de58-cc4c-40b2-94c8-4e4d7cebfaf8.jpg?1783915040" />

        <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">
            Faerie Slumber Party
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Faerie Slumber Party" src="https://cards.scryfall.io/large/front/f/8/f8e5de58-cc4c-40b2-94c8-4e4d7cebfaf8.jpg?1783915040" />
    </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-nine-white">
            1
          </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">
                $2.32
              </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">
                $1.75
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.58</span>
              <span class="text-xs text-grey-text">Credit: $2.05</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;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.24},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.24},{&quot;2026-06-21&quot;:1.24},{&quot;2026-06-22&quot;:1.24},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.24},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.32},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.32},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.4},{&quot;2026-07-06&quot;:1.4},{&quot;2026-07-07&quot;:1.4},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.41},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.41},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.41},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.41},{&quot;2026-07-31&quot;:1.41},{&quot;2026-08-01&quot;:1.41},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.46},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.46},{&quot;2026-08-22&quot;:1.46},{&quot;2026-08-23&quot;:1.46},{&quot;2026-08-24&quot;:1.54},{&quot;2026-08-25&quot;:1.54},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.54},{&quot;2026-08-29&quot;:1.54},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.59},{&quot;2026-09-01&quot;:1.61},{&quot;2026-09-02&quot;:1.61},{&quot;2026-09-03&quot;:1.61},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.61},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.2},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.2},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.12},{&quot;2026-06-23&quot;:1.12},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.12},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.21},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.39},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.7},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.78},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-22&quot;:1.74},{&quot;2026-07-23&quot;:1.75},{&quot;2026-07-24&quot;:1.7},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.75},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.99},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.91},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:1.89},{&quot;2026-08-22&quot;:1.99},{&quot;2026-08-23&quot;:1.99},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.32}]}"
        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="86971"
  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">
            Brainstorm
        </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">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.32
          </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="Brainstorm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/54a9a943-0831-49ae-bbfb-3e6a9f57160e.jpg?1783931822" />

        <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">
            Brainstorm
        </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-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="Brainstorm" src="https://cards.scryfall.io/large/front/5/4/54a9a943-0831-49ae-bbfb-3e6a9f57160e.jpg?1783931822" />
    </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">
                $2.32
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </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">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</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-14&quot;:2.13},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.17},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.28},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.2},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.2},{&quot;2026-07-12&quot;:2.2},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.17},{&quot;2026-07-19&quot;:2.14},{&quot;2026-07-20&quot;:2.14},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-22&quot;:2.25},{&quot;2026-07-23&quot;:2.17},{&quot;2026-07-24&quot;:2.17},{&quot;2026-07-25&quot;:2.17},{&quot;2026-07-26&quot;:2.17},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.18},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.14},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.11},{&quot;2026-08-13&quot;:2.11},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.12},{&quot;2026-08-16&quot;:2.12},{&quot;2026-08-17&quot;:2.06},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.19},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.25},{&quot;2026-09-04&quot;:2.25},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.32},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.32}]}"
        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="14450"
  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-cmm ss-rare 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">
            Ugin, the Ineffable
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Ugin
      </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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.31
          </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="Ugin, the Ineffable" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2eb7e322-aba0-42f5-80a1-267f3444ac4d.jpg?1783915455" />

        <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">
            Ugin, the Ineffable
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Ugin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></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="Ugin, the Ineffable" src="https://cards.scryfall.io/large/front/2/e/2eb7e322-aba0-42f5-80a1-267f3444ac4d.jpg?1783915455" />
    </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">
                $2.31
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </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.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</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-12&quot;:1.62},{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.74},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.89},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.63},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.61},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.64},{&quot;2026-07-29&quot;:1.72},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.79},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.88},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.91},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.06},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.23},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.29},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.31}]}"
        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="35437"
  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-vow ss-rare 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">
            Glorious Sunrise
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.31
          </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="Glorious Sunrise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2caf73e-c3eb-4fa8-996a-d3d18b2ffaeb.jpg?1783924813" />

        <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">
            Glorious Sunrise
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-3'></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="Glorious Sunrise" src="https://cards.scryfall.io/large/front/a/2/a2caf73e-c3eb-4fa8-996a-d3d18b2ffaeb.jpg?1783924813" />
    </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">
                $2.31
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </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">
                $2.03
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</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;2026-06-14&quot;:2.25},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.25},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.25},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.2},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-22&quot;:2.16},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.16},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.16},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.16},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.08},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.04},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.02},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.91},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.91},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.93},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:1.96},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.98},{&quot;2026-09-07&quot;:1.98},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.03}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.12},{&quot;2026-06-16&quot;:2.09},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:1.99},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.25},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.32},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.26},{&quot;2026-07-22&quot;:2.2},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.16},{&quot;2026-07-25&quot;:2.22},{&quot;2026-07-26&quot;:2.22},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.29},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.4},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.18},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.58},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.61},{&quot;2026-08-23&quot;:2.57},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.38},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.09},{&quot;2026-09-01&quot;:2.14},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:2.21},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.31}]}"
        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="53171"
  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-mb2 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">
            Gush
        </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-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.31
          </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="Gush" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/7469bdb4-1fb9-4944-8d1e-93cf944bdc5d.jpg?1783910569" />

        <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">
            Gush
        </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-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="Gush" src="https://cards.scryfall.io/large/front/7/4/7469bdb4-1fb9-4944-8d1e-93cf944bdc5d.jpg?1783910569" />
    </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">
                $2.31
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </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">
                $31.38
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </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">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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;2026-06-14&quot;:30.61},{&quot;2026-06-15&quot;:30.61},{&quot;2026-06-16&quot;:30.61},{&quot;2026-06-17&quot;:30.61},{&quot;2026-06-18&quot;:30.61},{&quot;2026-06-19&quot;:30.71},{&quot;2026-06-20&quot;:30.71},{&quot;2026-06-21&quot;:30.71},{&quot;2026-06-22&quot;:30.71},{&quot;2026-06-23&quot;:30.71},{&quot;2026-06-24&quot;:30.71},{&quot;2026-06-25&quot;:30.71},{&quot;2026-06-26&quot;:30.71},{&quot;2026-06-27&quot;:30.71},{&quot;2026-06-28&quot;:30.71},{&quot;2026-06-29&quot;:30.78},{&quot;2026-06-30&quot;:30.96},{&quot;2026-07-01&quot;:30.86},{&quot;2026-07-02&quot;:30.86},{&quot;2026-07-03&quot;:30.86},{&quot;2026-07-04&quot;:30.86},{&quot;2026-07-05&quot;:30.86},{&quot;2026-07-06&quot;:30.98},{&quot;2026-07-07&quot;:30.98},{&quot;2026-07-08&quot;:30.98},{&quot;2026-07-09&quot;:30.98},{&quot;2026-07-10&quot;:30.98},{&quot;2026-07-11&quot;:30.98},{&quot;2026-07-12&quot;:30.98},{&quot;2026-07-13&quot;:30.98},{&quot;2026-07-14&quot;:31.01},{&quot;2026-07-15&quot;:31.01},{&quot;2026-07-16&quot;:31.59},{&quot;2026-07-17&quot;:31.59},{&quot;2026-07-18&quot;:31.59},{&quot;2026-07-19&quot;:31.59},{&quot;2026-07-20&quot;:31.59},{&quot;2026-07-21&quot;:31.59},{&quot;2026-07-22&quot;:31.59},{&quot;2026-07-23&quot;:31.59},{&quot;2026-07-24&quot;:31.59},{&quot;2026-07-25&quot;:31.59},{&quot;2026-07-26&quot;:31.59},{&quot;2026-07-27&quot;:31.59},{&quot;2026-07-28&quot;:31.72},{&quot;2026-07-29&quot;:31.72},{&quot;2026-07-30&quot;:31.72},{&quot;2026-07-31&quot;:31.72},{&quot;2026-08-01&quot;:31.72},{&quot;2026-08-02&quot;:31.72},{&quot;2026-08-03&quot;:31.72},{&quot;2026-08-04&quot;:31.72},{&quot;2026-08-05&quot;:31.72},{&quot;2026-08-07&quot;:31.72},{&quot;2026-08-08&quot;:31.72},{&quot;2026-08-09&quot;:31.72},{&quot;2026-08-10&quot;:31.72},{&quot;2026-08-11&quot;:31.72},{&quot;2026-08-12&quot;:31.72},{&quot;2026-08-13&quot;:31.72},{&quot;2026-08-14&quot;:31.72},{&quot;2026-08-15&quot;:31.72},{&quot;2026-08-16&quot;:31.72},{&quot;2026-08-17&quot;:31.72},{&quot;2026-08-18&quot;:31.72},{&quot;2026-08-19&quot;:31.96},{&quot;2026-08-20&quot;:31.96},{&quot;2026-08-21&quot;:31.96},{&quot;2026-08-22&quot;:32.0},{&quot;2026-08-23&quot;:32.0},{&quot;2026-08-24&quot;:32.0},{&quot;2026-08-25&quot;:32.0},{&quot;2026-08-26&quot;:32.0},{&quot;2026-08-27&quot;:32.0},{&quot;2026-08-28&quot;:32.0},{&quot;2026-08-29&quot;:32.0},{&quot;2026-08-30&quot;:32.0},{&quot;2026-08-31&quot;:32.0},{&quot;2026-09-01&quot;:31.77},{&quot;2026-09-02&quot;:31.77},{&quot;2026-09-03&quot;:31.77},{&quot;2026-09-04&quot;:31.77},{&quot;2026-09-05&quot;:31.77},{&quot;2026-09-06&quot;:31.77},{&quot;2026-09-07&quot;:31.77},{&quot;2026-09-08&quot;:31.48},{&quot;2026-09-09&quot;:31.38},{&quot;2026-09-10&quot;:31.38},{&quot;2026-09-11&quot;:31.38},{&quot;2026-09-12&quot;:31.38}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.69},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.73},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.69},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.69},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.59},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.61},{&quot;2026-07-03&quot;:2.59},{&quot;2026-07-04&quot;:2.59},{&quot;2026-07-05&quot;:2.59},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:2.52},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.39},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:2.98},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-22&quot;:2.95},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.91},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.79},{&quot;2026-07-29&quot;:2.82},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.81},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.78},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:2.92},{&quot;2026-08-07&quot;:2.9},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.17},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.28},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.42},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.21},{&quot;2026-09-06&quot;:2.23},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.26},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.31}]}"
        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="73038"
  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-bro ss-rare 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">
            Underground River
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </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">
            $2.31
          </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="Underground River" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eb52820c-8660-4c4a-bb64-5b2fc580b6a3.jpg?1783920004" />

        <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">
            Underground River
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </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="Underground River" src="https://cards.scryfall.io/large/front/e/b/eb52820c-8660-4c4a-bb64-5b2fc580b6a3.jpg?1783920004" />
    </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-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</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">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">
                $2.27
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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">
                $2.31
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</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;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.54},{&quot;2026-06-17&quot;:2.54},{&quot;2026-06-18&quot;:2.54},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.54},{&quot;2026-06-23&quot;:2.58},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.52},{&quot;2026-06-27&quot;:2.54},{&quot;2026-06-28&quot;:2.54},{&quot;2026-06-29&quot;:2.54},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.37},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.35},{&quot;2026-07-14&quot;:2.35},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.35},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.36},{&quot;2026-07-22&quot;:2.36},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.33},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.34},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.34},{&quot;2026-08-03&quot;:2.34},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.34},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.35},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.31},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.64},{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.65},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.63},{&quot;2026-06-26&quot;:1.65},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.6},{&quot;2026-07-11&quot;:1.63},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.62},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.57},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.73},{&quot;2026-07-27&quot;:1.73},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:2.01},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.99},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.03},{&quot;2026-08-23&quot;:2.12},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.12},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.09},{&quot;2026-09-02&quot;:2.06},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.27}]}"
        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="77398"
  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-eld 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">
            Deafening Silence
        </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">
            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-50 text-badge-text">
              ↑
              33%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.31
          </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="Deafening Silence" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/6072d9b0-d3c7-46f4-bd24-095bb13c4dea.jpg?1783932677" />

        <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">
            Deafening Silence
        </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-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="Deafening Silence" src="https://cards.scryfall.io/large/front/6/0/6072d9b0-d3c7-46f4-bd24-095bb13c4dea.jpg?1783932677" />
    </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">
                $2.31
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  33%
                </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">
                $4.35
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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;2026-06-12&quot;:4.13},{&quot;2026-06-13&quot;:4.13},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.4},{&quot;2026-06-16&quot;:4.4},{&quot;2026-06-17&quot;:4.4},{&quot;2026-06-18&quot;:4.4},{&quot;2026-06-19&quot;:4.4},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.44},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.31},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.28},{&quot;2026-07-02&quot;:4.28},{&quot;2026-07-03&quot;:4.28},{&quot;2026-07-04&quot;:4.28},{&quot;2026-07-05&quot;:4.28},{&quot;2026-07-06&quot;:4.29},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.29},{&quot;2026-07-09&quot;:4.29},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.29},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.32},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.32},{&quot;2026-07-19&quot;:4.32},{&quot;2026-07-20&quot;:4.32},{&quot;2026-07-21&quot;:4.32},{&quot;2026-07-23&quot;:4.42},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.42},{&quot;2026-07-28&quot;:4.42},{&quot;2026-07-29&quot;:4.42},{&quot;2026-07-30&quot;:4.41},{&quot;2026-07-31&quot;:4.41},{&quot;2026-08-01&quot;:4.41},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.41},{&quot;2026-08-04&quot;:4.39},{&quot;2026-08-05&quot;:4.39},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.39},{&quot;2026-08-10&quot;:4.39},{&quot;2026-08-11&quot;:4.39},{&quot;2026-08-12&quot;:4.41},{&quot;2026-08-13&quot;:4.41},{&quot;2026-08-14&quot;:4.41},{&quot;2026-08-15&quot;:4.41},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.41},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.41},{&quot;2026-08-21&quot;:4.41},{&quot;2026-08-22&quot;:4.41},{&quot;2026-08-23&quot;:4.36},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.33},{&quot;2026-08-31&quot;:4.27},{&quot;2026-09-01&quot;:4.27},{&quot;2026-09-02&quot;:4.24},{&quot;2026-09-03&quot;:4.24},{&quot;2026-09-04&quot;:4.27},{&quot;2026-09-05&quot;:4.27},{&quot;2026-09-06&quot;:4.27},{&quot;2026-09-07&quot;:4.27},{&quot;2026-09-08&quot;:4.3},{&quot;2026-09-09&quot;:4.32},{&quot;2026-09-10&quot;:4.32},{&quot;2026-09-11&quot;:4.35},{&quot;2026-09-12&quot;:4.35}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.16},{&quot;2026-06-13&quot;:2.23},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.3},{&quot;2026-06-17&quot;:2.24},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.34},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.4},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.3},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-28&quot;:2.19},{&quot;2026-07-29&quot;:2.18},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.1},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.26},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.56},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.35},{&quot;2026-08-29&quot;:2.35},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.56},{&quot;2026-09-01&quot;:1.56},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.59},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.31}]}"
        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="79768"
  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-tsr ss-special 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">
            Eternal Witness
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Shaman
      </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">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.31
          </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="Eternal Witness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/584dfb52-4a6c-4a33-9ae1-12227b938f9a.jpg?1783927717" />

        <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">
            Eternal Witness
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Shaman</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><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="Eternal Witness" src="https://cards.scryfall.io/large/front/5/8/584dfb52-4a6c-4a33-9ae1-12227b938f9a.jpg?1783927717" />
    </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">
                $2.31
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </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">
                $27.28
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  10%
                </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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</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;2026-06-14&quot;:19.83},{&quot;2026-06-15&quot;:19.83},{&quot;2026-06-16&quot;:19.83},{&quot;2026-06-17&quot;:20.78},{&quot;2026-06-18&quot;:20.78},{&quot;2026-06-19&quot;:20.78},{&quot;2026-06-20&quot;:20.78},{&quot;2026-06-21&quot;:20.78},{&quot;2026-06-22&quot;:20.78},{&quot;2026-06-23&quot;:20.78},{&quot;2026-06-24&quot;:20.78},{&quot;2026-06-25&quot;:20.78},{&quot;2026-06-26&quot;:20.78},{&quot;2026-06-27&quot;:20.78},{&quot;2026-06-28&quot;:20.78},{&quot;2026-06-29&quot;:20.78},{&quot;2026-06-30&quot;:20.78},{&quot;2026-07-01&quot;:20.78},{&quot;2026-07-02&quot;:20.78},{&quot;2026-07-03&quot;:20.78},{&quot;2026-07-04&quot;:20.78},{&quot;2026-07-05&quot;:20.78},{&quot;2026-07-06&quot;:20.78},{&quot;2026-07-07&quot;:20.78},{&quot;2026-07-08&quot;:20.78},{&quot;2026-07-09&quot;:20.78},{&quot;2026-07-10&quot;:20.78},{&quot;2026-07-11&quot;:20.78},{&quot;2026-07-12&quot;:20.78},{&quot;2026-07-13&quot;:20.78},{&quot;2026-07-14&quot;:20.78},{&quot;2026-07-15&quot;:20.78},{&quot;2026-07-16&quot;:21.57},{&quot;2026-07-17&quot;:21.57},{&quot;2026-07-18&quot;:21.57},{&quot;2026-07-19&quot;:21.57},{&quot;2026-07-20&quot;:21.57},{&quot;2026-07-21&quot;:21.57},{&quot;2026-07-22&quot;:21.57},{&quot;2026-07-23&quot;:21.57},{&quot;2026-07-24&quot;:21.57},{&quot;2026-07-25&quot;:21.57},{&quot;2026-07-26&quot;:21.57},{&quot;2026-07-27&quot;:21.57},{&quot;2026-07-28&quot;:21.57},{&quot;2026-07-29&quot;:21.57},{&quot;2026-07-30&quot;:21.57},{&quot;2026-07-31&quot;:21.57},{&quot;2026-08-01&quot;:21.57},{&quot;2026-08-02&quot;:21.57},{&quot;2026-08-03&quot;:21.57},{&quot;2026-08-04&quot;:21.57},{&quot;2026-08-05&quot;:21.57},{&quot;2026-08-07&quot;:21.83},{&quot;2026-08-08&quot;:21.83},{&quot;2026-08-09&quot;:21.83},{&quot;2026-08-10&quot;:21.83},{&quot;2026-08-11&quot;:21.83},{&quot;2026-08-12&quot;:21.83},{&quot;2026-08-13&quot;:21.83},{&quot;2026-08-14&quot;:23.02},{&quot;2026-08-15&quot;:23.02},{&quot;2026-08-16&quot;:23.02},{&quot;2026-08-17&quot;:23.02},{&quot;2026-08-18&quot;:23.02},{&quot;2026-08-19&quot;:23.02},{&quot;2026-08-20&quot;:23.8},{&quot;2026-08-21&quot;:23.8},{&quot;2026-08-22&quot;:23.8},{&quot;2026-08-23&quot;:23.8},{&quot;2026-08-24&quot;:23.8},{&quot;2026-08-25&quot;:23.8},{&quot;2026-08-26&quot;:23.8},{&quot;2026-08-27&quot;:23.8},{&quot;2026-08-28&quot;:24.66},{&quot;2026-08-29&quot;:24.66},{&quot;2026-08-30&quot;:24.66},{&quot;2026-08-31&quot;:24.66},{&quot;2026-09-01&quot;:24.66},{&quot;2026-09-02&quot;:24.66},{&quot;2026-09-03&quot;:24.66},{&quot;2026-09-04&quot;:24.79},{&quot;2026-09-05&quot;:24.79},{&quot;2026-09-06&quot;:24.79},{&quot;2026-09-07&quot;:24.79},{&quot;2026-09-08&quot;:24.79},{&quot;2026-09-09&quot;:25.79},{&quot;2026-09-10&quot;:25.79},{&quot;2026-09-11&quot;:25.79},{&quot;2026-09-12&quot;:27.28}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.36},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.26},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.33},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.36},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.31},{&quot;2026-07-17&quot;:2.31},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.3},{&quot;2026-07-21&quot;:2.3},{&quot;2026-07-22&quot;:2.3},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.39},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.44},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:2.01},{&quot;2026-08-10&quot;:2.01},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.07},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.09},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:2.12},{&quot;2026-08-29&quot;:2.12},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.38},{&quot;2026-09-10&quot;:2.38},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.31}]}"
        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="93228"
  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-tdm ss-rare 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">
            Frostcliff Siege
        </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">
            3 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">
            $2.31
          </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="Frostcliff Siege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/7/a750aabb-9788-494a-841f-bf75717970a7.jpg?1743204732" />

        <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">
            Frostcliff Siege
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Frostcliff Siege" src="https://cards.scryfall.io/large/front/a/7/a750aabb-9788-494a-841f-bf75717970a7.jpg?1743204732" />
    </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">
                $2.31
              </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">
                $2.94
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-11&quot;:3.06},{&quot;2026-06-12&quot;:3.13},{&quot;2026-06-13&quot;:3.1},{&quot;2026-06-14&quot;:3.05},{&quot;2026-06-15&quot;:3.05},{&quot;2026-06-16&quot;:3.05},{&quot;2026-06-17&quot;:2.96},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.96},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.16},{&quot;2026-06-24&quot;:3.09},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.07},{&quot;2026-06-28&quot;:3.24},{&quot;2026-06-29&quot;:3.31},{&quot;2026-06-30&quot;:3.31},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.36},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.48},{&quot;2026-07-07&quot;:3.48},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.48},{&quot;2026-07-10&quot;:3.48},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.5},{&quot;2026-07-13&quot;:3.5},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.5},{&quot;2026-07-16&quot;:3.5},{&quot;2026-07-17&quot;:3.35},{&quot;2026-07-18&quot;:3.35},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.44},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-23&quot;:3.45},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.37},{&quot;2026-07-27&quot;:3.37},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.14},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:3.12},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.12},{&quot;2026-08-10&quot;:3.19},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:2.93},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.88},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.89},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.79},{&quot;2026-08-29&quot;:2.79},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.66},{&quot;2026-09-02&quot;:2.86},{&quot;2026-09-03&quot;:2.96},{&quot;2026-09-04&quot;:3.0},{&quot;2026-09-05&quot;:3.0},{&quot;2026-09-06&quot;:3.0},{&quot;2026-09-07&quot;:2.94},{&quot;2026-09-08&quot;:2.94},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:2.94},{&quot;2026-09-12&quot;:2.94}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:3.15},{&quot;2026-06-13&quot;:3.0},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.04},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:2.96},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:2.87},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:3.13},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.46},{&quot;2026-06-28&quot;:3.45},{&quot;2026-06-29&quot;:3.58},{&quot;2026-06-30&quot;:3.48},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:2.97},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.83},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.69},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.82},{&quot;2026-07-14&quot;:2.76},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.68},{&quot;2026-07-17&quot;:2.57},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.18},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.85},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:3.0},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.72},{&quot;2026-08-16&quot;:2.68},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.11},{&quot;2026-08-20&quot;:2.11},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.87},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.43},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.29},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.31}]}"
        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="19361"
  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-dmc ss-mythic 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">
            Shanid, Sleepers&#39; Scourge
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human 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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.30
          </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="Shanid, Sleepers&#39; Scourge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1b0fb859-055d-4aa1-814c-0894cd2ccd4a.jpg?1783921477" />

        <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">
            Shanid, Sleepers&#39; Scourge
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human 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><i class='no-tailwind ms ms-cost ml-0 ms-w'></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="Shanid, Sleepers&#39; Scourge" src="https://cards.scryfall.io/large/front/1/b/1b0fb859-055d-4aa1-814c-0894cd2ccd4a.jpg?1783921477" />
    </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">
                $2.30
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </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">
                $2.99
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </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">$1.85</span>
              <span class="text-xs text-grey-text">Credit: $2.41</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;2026-06-11&quot;:3.33},{&quot;2026-06-12&quot;:3.28},{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.42},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.49},{&quot;2026-06-17&quot;:3.59},{&quot;2026-06-18&quot;:3.59},{&quot;2026-06-19&quot;:3.59},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.83},{&quot;2026-06-23&quot;:3.83},{&quot;2026-06-24&quot;:3.83},{&quot;2026-06-25&quot;:3.83},{&quot;2026-06-26&quot;:3.83},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.59},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.46},{&quot;2026-07-03&quot;:3.46},{&quot;2026-07-04&quot;:3.45},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.35},{&quot;2026-07-07&quot;:3.47},{&quot;2026-07-08&quot;:3.52},{&quot;2026-07-09&quot;:3.52},{&quot;2026-07-10&quot;:3.52},{&quot;2026-07-11&quot;:3.46},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.46},{&quot;2026-07-14&quot;:3.46},{&quot;2026-07-15&quot;:3.46},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.41},{&quot;2026-07-20&quot;:3.41},{&quot;2026-07-21&quot;:3.41},{&quot;2026-07-23&quot;:3.24},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.1},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:3.01},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:3.1},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.16},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.05},{&quot;2026-08-16&quot;:3.04},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:2.86},{&quot;2026-08-20&quot;:2.86},{&quot;2026-08-21&quot;:2.71},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.69},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.73},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.79},{&quot;2026-08-31&quot;:2.79},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:2.74},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.84},{&quot;2026-09-05&quot;:2.84},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.68},{&quot;2026-09-09&quot;:2.78},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.99}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.05},{&quot;2026-06-12&quot;:2.05},{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.05},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.06},{&quot;2026-06-18&quot;:2.07},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.13},{&quot;2026-06-23&quot;:2.13},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.23},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.25},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.3},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-29&quot;:2.18},{&quot;2026-07-30&quot;:2.18},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.22},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.22},{&quot;2026-08-13&quot;:2.22},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.27},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.27},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.3}]}"
        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="23643"
  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-dsk ss-rare 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">
            Split Up
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              26%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.30
          </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="Split Up" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bb9a5b1-48d2-453e-8991-c788bc63e482.jpg?1783909503" />

        <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">
            Split Up
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </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-1'></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="Split Up" src="https://cards.scryfall.io/large/front/1/b/1bb9a5b1-48d2-453e-8991-c788bc63e482.jpg?1783909503" />
    </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">
                $2.30
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  26%
                </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">
                $2.68
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </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">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</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;2026-06-11&quot;:2.89},{&quot;2026-06-12&quot;:2.89},{&quot;2026-06-13&quot;:2.8},{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.84},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.84},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.84},{&quot;2026-06-20&quot;:2.84},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.83},{&quot;2026-06-24&quot;:2.84},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:2.85},{&quot;2026-06-27&quot;:2.85},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.5},{&quot;2026-07-05&quot;:2.5},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.49},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.44},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.33},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.33},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.35},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.36},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.45},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.47},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.57},{&quot;2026-09-12&quot;:2.68}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.07},{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:2.0},{&quot;2026-06-14&quot;:1.77},{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.95},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.87},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.77},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.8},{&quot;2026-06-29&quot;:1.82},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.8},{&quot;2026-07-16&quot;:1.81},{&quot;2026-07-17&quot;:1.92},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.71},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.85},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.95},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.83},{&quot;2026-08-16&quot;:1.99},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.11},{&quot;2026-08-19&quot;:2.11},{&quot;2026-08-20&quot;:2.11},{&quot;2026-08-21&quot;:2.25},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.47},{&quot;2026-08-29&quot;:2.47},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.83},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.3}]}"
        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="74193"
  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-lci ss-rare 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">
            Breeches, Eager Pillager
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Goblin Pirate
      </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">
            $1.05
          </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="Breeches, Eager Pillager" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aadf5028-8dfe-40d3-89b4-22bd7ed0aae6.jpg?1783913765" />

        <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">
            Breeches, Eager Pillager
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Goblin Pirate</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="Breeches, Eager Pillager" src="https://cards.scryfall.io/large/front/a/a/aadf5028-8dfe-40d3-89b4-22bd7ed0aae6.jpg?1783913765" />
    </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-nine-white">
            1
          </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">
                $1.05
              </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">
                $2.30
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  31%
                </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.52</span>
              <span class="text-xs text-grey-text">Credit: $0.68</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.12</span>
              <span class="text-xs text-grey-text">Credit: $0.16</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;2026-06-13&quot;:0.65},{&quot;2026-06-14&quot;:0.66},{&quot;2026-06-15&quot;:0.67},{&quot;2026-06-16&quot;:0.67},{&quot;2026-06-17&quot;:0.76},{&quot;2026-06-18&quot;:0.76},{&quot;2026-06-19&quot;:0.76},{&quot;2026-06-20&quot;:0.76},{&quot;2026-06-21&quot;:0.76},{&quot;2026-06-22&quot;:0.76},{&quot;2026-06-23&quot;:0.76},{&quot;2026-06-24&quot;:0.76},{&quot;2026-06-25&quot;:0.76},{&quot;2026-06-26&quot;:0.76},{&quot;2026-06-27&quot;:0.76},{&quot;2026-06-28&quot;:0.78},{&quot;2026-06-29&quot;:0.77},{&quot;2026-06-30&quot;:0.77},{&quot;2026-07-01&quot;:0.79},{&quot;2026-07-02&quot;:0.8},{&quot;2026-07-03&quot;:0.8},{&quot;2026-07-04&quot;:0.8},{&quot;2026-07-05&quot;:0.8},{&quot;2026-07-06&quot;:0.8},{&quot;2026-07-07&quot;:0.8},{&quot;2026-07-08&quot;:0.8},{&quot;2026-07-09&quot;:0.8},{&quot;2026-07-10&quot;:0.8},{&quot;2026-07-11&quot;:0.8},{&quot;2026-07-12&quot;:0.8},{&quot;2026-07-13&quot;:0.8},{&quot;2026-07-14&quot;:0.78},{&quot;2026-07-15&quot;:0.78},{&quot;2026-07-16&quot;:0.8},{&quot;2026-07-17&quot;:0.8},{&quot;2026-07-18&quot;:0.8},{&quot;2026-07-19&quot;:0.85},{&quot;2026-07-20&quot;:0.86},{&quot;2026-07-21&quot;:0.86},{&quot;2026-07-23&quot;:0.84},{&quot;2026-07-24&quot;:0.84},{&quot;2026-07-25&quot;:0.84},{&quot;2026-07-26&quot;:0.84},{&quot;2026-07-27&quot;:0.84},{&quot;2026-07-28&quot;:0.84},{&quot;2026-07-29&quot;:0.83},{&quot;2026-07-30&quot;:0.83},{&quot;2026-07-31&quot;:0.84},{&quot;2026-08-01&quot;:0.84},{&quot;2026-08-02&quot;:0.84},{&quot;2026-08-03&quot;:0.84},{&quot;2026-08-04&quot;:0.86},{&quot;2026-08-05&quot;:0.86},{&quot;2026-08-07&quot;:0.84},{&quot;2026-08-08&quot;:0.84},{&quot;2026-08-09&quot;:0.88},{&quot;2026-08-10&quot;:0.88},{&quot;2026-08-11&quot;:0.88},{&quot;2026-08-12&quot;:0.91},{&quot;2026-08-13&quot;:0.91},{&quot;2026-08-14&quot;:0.91},{&quot;2026-08-15&quot;:0.91},{&quot;2026-08-16&quot;:0.9},{&quot;2026-08-17&quot;:0.9},{&quot;2026-08-18&quot;:0.9},{&quot;2026-08-19&quot;:0.87},{&quot;2026-08-20&quot;:0.87},{&quot;2026-08-21&quot;:0.79},{&quot;2026-08-22&quot;:0.99},{&quot;2026-08-23&quot;:1.0},{&quot;2026-08-24&quot;:0.98},{&quot;2026-08-25&quot;:0.98},{&quot;2026-08-26&quot;:0.98},{&quot;2026-08-27&quot;:0.98},{&quot;2026-08-28&quot;:1.12},{&quot;2026-08-29&quot;:1.12},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.58},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.3},{&quot;2026-09-12&quot;:2.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.79},{&quot;2026-06-14&quot;:0.78},{&quot;2026-06-15&quot;:0.81},{&quot;2026-06-16&quot;:0.89},{&quot;2026-06-17&quot;:0.88},{&quot;2026-06-18&quot;:0.88},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.87},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.81},{&quot;2026-06-23&quot;:0.84},{&quot;2026-06-24&quot;:0.81},{&quot;2026-06-25&quot;:0.72},{&quot;2026-06-26&quot;:0.72},{&quot;2026-06-27&quot;:0.68},{&quot;2026-06-28&quot;:0.69},{&quot;2026-06-29&quot;:0.69},{&quot;2026-06-30&quot;:0.7},{&quot;2026-07-01&quot;:0.7},{&quot;2026-07-02&quot;:0.7},{&quot;2026-07-03&quot;:0.72},{&quot;2026-07-04&quot;:0.74},{&quot;2026-07-05&quot;:0.72},{&quot;2026-07-06&quot;:0.73},{&quot;2026-07-07&quot;:0.8},{&quot;2026-07-08&quot;:0.8},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.93},{&quot;2026-07-11&quot;:0.92},{&quot;2026-07-12&quot;:0.88},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.01},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.92},{&quot;2026-07-17&quot;:0.9},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.88},{&quot;2026-07-20&quot;:0.77},{&quot;2026-07-21&quot;:0.77},{&quot;2026-07-23&quot;:0.74},{&quot;2026-07-24&quot;:0.78},{&quot;2026-07-25&quot;:0.74},{&quot;2026-07-26&quot;:0.74},{&quot;2026-07-27&quot;:0.65},{&quot;2026-07-28&quot;:0.69},{&quot;2026-07-29&quot;:0.67},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.72},{&quot;2026-08-01&quot;:0.71},{&quot;2026-08-02&quot;:0.71},{&quot;2026-08-03&quot;:0.72},{&quot;2026-08-04&quot;:0.75},{&quot;2026-08-05&quot;:0.79},{&quot;2026-08-07&quot;:0.85},{&quot;2026-08-08&quot;:0.89},{&quot;2026-08-09&quot;:0.83},{&quot;2026-08-10&quot;:0.81},{&quot;2026-08-11&quot;:0.83},{&quot;2026-08-12&quot;:0.83},{&quot;2026-08-13&quot;:0.83},{&quot;2026-08-14&quot;:0.79},{&quot;2026-08-15&quot;:0.78},{&quot;2026-08-16&quot;:0.84},{&quot;2026-08-17&quot;:0.83},{&quot;2026-08-18&quot;:0.98},{&quot;2026-08-19&quot;:1.0},{&quot;2026-08-20&quot;:1.0},{&quot;2026-08-21&quot;:1.03},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.3},{&quot;2026-08-27&quot;:1.26},{&quot;2026-08-28&quot;:1.35},{&quot;2026-08-29&quot;:1.35},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.22},{&quot;2026-09-01&quot;:1.17},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.19},{&quot;2026-09-05&quot;:1.31},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.16},{&quot;2026-09-10&quot;:1.16},{&quot;2026-09-11&quot;:0.97},{&quot;2026-09-12&quot;:1.05}]}"
        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="96644"
  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-eoc ss-rare 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">
            Karn&#39;s Bastion
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </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">
              ↓
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.30
          </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="Karn&#39;s Bastion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/22017ec2-3552-4865-af76-dba042b141f5.jpg?1783906011" />

        <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">
            Karn&#39;s Bastion
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </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="Karn&#39;s Bastion" src="https://cards.scryfall.io/large/front/2/2/22017ec2-3552-4865-af76-dba042b141f5.jpg?1783906011" />
    </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">
                $2.30
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  9%
                </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">$1.10</span>
              <span class="text-xs text-grey-text">Credit: $1.43</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-12&quot;:2.19},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.11},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.2},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.19},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.28},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.5},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.62},{&quot;2026-07-18&quot;:2.73},{&quot;2026-07-19&quot;:2.97},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.15},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.34},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.44},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.73},{&quot;2026-08-19&quot;:2.57},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.52},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.3}]}"
        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="4548"
  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-bfz ss-mythic 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">
            Sire of Stagnation
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Eldrazi
      </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">
            $2.29
          </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="Sire of Stagnation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6252913-7b8e-4746-91e0-658ce13cdf18.jpg?1783938181" />

        <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">
            Sire of Stagnation
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Eldrazi</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><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="Sire of Stagnation" src="https://cards.scryfall.io/large/front/d/6/d6252913-7b8e-4746-91e0-658ce13cdf18.jpg?1783938181" />
    </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">
                $2.29
              </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">
                $8.63
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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;2026-06-14&quot;:8.45},{&quot;2026-06-15&quot;:8.45},{&quot;2026-06-16&quot;:8.45},{&quot;2026-06-17&quot;:8.45},{&quot;2026-06-18&quot;:8.45},{&quot;2026-06-19&quot;:8.45},{&quot;2026-06-20&quot;:8.45},{&quot;2026-06-21&quot;:8.45},{&quot;2026-06-22&quot;:8.45},{&quot;2026-06-23&quot;:8.45},{&quot;2026-06-24&quot;:8.45},{&quot;2026-06-25&quot;:8.45},{&quot;2026-06-26&quot;:8.45},{&quot;2026-06-27&quot;:8.45},{&quot;2026-06-28&quot;:8.45},{&quot;2026-06-29&quot;:8.45},{&quot;2026-06-30&quot;:8.45},{&quot;2026-07-01&quot;:8.45},{&quot;2026-07-02&quot;:8.45},{&quot;2026-07-03&quot;:8.45},{&quot;2026-07-04&quot;:8.44},{&quot;2026-07-05&quot;:8.44},{&quot;2026-07-06&quot;:8.44},{&quot;2026-07-07&quot;:8.44},{&quot;2026-07-08&quot;:8.44},{&quot;2026-07-09&quot;:8.44},{&quot;2026-07-10&quot;:8.44},{&quot;2026-07-11&quot;:8.44},{&quot;2026-07-12&quot;:8.44},{&quot;2026-07-13&quot;:8.44},{&quot;2026-07-14&quot;:8.44},{&quot;2026-07-15&quot;:8.25},{&quot;2026-07-16&quot;:8.25},{&quot;2026-07-17&quot;:8.25},{&quot;2026-07-18&quot;:8.25},{&quot;2026-07-19&quot;:8.25},{&quot;2026-07-20&quot;:8.25},{&quot;2026-07-21&quot;:8.07},{&quot;2026-07-22&quot;:8.07},{&quot;2026-07-23&quot;:8.07},{&quot;2026-07-24&quot;:8.06},{&quot;2026-07-25&quot;:8.06},{&quot;2026-07-26&quot;:8.06},{&quot;2026-07-27&quot;:8.06},{&quot;2026-07-28&quot;:8.06},{&quot;2026-07-29&quot;:8.06},{&quot;2026-07-30&quot;:8.22},{&quot;2026-07-31&quot;:8.22},{&quot;2026-08-01&quot;:8.22},{&quot;2026-08-02&quot;:8.22},{&quot;2026-08-03&quot;:8.22},{&quot;2026-08-04&quot;:8.22},{&quot;2026-08-05&quot;:8.22},{&quot;2026-08-07&quot;:8.23},{&quot;2026-08-08&quot;:8.23},{&quot;2026-08-09&quot;:8.23},{&quot;2026-08-10&quot;:8.23},{&quot;2026-08-11&quot;:8.23},{&quot;2026-08-12&quot;:8.23},{&quot;2026-08-13&quot;:8.23},{&quot;2026-08-14&quot;:8.23},{&quot;2026-08-15&quot;:8.23},{&quot;2026-08-16&quot;:8.23},{&quot;2026-08-17&quot;:8.23},{&quot;2026-08-18&quot;:8.23},{&quot;2026-08-19&quot;:8.27},{&quot;2026-08-20&quot;:8.27},{&quot;2026-08-21&quot;:8.27},{&quot;2026-08-22&quot;:8.27},{&quot;2026-08-23&quot;:8.27},{&quot;2026-08-24&quot;:8.27},{&quot;2026-08-25&quot;:8.26},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.26},{&quot;2026-08-28&quot;:8.26},{&quot;2026-08-29&quot;:8.26},{&quot;2026-08-30&quot;:8.42},{&quot;2026-08-31&quot;:8.42},{&quot;2026-09-01&quot;:8.42},{&quot;2026-09-02&quot;:8.42},{&quot;2026-09-03&quot;:8.42},{&quot;2026-09-04&quot;:8.42},{&quot;2026-09-05&quot;:8.42},{&quot;2026-09-06&quot;:8.42},{&quot;2026-09-07&quot;:8.42},{&quot;2026-09-08&quot;:8.42},{&quot;2026-09-09&quot;:8.63},{&quot;2026-09-10&quot;:8.63},{&quot;2026-09-11&quot;:8.63},{&quot;2026-09-12&quot;:8.63}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.25},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.19},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.14},{&quot;2026-07-06&quot;:1.16},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.16},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.15},{&quot;2026-07-22&quot;:1.15},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-28&quot;:1.39},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.76},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.88},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.71},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:2.05},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.11},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.29},{&quot;2026-09-12&quot;:2.29}]}"
        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 1751-1800 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=35&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=35&amp;username=denvermullets" rel="prev">35</a><a role="link" aria-disabled="true" aria-current="page">36</a><a href="/load_collection?direction=asc&amp;page=37&amp;username=denvermullets" rel="next">37</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=37&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="52935"
          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">
              87
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Lim-Dûl&#39;s Vault


            </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-u'></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">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52935"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52935" src="/boxset_card/52935?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57147"
          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">
              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-one ss-mythic ss-fw ss-2x mr-4"></i>
              Jace, the Perfected Mind


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Jace
            </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><i class='no-tailwind ms ms-cost ml-0 ms-up'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57147"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57147" src="/boxset_card/57147?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73715"
          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">
              26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-uncommon ss-fw ss-2x mr-4"></i>
              Reprieve


            </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">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      21%
                    </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.90
            </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.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73715"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73715" src="/boxset_card/73715?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75667"
          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">
              189
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Cordial Vampire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </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><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">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75667"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75667" src="/boxset_card/75667?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75838"
          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">
              250
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Realmwalker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Shapeshifter
            </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">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </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="75838"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75838" src="/boxset_card/75838?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86497"
          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">
              MH2-121
            </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>
              Dragon&#39;s Rage Channeler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Shaman
            </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">
                  $2.37

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86497"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86497" src="/boxset_card/86497?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="103342"
          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">
              122
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x mr-4"></i>
              Twilight Diviner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf 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-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">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </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.90
            </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="103342"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_103342" src="/boxset_card/103342?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20977"
          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">
              301
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Coldsteel Heart


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Snow 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-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      26%
                    </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.95
            </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="20977"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20977" src="/boxset_card/20977?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45577"
          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">
              11
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Dusk Legion Duelist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire 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-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">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </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="45577"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45577" src="/boxset_card/45577?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74655"
          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">
              MMQ-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Fountain Watch


            </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-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">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </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.95
            </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.84
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74655"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74655" src="/boxset_card/74655?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80614"
          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">
              201
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-uncommon ss-fw ss-2x mr-4"></i>
              Golgari Charm


            </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><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">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </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="80614"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80614" src="/boxset_card/80614?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87644"
          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">
              M15-205
            </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>
              Venom Sliver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Sliver
            </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">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </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.85
            </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.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87644"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87644" src="/boxset_card/87644?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96639"
          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">
              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-eoc ss-common ss-fw ss-2x mr-4"></i>
              Great Furnace


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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="96639"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96639" src="/boxset_card/96639?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108015"
          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">
              78
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              South Wind Avatar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Snake Spirit Avatar
            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.81

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      34%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </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="108015"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108015" src="/boxset_card/108015?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1856"
          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">
              98
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-rare ss-fw ss-2x mr-4"></i>
              Nature&#39;s Wrath


            </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-4'></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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </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.70
            </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.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="1856"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_1856" src="/boxset_card/1856?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9285"
          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">
              34
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Ravenous Slime


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Ooze
            </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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </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.74
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9285"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9285" src="/boxset_card/9285?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12530"
          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">
              386
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Sram, Senior Edificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Advisor
            </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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </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.85
            </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.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12530"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12530" src="/boxset_card/12530?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14359"
          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">
              842
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Drown in the Loch


            </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-u'></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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.25
            </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.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14359"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14359" src="/boxset_card/14359?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51472"
          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">
              6
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Sram, Senior Edificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Advisor
            </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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51472"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51472" src="/boxset_card/51472?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77938"
          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">
              172
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-rare ss-fw ss-2x mr-4"></i>
              Return of the Wildspeaker


            </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-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">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      19%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.75
            </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="77938"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77938" src="/boxset_card/77938?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93329"
          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">
              240
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Dragonfire Blade


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </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="93329"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93329" src="/boxset_card/93329?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96538"
          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">
              75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Phyrexian Metamorph


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Phyrexian Shapeshifter
            </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-up'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </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.90
            </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="96538"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96538" src="/boxset_card/96538?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12599"
          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">
              409
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Whelming Wave


            </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-u'></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">
                  $2.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </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.90
            </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="12599"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12599" src="/boxset_card/12599?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16469"
          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">
              102
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-common ss-fw ss-2x mr-4"></i>
              Arcane Denial


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </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.75
            </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.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16469"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16469" src="/boxset_card/16469?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28548"
          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">
              79
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-common ss-fw ss-2x mr-4"></i>
              Brainstorm


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </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.95
            </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="28548"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28548" src="/boxset_card/28548?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73002"
          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">
              34
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-uncommon ss-fw ss-2x mr-4"></i>
              Mishra&#39;s Bauble


            </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-0'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </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.90
            </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="73002"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73002" src="/boxset_card/73002?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73219"
          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">
              328
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Gixian Puppeteer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian Warlock
            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.33

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </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="73219"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73219" src="/boxset_card/73219?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76738"
          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">
              188
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ths ss-mythic ss-fw ss-2x mr-4"></i>
              Ashiok, Nightmare Weaver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Ashiok
            </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><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">
                  $2.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </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.40
            </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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76738"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76738" src="/boxset_card/76738?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79683"
          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">
              CMD-114
            </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-rare ss-fw ss-2x mr-4"></i>
              Chaos Warp


            </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">
                  $2.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </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="79683"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79683" src="/boxset_card/79683?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98334"
          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">
              144
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x mr-4"></i>
              The Last Agni Kai


            </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">
                  $2.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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="98334"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98334" src="/boxset_card/98334?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9467"
          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">
              96
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-common ss-fw ss-2x mr-4"></i>
              Ponder


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </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="9467"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9467" src="/boxset_card/9467?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20334"
          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">
              89
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-common ss-fw ss-2x mr-4"></i>
              Shadowborn Apostle


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      23%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </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.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20334"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20334" src="/boxset_card/20334?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20590"
          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">
              175
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Assassin&#39;s Trophy


            </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><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">
                  $2.32

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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="20590"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20590" src="/boxset_card/20590?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20909"
          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">
              280
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Supreme Verdict


            </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-1'></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><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">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20909"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20909" src="/boxset_card/20909?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51645"
          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">
              65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Zirda, the Dawnwaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elemental Fox
            </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-rw'></i><i class='no-tailwind ms ms-cost ml-0 ms-rw'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </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.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51645"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51645" src="/boxset_card/51645?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52876"
          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-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Collector Ouphe


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Ouphe
            </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">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </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.90
            </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.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52876"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52876" src="/boxset_card/52876?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86932"
          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">
              311
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-rare ss-fw ss-2x mr-4"></i>
              Faerie Slumber Party


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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">
                  $2.32

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.58
            </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="86932"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86932" src="/boxset_card/86932?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86971"
          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">
              A25-46
            </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>
              Brainstorm


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </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="86971"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86971" src="/boxset_card/86971?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14450"
          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">
              811
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x mr-4"></i>
              Ugin, the Ineffable


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Ugin
            </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-6'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </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.80
            </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.76
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14450"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14450" src="/boxset_card/14450?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35437"
          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-vow ss-rare ss-fw ss-2x mr-4"></i>
              Glorious Sunrise


            </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-3'></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">
                  $2.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35437"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35437" src="/boxset_card/35437?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53171"
          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">
              164
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x mr-4"></i>
              Gush


            </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-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">
                  $2.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </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.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53171"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53171" src="/boxset_card/53171?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73038"
          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">
              267
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Underground River


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.31

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </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="73038"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73038" src="/boxset_card/73038?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77398"
          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">
              10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-uncommon ss-fw ss-2x mr-4"></i>
              Deafening Silence


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      33%
                    </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.95
            </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.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77398"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77398" src="/boxset_card/77398?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79768"
          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">
              361
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Eternal Witness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Shaman
            </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><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">
                  $2.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </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.75
            </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="79768"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79768" src="/boxset_card/79768?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93228"
          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">
              187
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Frostcliff Siege


            </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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">
                  $2.31

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93228"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93228" src="/boxset_card/93228?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19361"
          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">
              4
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-mythic ss-fw ss-2x mr-4"></i>
              Shanid, Sleepers&#39; Scourge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human 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><i class='no-tailwind ms ms-cost ml-0 ms-w'></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">
                  $2.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.85
            </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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19361"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19361" src="/boxset_card/19361?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23643"
          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">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Split Up


            </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-1'></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">
                  $2.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      26%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </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.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="23643"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23643" src="/boxset_card/23643?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74193"
          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">
              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-lci ss-rare ss-fw ss-2x mr-4"></i>
              Breeches, Eager Pillager


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Pirate
            </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">
                  $1.05

                    <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">
                <div class="flex items-center gap-2">
                  $2.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      31%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.52
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.12
            </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="74193"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74193" src="/boxset_card/74193?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96644"
          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">
              163
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Karn&#39;s Bastion


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.10
            </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="96644"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96644" src="/boxset_card/96644?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="4548"
          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">
              206
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bfz ss-mythic ss-fw ss-2x mr-4"></i>
              Sire of Stagnation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Eldrazi
            </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><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">
                  $2.29

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </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.79
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="4548"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_4548" src="/boxset_card/4548?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 1751-1800 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=35&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=35&amp;username=denvermullets" rel="prev">35</a><a role="link" aria-disabled="true" aria-current="page">36</a><a href="/load_collection?direction=asc&amp;page=37&amp;username=denvermullets" rel="next">37</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=37&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>