<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="80617"
  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-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">
            Leovold, Emissary of Trest
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.68
          </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="Leovold, Emissary of Trest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/cedfc5b7-9242-4680-b284-debc8b5a9bc7.jpg?1783933776" />

        <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">
            Leovold, Emissary of Trest
        </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 — Elf Advisor</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><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="Leovold, Emissary of Trest" src="https://cards.scryfall.io/large/front/c/e/cedfc5b7-9242-4680-b284-debc8b5a9bc7.jpg?1783933776" />
    </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.68
              </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">
                $30.00
              </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-14&quot;:26.74},{&quot;2026-06-15&quot;:26.74},{&quot;2026-06-16&quot;:26.74},{&quot;2026-06-17&quot;:26.74},{&quot;2026-06-18&quot;:26.74},{&quot;2026-06-19&quot;:26.74},{&quot;2026-06-20&quot;:26.74},{&quot;2026-06-21&quot;:26.74},{&quot;2026-06-22&quot;:26.74},{&quot;2026-06-23&quot;:26.74},{&quot;2026-06-24&quot;:26.74},{&quot;2026-06-25&quot;:26.74},{&quot;2026-06-26&quot;:26.74},{&quot;2026-06-27&quot;:26.74},{&quot;2026-06-28&quot;:27.33},{&quot;2026-06-29&quot;:27.33},{&quot;2026-06-30&quot;:27.33},{&quot;2026-07-01&quot;:27.33},{&quot;2026-07-02&quot;:27.33},{&quot;2026-07-03&quot;:27.33},{&quot;2026-07-04&quot;:27.33},{&quot;2026-07-05&quot;:27.33},{&quot;2026-07-06&quot;:27.33},{&quot;2026-07-07&quot;:27.33},{&quot;2026-07-08&quot;:27.33},{&quot;2026-07-09&quot;:27.33},{&quot;2026-07-10&quot;:27.33},{&quot;2026-07-11&quot;:27.33},{&quot;2026-07-12&quot;:27.33},{&quot;2026-07-13&quot;:27.33},{&quot;2026-07-14&quot;:27.33},{&quot;2026-07-15&quot;:27.33},{&quot;2026-07-16&quot;:27.33},{&quot;2026-07-17&quot;:27.33},{&quot;2026-07-18&quot;:27.33},{&quot;2026-07-19&quot;:27.33},{&quot;2026-07-20&quot;:27.33},{&quot;2026-07-21&quot;:27.33},{&quot;2026-07-22&quot;:27.33},{&quot;2026-07-23&quot;:27.33},{&quot;2026-07-24&quot;:27.33},{&quot;2026-07-25&quot;:27.33},{&quot;2026-07-26&quot;:27.33},{&quot;2026-07-27&quot;:27.33},{&quot;2026-07-28&quot;:27.33},{&quot;2026-07-29&quot;:27.33},{&quot;2026-07-30&quot;:27.33},{&quot;2026-07-31&quot;:27.33},{&quot;2026-08-01&quot;:27.33},{&quot;2026-08-02&quot;:27.33},{&quot;2026-08-03&quot;:27.33},{&quot;2026-08-04&quot;:27.33},{&quot;2026-08-05&quot;:27.33},{&quot;2026-08-07&quot;:28.0},{&quot;2026-08-08&quot;:28.0},{&quot;2026-08-09&quot;:30.0},{&quot;2026-08-10&quot;:30.0},{&quot;2026-08-11&quot;:30.0},{&quot;2026-08-12&quot;:30.0},{&quot;2026-08-13&quot;:30.0},{&quot;2026-08-14&quot;:30.0},{&quot;2026-08-15&quot;:30.0},{&quot;2026-08-16&quot;:30.0},{&quot;2026-08-17&quot;:30.0},{&quot;2026-08-18&quot;:30.0},{&quot;2026-08-19&quot;:30.0},{&quot;2026-08-20&quot;:30.0},{&quot;2026-08-21&quot;:30.0},{&quot;2026-08-22&quot;:30.0},{&quot;2026-08-23&quot;:30.0},{&quot;2026-08-24&quot;:30.0},{&quot;2026-08-25&quot;:30.0},{&quot;2026-08-26&quot;:30.0},{&quot;2026-08-27&quot;:30.0},{&quot;2026-08-28&quot;:30.0},{&quot;2026-08-29&quot;:30.0},{&quot;2026-08-30&quot;:30.0},{&quot;2026-08-31&quot;:30.0},{&quot;2026-09-01&quot;:30.0},{&quot;2026-09-02&quot;:30.0},{&quot;2026-09-03&quot;:30.0},{&quot;2026-09-04&quot;:30.0},{&quot;2026-09-05&quot;:30.0},{&quot;2026-09-06&quot;:30.0},{&quot;2026-09-07&quot;:30.0},{&quot;2026-09-08&quot;:30.0},{&quot;2026-09-09&quot;:30.0},{&quot;2026-09-10&quot;:30.0},{&quot;2026-09-11&quot;:30.0},{&quot;2026-09-12&quot;:30.0}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.69},{&quot;2026-06-15&quot;:2.69},{&quot;2026-06-16&quot;:2.69},{&quot;2026-06-17&quot;:2.69},{&quot;2026-06-18&quot;:2.71},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.67},{&quot;2026-06-21&quot;:2.67},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-23&quot;:2.67},{&quot;2026-06-24&quot;:2.67},{&quot;2026-06-25&quot;:2.67},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.54},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.44},{&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.44},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.47},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.47},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-22&quot;:2.47},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.56},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.56},{&quot;2026-08-03&quot;:2.56},{&quot;2026-08-04&quot;:2.56},{&quot;2026-08-05&quot;:2.56},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.66},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.66},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.63},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.64},{&quot;2026-08-20&quot;:2.64},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.62},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.57},{&quot;2026-09-01&quot;:2.57},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.58},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.68},{&quot;2026-09-12&quot;:2.68}]}"
        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="108366"
  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-tmc 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">
            Vigor
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elemental Incarnation
      </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.68
          </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="Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6952b1c3-2a18-4ad5-8130-861fce1cb422.jpg?1783904156" />

        <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">
            Vigor
        </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 — Elemental Incarnation</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><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="Vigor" src="https://cards.scryfall.io/large/front/6/9/6952b1c3-2a18-4ad5-8130-861fce1cb422.jpg?1783904156" />
    </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.68
              </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">$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-08-19&quot;:9.2},{&quot;2026-08-20&quot;:9.2},{&quot;2026-08-21&quot;:9.2},{&quot;2026-08-22&quot;:9.2},{&quot;2026-08-23&quot;:9.2},{&quot;2026-08-24&quot;:9.2},{&quot;2026-08-25&quot;:9.2},{&quot;2026-08-26&quot;:9.28},{&quot;2026-08-27&quot;:9.28},{&quot;2026-08-28&quot;:9.31},{&quot;2026-08-29&quot;:9.31},{&quot;2026-08-30&quot;:9.4},{&quot;2026-08-31&quot;:9.4},{&quot;2026-09-01&quot;:9.4},{&quot;2026-09-02&quot;:9.4},{&quot;2026-09-03&quot;:9.56},{&quot;2026-09-04&quot;:9.56},{&quot;2026-09-05&quot;:9.56},{&quot;2026-09-06&quot;:9.56},{&quot;2026-09-07&quot;:9.56},{&quot;2026-09-08&quot;:9.56},{&quot;2026-09-09&quot;:9.56},{&quot;2026-09-10&quot;:9.56},{&quot;2026-09-11&quot;:9.65},{&quot;2026-09-12&quot;:9.65}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.16},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:1.7},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.37},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.02},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.35},{&quot;2026-07-10&quot;:2.67},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.72},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.12},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.35},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-24&quot;:2.37},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.31},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.12},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.11},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.13},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:1.95},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.61},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.65},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.68},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.71},{&quot;2026-09-11&quot;:2.72},{&quot;2026-09-12&quot;:2.68}]}"
        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="23759"
  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-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">
            Mirror Room 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Room
      </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.67
          </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="Mirror Room // Fractured Realm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c2e085dd-a448-4f5a-9cfa-5c2034234e7c.jpg?1783909490" />

        <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">
            Mirror Room 
        </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">Enchantment — Room</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Mirror Room // Fractured Realm" src="https://cards.scryfall.io/large/front/c/2/c2e085dd-a448-4f5a-9cfa-5c2034234e7c.jpg?1783909490" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Mirror Room // Fractured Realm" src="https://cards.scryfall.io/large/front/c/2/c2e085dd-a448-4f5a-9cfa-5c2034234e7c.jpg?1783909490" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.67
              </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">
                $3.49
              </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.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;:3.17},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.17},{&quot;2026-06-17&quot;:3.17},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.27},{&quot;2026-06-20&quot;:3.28},{&quot;2026-06-21&quot;:3.28},{&quot;2026-06-22&quot;:3.28},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.28},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.37},{&quot;2026-06-30&quot;:3.37},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.37},{&quot;2026-07-04&quot;:3.37},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.37},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.37},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.37},{&quot;2026-07-12&quot;:3.37},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.37},{&quot;2026-07-15&quot;:3.37},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.37},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.37},{&quot;2026-07-22&quot;:3.37},{&quot;2026-07-23&quot;:3.27},{&quot;2026-07-24&quot;:3.24},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-28&quot;:3.24},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.26},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.26},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.33},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.57},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.57},{&quot;2026-08-14&quot;:3.57},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.57},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.57},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.47},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.37},{&quot;2026-08-26&quot;:3.37},{&quot;2026-08-27&quot;:3.37},{&quot;2026-08-28&quot;:3.37},{&quot;2026-08-29&quot;:3.37},{&quot;2026-08-30&quot;:3.33},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:3.39},{&quot;2026-09-03&quot;:3.39},{&quot;2026-09-04&quot;:3.39},{&quot;2026-09-05&quot;:3.39},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:3.37},{&quot;2026-09-08&quot;:3.38},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.47},{&quot;2026-09-12&quot;:3.49}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.42},{&quot;2026-06-25&quot;:2.43},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.52},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.53},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.61},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.45},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.43},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.32},{&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.35},{&quot;2026-07-22&quot;:2.35},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-24&quot;:2.46},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.23},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.59},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.67},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.94},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:2.97},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.82},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:2.96},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.79},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:2.81},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.49},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.7},{&quot;2026-09-12&quot;:2.67}]}"
        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="42530"
  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-neo 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">
            Goro-Goro, Disciple of Ryusei
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Goblin Samurai
      </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.67
          </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="Goro-Goro, Disciple of Ryusei" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d398246a-dc65-4096-b4b7-46ddff38372e.jpg?1783923739" />

        <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">
            Goro-Goro, Disciple of Ryusei
        </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 Samurai</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="Goro-Goro, Disciple of Ryusei" src="https://cards.scryfall.io/large/front/d/3/d398246a-dc65-4096-b4b7-46ddff38372e.jpg?1783923739" />
    </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.67
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $1.82
              </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.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-13&quot;:1.45},{&quot;2026-06-14&quot;:1.47},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.52},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.51},{&quot;2026-06-27&quot;:1.51},{&quot;2026-06-28&quot;:1.51},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.51},{&quot;2026-07-01&quot;:1.51},{&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.51},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.56},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-24&quot;:1.56},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.69},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.84},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.84},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.83},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.83},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.82},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.82}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.33},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.43},{&quot;2026-06-20&quot;:1.43},{&quot;2026-06-21&quot;:1.43},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.5},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.52},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.58},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.71},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.84},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.28},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.49},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.59},{&quot;2026-09-06&quot;:2.61},{&quot;2026-09-07&quot;:2.61},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.61},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.67}]}"
        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="98229"
  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-tmc 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">
            Michelangelo, the Heart
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.67
          </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="Michelangelo, the Heart" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/bac2d744-db65-4b56-8634-c87fd00c090e.jpg?1783904173" />

        <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">
            Michelangelo, the Heart
        </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 — Mutant Ninja Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Michelangelo, the Heart" src="https://cards.scryfall.io/large/front/b/a/bac2d744-db65-4b56-8634-c87fd00c090e.jpg?1783904173" />
    </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">
            2
          </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.67
              </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">
                $1.26
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  8%
                </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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;:0.99},{&quot;2026-06-12&quot;:1.0},{&quot;2026-06-13&quot;:1.0},{&quot;2026-06-14&quot;:1.02},{&quot;2026-06-15&quot;:1.14},{&quot;2026-06-16&quot;:1.12},{&quot;2026-06-17&quot;:1.13},{&quot;2026-06-18&quot;:1.03},{&quot;2026-06-19&quot;:1.07},{&quot;2026-06-20&quot;:1.07},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:0.97},{&quot;2026-06-23&quot;:0.99},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.08},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.11},{&quot;2026-07-02&quot;:1.12},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.18},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.08},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.08},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.25},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.19},{&quot;2026-08-01&quot;:1.19},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.27},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.27},{&quot;2026-08-20&quot;:1.27},{&quot;2026-08-21&quot;:1.27},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.26},{&quot;2026-08-24&quot;:1.25},{&quot;2026-08-25&quot;:1.25},{&quot;2026-08-26&quot;:1.25},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.25},{&quot;2026-08-29&quot;:1.25},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.23},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.12},{&quot;2026-09-04&quot;:1.19},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.19},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.26}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.95},{&quot;2026-06-12&quot;:4.95},{&quot;2026-06-13&quot;:4.98},{&quot;2026-06-14&quot;:4.98},{&quot;2026-06-15&quot;:4.98},{&quot;2026-06-16&quot;:4.98},{&quot;2026-06-17&quot;:4.98},{&quot;2026-06-18&quot;:4.98},{&quot;2026-06-19&quot;:4.98},{&quot;2026-06-20&quot;:4.98},{&quot;2026-06-21&quot;:5.12},{&quot;2026-06-22&quot;:5.12},{&quot;2026-06-23&quot;:5.12},{&quot;2026-06-24&quot;:4.97},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.92},{&quot;2026-06-28&quot;:4.92},{&quot;2026-06-29&quot;:4.63},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.33},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.13},{&quot;2026-07-05&quot;:4.04},{&quot;2026-07-06&quot;:3.92},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.7},{&quot;2026-07-09&quot;:3.59},{&quot;2026-07-10&quot;:3.59},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.64},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.73},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.57},{&quot;2026-07-21&quot;:3.58},{&quot;2026-07-23&quot;:3.61},{&quot;2026-07-25&quot;:3.52},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.51},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.38},{&quot;2026-07-30&quot;:3.38},{&quot;2026-07-31&quot;:3.45},{&quot;2026-08-01&quot;:3.45},{&quot;2026-08-02&quot;:3.43},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.44},{&quot;2026-08-05&quot;:3.24},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:2.98},{&quot;2026-08-10&quot;:2.98},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.7},{&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.65},{&quot;2026-08-17&quot;:2.71},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.53},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.65},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.74},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.74},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.67}]}"
        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="14425"
  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-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">
            Bane of Bala Ged
        </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="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.66
          </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="Bane of Bala Ged" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3cb0fff-da50-40b9-9839-68cdf25a0193.jpg?1783915459" />

        <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">
            Bane of Bala Ged
        </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 — Eldrazi</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></i>
          </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="Bane of Bala Ged" src="https://cards.scryfall.io/large/front/c/3/c3cb0fff-da50-40b9-9839-68cdf25a0193.jpg?1783915459" />
    </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.66
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.48},{&quot;2026-06-10&quot;:3.67},{&quot;2026-06-11&quot;:3.6},{&quot;2026-06-12&quot;:3.6},{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:4.13},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:4.17},{&quot;2026-06-18&quot;:4.12},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.33},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:4.25},{&quot;2026-06-26&quot;:4.25},{&quot;2026-06-27&quot;:4.25},{&quot;2026-06-28&quot;:4.02},{&quot;2026-06-29&quot;:4.02},{&quot;2026-06-30&quot;:3.98},{&quot;2026-07-01&quot;:3.95},{&quot;2026-07-02&quot;:3.82},{&quot;2026-07-03&quot;:3.41},{&quot;2026-07-04&quot;:3.41},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.32},{&quot;2026-07-07&quot;:3.32},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.83},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.71},{&quot;2026-07-17&quot;:2.71},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-23&quot;:2.92},{&quot;2026-07-25&quot;:2.87},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-29&quot;:2.91},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.91},{&quot;2026-08-01&quot;:2.91},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.31},{&quot;2026-08-04&quot;:3.35},{&quot;2026-08-05&quot;:3.36},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.27},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.27},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.73},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.48},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.58},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.66}]}"
        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="40776"
  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-khm 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">
            Kaya the Inexorable
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Kaya
      </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.66
          </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="Kaya the Inexorable" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/166c0bd1-b59d-4644-832f-888a4ca3a0aa.jpg?1783928194" />

        <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">
            Kaya the Inexorable
        </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 — Kaya</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-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="Kaya the Inexorable" src="https://cards.scryfall.io/large/front/1/6/166c0bd1-b59d-4644-832f-888a4ca3a0aa.jpg?1783928194" />
    </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.66
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.90
              </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">$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-12&quot;:2.63},{&quot;2026-06-13&quot;:2.63},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.63},{&quot;2026-06-22&quot;:2.63},{&quot;2026-06-23&quot;:2.63},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.63},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.63},{&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.62},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.62},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.63},{&quot;2026-07-11&quot;:2.63},{&quot;2026-07-12&quot;:2.63},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.69},{&quot;2026-07-18&quot;:2.69},{&quot;2026-07-19&quot;:2.69},{&quot;2026-07-20&quot;:2.69},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-23&quot;:2.69},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.69},{&quot;2026-07-28&quot;:2.69},{&quot;2026-07-29&quot;:2.69},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.69},{&quot;2026-08-01&quot;:2.69},{&quot;2026-08-02&quot;:2.7},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.78},{&quot;2026-08-05&quot;:2.78},{&quot;2026-08-07&quot;:2.78},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.78},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.79},{&quot;2026-08-15&quot;:2.77},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.76},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.76},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.76},{&quot;2026-09-02&quot;:2.88},{&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.88},{&quot;2026-09-08&quot;:2.9},{&quot;2026-09-09&quot;:2.9},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.9}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.04},{&quot;2026-06-13&quot;:3.07},{&quot;2026-06-14&quot;:3.07},{&quot;2026-06-15&quot;:3.08},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.08},{&quot;2026-06-18&quot;:3.08},{&quot;2026-06-19&quot;:3.11},{&quot;2026-06-20&quot;:3.11},{&quot;2026-06-21&quot;:3.11},{&quot;2026-06-22&quot;:3.08},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:3.01},{&quot;2026-06-25&quot;:3.01},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.93},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.67},{&quot;2026-07-08&quot;:2.61},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.6},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.59},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.51},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-25&quot;:2.61},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.54},{&quot;2026-08-07&quot;:2.54},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.54},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.53},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.58},{&quot;2026-08-17&quot;:2.58},{&quot;2026-08-18&quot;:2.58},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.56},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.61},{&quot;2026-08-27&quot;:2.61},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.62},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.62},{&quot;2026-09-02&quot;:2.6},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.62},{&quot;2026-09-07&quot;:2.62},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.65},{&quot;2026-09-12&quot;:2.66}]}"
        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="41499"
  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-neo 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">
            Atsushi, the Blazing Sky
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.24
          </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="Atsushi, the Blazing Sky" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/73b64c17-8a52-4d9d-a28b-7e0e945be059.jpg?1783923871" />

        <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">
            Atsushi, the Blazing Sky
        </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 — Dragon Spirit</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Atsushi, the Blazing Sky" src="https://cards.scryfall.io/large/front/7/3/73b64c17-8a52-4d9d-a28b-7e0e945be059.jpg?1783923871" />
    </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-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.24
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </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.66
              </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">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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.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-08&quot;:2.94},{&quot;2026-06-10&quot;:2.94},{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:2.94},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.92},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.92},{&quot;2026-06-27&quot;:2.92},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.85},{&quot;2026-07-01&quot;:2.85},{&quot;2026-07-02&quot;:2.5},{&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.51},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.51},{&quot;2026-07-15&quot;:2.6},{&quot;2026-07-16&quot;:2.6},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.6},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.61},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.47},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.48},{&quot;2026-08-13&quot;:2.48},{&quot;2026-08-14&quot;:2.48},{&quot;2026-08-15&quot;:2.48},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.56},{&quot;2026-08-18&quot;:2.56},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.56},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.62},{&quot;2026-08-26&quot;:2.61},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.65},{&quot;2026-08-29&quot;:2.65},{&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.79},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.66}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.96},{&quot;2026-06-10&quot;:2.0},{&quot;2026-06-11&quot;:2.0},{&quot;2026-06-12&quot;:2.0},{&quot;2026-06-13&quot;:2.0},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.97},{&quot;2026-06-19&quot;:1.97},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.87},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:1.85},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.87},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.82},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:2.03},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.15},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.12},{&quot;2026-09-05&quot;:2.12},{&quot;2026-09-06&quot;:2.12},{&quot;2026-09-07&quot;:2.12},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.24}]}"
        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="47541"
  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-a25 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">
            Nihil Spellbomb
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.66
          </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="Nihil Spellbomb" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5892a23-efae-4731-9b8f-41c87960fe93.jpg?1783935110" />

        <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">
            Nihil Spellbomb
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Nihil Spellbomb" src="https://cards.scryfall.io/large/front/e/5/e5892a23-efae-4731-9b8f-41c87960fe93.jpg?1783935110" />
    </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.66
              </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">
                $8.24
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $4.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-10&quot;:8.2},{&quot;2026-06-11&quot;:8.2},{&quot;2026-06-12&quot;:8.2},{&quot;2026-06-13&quot;:8.2},{&quot;2026-06-14&quot;:8.2},{&quot;2026-06-15&quot;:8.2},{&quot;2026-06-16&quot;:8.2},{&quot;2026-06-17&quot;:8.2},{&quot;2026-06-18&quot;:8.26},{&quot;2026-06-19&quot;:8.26},{&quot;2026-06-20&quot;:8.26},{&quot;2026-06-21&quot;:8.26},{&quot;2026-06-22&quot;:8.26},{&quot;2026-06-23&quot;:8.3},{&quot;2026-06-24&quot;:8.3},{&quot;2026-06-25&quot;:8.3},{&quot;2026-06-26&quot;:8.3},{&quot;2026-06-27&quot;:8.3},{&quot;2026-06-28&quot;:8.27},{&quot;2026-06-29&quot;:8.27},{&quot;2026-06-30&quot;:8.27},{&quot;2026-07-01&quot;:8.27},{&quot;2026-07-02&quot;:8.27},{&quot;2026-07-03&quot;:8.27},{&quot;2026-07-04&quot;:8.27},{&quot;2026-07-05&quot;:8.31},{&quot;2026-07-06&quot;:8.31},{&quot;2026-07-07&quot;:8.31},{&quot;2026-07-08&quot;:8.31},{&quot;2026-07-09&quot;:8.31},{&quot;2026-07-10&quot;:8.31},{&quot;2026-07-11&quot;:8.31},{&quot;2026-07-12&quot;:8.31},{&quot;2026-07-13&quot;:8.31},{&quot;2026-07-14&quot;:8.31},{&quot;2026-07-15&quot;:8.27},{&quot;2026-07-16&quot;:8.31},{&quot;2026-07-17&quot;:8.31},{&quot;2026-07-18&quot;:8.31},{&quot;2026-07-19&quot;:8.31},{&quot;2026-07-20&quot;:8.31},{&quot;2026-07-21&quot;:8.31},{&quot;2026-07-23&quot;:8.31},{&quot;2026-07-25&quot;:8.31},{&quot;2026-07-26&quot;:8.31},{&quot;2026-07-27&quot;:8.31},{&quot;2026-07-29&quot;:8.22},{&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.21},{&quot;2026-08-15&quot;:8.21},{&quot;2026-08-16&quot;:8.17},{&quot;2026-08-17&quot;:8.17},{&quot;2026-08-18&quot;:8.17},{&quot;2026-08-19&quot;:8.17},{&quot;2026-08-20&quot;:8.17},{&quot;2026-08-21&quot;:8.18},{&quot;2026-08-22&quot;:8.18},{&quot;2026-08-23&quot;:8.23},{&quot;2026-08-24&quot;:8.18},{&quot;2026-08-25&quot;:8.18},{&quot;2026-08-26&quot;:8.25},{&quot;2026-08-27&quot;:8.25},{&quot;2026-08-28&quot;:8.25},{&quot;2026-08-29&quot;:8.25},{&quot;2026-08-30&quot;:8.25},{&quot;2026-08-31&quot;:8.25},{&quot;2026-09-01&quot;:8.25},{&quot;2026-09-02&quot;:8.25},{&quot;2026-09-03&quot;:8.25},{&quot;2026-09-04&quot;:8.25},{&quot;2026-09-05&quot;:8.25},{&quot;2026-09-06&quot;:8.25},{&quot;2026-09-07&quot;:8.24},{&quot;2026-09-08&quot;:8.24},{&quot;2026-09-09&quot;:8.24},{&quot;2026-09-10&quot;:8.24},{&quot;2026-09-11&quot;:8.24}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.99},{&quot;2026-06-11&quot;:1.99},{&quot;2026-06-12&quot;:2.0},{&quot;2026-06-13&quot;:1.98},{&quot;2026-06-14&quot;:1.98},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.04},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.8},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.81},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.8},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.87},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-23&quot;:1.96},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.03},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.13},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.13},{&quot;2026-08-07&quot;:2.18},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.18},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.34},{&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.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.66}]}"
        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="49574"
  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-mh2 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">
            Squirrel Mob
        </span>

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.66
          </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="Squirrel Mob" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />

        <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">
            Squirrel Mob
        </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 — Squirrel</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="Squirrel Mob" src="https://cards.scryfall.io/large/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />
    </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.66
              </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.64
              </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.23</span>
              <span class="text-xs text-grey-text">Credit: $0.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-12&quot;:0.91},{&quot;2026-06-13&quot;:0.91},{&quot;2026-06-14&quot;:0.91},{&quot;2026-06-15&quot;:0.91},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.89},{&quot;2026-06-18&quot;:0.89},{&quot;2026-06-19&quot;:0.89},{&quot;2026-06-20&quot;:0.89},{&quot;2026-06-21&quot;:0.89},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.86},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.87},{&quot;2026-06-26&quot;:0.87},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.89},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:1.02},{&quot;2026-07-02&quot;:1.02},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.31},{&quot;2026-07-13&quot;:1.31},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.16},{&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.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.57},{&quot;2026-08-26&quot;:3.57},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.64},{&quot;2026-09-11&quot;:2.64},{&quot;2026-09-12&quot;:2.64}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.58},{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.56},{&quot;2026-06-15&quot;:0.51},{&quot;2026-06-16&quot;:0.5},{&quot;2026-06-17&quot;:0.5},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.65},{&quot;2026-06-21&quot;:0.66},{&quot;2026-06-22&quot;:0.64},{&quot;2026-06-23&quot;:0.7},{&quot;2026-06-24&quot;:0.82},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.9},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.81},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.3},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.82},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.72},{&quot;2026-09-12&quot;:2.66}]}"
        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="51519"
  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">
            Squee, the Immortal
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.79
          </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="Squee, the Immortal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5483306-885c-44e1-84ce-b6e2124a6ecc.jpg?1783916873" />

        <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">
            Squee, the Immortal
        </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</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-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="Squee, the Immortal" src="https://cards.scryfall.io/large/front/e/5/e5483306-885c-44e1-84ce-b6e2124a6ecc.jpg?1783916873" />
    </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-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.79
              </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.66
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</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.82},{&quot;2026-06-15&quot;:1.82},{&quot;2026-06-16&quot;:1.82},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.91},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:1.99},{&quot;2026-06-26&quot;:1.99},{&quot;2026-06-27&quot;:1.99},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.01},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:1.96},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:2.03},{&quot;2026-07-11&quot;:2.03},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.03},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.07},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-22&quot;:2.1},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.1},{&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.13},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.08},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.1},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:2.07},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.08},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.25},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.47},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.63},{&quot;2026-09-04&quot;:2.63},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.63},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.63},{&quot;2026-09-12&quot;:2.66}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.64},{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.62},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.61},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.63},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.53},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-22&quot;:1.44},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-24&quot;:1.44},{&quot;2026-07-25&quot;:1.44},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.46},{&quot;2026-07-28&quot;:1.46},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.52},{&quot;2026-08-04&quot;:1.53},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.51},{&quot;2026-08-09&quot;:1.51},{&quot;2026-08-10&quot;:1.52},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.51},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.65},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.75},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.75},{&quot;2026-08-29&quot;:1.75},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.61},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.77},{&quot;2026-09-11&quot;:1.79},{&quot;2026-09-12&quot;:1.79}]}"
        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="52691"
  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">
            Karn, the Great Creator
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Karn
      </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.66
          </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, the Great Creator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/e/ee243dbe-83ee-40af-8e26-c1528166ef5a.jpg?1783910620" />

        <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, the Great Creator
        </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 — Karn</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>
          </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, the Great Creator" src="https://cards.scryfall.io/large/front/e/e/ee243dbe-83ee-40af-8e26-c1528166ef5a.jpg?1783910620" />
    </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.66
              </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.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;normal&quot;:[{&quot;2026-06-10&quot;:2.74},{&quot;2026-06-11&quot;:2.79},{&quot;2026-06-12&quot;:2.86},{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:3.1},{&quot;2026-06-17&quot;:3.03},{&quot;2026-06-18&quot;:3.03},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.94},{&quot;2026-06-21&quot;:3.03},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.07},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.95},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:3.02},{&quot;2026-07-02&quot;:3.13},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.15},{&quot;2026-07-05&quot;:3.1},{&quot;2026-07-06&quot;:3.1},{&quot;2026-07-07&quot;:3.08},{&quot;2026-07-08&quot;:3.03},{&quot;2026-07-09&quot;:3.07},{&quot;2026-07-10&quot;:3.15},{&quot;2026-07-11&quot;:3.12},{&quot;2026-07-12&quot;:3.12},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.1},{&quot;2026-07-16&quot;:3.08},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.3},{&quot;2026-07-21&quot;:3.23},{&quot;2026-07-23&quot;:3.09},{&quot;2026-07-25&quot;:3.08},{&quot;2026-07-26&quot;:2.93},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:2.87},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:3.02},{&quot;2026-08-08&quot;:3.04},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.19},{&quot;2026-08-14&quot;:3.17},{&quot;2026-08-15&quot;:3.19},{&quot;2026-08-16&quot;:3.22},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.09},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:3.0},{&quot;2026-08-22&quot;:3.07},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.79},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.71},{&quot;2026-09-03&quot;:2.65},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.69},{&quot;2026-09-11&quot;:2.66}]}"
        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="53224"
  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-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">
            Doomsday
        </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="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.66
          </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="Doomsday" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91c977bc-c575-46be-a99a-31e49c7c158b.jpg?1783910564" />

        <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">
            Doomsday
        </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">Sorcery</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><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="Doomsday" src="https://cards.scryfall.io/large/front/9/1/91c977bc-c575-46be-a99a-31e49c7c158b.jpg?1783910564" />
    </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.66
              </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">
                $34.53
              </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;2026-06-08&quot;:36.33},{&quot;2026-06-10&quot;:36.21},{&quot;2026-06-11&quot;:36.44},{&quot;2026-06-12&quot;:36.44},{&quot;2026-06-13&quot;:36.44},{&quot;2026-06-14&quot;:36.44},{&quot;2026-06-15&quot;:36.44},{&quot;2026-06-16&quot;:36.44},{&quot;2026-06-17&quot;:36.44},{&quot;2026-06-18&quot;:36.44},{&quot;2026-06-19&quot;:36.44},{&quot;2026-06-20&quot;:36.44},{&quot;2026-06-21&quot;:36.44},{&quot;2026-06-22&quot;:36.44},{&quot;2026-06-24&quot;:36.44},{&quot;2026-06-25&quot;:36.44},{&quot;2026-06-26&quot;:36.44},{&quot;2026-06-27&quot;:36.44},{&quot;2026-06-28&quot;:36.44},{&quot;2026-06-29&quot;:36.44},{&quot;2026-06-30&quot;:36.48},{&quot;2026-07-01&quot;:36.48},{&quot;2026-07-02&quot;:36.49},{&quot;2026-07-03&quot;:36.49},{&quot;2026-07-04&quot;:36.49},{&quot;2026-07-05&quot;:36.49},{&quot;2026-07-06&quot;:36.49},{&quot;2026-07-07&quot;:36.49},{&quot;2026-07-08&quot;:36.49},{&quot;2026-07-09&quot;:36.49},{&quot;2026-07-10&quot;:36.49},{&quot;2026-07-11&quot;:36.49},{&quot;2026-07-12&quot;:36.49},{&quot;2026-07-13&quot;:36.49},{&quot;2026-07-14&quot;:36.49},{&quot;2026-07-15&quot;:36.49},{&quot;2026-07-16&quot;:36.49},{&quot;2026-07-17&quot;:36.49},{&quot;2026-07-18&quot;:36.49},{&quot;2026-07-19&quot;:36.49},{&quot;2026-07-20&quot;:36.49},{&quot;2026-07-21&quot;:36.49},{&quot;2026-07-23&quot;:36.28},{&quot;2026-07-25&quot;:36.28},{&quot;2026-07-26&quot;:36.28},{&quot;2026-07-27&quot;:36.28},{&quot;2026-07-29&quot;:36.28},{&quot;2026-07-30&quot;:36.28},{&quot;2026-07-31&quot;:36.04},{&quot;2026-08-01&quot;:36.04},{&quot;2026-08-02&quot;:36.04},{&quot;2026-08-03&quot;:36.04},{&quot;2026-08-04&quot;:35.84},{&quot;2026-08-05&quot;:35.84},{&quot;2026-08-07&quot;:35.66},{&quot;2026-08-08&quot;:35.66},{&quot;2026-08-09&quot;:35.66},{&quot;2026-08-10&quot;:35.66},{&quot;2026-08-11&quot;:35.66},{&quot;2026-08-12&quot;:35.66},{&quot;2026-08-13&quot;:35.66},{&quot;2026-08-14&quot;:35.66},{&quot;2026-08-15&quot;:35.66},{&quot;2026-08-16&quot;:35.66},{&quot;2026-08-17&quot;:35.66},{&quot;2026-08-18&quot;:35.44},{&quot;2026-08-19&quot;:35.21},{&quot;2026-08-20&quot;:35.21},{&quot;2026-08-21&quot;:35.21},{&quot;2026-08-22&quot;:35.21},{&quot;2026-08-23&quot;:35.21},{&quot;2026-08-24&quot;:35.21},{&quot;2026-08-25&quot;:35.21},{&quot;2026-08-26&quot;:34.94},{&quot;2026-08-27&quot;:34.82},{&quot;2026-08-28&quot;:34.82},{&quot;2026-08-29&quot;:34.82},{&quot;2026-08-30&quot;:34.82},{&quot;2026-08-31&quot;:34.82},{&quot;2026-09-01&quot;:34.82},{&quot;2026-09-02&quot;:34.82},{&quot;2026-09-03&quot;:34.82},{&quot;2026-09-04&quot;:34.82},{&quot;2026-09-05&quot;:34.82},{&quot;2026-09-06&quot;:34.82},{&quot;2026-09-07&quot;:34.82},{&quot;2026-09-08&quot;:34.82},{&quot;2026-09-09&quot;:34.82},{&quot;2026-09-10&quot;:34.82},{&quot;2026-09-11&quot;:34.53}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.4},{&quot;2026-06-10&quot;:2.91},{&quot;2026-06-11&quot;:2.78},{&quot;2026-06-12&quot;:2.81},{&quot;2026-06-13&quot;:2.81},{&quot;2026-06-14&quot;:3.22},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.31},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.28},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.15},{&quot;2026-06-29&quot;:3.0},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.83},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.87},{&quot;2026-07-04&quot;:2.87},{&quot;2026-07-05&quot;:2.87},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.9},{&quot;2026-07-11&quot;:2.9},{&quot;2026-07-12&quot;:2.91},{&quot;2026-07-13&quot;:2.91},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.02},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.03},{&quot;2026-07-31&quot;:3.01},{&quot;2026-08-01&quot;:3.01},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.83},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.9},{&quot;2026-08-16&quot;:2.9},{&quot;2026-08-17&quot;:2.9},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.91},{&quot;2026-08-20&quot;:2.91},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.85},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&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.84},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.73},{&quot;2026-09-06&quot;:2.73},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.66}]}"
        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="74303"
  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">
            Trumpeting Carnosaur
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dinosaur
      </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.66
          </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="Trumpeting Carnosaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/edc035ca-f0a3-4814-9405-d6dc6f048315.jpg?1783913753" />

        <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">
            Trumpeting Carnosaur
        </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 — Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Trumpeting Carnosaur" src="https://cards.scryfall.io/large/front/e/d/edc035ca-f0a3-4814-9405-d6dc6f048315.jpg?1783913753" />
    </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.66
              </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">
                $2.91
              </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-12&quot;:3.64},{&quot;2026-06-13&quot;:3.64},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.71},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.45},{&quot;2026-06-21&quot;:3.45},{&quot;2026-06-22&quot;:3.45},{&quot;2026-06-23&quot;:3.45},{&quot;2026-06-24&quot;:3.45},{&quot;2026-06-25&quot;:3.45},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.45},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.4},{&quot;2026-07-03&quot;:3.4},{&quot;2026-07-04&quot;:3.4},{&quot;2026-07-05&quot;:3.4},{&quot;2026-07-06&quot;:3.4},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.09},{&quot;2026-07-14&quot;:3.09},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:3.09},{&quot;2026-07-17&quot;:3.09},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.13},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:3.07},{&quot;2026-07-27&quot;:3.07},{&quot;2026-07-28&quot;:3.07},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.07},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:3.07},{&quot;2026-08-03&quot;:3.07},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.07},{&quot;2026-08-08&quot;:3.07},{&quot;2026-08-09&quot;:3.07},{&quot;2026-08-10&quot;:3.07},{&quot;2026-08-11&quot;:3.07},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.0},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:3.04},{&quot;2026-08-16&quot;:3.04},{&quot;2026-08-17&quot;:3.01},{&quot;2026-08-18&quot;:2.97},{&quot;2026-08-19&quot;:3.03},{&quot;2026-08-20&quot;:3.03},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.96},{&quot;2026-08-26&quot;:2.96},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.84},{&quot;2026-09-05&quot;:2.84},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.91},{&quot;2026-09-11&quot;:2.91},{&quot;2026-09-12&quot;:2.91}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.54},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.17},{&quot;2026-06-25&quot;:2.14},{&quot;2026-06-26&quot;:2.2},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.38},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.41},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.45},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.22},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.33},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.34},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.27},{&quot;2026-08-05&quot;:2.27},{&quot;2026-08-07&quot;:2.2},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.59},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.63},{&quot;2026-08-18&quot;:2.54},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.11},{&quot;2026-08-25&quot;:2.11},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.48},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.59},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.35},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.66},{&quot;2026-09-12&quot;:2.66}]}"
        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="108949"
  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-soc 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">
            Monologue Tax
        </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-100 text-badge-text">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.66
          </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="Monologue Tax" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/b/7b88cb4c-8044-4e88-80f1-1688273ad0ec.jpg?1782683263" />

        <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">
            Monologue Tax
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Monologue Tax" src="https://cards.scryfall.io/large/front/7/b/7b88cb4c-8044-4e88-80f1-1688273ad0ec.jpg?1782683263" />
    </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.66
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.00
              </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;normal&quot;:[{&quot;2026-06-14&quot;:1.86},{&quot;2026-06-15&quot;:1.82},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.79},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.82},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-23&quot;:1.71},{&quot;2026-06-24&quot;:1.84},{&quot;2026-06-25&quot;:1.96},{&quot;2026-06-26&quot;:1.91},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:2.42},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.0},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.72},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.69},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-22&quot;:1.83},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.86},{&quot;2026-07-29&quot;:1.84},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.94},{&quot;2026-08-03&quot;:1.94},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:2.08},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.74},{&quot;2026-09-06&quot;:2.82},{&quot;2026-09-07&quot;:2.84},{&quot;2026-09-08&quot;:3.08},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:2.81},{&quot;2026-09-12&quot;:2.66}]}"
        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="36639"
  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-mid 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">
            Gisa, Glorious Resurrector
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.65
          </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="Gisa, Glorious Resurrector" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/7473f95a-b004-41ad-9729-0242c8b2a5ee.jpg?1783925515" />

        <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">
            Gisa, Glorious Resurrector
        </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 — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Gisa, Glorious Resurrector" src="https://cards.scryfall.io/large/front/7/4/7473f95a-b004-41ad-9729-0242c8b2a5ee.jpg?1783925515" />
    </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.65
              </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.02
              </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">$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-10&quot;:3.88},{&quot;2026-06-11&quot;:3.88},{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.82},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.83},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.83},{&quot;2026-06-19&quot;:3.83},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:3.77},{&quot;2026-06-22&quot;:3.77},{&quot;2026-06-23&quot;:3.77},{&quot;2026-06-24&quot;:3.77},{&quot;2026-06-25&quot;:3.77},{&quot;2026-06-26&quot;:3.77},{&quot;2026-06-27&quot;:3.77},{&quot;2026-06-28&quot;:3.78},{&quot;2026-06-29&quot;:3.78},{&quot;2026-06-30&quot;:3.78},{&quot;2026-07-01&quot;:3.56},{&quot;2026-07-02&quot;:3.56},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.53},{&quot;2026-07-05&quot;:3.53},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.44},{&quot;2026-07-09&quot;:3.44},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.37},{&quot;2026-07-12&quot;:3.37},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.37},{&quot;2026-07-15&quot;:3.37},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.29},{&quot;2026-07-19&quot;:3.32},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.32},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-25&quot;:3.2},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-29&quot;:3.21},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.21},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:3.02},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.89},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.94},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.89},{&quot;2026-08-25&quot;:2.89},{&quot;2026-08-26&quot;:2.89},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.02},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.02}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.03},{&quot;2026-06-11&quot;:2.06},{&quot;2026-06-12&quot;:2.15},{&quot;2026-06-13&quot;:2.08},{&quot;2026-06-14&quot;:2.17},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.23},{&quot;2026-06-18&quot;:2.23},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.17},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.17},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.22},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.37},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.29},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.22},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.18},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.21},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.17},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.2},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:2.19},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.34},{&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.46},{&quot;2026-09-05&quot;:2.52},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.65}]}"
        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="48602"
  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-mrd 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">
            Ancient Den
        </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">
            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.65
          </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="Ancient Den" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc857fbd-8e0f-4bff-8f14-561c9925c484.jpg?1783944494" />

        <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">
            Ancient Den
        </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="Ancient Den" src="https://cards.scryfall.io/large/front/c/c/cc857fbd-8e0f-4bff-8f14-561c9925c484.jpg?1783944494" />
    </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.65
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $26.49
              </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-10&quot;:26.14},{&quot;2026-06-11&quot;:26.14},{&quot;2026-06-12&quot;:26.35},{&quot;2026-06-13&quot;:26.35},{&quot;2026-06-14&quot;:26.35},{&quot;2026-06-15&quot;:26.35},{&quot;2026-06-16&quot;:26.35},{&quot;2026-06-17&quot;:26.35},{&quot;2026-06-18&quot;:26.35},{&quot;2026-06-19&quot;:26.35},{&quot;2026-06-20&quot;:26.35},{&quot;2026-06-21&quot;:26.35},{&quot;2026-06-22&quot;:26.35},{&quot;2026-06-23&quot;:26.35},{&quot;2026-06-24&quot;:26.35},{&quot;2026-06-25&quot;:26.35},{&quot;2026-06-26&quot;:26.35},{&quot;2026-06-27&quot;:26.35},{&quot;2026-06-28&quot;:26.35},{&quot;2026-06-29&quot;:26.35},{&quot;2026-06-30&quot;:26.35},{&quot;2026-07-01&quot;:26.35},{&quot;2026-07-02&quot;:26.35},{&quot;2026-07-03&quot;:26.68},{&quot;2026-07-04&quot;:26.68},{&quot;2026-07-05&quot;:26.68},{&quot;2026-07-06&quot;:26.68},{&quot;2026-07-07&quot;:26.68},{&quot;2026-07-08&quot;:26.68},{&quot;2026-07-09&quot;:26.68},{&quot;2026-07-10&quot;:26.68},{&quot;2026-07-11&quot;:26.68},{&quot;2026-07-12&quot;:26.68},{&quot;2026-07-13&quot;:26.68},{&quot;2026-07-14&quot;:26.68},{&quot;2026-07-15&quot;:26.68},{&quot;2026-07-16&quot;:26.68},{&quot;2026-07-17&quot;:26.68},{&quot;2026-07-18&quot;:26.68},{&quot;2026-07-19&quot;:26.68},{&quot;2026-07-20&quot;:26.68},{&quot;2026-07-21&quot;:26.68},{&quot;2026-07-23&quot;:26.6},{&quot;2026-07-25&quot;:26.6},{&quot;2026-07-26&quot;:26.49},{&quot;2026-07-27&quot;:26.49},{&quot;2026-07-29&quot;:26.49},{&quot;2026-07-30&quot;:26.49},{&quot;2026-07-31&quot;:26.49},{&quot;2026-08-01&quot;:26.49},{&quot;2026-08-02&quot;:26.49},{&quot;2026-08-03&quot;:26.49},{&quot;2026-08-04&quot;:26.43},{&quot;2026-08-05&quot;:26.43},{&quot;2026-08-07&quot;:26.43},{&quot;2026-08-08&quot;:26.43},{&quot;2026-08-09&quot;:26.43},{&quot;2026-08-10&quot;:26.43},{&quot;2026-08-11&quot;:26.43},{&quot;2026-08-12&quot;:26.43},{&quot;2026-08-13&quot;:26.43},{&quot;2026-08-14&quot;:26.43},{&quot;2026-08-15&quot;:26.43},{&quot;2026-08-16&quot;:26.43},{&quot;2026-08-17&quot;:26.43},{&quot;2026-08-18&quot;:26.43},{&quot;2026-08-19&quot;:26.43},{&quot;2026-08-20&quot;:26.43},{&quot;2026-08-21&quot;:26.43},{&quot;2026-08-22&quot;:26.43},{&quot;2026-08-23&quot;:26.43},{&quot;2026-08-24&quot;:26.43},{&quot;2026-08-25&quot;:26.43},{&quot;2026-08-26&quot;:26.43},{&quot;2026-08-27&quot;:26.43},{&quot;2026-08-28&quot;:26.43},{&quot;2026-08-29&quot;:26.43},{&quot;2026-08-30&quot;:26.49},{&quot;2026-08-31&quot;:26.49},{&quot;2026-09-01&quot;:26.49},{&quot;2026-09-02&quot;:26.49},{&quot;2026-09-03&quot;:26.49},{&quot;2026-09-04&quot;:26.49},{&quot;2026-09-05&quot;:26.49},{&quot;2026-09-06&quot;:26.49},{&quot;2026-09-07&quot;:26.49},{&quot;2026-09-08&quot;:26.49},{&quot;2026-09-09&quot;:26.49},{&quot;2026-09-10&quot;:26.49},{&quot;2026-09-11&quot;:26.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.36},{&quot;2026-06-11&quot;:2.34},{&quot;2026-06-12&quot;:2.34},{&quot;2026-06-13&quot;:2.31},{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:2.06},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.56},{&quot;2026-07-06&quot;:2.56},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.31},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.16},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.61},{&quot;2026-08-05&quot;:2.69},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.51},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.56},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.46},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:1.95},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.58},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.61},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.65}]}"
        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="75923"
  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">
            Quartzwood Crasher
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.65
          </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="Quartzwood Crasher" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d39e00aa-9af9-4e53-8540-3fb56009c9b4.jpg?1783913847" />

        <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">
            Quartzwood Crasher
        </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 — Dinosaur Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Quartzwood Crasher" src="https://cards.scryfall.io/large/front/d/3/d39e00aa-9af9-4e53-8540-3fb56009c9b4.jpg?1783913847" />
    </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.65
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  13%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</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.56},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.55},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.87},{&quot;2026-06-19&quot;:2.74},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.82},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.69},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.65},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.43},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.51},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.43},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.37},{&quot;2026-07-16&quot;:2.39},{&quot;2026-07-17&quot;:2.59},{&quot;2026-07-18&quot;:2.71},{&quot;2026-07-19&quot;:2.58},{&quot;2026-07-20&quot;:2.58},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.62},{&quot;2026-07-25&quot;:2.61},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.62},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.4},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.21},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.12},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.21},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.09},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.33},{&quot;2026-08-26&quot;:2.41},{&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.31},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.36},{&quot;2026-09-02&quot;:2.32},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.34},{&quot;2026-09-07&quot;:2.38},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.65},{&quot;2026-09-12&quot;:2.65}]}"
        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="94712"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Summon: Leviathan
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Saga Leviathan
      </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.65
          </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="Summon: Leviathan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea7f26a9-b203-4ee7-88f1-3d9c77a25bcb.jpg?1783906627" />

        <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">
            Summon: Leviathan
        </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 Creature — Saga Leviathan</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="Summon: Leviathan" src="https://cards.scryfall.io/large/front/e/a/ea7f26a9-b203-4ee7-88f1-3d9c77a25bcb.jpg?1783906627" />
    </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.33
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  44%
                </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.65
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.23</span>
              <span class="text-xs text-grey-text">Credit: $1.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-13&quot;:1.79},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.96},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:1.79},{&quot;2026-06-25&quot;:1.95},{&quot;2026-06-26&quot;:2.02},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:1.99},{&quot;2026-06-30&quot;:1.98},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.24},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:1.99},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.81},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.26},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.19},{&quot;2026-07-28&quot;:1.26},{&quot;2026-07-29&quot;:1.3},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.72},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.71},{&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.81},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.49},{&quot;2026-08-16&quot;:1.43},{&quot;2026-08-17&quot;:1.64},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:2.04},{&quot;2026-08-29&quot;:2.04},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.56},{&quot;2026-09-06&quot;:2.7},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.62},{&quot;2026-09-12&quot;:2.65}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.6},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:0.97},{&quot;2026-06-18&quot;:1.01},{&quot;2026-06-19&quot;:1.13},{&quot;2026-06-20&quot;:1.29},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.14},{&quot;2026-06-24&quot;:0.98},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.9},{&quot;2026-06-27&quot;:0.93},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.46},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.23},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.36},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:0.91},{&quot;2026-07-18&quot;:1.14},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.35},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.53},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.53},{&quot;2026-08-14&quot;:1.28},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.56},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.22},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.18},{&quot;2026-08-23&quot;:0.96},{&quot;2026-08-24&quot;:1.03},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.05},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.28},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:2.31},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.25},{&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="95201"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Lindblum, Industrial Regency 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.65
          </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="Lindblum, Industrial Regency // Mage Siege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />

        <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">
            Lindblum, Industrial Regency 
        </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 — Town</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Lindblum, Industrial Regency // Mage Siege" src="https://cards.scryfall.io/large/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Lindblum, Industrial Regency // Mage Siege" src="https://cards.scryfall.io/large/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  14%
                </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.90
              </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.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;:2.55},{&quot;2026-06-15&quot;:2.55},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.8},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.8},{&quot;2026-06-25&quot;:2.83},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.7},{&quot;2026-07-22&quot;:2.7},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.93},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.04},{&quot;2026-08-03&quot;:3.14},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.22},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.3},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.41},{&quot;2026-08-16&quot;:3.44},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.25},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.01},{&quot;2026-08-31&quot;:3.01},{&quot;2026-09-01&quot;:3.01},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.73},{&quot;2026-09-06&quot;:2.82},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.9}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:2.11},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.69},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:2.97},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:3.07},{&quot;2026-07-24&quot;:2.81},{&quot;2026-07-25&quot;:2.49},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.67},{&quot;2026-07-28&quot;:2.67},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.39},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.54},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.92},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.18},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.2},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.58},{&quot;2026-08-21&quot;:2.61},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:2.97},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:2.93},{&quot;2026-09-03&quot;:2.81},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.58},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.71},{&quot;2026-09-12&quot;:2.65}]}"
        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="87738"
  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="text-sm font-medium text-nine-white">
            $2.64
          </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/f/e/fe285a48-9a13-4bfa-9426-fb1fe7703a82.jpg?1783931778" />

        <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/f/e/fe285a48-9a13-4bfa-9426-fb1fe7703a82.jpg?1783931778" />
    </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.64
              </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.08</span>
              <span class="text-xs text-grey-text">Credit: $0.10</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.9},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.02},{&quot;2026-06-20&quot;:2.18},{&quot;2026-06-21&quot;:2.18},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.18},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.18},{&quot;2026-06-27&quot;:2.18},{&quot;2026-06-28&quot;:2.18},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.14},{&quot;2026-07-02&quot;:2.16},{&quot;2026-07-03&quot;:2.16},{&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.16},{&quot;2026-07-09&quot;:2.16},{&quot;2026-07-10&quot;:2.16},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.14},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.78},{&quot;2026-07-22&quot;:2.78},{&quot;2026-07-23&quot;:2.78},{&quot;2026-07-24&quot;:2.94},{&quot;2026-07-25&quot;:2.94},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:2.94},{&quot;2026-07-29&quot;:2.94},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.91},{&quot;2026-08-01&quot;:2.91},{&quot;2026-08-02&quot;:2.91},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.09},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.09},{&quot;2026-08-10&quot;:3.09},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.03},{&quot;2026-08-17&quot;:3.03},{&quot;2026-08-18&quot;:3.03},{&quot;2026-08-19&quot;:3.03},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.87},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.72},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.64},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.64},{&quot;2026-09-11&quot;:2.64},{&quot;2026-09-12&quot;:2.64}]}"
        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="84958"
  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">
            Thoughtcast
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.63
          </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="Thoughtcast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a0d98f40-39bd-4f3a-9867-d273c1a299e7.jpg?1783931914" />

        <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">
            Thoughtcast
        </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-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="Thoughtcast" src="https://cards.scryfall.io/large/front/a/0/a0d98f40-39bd-4f3a-9867-d273c1a299e7.jpg?1783931914" />
    </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.63
              </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;normal&quot;:[{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:2.0},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.0},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:2.01},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-23&quot;:2.01},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:1.98},{&quot;2026-06-26&quot;:1.98},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:1.98},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.9},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.9},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:1.9},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.9},{&quot;2026-07-17&quot;:1.84},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.92},{&quot;2026-07-28&quot;:1.92},{&quot;2026-07-29&quot;:1.92},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.94},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.93},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:1.91},{&quot;2026-08-13&quot;:1.91},{&quot;2026-08-14&quot;:2.19},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.5},{&quot;2026-08-25&quot;:2.5},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&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.56},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.63},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.63},{&quot;2026-09-12&quot;:2.63}]}"
        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="38139"
  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-jou 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">
            Doomwake Giant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Doomwake Giant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b20eabfb-f086-45dd-97e2-b2ed5286bc3c.jpg?1783939437" />

        <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">
            Doomwake Giant
        </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 Creature — Giant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Doomwake Giant" src="https://cards.scryfall.io/large/front/b/2/b20eabfb-f086-45dd-97e2-b2ed5286bc3c.jpg?1783939437" />
    </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">
                $0.31
              </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.62
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  46%
                </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.07</span>
              <span class="text-xs text-grey-text">Credit: $0.09</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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</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-08&quot;:5.67},{&quot;2026-06-10&quot;:5.67},{&quot;2026-06-11&quot;:5.55},{&quot;2026-06-12&quot;:5.55},{&quot;2026-06-13&quot;:5.55},{&quot;2026-06-14&quot;:5.34},{&quot;2026-06-15&quot;:5.34},{&quot;2026-06-16&quot;:5.34},{&quot;2026-06-17&quot;:5.34},{&quot;2026-06-18&quot;:5.34},{&quot;2026-06-19&quot;:5.34},{&quot;2026-06-20&quot;:5.34},{&quot;2026-06-21&quot;:5.34},{&quot;2026-06-22&quot;:5.34},{&quot;2026-06-24&quot;:5.51},{&quot;2026-06-25&quot;:5.51},{&quot;2026-06-26&quot;:5.51},{&quot;2026-06-27&quot;:5.51},{&quot;2026-06-28&quot;:5.51},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:5.85},{&quot;2026-07-01&quot;:5.85},{&quot;2026-07-02&quot;:5.85},{&quot;2026-07-03&quot;:5.85},{&quot;2026-07-04&quot;:5.85},{&quot;2026-07-05&quot;:5.85},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:6.08},{&quot;2026-07-08&quot;:6.08},{&quot;2026-07-09&quot;:6.08},{&quot;2026-07-10&quot;:6.08},{&quot;2026-07-11&quot;:6.08},{&quot;2026-07-12&quot;:6.08},{&quot;2026-07-13&quot;:6.08},{&quot;2026-07-14&quot;:6.08},{&quot;2026-07-15&quot;:6.08},{&quot;2026-07-16&quot;:6.08},{&quot;2026-07-17&quot;:6.08},{&quot;2026-07-18&quot;:6.08},{&quot;2026-07-19&quot;:6.08},{&quot;2026-07-20&quot;:6.08},{&quot;2026-07-21&quot;:6.08},{&quot;2026-07-23&quot;:6.08},{&quot;2026-07-25&quot;:6.08},{&quot;2026-07-26&quot;:6.08},{&quot;2026-07-27&quot;:6.08},{&quot;2026-07-29&quot;:6.08},{&quot;2026-07-30&quot;:6.08},{&quot;2026-07-31&quot;:6.08},{&quot;2026-08-01&quot;:6.08},{&quot;2026-08-02&quot;:6.08},{&quot;2026-08-03&quot;:6.08},{&quot;2026-08-04&quot;:6.08},{&quot;2026-08-05&quot;:6.08},{&quot;2026-08-07&quot;:6.08},{&quot;2026-08-08&quot;:6.08},{&quot;2026-08-09&quot;:6.08},{&quot;2026-08-10&quot;:5.39},{&quot;2026-08-11&quot;:5.09},{&quot;2026-08-12&quot;:5.09},{&quot;2026-08-13&quot;:5.09},{&quot;2026-08-14&quot;:5.09},{&quot;2026-08-15&quot;:5.09},{&quot;2026-08-16&quot;:5.09},{&quot;2026-08-17&quot;:5.09},{&quot;2026-08-18&quot;:5.09},{&quot;2026-08-19&quot;:5.09},{&quot;2026-08-20&quot;:5.09},{&quot;2026-08-21&quot;:4.83},{&quot;2026-08-22&quot;:4.83},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.83},{&quot;2026-08-25&quot;:4.83},{&quot;2026-08-26&quot;:4.6},{&quot;2026-08-27&quot;:4.6},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.83},{&quot;2026-09-01&quot;:4.83},{&quot;2026-09-02&quot;:4.83},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.83},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:5.02},{&quot;2026-09-08&quot;:5.02},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.62}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.29},{&quot;2026-06-10&quot;:0.29},{&quot;2026-06-11&quot;:0.29},{&quot;2026-06-12&quot;:0.29},{&quot;2026-06-13&quot;:0.29},{&quot;2026-06-14&quot;:0.29},{&quot;2026-06-15&quot;:0.29},{&quot;2026-06-16&quot;:0.29},{&quot;2026-06-17&quot;:0.29},{&quot;2026-06-18&quot;:0.3},{&quot;2026-06-19&quot;:0.3},{&quot;2026-06-20&quot;:0.3},{&quot;2026-06-21&quot;:0.3},{&quot;2026-06-22&quot;:0.3},{&quot;2026-06-24&quot;:0.3},{&quot;2026-06-25&quot;:0.3},{&quot;2026-06-26&quot;:0.3},{&quot;2026-06-27&quot;:0.31},{&quot;2026-06-28&quot;:0.31},{&quot;2026-06-29&quot;:0.3},{&quot;2026-06-30&quot;:0.3},{&quot;2026-07-01&quot;:0.31},{&quot;2026-07-02&quot;:0.31},{&quot;2026-07-03&quot;:0.31},{&quot;2026-07-04&quot;:0.31},{&quot;2026-07-05&quot;:0.31},{&quot;2026-07-06&quot;:0.31},{&quot;2026-07-07&quot;:0.31},{&quot;2026-07-08&quot;:0.31},{&quot;2026-07-09&quot;:0.31},{&quot;2026-07-10&quot;:0.31},{&quot;2026-07-11&quot;:0.31},{&quot;2026-07-12&quot;:0.31},{&quot;2026-07-13&quot;:0.3},{&quot;2026-07-14&quot;:0.3},{&quot;2026-07-15&quot;:0.3},{&quot;2026-07-16&quot;:0.3},{&quot;2026-07-17&quot;:0.3},{&quot;2026-07-18&quot;:0.3},{&quot;2026-07-19&quot;:0.3},{&quot;2026-07-20&quot;:0.3},{&quot;2026-07-21&quot;:0.3},{&quot;2026-07-23&quot;:0.3},{&quot;2026-07-25&quot;:0.3},{&quot;2026-07-26&quot;:0.3},{&quot;2026-07-27&quot;:0.31},{&quot;2026-07-29&quot;:0.3},{&quot;2026-07-30&quot;:0.3},{&quot;2026-07-31&quot;:0.3},{&quot;2026-08-01&quot;:0.3},{&quot;2026-08-02&quot;:0.3},{&quot;2026-08-03&quot;:0.3},{&quot;2026-08-04&quot;:0.3},{&quot;2026-08-05&quot;:0.3},{&quot;2026-08-07&quot;:0.3},{&quot;2026-08-08&quot;:0.3},{&quot;2026-08-09&quot;:0.3},{&quot;2026-08-10&quot;:0.31},{&quot;2026-08-11&quot;:0.31},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.3},{&quot;2026-08-14&quot;:0.3},{&quot;2026-08-15&quot;:0.3},{&quot;2026-08-16&quot;:0.3},{&quot;2026-08-17&quot;:0.3},{&quot;2026-08-18&quot;:0.3},{&quot;2026-08-19&quot;:0.3},{&quot;2026-08-20&quot;:0.3},{&quot;2026-08-21&quot;:0.31},{&quot;2026-08-22&quot;:0.31},{&quot;2026-08-23&quot;:0.3},{&quot;2026-08-24&quot;:0.3},{&quot;2026-08-25&quot;:0.3},{&quot;2026-08-26&quot;:0.3},{&quot;2026-08-27&quot;:0.3},{&quot;2026-08-28&quot;:0.29},{&quot;2026-08-29&quot;:0.29},{&quot;2026-08-30&quot;:0.29},{&quot;2026-08-31&quot;:0.29},{&quot;2026-09-01&quot;:0.29},{&quot;2026-09-02&quot;:0.29},{&quot;2026-09-03&quot;:0.3},{&quot;2026-09-04&quot;:0.3},{&quot;2026-09-05&quot;:0.3},{&quot;2026-09-06&quot;:0.3},{&quot;2026-09-07&quot;:0.3},{&quot;2026-09-08&quot;:0.3},{&quot;2026-09-09&quot;:0.3},{&quot;2026-09-10&quot;:0.31},{&quot;2026-09-11&quot;:0.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="47287"
  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-mic 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">
            Tomb Tyrant
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Zombie Noble
      </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.62
          </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="Tomb Tyrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/73315f75-252e-4db2-b48c-a60eafaf25e3.jpg?1783925375" />

        <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">
            Tomb Tyrant
        </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 — Zombie Noble</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="Tomb Tyrant" src="https://cards.scryfall.io/large/front/7/3/73315f75-252e-4db2-b48c-a60eafaf25e3.jpg?1783925375" />
    </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.62
              </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.35},{&quot;2026-06-11&quot;:2.35},{&quot;2026-06-12&quot;:2.39},{&quot;2026-06-13&quot;:2.38},{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.53},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.58},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.52},{&quot;2026-06-26&quot;:2.55},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.62},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.65},{&quot;2026-07-10&quot;:2.65},{&quot;2026-07-11&quot;:2.65},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.57},{&quot;2026-07-16&quot;:2.48},{&quot;2026-07-17&quot;:2.48},{&quot;2026-07-18&quot;:2.43},{&quot;2026-07-19&quot;:2.45},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.43},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.48},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-29&quot;:2.65},{&quot;2026-07-30&quot;:2.7},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.73},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.6},{&quot;2026-08-10&quot;:2.6},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.32},{&quot;2026-08-20&quot;:2.32},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.3},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.62},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.59},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.72},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.62}]}"
        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="20574"
  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">
            Anguished Unmaking
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.61
          </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="Anguished Unmaking" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/16de91dc-5d82-43ec-84ad-67bae644795a.jpg?1783921856" />

        <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">
            Anguished Unmaking
        </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-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="Anguished Unmaking" src="https://cards.scryfall.io/large/front/1/6/16de91dc-5d82-43ec-84ad-67bae644795a.jpg?1783921856" />
    </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.61
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  11%
                </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.56
              </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-08&quot;:3.55},{&quot;2026-06-10&quot;:3.55},{&quot;2026-06-11&quot;:3.55},{&quot;2026-06-12&quot;:3.55},{&quot;2026-06-13&quot;:3.57},{&quot;2026-06-14&quot;:3.57},{&quot;2026-06-15&quot;:3.57},{&quot;2026-06-16&quot;:3.57},{&quot;2026-06-17&quot;:3.57},{&quot;2026-06-18&quot;:3.57},{&quot;2026-06-19&quot;:3.57},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.57},{&quot;2026-06-22&quot;:3.57},{&quot;2026-06-24&quot;:3.57},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.5},{&quot;2026-06-28&quot;:3.5},{&quot;2026-06-29&quot;:3.5},{&quot;2026-06-30&quot;:3.5},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.5},{&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.52},{&quot;2026-07-07&quot;:3.52},{&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.52},{&quot;2026-07-12&quot;:3.52},{&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.5},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-23&quot;:3.5},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.51},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.47},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.52},{&quot;2026-08-08&quot;:3.52},{&quot;2026-08-09&quot;:3.53},{&quot;2026-08-10&quot;:3.53},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.53},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.53},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.53},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.53},{&quot;2026-08-19&quot;:3.53},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.53},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.53},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.53},{&quot;2026-08-29&quot;:3.53},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.55},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:3.55},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.56},{&quot;2026-09-06&quot;:3.56},{&quot;2026-09-07&quot;:3.58},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.56}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.9},{&quot;2026-06-10&quot;:2.9},{&quot;2026-06-11&quot;:2.9},{&quot;2026-06-12&quot;:2.9},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.82},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.83},{&quot;2026-06-20&quot;:2.83},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.6},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.61},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.5},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.42},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-23&quot;:2.02},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.03},{&quot;2026-07-27&quot;:2.23},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.2},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.16},{&quot;2026-08-28&quot;:2.16},{&quot;2026-08-29&quot;:2.16},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.35},{&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.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.61}]}"
        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="20596"
  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">
            Atla Palani, Nest Tender
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.61
          </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="Atla Palani, Nest Tender" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53b18981-c0be-455c-baa4-d3f45c55b4e3.jpg?1783921856" />

        <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">
            Atla Palani, Nest Tender
        </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 — 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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></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="Atla Palani, Nest Tender" src="https://cards.scryfall.io/large/front/5/3/53b18981-c0be-455c-baa4-d3f45c55b4e3.jpg?1783921856" />
    </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.61
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  6%
                </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.64
              </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.26</span>
              <span class="text-xs text-grey-text">Credit: $0.34</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.52},{&quot;2026-06-15&quot;:1.52},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.58},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.54},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.57},{&quot;2026-06-24&quot;:1.57},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.56},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.57},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.57},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.57},{&quot;2026-07-28&quot;:1.57},{&quot;2026-07-29&quot;:1.57},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.62},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.61},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.6},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.64},{&quot;2026-09-01&quot;:1.64},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.64},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.64}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.86},{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.94},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.08},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.13},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.14},{&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.23},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.99},{&quot;2026-07-20&quot;:1.85},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.75},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.75},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.69},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.64},{&quot;2026-08-14&quot;:1.64},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.89},{&quot;2026-08-20&quot;:1.98},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.65},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.56},{&quot;2026-09-12&quot;:2.61}]}"
        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="34977"
  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">
            Mirrorhall Mimic 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.61
          </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="Mirrorhall Mimic // Ghastly Mimicry" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/823ad188-bd56-476d-9853-bed90bfad582.jpg?1783924898" />

        <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">
            Mirrorhall Mimic 
        </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 — Spirit</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Mirrorhall Mimic // Ghastly Mimicry" src="https://cards.scryfall.io/large/front/8/2/823ad188-bd56-476d-9853-bed90bfad582.jpg?1783924898" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Mirrorhall Mimic // Ghastly Mimicry" src="https://cards.scryfall.io/large/back/8/2/823ad188-bd56-476d-9853-bed90bfad582.jpg?1783924898" />
              </div>
            </div>
          </div>

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

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

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

          <span class="text-lg font-medium text-nine-white">
            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.61
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $1.97
              </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.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.58},{&quot;2026-06-15&quot;:1.51},{&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.49},{&quot;2026-06-20&quot;:1.49},{&quot;2026-06-21&quot;:1.49},{&quot;2026-06-22&quot;:1.49},{&quot;2026-06-23&quot;:1.49},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.49},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.65},{&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.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.67},{&quot;2026-07-25&quot;:1.67},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:1.82},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.85},{&quot;2026-08-09&quot;:1.85},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.8},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.97},{&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;:2.02},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.0},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.97}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.28},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.4},{&quot;2026-07-08&quot;:1.4},{&quot;2026-07-09&quot;:1.35},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-22&quot;:1.3},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-24&quot;:1.26},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-28&quot;:1.24},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.28},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.27},{&quot;2026-08-15&quot;:1.28},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.37},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.6},{&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.66},{&quot;2026-09-01&quot;:1.75},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.31},{&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.52},{&quot;2026-09-11&quot;:2.61},{&quot;2026-09-12&quot;:2.61}]}"
        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="36634"
  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-mid 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">
            Adeline, Resplendent Cathar
        </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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.61
          </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="Adeline, Resplendent Cathar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2f71585a-3ea8-40f8-8e02-e155477fd8b5.jpg?1783925516" />

        <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">
            Adeline, Resplendent Cathar
        </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 — 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-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="Adeline, Resplendent Cathar" src="https://cards.scryfall.io/large/front/2/f/2f71585a-3ea8-40f8-8e02-e155477fd8b5.jpg?1783925516" />
    </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.61
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $4.77
              </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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</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;:5.01},{&quot;2026-06-15&quot;:5.01},{&quot;2026-06-16&quot;:5.01},{&quot;2026-06-17&quot;:5.01},{&quot;2026-06-18&quot;:5.01},{&quot;2026-06-19&quot;:5.01},{&quot;2026-06-20&quot;:5.01},{&quot;2026-06-21&quot;:5.01},{&quot;2026-06-22&quot;:5.01},{&quot;2026-06-23&quot;:5.01},{&quot;2026-06-24&quot;:5.02},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:5.02},{&quot;2026-06-29&quot;:5.09},{&quot;2026-06-30&quot;:5.11},{&quot;2026-07-01&quot;:5.11},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.11},{&quot;2026-07-04&quot;:5.11},{&quot;2026-07-05&quot;:5.11},{&quot;2026-07-06&quot;:5.14},{&quot;2026-07-07&quot;:5.14},{&quot;2026-07-08&quot;:5.14},{&quot;2026-07-09&quot;:5.14},{&quot;2026-07-10&quot;:5.14},{&quot;2026-07-11&quot;:5.14},{&quot;2026-07-12&quot;:5.14},{&quot;2026-07-13&quot;:5.14},{&quot;2026-07-14&quot;:5.14},{&quot;2026-07-15&quot;:5.14},{&quot;2026-07-16&quot;:5.14},{&quot;2026-07-17&quot;:5.14},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.14},{&quot;2026-07-20&quot;:5.14},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-22&quot;:5.14},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:5.14},{&quot;2026-07-25&quot;:5.14},{&quot;2026-07-26&quot;:5.14},{&quot;2026-07-27&quot;:5.14},{&quot;2026-07-28&quot;:5.14},{&quot;2026-07-29&quot;:5.14},{&quot;2026-07-30&quot;:5.14},{&quot;2026-07-31&quot;:5.15},{&quot;2026-08-01&quot;:5.15},{&quot;2026-08-02&quot;:5.15},{&quot;2026-08-03&quot;:5.15},{&quot;2026-08-04&quot;:5.15},{&quot;2026-08-05&quot;:5.15},{&quot;2026-08-07&quot;:5.16},{&quot;2026-08-08&quot;:5.16},{&quot;2026-08-09&quot;:5.16},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.12},{&quot;2026-08-12&quot;:5.12},{&quot;2026-08-13&quot;:5.12},{&quot;2026-08-14&quot;:5.1},{&quot;2026-08-15&quot;:5.1},{&quot;2026-08-16&quot;:5.1},{&quot;2026-08-17&quot;:5.1},{&quot;2026-08-18&quot;:5.12},{&quot;2026-08-19&quot;:5.16},{&quot;2026-08-20&quot;:5.16},{&quot;2026-08-21&quot;:4.96},{&quot;2026-08-22&quot;:4.96},{&quot;2026-08-23&quot;:4.96},{&quot;2026-08-24&quot;:4.96},{&quot;2026-08-25&quot;:4.96},{&quot;2026-08-26&quot;:4.96},{&quot;2026-08-27&quot;:4.96},{&quot;2026-08-28&quot;:4.86},{&quot;2026-08-29&quot;:4.86},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:4.93},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.93},{&quot;2026-09-03&quot;:4.93},{&quot;2026-09-04&quot;:4.93},{&quot;2026-09-05&quot;:4.93},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.83},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.8},{&quot;2026-09-11&quot;:4.79},{&quot;2026-09-12&quot;:4.77}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.47},{&quot;2026-06-15&quot;:2.48},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.34},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.45},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.4},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.46},{&quot;2026-07-16&quot;:2.46},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.45},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-22&quot;:2.19},{&quot;2026-07-23&quot;:2.21},{&quot;2026-07-24&quot;:2.19},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-28&quot;:2.29},{&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.36},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.37},{&quot;2026-08-04&quot;:2.41},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.53},{&quot;2026-08-12&quot;:2.61},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.54},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.39},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.42},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.37},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.59},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.57},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.58},{&quot;2026-09-12&quot;:2.61}]}"
        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="99332"
  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-ecc 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">
            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.61
          </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/2/f/2fa1dac5-51ba-403e-b48b-d2c0d23a8146.jpg?1782684213" />

        <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/2/f/2fa1dac5-51ba-403e-b48b-d2c0d23a8146.jpg?1782684213" />
    </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.61
              </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-12&quot;:0.79},{&quot;2026-06-13&quot;:0.76},{&quot;2026-06-14&quot;:0.82},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.82},{&quot;2026-06-17&quot;:0.76},{&quot;2026-06-18&quot;:0.82},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.9},{&quot;2026-06-22&quot;:0.89},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.92},{&quot;2026-06-25&quot;:0.99},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.94},{&quot;2026-06-29&quot;:0.96},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.89},{&quot;2026-07-02&quot;:0.95},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.99},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.99},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:0.99},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.97},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:0.92},{&quot;2026-07-25&quot;:0.97},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:0.99},{&quot;2026-07-29&quot;:0.99},{&quot;2026-07-30&quot;:0.96},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.44},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:2.21},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:3.07},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:4.04},{&quot;2026-08-15&quot;:3.99},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.01},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.62},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.73},{&quot;2026-09-11&quot;:2.76},{&quot;2026-09-12&quot;:2.61}]}"
        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="4982"
  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-blb 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">
            Into the Flood Maw
        </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">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Into the Flood Maw" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/0/50b9575a-53d9-4df7-b86c-cda021107d3f.jpg?1783910850" />

        <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">
            Into the Flood Maw
        </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>
          </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="Into the Flood Maw" src="https://cards.scryfall.io/large/front/5/0/50b9575a-53d9-4df7-b86c-cda021107d3f.jpg?1783910850" />
    </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.60
              </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.35
              </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">$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.19},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.19},{&quot;2026-06-17&quot;:3.09},{&quot;2026-06-18&quot;:3.16},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.38},{&quot;2026-06-22&quot;:3.28},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.27},{&quot;2026-06-25&quot;:3.34},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.22},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.01},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:3.09},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.15},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.13},{&quot;2026-07-12&quot;:3.18},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.3},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.27},{&quot;2026-07-17&quot;:3.26},{&quot;2026-07-18&quot;:3.32},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.35},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-22&quot;:3.39},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-24&quot;:3.15},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-28&quot;:3.38},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.25},{&quot;2026-07-31&quot;:3.21},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.19},{&quot;2026-08-03&quot;:3.28},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.32},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.14},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.32},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.4},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.2},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.08},{&quot;2026-08-29&quot;:3.08},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.39},{&quot;2026-09-03&quot;:3.39},{&quot;2026-09-04&quot;:3.35},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.31},{&quot;2026-09-11&quot;:3.3},{&quot;2026-09-12&quot;:3.35}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.53},{&quot;2026-06-16&quot;:2.6},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:1.98},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.53},{&quot;2026-06-25&quot;:2.29},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.38},{&quot;2026-07-09&quot;:2.47},{&quot;2026-07-10&quot;:2.35},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.42},{&quot;2026-07-13&quot;:2.4},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.66},{&quot;2026-07-17&quot;:2.51},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.44},{&quot;2026-07-20&quot;:2.34},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-22&quot;:2.33},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.8},{&quot;2026-07-26&quot;:3.01},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.62},{&quot;2026-08-01&quot;:2.67},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.65},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.44},{&quot;2026-08-12&quot;:2.32},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.55},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.61},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.21},{&quot;2026-08-28&quot;:2.12},{&quot;2026-08-29&quot;:2.12},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.55},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.69},{&quot;2026-09-12&quot;:2.6}]}"
        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="18750"
  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-dmu 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">
            Elas il-Kor, Sadistic Pilgrim
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Elas il-Kor, Sadistic Pilgrim" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c3f0ffe-cf51-4c30-8cd5-9e3c7e92c019.jpg?1783921287" />

        <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">
            Elas il-Kor, Sadistic Pilgrim
        </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">Legendary Creature — Phyrexian Kor Cleric</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><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="Elas il-Kor, Sadistic Pilgrim" src="https://cards.scryfall.io/large/front/1/c/1c3f0ffe-cf51-4c30-8cd5-9e3c7e92c019.jpg?1783921287" />
    </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.60
              </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.13
              </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">$0.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</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;:3.54},{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.44},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.34},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.07},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:3.01},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.89},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.76},{&quot;2026-08-02&quot;:2.73},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.46},{&quot;2026-08-25&quot;:3.46},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.65},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.5},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.19},{&quot;2026-09-12&quot;:3.13}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.56},{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.44},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.9},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:3.02},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.61},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.62},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.71},{&quot;2026-08-04&quot;:2.79},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.79},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:3.27},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.05},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.84},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.84},{&quot;2026-09-12&quot;:2.6}]}"
        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="19467"
  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-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">
            Ramses, Assassin Lord
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Assassin
      </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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.42
          </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="Ramses, Assassin Lord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9e5f168c-4f56-4d06-bef1-db10fdfbe657.jpg?1783921463" />

        <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">
            Ramses, Assassin Lord
        </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 — Human Assassin</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-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="Ramses, Assassin Lord" src="https://cards.scryfall.io/large/front/9/e/9e5f168c-4f56-4d06-bef1-db10fdfbe657.jpg?1783921463" />
    </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-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.42
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </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.60
              </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">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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.63</span>
              <span class="text-xs text-grey-text">Credit: $0.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-10&quot;:2.69},{&quot;2026-06-11&quot;:2.69},{&quot;2026-06-12&quot;:2.69},{&quot;2026-06-13&quot;:2.69},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.76},{&quot;2026-06-16&quot;:2.76},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:2.76},{&quot;2026-06-19&quot;:2.76},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.69},{&quot;2026-06-28&quot;:2.69},{&quot;2026-06-29&quot;:2.69},{&quot;2026-06-30&quot;:2.69},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.64},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.64},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.64},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.67},{&quot;2026-07-17&quot;:2.67},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.39},{&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.41},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.48},{&quot;2026-07-31&quot;:2.48},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.48},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.6},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.62},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.55},{&quot;2026-08-26&quot;:2.48},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.44},{&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.44},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.63},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.6}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.57},{&quot;2026-06-11&quot;:2.42},{&quot;2026-06-12&quot;:2.28},{&quot;2026-06-13&quot;:2.36},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.53},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.56},{&quot;2026-06-28&quot;:2.49},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.28},{&quot;2026-07-01&quot;:2.29},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.24},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.15},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.33},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.26},{&quot;2026-07-20&quot;:2.3},{&quot;2026-07-21&quot;:2.36},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-25&quot;:2.47},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-29&quot;:2.6},{&quot;2026-07-30&quot;:2.6},{&quot;2026-07-31&quot;:2.7},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.7},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.82},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.86},{&quot;2026-08-09&quot;:2.87},{&quot;2026-08-10&quot;:2.94},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.72},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.47},{&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.24},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.1},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.1},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.42}]}"
        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="20894"
  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-2xm 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">
            Darksteel Citadel
        </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">
            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">
              ↓
              24%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Darksteel Citadel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd582037-8682-4738-b459-177a9d6e03b6.jpg?1783930087" />

        <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">
            Darksteel Citadel
        </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 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="Darksteel Citadel" src="https://cards.scryfall.io/large/front/d/d/dd582037-8682-4738-b459-177a9d6e03b6.jpg?1783930087" />
    </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.09
              </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.60
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  24%
                </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.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;:3.6},{&quot;2026-06-15&quot;:3.6},{&quot;2026-06-16&quot;:3.6},{&quot;2026-06-17&quot;:3.6},{&quot;2026-06-18&quot;:3.74},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.74},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.51},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.44},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.37},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.37},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:3.06},{&quot;2026-07-14&quot;:3.06},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.08},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.11},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-22&quot;:3.03},{&quot;2026-07-23&quot;:3.03},{&quot;2026-07-24&quot;:3.0},{&quot;2026-07-25&quot;:2.93},{&quot;2026-07-26&quot;:2.87},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.26},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.49},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.46},{&quot;2026-08-05&quot;:3.55},{&quot;2026-08-07&quot;:3.8},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.8},{&quot;2026-08-11&quot;:3.8},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.59},{&quot;2026-08-14&quot;:3.46},{&quot;2026-08-15&quot;:3.46},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.45},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.39},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.4},{&quot;2026-08-25&quot;:3.4},{&quot;2026-08-26&quot;:3.35},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.41},{&quot;2026-08-31&quot;:3.41},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.4},{&quot;2026-09-03&quot;:3.43},{&quot;2026-09-04&quot;:3.43},{&quot;2026-09-05&quot;:3.43},{&quot;2026-09-06&quot;:3.43},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.6},{&quot;2026-09-12&quot;:2.6}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.23},{&quot;2026-06-15&quot;:2.23},{&quot;2026-06-16&quot;:2.23},{&quot;2026-06-17&quot;:2.23},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.27},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.39},{&quot;2026-06-23&quot;:2.41},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.04},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:2.0},{&quot;2026-07-04&quot;:1.99},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:1.89},{&quot;2026-07-10&quot;:1.89},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.72},{&quot;2026-07-17&quot;:1.71},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-22&quot;:1.75},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.8},{&quot;2026-07-25&quot;:1.82},{&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.87},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:1.87},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.93},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.95},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.89},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:1.98},{&quot;2026-08-18&quot;:2.01},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.15},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:2.19},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.18},{&quot;2026-09-06&quot;:2.11},{&quot;2026-09-07&quot;:2.11},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.14},{&quot;2026-09-10&quot;:2.14},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.09}]}"
        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="52716"
  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-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">
            Iona, Shield of Emeria
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Angel
      </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.60
          </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="Iona, Shield of Emeria" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/7/e70bac07-b011-4c30-a29e-1852b23a3ed6.jpg?1783910618" />

        <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">
            Iona, Shield of Emeria
        </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 — Angel</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><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-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="Iona, Shield of Emeria" src="https://cards.scryfall.io/large/front/e/7/e70bac07-b011-4c30-a29e-1852b23a3ed6.jpg?1783910618" />
    </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.60
              </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.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;normal&quot;:[{&quot;2026-06-14&quot;:3.97},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.98},{&quot;2026-06-17&quot;:3.98},{&quot;2026-06-18&quot;:4.09},{&quot;2026-06-19&quot;:4.09},{&quot;2026-06-20&quot;:4.13},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.18},{&quot;2026-06-23&quot;:4.17},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.17},{&quot;2026-06-26&quot;:4.29},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.22},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.21},{&quot;2026-07-01&quot;:4.21},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.26},{&quot;2026-07-04&quot;:4.22},{&quot;2026-07-05&quot;:4.23},{&quot;2026-07-06&quot;:4.24},{&quot;2026-07-07&quot;:4.15},{&quot;2026-07-08&quot;:4.02},{&quot;2026-07-09&quot;:3.88},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.67},{&quot;2026-07-12&quot;:3.67},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.57},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.53},{&quot;2026-07-17&quot;:3.53},{&quot;2026-07-18&quot;:3.49},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.49},{&quot;2026-07-21&quot;:3.42},{&quot;2026-07-22&quot;:3.49},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-24&quot;:3.44},{&quot;2026-07-25&quot;:3.33},{&quot;2026-07-26&quot;:3.3},{&quot;2026-07-27&quot;:3.3},{&quot;2026-07-28&quot;:3.33},{&quot;2026-07-29&quot;:3.33},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.26},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:3.07},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.0},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.8},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.75},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.71},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.62},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:2.65},{&quot;2026-08-29&quot;:2.65},{&quot;2026-08-30&quot;:2.85},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.8},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.7},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.6}]}"
        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="77535"
  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">
            Folio of Fancies
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Folio of Fancies" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6afc67d1-1018-4a15-ab5f-377fd11dcd3d.jpg?1783932658" />

        <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">
            Folio of Fancies
        </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 — Book</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="Folio of Fancies" src="https://cards.scryfall.io/large/front/6/a/6afc67d1-1018-4a15-ab5f-377fd11dcd3d.jpg?1783932658" />
    </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.60
              </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">
                $1.77
              </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.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;2026-06-10&quot;:1.82},{&quot;2026-06-11&quot;:1.82},{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.84},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.8},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.64},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.62},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.62},{&quot;2026-08-15&quot;:1.62},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.67},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:1.75},{&quot;2026-09-01&quot;:1.75},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.74},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.74},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.77}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.48},{&quot;2026-06-11&quot;:2.04},{&quot;2026-06-12&quot;:2.14},{&quot;2026-06-13&quot;:2.0},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.44},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-23&quot;:2.78},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.84},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.53},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.67},{&quot;2026-07-09&quot;:2.67},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.58},{&quot;2026-07-12&quot;:2.58},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.42},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.48},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.34},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.61},{&quot;2026-08-05&quot;:2.74},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.36},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.12},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.61},{&quot;2026-08-26&quot;:2.77},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.8},{&quot;2026-08-29&quot;:2.8},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.71},{&quot;2026-09-01&quot;:2.71},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.79},{&quot;2026-09-05&quot;:2.8},{&quot;2026-09-06&quot;:2.8},{&quot;2026-09-07&quot;:2.86},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.6}]}"
        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="85133"
  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">
            Ancient Den
        </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-50 text-badge-text">
              ↑
              18%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Ancient Den" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e22e5250-5285-4d7f-931b-545b73f5187f.jpg?1783926569" />

        <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">
            Ancient Den
        </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="Ancient Den" src="https://cards.scryfall.io/large/front/e/2/e22e5250-5285-4d7f-931b-545b73f5187f.jpg?1783926569" />
    </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.60
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  18%
                </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;normal&quot;:[{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.26},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.56},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.56},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.87},{&quot;2026-07-04&quot;:2.86},{&quot;2026-07-05&quot;:2.83},{&quot;2026-07-06&quot;:2.74},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.76},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.94},{&quot;2026-07-15&quot;:2.94},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:2.94},{&quot;2026-07-18&quot;:2.84},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-22&quot;:2.88},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.86},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.86},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.8},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.77},{&quot;2026-08-05&quot;:2.76},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:2.06},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.08},{&quot;2026-09-04&quot;:2.08},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.54},{&quot;2026-09-12&quot;:2.6}]}"
        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="92620"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Emet-Selch, Unsundered 
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.60
          </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="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />

        <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">
            Emet-Selch, Unsundered 
        </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 — Elder Wizard</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" src="https://cards.scryfall.io/large/front/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" src="https://cards.scryfall.io/large/back/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.60
              </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">
                $3.53
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  17%
                </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;2026-06-08&quot;:3.41},{&quot;2026-06-10&quot;:3.46},{&quot;2026-06-11&quot;:3.44},{&quot;2026-06-12&quot;:3.42},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.43},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.55},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.13},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.23},{&quot;2026-07-01&quot;:4.41},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.47},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.37},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.37},{&quot;2026-07-12&quot;:4.43},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.46},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.42},{&quot;2026-07-17&quot;:4.42},{&quot;2026-07-18&quot;:4.49},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.74},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-23&quot;:3.99},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.05},{&quot;2026-07-27&quot;:4.07},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:3.67},{&quot;2026-07-31&quot;:3.64},{&quot;2026-08-01&quot;:3.64},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.77},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.46},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:4.0},{&quot;2026-08-13&quot;:3.91},{&quot;2026-08-14&quot;:3.91},{&quot;2026-08-15&quot;:3.8},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:3.8},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.89},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.89},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:4.17},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.32},{&quot;2026-09-01&quot;:4.32},{&quot;2026-09-02&quot;:4.28},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:3.59},{&quot;2026-09-10&quot;:3.53},{&quot;2026-09-11&quot;:3.53}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.57},{&quot;2026-06-10&quot;:3.07},{&quot;2026-06-11&quot;:3.1},{&quot;2026-06-12&quot;:3.07},{&quot;2026-06-13&quot;:3.19},{&quot;2026-06-14&quot;:3.22},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.89},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.52},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.45},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.22},{&quot;2026-07-03&quot;:3.08},{&quot;2026-07-04&quot;:2.98},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.85},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.78},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-29&quot;:2.3},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.83},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.61},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.3},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.38},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.6}]}"
        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="99312"
  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-ecc 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">
            Evolution Sage
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Evolution Sage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1d58d08d-cd62-416d-8d8e-7d9c56d5c4da.jpg?1782684221" />

        <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">
            Evolution Sage
        </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 — Elf Druid</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="Evolution Sage" src="https://cards.scryfall.io/large/front/1/d/1d58d08d-cd62-416d-8d8e-7d9c56d5c4da.jpg?1782684221" />
    </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.60
              </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">$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-14&quot;:2.41},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.29},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.3},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.24},{&quot;2026-06-28&quot;:2.28},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.29},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.29},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.33},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.25},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.26},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.22},{&quot;2026-07-20&quot;:2.25},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-22&quot;:2.26},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-28&quot;:2.19},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.26},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.12},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.35},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.35},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.45},{&quot;2026-09-12&quot;:2.6}]}"
        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="108343"
  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-tmc 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">
            Level Up
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.60
          </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="Level Up" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/4/d4398907-17d2-4fad-bfa9-56925fb75834.jpg?1783904165" />

        <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">
            Level 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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Level Up" src="https://cards.scryfall.io/large/front/d/4/d4398907-17d2-4fad-bfa9-56925fb75834.jpg?1783904165" />
    </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.60
              </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">
                $18.27
              </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-15&quot;:5.0},{&quot;2026-06-16&quot;:5.0},{&quot;2026-06-17&quot;:5.0},{&quot;2026-06-18&quot;:5.0},{&quot;2026-06-19&quot;:5.0},{&quot;2026-06-20&quot;:5.0},{&quot;2026-06-21&quot;:5.0},{&quot;2026-06-22&quot;:5.0},{&quot;2026-06-23&quot;:5.0},{&quot;2026-06-24&quot;:5.0},{&quot;2026-06-25&quot;:5.0},{&quot;2026-06-26&quot;:5.0},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:5.0},{&quot;2026-06-29&quot;:5.0},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:5.0},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:5.0},{&quot;2026-07-04&quot;:5.0},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:5.0},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:5.0},{&quot;2026-07-10&quot;:5.0},{&quot;2026-07-11&quot;:5.0},{&quot;2026-07-12&quot;:5.0},{&quot;2026-07-13&quot;:5.0},{&quot;2026-07-14&quot;:5.0},{&quot;2026-07-15&quot;:5.0},{&quot;2026-07-16&quot;:5.0},{&quot;2026-07-17&quot;:5.0},{&quot;2026-07-18&quot;:5.0},{&quot;2026-07-19&quot;:5.0},{&quot;2026-07-20&quot;:5.0},{&quot;2026-07-21&quot;:5.0},{&quot;2026-07-22&quot;:5.0},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:5.0},{&quot;2026-07-27&quot;:5.0},{&quot;2026-07-28&quot;:5.0},{&quot;2026-07-29&quot;:5.0},{&quot;2026-07-30&quot;:5.0},{&quot;2026-07-31&quot;:5.0},{&quot;2026-08-01&quot;:5.0},{&quot;2026-08-02&quot;:5.0},{&quot;2026-08-03&quot;:5.0},{&quot;2026-08-04&quot;:5.0},{&quot;2026-08-05&quot;:5.0},{&quot;2026-08-06&quot;:5.0},{&quot;2026-08-07&quot;:5.0},{&quot;2026-08-08&quot;:5.0},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:5.0},{&quot;2026-08-11&quot;:5.0},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.0},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:5.0},{&quot;2026-08-16&quot;:5.0},{&quot;2026-08-17&quot;:5.0},{&quot;2026-08-18&quot;:5.0},{&quot;2026-08-19&quot;:19.02},{&quot;2026-08-20&quot;:19.02},{&quot;2026-08-21&quot;:19.02},{&quot;2026-08-22&quot;:19.02},{&quot;2026-08-23&quot;:18.99},{&quot;2026-08-24&quot;:18.99},{&quot;2026-08-25&quot;:18.99},{&quot;2026-08-26&quot;:18.78},{&quot;2026-08-27&quot;:18.78},{&quot;2026-08-28&quot;:18.53},{&quot;2026-08-29&quot;:18.53},{&quot;2026-08-30&quot;:18.37},{&quot;2026-08-31&quot;:18.37},{&quot;2026-09-01&quot;:18.21},{&quot;2026-09-02&quot;:18.25},{&quot;2026-09-03&quot;:18.25},{&quot;2026-09-04&quot;:18.25},{&quot;2026-09-05&quot;:18.25},{&quot;2026-09-06&quot;:18.25},{&quot;2026-09-07&quot;:18.31},{&quot;2026-09-08&quot;:18.33},{&quot;2026-09-09&quot;:18.27},{&quot;2026-09-10&quot;:18.27},{&quot;2026-09-11&quot;:18.27},{&quot;2026-09-12&quot;:18.27}],&quot;normal&quot;:[{&quot;2026-03-01&quot;:1.67},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.41},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.48},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.41},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.61},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.58},{&quot;2026-08-20&quot;:2.6},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.46},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.34},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.32},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.64},{&quot;2026-09-12&quot;:2.6}]}"
        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="13236"
  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-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">
            Sol Ring
        </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">
              ↑
              15%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.59
          </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="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/46ca0b66-a000-4483-b916-f5b89e710244.jpg?1783915591" />

        <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">
            Sol Ring
        </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-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="Sol Ring" src="https://cards.scryfall.io/large/front/4/6/46ca0b66-a000-4483-b916-f5b89e710244.jpg?1783915591" />
    </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.59
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  15%
                </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.66
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  8%
                </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-14&quot;:5.2},{&quot;2026-06-15&quot;:5.2},{&quot;2026-06-16&quot;:5.15},{&quot;2026-06-17&quot;:5.15},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.23},{&quot;2026-06-20&quot;:5.23},{&quot;2026-06-21&quot;:5.23},{&quot;2026-06-22&quot;:5.23},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.14},{&quot;2026-06-25&quot;:5.14},{&quot;2026-06-26&quot;:5.14},{&quot;2026-06-27&quot;:5.14},{&quot;2026-06-28&quot;:5.14},{&quot;2026-06-29&quot;:5.14},{&quot;2026-06-30&quot;:5.14},{&quot;2026-07-01&quot;:5.14},{&quot;2026-07-02&quot;:4.99},{&quot;2026-07-03&quot;:4.99},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.06},{&quot;2026-07-07&quot;:5.06},{&quot;2026-07-08&quot;:5.23},{&quot;2026-07-09&quot;:5.23},{&quot;2026-07-10&quot;:5.23},{&quot;2026-07-11&quot;:5.23},{&quot;2026-07-12&quot;:5.23},{&quot;2026-07-13&quot;:5.23},{&quot;2026-07-14&quot;:5.23},{&quot;2026-07-15&quot;:5.23},{&quot;2026-07-16&quot;:5.23},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.23},{&quot;2026-07-20&quot;:5.23},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-22&quot;:5.14},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:5.14},{&quot;2026-07-25&quot;:5.14},{&quot;2026-07-26&quot;:4.95},{&quot;2026-07-27&quot;:4.95},{&quot;2026-07-28&quot;:5.13},{&quot;2026-07-29&quot;:5.13},{&quot;2026-07-30&quot;:5.13},{&quot;2026-07-31&quot;:4.97},{&quot;2026-08-01&quot;:4.91},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.23},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:5.23},{&quot;2026-08-07&quot;:5.23},{&quot;2026-08-08&quot;:5.23},{&quot;2026-08-09&quot;:5.23},{&quot;2026-08-10&quot;:5.23},{&quot;2026-08-11&quot;:5.23},{&quot;2026-08-12&quot;:5.23},{&quot;2026-08-13&quot;:5.23},{&quot;2026-08-14&quot;:5.23},{&quot;2026-08-15&quot;:5.23},{&quot;2026-08-16&quot;:5.23},{&quot;2026-08-17&quot;:5.13},{&quot;2026-08-18&quot;:5.13},{&quot;2026-08-19&quot;:5.13},{&quot;2026-08-20&quot;:5.13},{&quot;2026-08-21&quot;:5.13},{&quot;2026-08-22&quot;:5.13},{&quot;2026-08-23&quot;:5.22},{&quot;2026-08-24&quot;:5.22},{&quot;2026-08-25&quot;:5.22},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.06},{&quot;2026-08-29&quot;:5.06},{&quot;2026-08-30&quot;:5.06},{&quot;2026-08-31&quot;:5.06},{&quot;2026-09-01&quot;:5.06},{&quot;2026-09-02&quot;:5.06},{&quot;2026-09-03&quot;:5.06},{&quot;2026-09-04&quot;:5.06},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.06},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.67},{&quot;2026-09-10&quot;:4.55},{&quot;2026-09-11&quot;:4.55},{&quot;2026-09-12&quot;:4.66}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.92},{&quot;2026-06-15&quot;:1.88},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.88},{&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.65},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.71},{&quot;2026-07-05&quot;:1.69},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.71},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.72},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-22&quot;:1.74},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-28&quot;:1.63},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.78},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.08},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:1.89},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:1.95},{&quot;2026-08-20&quot;:1.98},{&quot;2026-08-21&quot;:1.99},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.19},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.27},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.59}]}"
        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="15782"
  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-m21 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">
            Ghostly Pilferer
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.59
          </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="Ghostly Pilferer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/2810631f-c55c-4947-a26f-4d3ce76024b3.jpg?1783930726" />

        <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">
            Ghostly Pilferer
        </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 — Spirit Rogue</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="Ghostly Pilferer" src="https://cards.scryfall.io/large/front/2/8/2810631f-c55c-4947-a26f-4d3ce76024b3.jpg?1783930726" />
    </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.59
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  10%
                </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.70
              </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.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-10&quot;:3.54},{&quot;2026-06-11&quot;:3.44},{&quot;2026-06-12&quot;:3.44},{&quot;2026-06-13&quot;:3.44},{&quot;2026-06-14&quot;:3.44},{&quot;2026-06-15&quot;:3.52},{&quot;2026-06-16&quot;:3.58},{&quot;2026-06-17&quot;:3.58},{&quot;2026-06-18&quot;:3.58},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.58},{&quot;2026-06-23&quot;:3.58},{&quot;2026-06-24&quot;:3.58},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.58},{&quot;2026-06-27&quot;:3.64},{&quot;2026-06-28&quot;:3.69},{&quot;2026-06-29&quot;:3.69},{&quot;2026-06-30&quot;:3.69},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.69},{&quot;2026-07-03&quot;:3.69},{&quot;2026-07-04&quot;:3.69},{&quot;2026-07-05&quot;:3.81},{&quot;2026-07-06&quot;:3.81},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.7},{&quot;2026-07-10&quot;:3.7},{&quot;2026-07-11&quot;:3.7},{&quot;2026-07-12&quot;:3.7},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.7},{&quot;2026-07-16&quot;:3.69},{&quot;2026-07-17&quot;:3.69},{&quot;2026-07-18&quot;:3.65},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.65},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.66},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-29&quot;:3.68},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.68},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.69},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.7},{&quot;2026-08-15&quot;:3.7},{&quot;2026-08-16&quot;:3.7},{&quot;2026-08-17&quot;:3.7},{&quot;2026-08-18&quot;:3.7},{&quot;2026-08-19&quot;:3.7},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.69},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.69},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&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.64},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.67},{&quot;2026-09-10&quot;:3.7},{&quot;2026-09-11&quot;:3.7}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.51},{&quot;2026-06-11&quot;:2.46},{&quot;2026-06-12&quot;:2.43},{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.29},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.51},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.55},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.58},{&quot;2026-06-25&quot;:2.62},{&quot;2026-06-26&quot;:2.56},{&quot;2026-06-27&quot;:2.56},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.28},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.38},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.42},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-29&quot;:2.49},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.5},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.53},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.79},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:3.0},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.81},{&quot;2026-09-07&quot;:2.79},{&quot;2026-09-08&quot;:2.79},{&quot;2026-09-09&quot;:2.72},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.59}]}"
        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="77796"
  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">
            Rite of Consumption
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.58
          </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="Rite of Consumption" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67cc5d9a-fba5-4a42-a3fa-d41e20b7b8fd.jpg?1783910289" />

        <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">
            Rite of Consumption
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rite of Consumption" src="https://cards.scryfall.io/large/front/6/7/67cc5d9a-fba5-4a42-a3fa-d41e20b7b8fd.jpg?1783910289" />
    </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.58
              </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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</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.72},{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.71},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.58},{&quot;2026-06-23&quot;:2.55},{&quot;2026-06-24&quot;:2.47},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.41},{&quot;2026-07-04&quot;:2.41},{&quot;2026-07-05&quot;:2.41},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.38},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.39},{&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.39},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.58},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.61},{&quot;2026-08-11&quot;:2.54},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.53},{&quot;2026-08-15&quot;:2.52},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.54},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.48},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.54},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.58},{&quot;2026-09-12&quot;:2.58}]}"
        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="95036"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Summon: Titan
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Saga Giant
      </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.58
          </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="Summon: Titan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5ce6ea96-7293-496d-b9c8-8ed6d6109a4d.jpg?1783906580" />

        <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">
            Summon: Titan
        </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 Creature — Saga Giant</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="Summon: Titan" src="https://cards.scryfall.io/large/front/5/c/5ce6ea96-7293-496d-b9c8-8ed6d6109a4d.jpg?1783906580" />
    </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.38
              </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.58
              </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 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-10&quot;:1.81},{&quot;2026-06-11&quot;:1.78},{&quot;2026-06-12&quot;:1.79},{&quot;2026-06-13&quot;:1.79},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.61},{&quot;2026-06-20&quot;:1.6},{&quot;2026-06-21&quot;:1.6},{&quot;2026-06-22&quot;:1.6},{&quot;2026-06-23&quot;:1.6},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.57},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.97},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.47},{&quot;2026-07-04&quot;:2.45},{&quot;2026-07-05&quot;:2.45},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:2.49},{&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.48},{&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.32},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.14},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.99},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.4},{&quot;2026-08-03&quot;:2.41},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.36},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.53},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.49},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.52},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.58}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.65},{&quot;2026-06-11&quot;:1.32},{&quot;2026-06-12&quot;:1.54},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.59},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.41},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.37},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.23},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:1.81},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.47},{&quot;2026-07-18&quot;:1.38},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-25&quot;:2.22},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:1.99},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.38}]}"
        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="95228"
  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-fic 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">
            Propaganda
        </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-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.58
          </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="Propaganda" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8fdbe10e-4a5c-43ee-abb5-20a8d5be9727.jpg?1783906281" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Propaganda" src="https://cards.scryfall.io/large/front/8/f/8fdbe10e-4a5c-43ee-abb5-20a8d5be9727.jpg?1783906281" />
    </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.58
              </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">
                $7.18
              </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-08-19&quot;:7.27},{&quot;2026-08-20&quot;:7.27},{&quot;2026-08-21&quot;:7.33},{&quot;2026-08-22&quot;:7.33},{&quot;2026-08-23&quot;:7.33},{&quot;2026-08-24&quot;:7.33},{&quot;2026-08-25&quot;:7.33},{&quot;2026-08-26&quot;:7.33},{&quot;2026-08-27&quot;:7.33},{&quot;2026-08-28&quot;:7.33},{&quot;2026-08-29&quot;:7.33},{&quot;2026-08-30&quot;:7.33},{&quot;2026-08-31&quot;:7.26},{&quot;2026-09-01&quot;:7.26},{&quot;2026-09-02&quot;:7.18},{&quot;2026-09-03&quot;:7.18},{&quot;2026-09-04&quot;:7.18},{&quot;2026-09-05&quot;:7.18},{&quot;2026-09-06&quot;:7.18},{&quot;2026-09-07&quot;:7.16},{&quot;2026-09-08&quot;:7.21},{&quot;2026-09-09&quot;:7.18},{&quot;2026-09-10&quot;:7.18},{&quot;2026-09-11&quot;:7.18}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.12},{&quot;2026-06-11&quot;:3.16},{&quot;2026-06-12&quot;:3.2},{&quot;2026-06-13&quot;:3.15},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.12},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.03},{&quot;2026-06-20&quot;:3.01},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.98},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:2.94},{&quot;2026-07-04&quot;:2.94},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.97},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:3.07},{&quot;2026-07-11&quot;:3.07},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.16},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.09},{&quot;2026-07-18&quot;:3.01},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.02},{&quot;2026-07-21&quot;:3.02},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-25&quot;:3.03},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:2.99},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.92},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.94},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.01},{&quot;2026-08-05&quot;:3.01},{&quot;2026-08-07&quot;:2.95},{&quot;2026-08-08&quot;:2.95},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.98},{&quot;2026-08-11&quot;:3.0},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:2.99},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.94},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.9},{&quot;2026-08-20&quot;:2.9},{&quot;2026-08-21&quot;:2.9},{&quot;2026-08-22&quot;:2.91},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.78},{&quot;2026-08-25&quot;:2.78},{&quot;2026-08-26&quot;:2.77},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.6},{&quot;2026-09-07&quot;:2.59},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.58}]}"
        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="33999"
  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-iko 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">
            Shark Typhoon
        </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">
              ↑
              21%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.57
          </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="Shark Typhoon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1da4d4f3-b3cb-4b61-81b8-06ae441c41bf.jpg?1783931069" />

        <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">
            Shark Typhoon
        </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shark Typhoon" src="https://cards.scryfall.io/large/front/1/d/1da4d4f3-b3cb-4b61-81b8-06ae441c41bf.jpg?1783931069" />
    </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.57
              </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.54
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</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.03},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.12},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.14},{&quot;2026-06-17&quot;:2.14},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.18},{&quot;2026-06-21&quot;:2.18},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.23},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.41},{&quot;2026-07-01&quot;:2.39},{&quot;2026-07-02&quot;:2.36},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.37},{&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.37},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.37},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.37},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.51},{&quot;2026-08-02&quot;:2.51},{&quot;2026-08-03&quot;:2.5},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.5},{&quot;2026-08-07&quot;:2.5},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.54},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.54},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.56},{&quot;2026-08-26&quot;:2.56},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.57},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.52},{&quot;2026-09-12&quot;:2.54}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.77},{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.79},{&quot;2026-06-24&quot;:1.96},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.0},{&quot;2026-06-29&quot;:2.12},{&quot;2026-06-30&quot;:2.12},{&quot;2026-07-01&quot;:2.3},{&quot;2026-07-02&quot;:2.2},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.01},{&quot;2026-07-05&quot;:2.01},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.85},{&quot;2026-07-08&quot;:1.93},{&quot;2026-07-09&quot;:1.92},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.09},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:2.02},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.71},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.52},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:2.01},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.12},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.57},{&quot;2026-09-12&quot;:2.57}]}"
        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="53660"
  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-nec 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">
            Kodama&#39;s Reach
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery — Arcane
      </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.57
          </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="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf1c9d24-f5f6-43ff-85c3-034b76e1bf1b.jpg?1783923951" />

        <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">
            Kodama&#39;s Reach
        </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 — Arcane</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="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/b/f/bf1c9d24-f5f6-43ff-85c3-034b76e1bf1b.jpg?1783923951" />
    </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.57
              </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;normal&quot;:[{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.41},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.42},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-23&quot;:2.46},{&quot;2026-06-24&quot;:2.46},{&quot;2026-06-25&quot;:2.42},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.43},{&quot;2026-06-28&quot;:2.43},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.26},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.25},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-22&quot;:2.07},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-24&quot;:2.11},{&quot;2026-07-25&quot;:2.11},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:2.11},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.03},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.94},{&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.26},{&quot;2026-08-11&quot;:2.29},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.58},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.59},{&quot;2026-08-27&quot;:2.59},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.72},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.58},{&quot;2026-09-12&quot;:2.57}]}"
        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="75523"
  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-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">
            Clever Impersonator
        </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-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.57
          </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="Clever Impersonator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/767bb8fd-0a4d-4a12-aed4-aed70623bf1c.jpg?1783910396" />

        <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">
            Clever Impersonator
        </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 — 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-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="Clever Impersonator" src="https://cards.scryfall.io/large/front/7/6/767bb8fd-0a4d-4a12-aed4-aed70623bf1c.jpg?1783910396" />
    </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.57
              </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.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.22},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.26},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.26},{&quot;2026-06-19&quot;:2.26},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.49},{&quot;2026-06-29&quot;:2.49},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.43},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.48},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.56},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.51},{&quot;2026-07-19&quot;:2.51},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-22&quot;:2.56},{&quot;2026-07-23&quot;:2.61},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.63},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.55},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.43},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.25},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.39},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.4},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.57},{&quot;2026-09-12&quot;:2.57}]}"
        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="9266"
  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">
            Treasure Nabber
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Goblin Rogue
      </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.56
          </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="Treasure Nabber" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6c6049a0-2c13-41ae-8c73-978be8b13031.jpg?1783934335" />

        <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">
            Treasure Nabber
        </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 — Goblin Rogue</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="Treasure Nabber" src="https://cards.scryfall.io/large/front/6/c/6c6049a0-2c13-41ae-8c73-978be8b13031.jpg?1783934335" />
    </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.56
              </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-10&quot;:2.54},{&quot;2026-06-11&quot;:2.54},{&quot;2026-06-12&quot;:2.54},{&quot;2026-06-13&quot;:2.54},{&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.5},{&quot;2026-06-20&quot;:2.43},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.3},{&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.3},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.18},{&quot;2026-07-17&quot;:2.18},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.18},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.47},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.55},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.56}]}"
        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="28908"
  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-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">
            Colossus Hammer
        </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">
            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">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.56
          </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="Colossus Hammer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/897a134e-7e61-4fe1-bbae-23ef1fe5c0cf.jpg?1783926175" />

        <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">
            Colossus Hammer
        </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 — 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="Colossus Hammer" src="https://cards.scryfall.io/large/front/8/9/897a134e-7e61-4fe1-bbae-23ef1fe5c0cf.jpg?1783926175" />
    </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.56
              </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">$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;normal&quot;:[{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.61},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.43},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.4},{&quot;2026-07-06&quot;:1.38},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.43},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.72},{&quot;2026-07-16&quot;:1.76},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.85},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.91},{&quot;2026-07-22&quot;:1.91},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-24&quot;:1.91},{&quot;2026-07-25&quot;:1.87},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.86},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.92},{&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;:1.93},{&quot;2026-08-10&quot;:1.97},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.86},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.26},{&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.24},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.34},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.67},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.56},{&quot;2026-09-12&quot;:2.56}]}"
        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="30400"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-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">
            Verduran Enchantress
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.56
          </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="Verduran Enchantress" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/6/96e30d22-da86-49a1-a319-22e8a909d443.jpg?1783947811" />

        <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">
            Verduran Enchantress
        </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 Druid</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="Verduran Enchantress" src="https://cards.scryfall.io/large/front/9/6/96e30d22-da86-49a1-a319-22e8a909d443.jpg?1783947811" />
    </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.56
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:2.32},{&quot;2026-06-12&quot;:2.32},{&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.37},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-23&quot;:2.34},{&quot;2026-06-24&quot;:2.34},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.36},{&quot;2026-07-02&quot;:2.36},{&quot;2026-07-03&quot;:2.36},{&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.32},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.32},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.32},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.32},{&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.31},{&quot;2026-07-20&quot;:2.31},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.42},{&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.44},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.44},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.44},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.44},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.54},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.54},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.56}]}"
        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 1601-1650 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=32&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=32&amp;username=denvermullets" rel="prev">32</a><a role="link" aria-disabled="true" aria-current="page">33</a><a href="/load_collection?direction=asc&amp;page=34&amp;username=denvermullets" rel="next">34</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=34&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="80617"
          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">
              202
            </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-mythic ss-fw ss-2x mr-4"></i>
              Leovold, Emissary of Trest


            </td>

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

                    <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.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">
            </td>
        </tr>

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

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

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


            </td>

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

                </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.68
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23759"
          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">
              67
            </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-mythic ss-fw ss-2x mr-4"></i>
              Mirror Room // Fractured Realm


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

                    <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.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.26
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Goro-Goro, Disciple of Ryusei


            </td>

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

                    <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.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.11
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-mythic ss-fw ss-2x mr-4"></i>
              Michelangelo, the Heart


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Mutant Ninja Turtle
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14425"
          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">
              802
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Bane of Bala Ged


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

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

                    <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.15
            </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="14425"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14425" src="/boxset_card/14425?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khm ss-mythic ss-fw ss-2x mr-4"></i>
              Kaya the Inexorable


            </td>

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

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

                    <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.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.67
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Atsushi, the Blazing Sky


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dragon Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

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

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

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

                    <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">
                $0.38
            </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.18
            </td>
        </tr>

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

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

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


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

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

                    <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">
                $3.20
            </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.37
            </td>
        </tr>

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

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

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

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

                    <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">
                $0.23
            </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.09
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51519"
          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">
              22
            </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>
              Squee, the Immortal


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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.79

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

                    <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">
                $0.60
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52691"
          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">
              3
            </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>
              Karn, the Great Creator


            </td>

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

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

                </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="px-4 py-2 text-sm whitespace-nowrap">
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53224"
          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">
              182
            </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-mythic ss-fw ss-2x mr-4"></i>
              Doomsday


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

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

                    <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.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.11
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74303"
          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">
              171
            </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>
              Trumpeting Carnosaur


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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.66

                    <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">
                $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.32
            </td>
        </tr>

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

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

                    <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.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.54
            </td>
        </tr>

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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.65

                    <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">
                $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.75
            </td>
        </tr>

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

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

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


            </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.65

                    <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.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.14
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75923"
          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">
              281
            </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>
              Quartzwood Crasher


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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.65

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

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

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

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

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


            </td>

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

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

                    <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.23
            </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="94712"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94712" src="/boxset_card/94712?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Lindblum, Industrial Regency // Mage Siege


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Town
            </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.65

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87738"
          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">
              C17-131
            </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.64

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84958"
          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">
              MM2-64
            </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>
              Thoughtcast


            </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>
              </div>
            </td>

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

                </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.26
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="38139"
          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-jou ss-rare ss-fw ss-2x mr-4"></i>
              Doomwake Giant


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

                    <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.15
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20574"
          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">
              170
            </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>
              Anguished Unmaking


            </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><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.61

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20596"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              177
            </td>

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></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.61

                    <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">
                $0.26
            </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="20596"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20596" src="/boxset_card/20596?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34977"
          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">
              68
            </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>
              Mirrorhall Mimic // Ghastly Mimicry


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

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

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

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

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

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

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


            </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-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.61

                    <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.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.44
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc 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.61

                </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.27
            </td>
        </tr>

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

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

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


            </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.60

                    <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">
                $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="4982"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_4982" src="/boxset_card/4982?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Elas il-Kor, Sadistic Pilgrim


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Kor 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-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.60

                    <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.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.43
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19467"
          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">
              39
            </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-rare ss-fw ss-2x mr-4"></i>
              Ramses, Assassin Lord


            </td>

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

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

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

                    <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">
                $1.05
            </td>

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

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

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

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

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


            </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">
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52716"
          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">
              12
            </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-mythic ss-fw ss-2x mr-4"></i>
              Iona, Shield of Emeria


            </td>

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

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

                    <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.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">
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77535"
          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">
              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-eld ss-rare ss-fw ss-2x mr-4"></i>
              Folio of Fancies


            </td>

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

                    <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">
                $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">
                0.30
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85133"
          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">
              MRD-278
            </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>
              Ancient Den


            </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.60

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Emet-Selch, Unsundered // Hades, Sorcerer of Eld


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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.60

                    <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">
                $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.42
            </td>
        </tr>

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

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

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


            </td>

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

                    <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">
                $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.45
            </td>
        </tr>

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

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

                    <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="108343"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108343" src="/boxset_card/108343?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13236"
          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">
              410
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


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

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

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

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

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

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


            </td>

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

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

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

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

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


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

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

                    <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">
                $3.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.22
            </td>
        </tr>

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Saga Giant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
            </td>

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

                    <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.90
            </td>

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

                    <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.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">
                1.12
            </td>
        </tr>

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

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

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


            </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

                    <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.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.35
            </td>
        </tr>

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Arcane
            </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.57

                    <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.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.18
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75523"
          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">
              KTK-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-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Clever Impersonator


            </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-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.57

                    <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.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="75523"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75523" src="/boxset_card/75523?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

                </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.92
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28908"
          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">
              202
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Colossus Hammer


            </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.56

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

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

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

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


            </td>

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

                    <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">
                $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.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30400"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30400" src="/boxset_card/30400?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 1601-1650 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=32&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=32&amp;username=denvermullets" rel="prev">32</a><a role="link" aria-disabled="true" aria-current="page">33</a><a href="/load_collection?direction=asc&amp;page=34&amp;username=denvermullets" rel="next">34</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=34&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>