<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="95040"
  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">
            Tifa Lockhart
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Monk
      </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">
            $3.32
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tifa Lockhart" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb781323-2746-405d-a9b2-e778c037a6e9.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">
            Tifa Lockhart
        </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 Monk</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="Tifa Lockhart" src="https://cards.scryfall.io/large/front/f/b/fb781323-2746-405d-a9b2-e778c037a6e9.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-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">
                $3.32
              </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">
                $3.49
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.21},{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.1},{&quot;2026-06-14&quot;:3.03},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:3.19},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.22},{&quot;2026-06-19&quot;:3.22},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.04},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.27},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.49},{&quot;2026-06-27&quot;:3.53},{&quot;2026-06-28&quot;:3.53},{&quot;2026-06-29&quot;:3.61},{&quot;2026-06-30&quot;:3.7},{&quot;2026-07-01&quot;:3.7},{&quot;2026-07-02&quot;:3.74},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.74},{&quot;2026-07-05&quot;:3.75},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.76},{&quot;2026-07-09&quot;:3.76},{&quot;2026-07-10&quot;:3.76},{&quot;2026-07-11&quot;:3.75},{&quot;2026-07-12&quot;:3.69},{&quot;2026-07-13&quot;:3.69},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.67},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.65},{&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.69},{&quot;2026-07-26&quot;:3.61},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-28&quot;:3.75},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.72},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:4.11},{&quot;2026-08-05&quot;:4.1},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.16},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.16},{&quot;2026-08-13&quot;:4.1},{&quot;2026-08-14&quot;:4.07},{&quot;2026-08-15&quot;:4.01},{&quot;2026-08-16&quot;:3.96},{&quot;2026-08-17&quot;:3.92},{&quot;2026-08-18&quot;:3.93},{&quot;2026-08-19&quot;:3.9},{&quot;2026-08-20&quot;:3.9},{&quot;2026-08-21&quot;:3.88},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.79},{&quot;2026-08-27&quot;:3.77},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:3.33},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.42},{&quot;2026-09-10&quot;:3.52},{&quot;2026-09-11&quot;:3.49}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.73},{&quot;2026-06-12&quot;:2.8},{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.52},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.53},{&quot;2026-06-17&quot;:3.16},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.23},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:1.91},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:2.29},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.87},{&quot;2026-07-08&quot;:1.83},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:2.18},{&quot;2026-07-13&quot;:2.09},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.27},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.9},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.81},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:3.11},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:2.67},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.48},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.2},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.54},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.36},{&quot;2026-08-29&quot;:2.36},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.65},{&quot;2026-09-04&quot;:2.82},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:2.78},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:3.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28455"
  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-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">
            Hurl Through Hell
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Hurl Through Hell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/7/47a3321c-28ed-4cd7-84d8-c8cecc09348b.jpg?1783926240" />

        <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">
            Hurl Through Hell
        </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-b'></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="Hurl Through Hell" src="https://cards.scryfall.io/large/front/4/7/47a3321c-28ed-4cd7-84d8-c8cecc09348b.jpg?1783926240" />
    </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">
                $3.31
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:4.1},{&quot;2026-06-14&quot;:4.2},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.1},{&quot;2026-06-17&quot;:4.05},{&quot;2026-06-18&quot;:3.94},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:4.02},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.19},{&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.02},{&quot;2026-06-28&quot;:4.02},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:3.98},{&quot;2026-07-01&quot;:4.08},{&quot;2026-07-02&quot;:4.02},{&quot;2026-07-03&quot;:4.02},{&quot;2026-07-04&quot;:4.02},{&quot;2026-07-05&quot;:3.99},{&quot;2026-07-06&quot;:3.99},{&quot;2026-07-07&quot;:3.99},{&quot;2026-07-08&quot;:3.99},{&quot;2026-07-09&quot;:4.01},{&quot;2026-07-10&quot;:4.01},{&quot;2026-07-11&quot;:3.98},{&quot;2026-07-12&quot;:3.98},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:3.98},{&quot;2026-07-15&quot;:4.0},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.0},{&quot;2026-07-18&quot;:3.97},{&quot;2026-07-19&quot;:3.97},{&quot;2026-07-20&quot;:3.97},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-22&quot;:4.02},{&quot;2026-07-23&quot;:4.09},{&quot;2026-07-24&quot;:4.09},{&quot;2026-07-25&quot;:3.97},{&quot;2026-07-26&quot;:3.97},{&quot;2026-07-27&quot;:3.97},{&quot;2026-07-28&quot;:3.97},{&quot;2026-07-29&quot;:3.93},{&quot;2026-07-30&quot;:3.89},{&quot;2026-07-31&quot;:3.93},{&quot;2026-08-01&quot;:3.92},{&quot;2026-08-02&quot;:3.87},{&quot;2026-08-03&quot;:3.83},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.78},{&quot;2026-08-07&quot;:3.78},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.8},{&quot;2026-08-13&quot;:3.8},{&quot;2026-08-14&quot;:3.8},{&quot;2026-08-15&quot;:3.76},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.7},{&quot;2026-08-18&quot;:3.73},{&quot;2026-08-19&quot;:3.73},{&quot;2026-08-20&quot;:3.73},{&quot;2026-08-21&quot;:3.73},{&quot;2026-08-22&quot;:3.73},{&quot;2026-08-23&quot;:3.73},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.73},{&quot;2026-08-26&quot;:3.71},{&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.66},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.66},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.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="39073"
  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-rex 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">
            Command Tower 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Command Tower // Command Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bffbe9ec-edbc-43ed-a3bf-60635e7e625c.jpg?1783913635" />

        <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">
            Command Tower 
        </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">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"
    >
        <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="Command Tower // Command Tower" src="https://cards.scryfall.io/large/front/b/f/bffbe9ec-edbc-43ed-a3bf-60635e7e625c.jpg?1783913635" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Command Tower // Command Tower" src="https://cards.scryfall.io/large/back/b/f/bffbe9ec-edbc-43ed-a3bf-60635e7e625c.jpg?1783913635" />
              </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">
                $3.31
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.92
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.66},{&quot;2026-06-12&quot;:8.73},{&quot;2026-06-13&quot;:8.73},{&quot;2026-06-14&quot;:8.73},{&quot;2026-06-15&quot;:8.74},{&quot;2026-06-16&quot;:8.79},{&quot;2026-06-17&quot;:8.79},{&quot;2026-06-18&quot;:8.79},{&quot;2026-06-19&quot;:8.79},{&quot;2026-06-20&quot;:8.79},{&quot;2026-06-21&quot;:8.79},{&quot;2026-06-22&quot;:8.79},{&quot;2026-06-23&quot;:8.79},{&quot;2026-06-24&quot;:8.79},{&quot;2026-06-25&quot;:8.79},{&quot;2026-06-26&quot;:8.79},{&quot;2026-06-27&quot;:8.68},{&quot;2026-06-28&quot;:8.6},{&quot;2026-06-29&quot;:8.68},{&quot;2026-06-30&quot;:8.7},{&quot;2026-07-01&quot;:8.64},{&quot;2026-07-02&quot;:8.64},{&quot;2026-07-03&quot;:8.64},{&quot;2026-07-04&quot;:8.66},{&quot;2026-07-05&quot;:8.66},{&quot;2026-07-06&quot;:8.66},{&quot;2026-07-07&quot;:8.66},{&quot;2026-07-08&quot;:8.66},{&quot;2026-07-09&quot;:8.66},{&quot;2026-07-10&quot;:8.74},{&quot;2026-07-11&quot;:8.76},{&quot;2026-07-12&quot;:8.76},{&quot;2026-07-13&quot;:8.79},{&quot;2026-07-14&quot;:8.79},{&quot;2026-07-15&quot;:8.79},{&quot;2026-07-16&quot;:9.08},{&quot;2026-07-17&quot;:9.08},{&quot;2026-07-18&quot;:9.08},{&quot;2026-07-19&quot;:9.06},{&quot;2026-07-20&quot;:9.06},{&quot;2026-07-21&quot;:9.06},{&quot;2026-07-23&quot;:9.06},{&quot;2026-07-25&quot;:9.0},{&quot;2026-07-26&quot;:9.0},{&quot;2026-07-27&quot;:9.04},{&quot;2026-07-28&quot;:8.97},{&quot;2026-07-29&quot;:8.97},{&quot;2026-07-30&quot;:8.97},{&quot;2026-07-31&quot;:8.99},{&quot;2026-08-01&quot;:8.99},{&quot;2026-08-02&quot;:9.08},{&quot;2026-08-03&quot;:9.08},{&quot;2026-08-04&quot;:9.08},{&quot;2026-08-05&quot;:9.08},{&quot;2026-08-07&quot;:9.1},{&quot;2026-08-08&quot;:9.1},{&quot;2026-08-09&quot;:9.1},{&quot;2026-08-10&quot;:9.1},{&quot;2026-08-11&quot;:9.71},{&quot;2026-08-12&quot;:9.71},{&quot;2026-08-13&quot;:9.71},{&quot;2026-08-14&quot;:9.69},{&quot;2026-08-15&quot;:9.67},{&quot;2026-08-16&quot;:9.63},{&quot;2026-08-17&quot;:9.63},{&quot;2026-08-18&quot;:9.63},{&quot;2026-08-19&quot;:9.63},{&quot;2026-08-20&quot;:9.63},{&quot;2026-08-21&quot;:9.63},{&quot;2026-08-22&quot;:9.63},{&quot;2026-08-23&quot;:9.63},{&quot;2026-08-24&quot;:9.63},{&quot;2026-08-25&quot;:9.63},{&quot;2026-08-26&quot;:9.63},{&quot;2026-08-27&quot;:9.67},{&quot;2026-08-28&quot;:9.67},{&quot;2026-08-29&quot;:9.67},{&quot;2026-08-30&quot;:9.67},{&quot;2026-08-31&quot;:9.67},{&quot;2026-09-01&quot;:9.74},{&quot;2026-09-02&quot;:9.76},{&quot;2026-09-03&quot;:9.83},{&quot;2026-09-04&quot;:9.83},{&quot;2026-09-05&quot;:9.83},{&quot;2026-09-06&quot;:9.83},{&quot;2026-09-07&quot;:9.83},{&quot;2026-09-08&quot;:9.96},{&quot;2026-09-09&quot;:10.03},{&quot;2026-09-10&quot;:9.92},{&quot;2026-09-11&quot;:9.92}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.87},{&quot;2026-06-12&quot;:3.96},{&quot;2026-06-13&quot;:3.91},{&quot;2026-06-14&quot;:3.91},{&quot;2026-06-15&quot;:3.85},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.99},{&quot;2026-06-18&quot;:3.82},{&quot;2026-06-19&quot;:3.78},{&quot;2026-06-20&quot;:3.7},{&quot;2026-06-21&quot;:3.82},{&quot;2026-06-22&quot;:3.78},{&quot;2026-06-23&quot;:3.86},{&quot;2026-06-24&quot;:3.67},{&quot;2026-06-25&quot;:3.74},{&quot;2026-06-26&quot;:3.59},{&quot;2026-06-27&quot;:3.73},{&quot;2026-06-28&quot;:3.5},{&quot;2026-06-29&quot;:3.11},{&quot;2026-06-30&quot;:3.11},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.47},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.05},{&quot;2026-07-08&quot;:2.94},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.91},{&quot;2026-07-11&quot;:2.82},{&quot;2026-07-12&quot;:2.78},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.96},{&quot;2026-07-15&quot;:3.03},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.3},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.6},{&quot;2026-07-23&quot;:3.64},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.67},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-28&quot;:3.63},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.64},{&quot;2026-08-01&quot;:3.59},{&quot;2026-08-02&quot;:3.55},{&quot;2026-08-03&quot;:3.54},{&quot;2026-08-04&quot;:3.54},{&quot;2026-08-05&quot;:3.23},{&quot;2026-08-07&quot;:3.56},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.97},{&quot;2026-08-10&quot;:3.98},{&quot;2026-08-11&quot;:3.85},{&quot;2026-08-12&quot;:3.87},{&quot;2026-08-13&quot;:3.73},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.93},{&quot;2026-08-16&quot;:3.08},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.17},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.31},{&quot;2026-08-24&quot;:3.3},{&quot;2026-08-25&quot;:3.36},{&quot;2026-08-26&quot;:3.37},{&quot;2026-08-27&quot;:3.23},{&quot;2026-08-28&quot;:2.99},{&quot;2026-08-29&quot;:2.99},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.99},{&quot;2026-09-01&quot;:2.9},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:3.2},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.33},{&quot;2026-09-11&quot;:3.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="40466"
  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-khc 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">
            Brago, King Eternal
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Spirit Noble
      </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">
            $3.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="Brago, King Eternal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/a/0ac3fb08-741a-49e5-9fae-b26819677d24.jpg?1783928307" />

        <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">
            Brago, King Eternal
        </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 — Spirit Noble</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><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="Brago, King Eternal" src="https://cards.scryfall.io/large/front/0/a/0ac3fb08-741a-49e5-9fae-b26819677d24.jpg?1783928307" />
    </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">
                $3.31
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:3.8},{&quot;2026-06-12&quot;:3.62},{&quot;2026-06-13&quot;:3.86},{&quot;2026-06-14&quot;:3.86},{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.72},{&quot;2026-06-17&quot;:3.72},{&quot;2026-06-18&quot;:3.72},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.79},{&quot;2026-06-21&quot;:3.78},{&quot;2026-06-22&quot;:3.5},{&quot;2026-06-23&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.66},{&quot;2026-06-28&quot;:3.69},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.6},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.68},{&quot;2026-07-04&quot;:3.64},{&quot;2026-07-05&quot;:3.58},{&quot;2026-07-06&quot;:3.74},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.89},{&quot;2026-07-09&quot;:3.89},{&quot;2026-07-10&quot;:3.87},{&quot;2026-07-11&quot;:3.87},{&quot;2026-07-12&quot;:3.87},{&quot;2026-07-13&quot;:3.87},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.76},{&quot;2026-07-20&quot;:3.88},{&quot;2026-07-21&quot;:3.88},{&quot;2026-07-23&quot;:3.95},{&quot;2026-07-25&quot;:4.03},{&quot;2026-07-26&quot;:3.99},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.78},{&quot;2026-07-31&quot;:3.78},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:4.04},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.72},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.63},{&quot;2026-08-08&quot;:3.61},{&quot;2026-08-09&quot;:3.5},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.34},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:3.17},{&quot;2026-08-14&quot;:3.17},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.11},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.33},{&quot;2026-08-27&quot;:3.33},{&quot;2026-08-28&quot;:3.39},{&quot;2026-08-29&quot;:3.39},{&quot;2026-08-30&quot;:3.54},{&quot;2026-08-31&quot;:3.54},{&quot;2026-09-01&quot;:3.54},{&quot;2026-09-02&quot;:3.53},{&quot;2026-09-03&quot;:3.37},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.27},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.35},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.31},{&quot;2026-09-11&quot;:3.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="71099"
  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-ltc 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">
            Whispersilk Cloak
        </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">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Whispersilk Cloak" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/92b5bbfe-2e61-417b-9a75-fc39de57098c.jpg?1783915893" />

        <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">
            Whispersilk Cloak
        </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-3'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Whispersilk Cloak" src="https://cards.scryfall.io/large/front/9/2/92b5bbfe-2e61-417b-9a75-fc39de57098c.jpg?1783915893" />
    </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">
                $3.31
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.29},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.23},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.37},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.32},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.33},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.51},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.94},{&quot;2026-07-05&quot;:3.25},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:4.05},{&quot;2026-07-08&quot;:3.86},{&quot;2026-07-09&quot;:3.56},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.37},{&quot;2026-07-15&quot;:3.35},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:4.02},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.59},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-22&quot;:3.28},{&quot;2026-07-23&quot;:3.37},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.25},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-28&quot;:3.63},{&quot;2026-07-29&quot;:3.61},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.54},{&quot;2026-08-01&quot;:3.92},{&quot;2026-08-02&quot;:3.56},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.62},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.33},{&quot;2026-08-08&quot;:3.42},{&quot;2026-08-09&quot;:3.25},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.3},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.76},{&quot;2026-08-16&quot;:3.71},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.65},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.72},{&quot;2026-08-22&quot;:3.63},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.32},{&quot;2026-08-25&quot;:3.22},{&quot;2026-08-26&quot;:3.4},{&quot;2026-08-27&quot;:3.42},{&quot;2026-08-28&quot;:3.42},{&quot;2026-08-29&quot;:3.42},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.46},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.53},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.52},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.33},{&quot;2026-09-09&quot;:3.33},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.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="73924"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-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">
            Mirkwood Bats
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.77
          </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="Mirkwood Bats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/15f035df-784a-4dc8-b7f5-77139a4e6e99.jpg?1783916303" />

        <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">
            Mirkwood Bats
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Bat</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="Mirkwood Bats" src="https://cards.scryfall.io/large/front/1/5/15f035df-784a-4dc8-b7f5-77139a4e6e99.jpg?1783916303" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.35</span>
              <span class="text-xs text-grey-text">Credit: $0.46</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-08&quot;:2.9},{&quot;2026-06-10&quot;:2.85},{&quot;2026-06-11&quot;:2.82},{&quot;2026-06-12&quot;:2.7},{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.44},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.44},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.93},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.97},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:1.97},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.92},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.96},{&quot;2026-07-15&quot;:1.96},{&quot;2026-07-16&quot;:1.96},{&quot;2026-07-17&quot;:1.95},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.92},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:1.84},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.75},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:1.89},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.76},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.72},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.76},{&quot;2026-08-21&quot;:3.99},{&quot;2026-08-22&quot;:3.96},{&quot;2026-08-23&quot;:3.7},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.86},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:3.82},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.82},{&quot;2026-09-03&quot;:3.68},{&quot;2026-09-04&quot;:3.68},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.54},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.31}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.72},{&quot;2026-06-10&quot;:1.75},{&quot;2026-06-11&quot;:1.79},{&quot;2026-06-12&quot;:1.57},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.5},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-24&quot;:1.51},{&quot;2026-06-25&quot;:1.5},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.57},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.61},{&quot;2026-07-18&quot;:1.61},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.45},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.62},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.48},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.54},{&quot;2026-08-20&quot;:1.54},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.47},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.01},{&quot;2026-08-31&quot;:1.06},{&quot;2026-09-01&quot;:1.06},{&quot;2026-09-02&quot;:1.18},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.38},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.77}]}"
        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="78051"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Batwing Brume" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/31813db2-cc97-4c68-8933-829d3b9e036d.jpg?1783910275" />

        <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">
            Batwing Brume
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-wb'></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="Batwing Brume" src="https://cards.scryfall.io/large/front/3/1/31813db2-cc97-4c68-8933-829d3b9e036d.jpg?1783910275" />
    </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">
                $3.31
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</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;:4.51},{&quot;2026-06-11&quot;:4.47},{&quot;2026-06-12&quot;:4.66},{&quot;2026-06-13&quot;:4.66},{&quot;2026-06-14&quot;:4.58},{&quot;2026-06-15&quot;:4.5},{&quot;2026-06-16&quot;:4.46},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.57},{&quot;2026-06-19&quot;:4.5},{&quot;2026-06-20&quot;:4.49},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.45},{&quot;2026-06-23&quot;:4.45},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.18},{&quot;2026-06-26&quot;:4.2},{&quot;2026-06-27&quot;:4.22},{&quot;2026-06-28&quot;:4.24},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.33},{&quot;2026-07-01&quot;:4.25},{&quot;2026-07-02&quot;:4.25},{&quot;2026-07-03&quot;:4.36},{&quot;2026-07-04&quot;:4.4},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.49},{&quot;2026-07-07&quot;:4.57},{&quot;2026-07-08&quot;:4.61},{&quot;2026-07-09&quot;:4.63},{&quot;2026-07-10&quot;:4.63},{&quot;2026-07-11&quot;:4.63},{&quot;2026-07-12&quot;:4.65},{&quot;2026-07-13&quot;:4.65},{&quot;2026-07-14&quot;:4.65},{&quot;2026-07-15&quot;:4.7},{&quot;2026-07-16&quot;:4.61},{&quot;2026-07-17&quot;:4.54},{&quot;2026-07-18&quot;:4.54},{&quot;2026-07-19&quot;:4.63},{&quot;2026-07-20&quot;:4.63},{&quot;2026-07-21&quot;:4.63},{&quot;2026-07-23&quot;:4.71},{&quot;2026-07-25&quot;:4.66},{&quot;2026-07-26&quot;:4.63},{&quot;2026-07-27&quot;:4.71},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.63},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.62},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.53},{&quot;2026-08-04&quot;:4.46},{&quot;2026-08-05&quot;:4.15},{&quot;2026-08-07&quot;:4.24},{&quot;2026-08-08&quot;:4.16},{&quot;2026-08-09&quot;:4.11},{&quot;2026-08-10&quot;:4.07},{&quot;2026-08-11&quot;:4.04},{&quot;2026-08-12&quot;:4.04},{&quot;2026-08-13&quot;:3.99},{&quot;2026-08-14&quot;:3.87},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.84},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:3.76},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.74},{&quot;2026-08-21&quot;:3.64},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.64},{&quot;2026-08-24&quot;:3.67},{&quot;2026-08-25&quot;:3.67},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.59},{&quot;2026-09-01&quot;:3.59},{&quot;2026-09-02&quot;:3.57},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.61},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.49},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.35},{&quot;2026-09-11&quot;:3.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="87235"
  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-woc 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">
            Eidolon of Blossoms
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Eidolon of Blossoms" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/586c639e-9050-4f45-aa65-0947a2d2a57a.jpg?1783914951" />

        <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">
            Eidolon of Blossoms
        </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 — 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-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="Eidolon of Blossoms" src="https://cards.scryfall.io/large/front/5/8/586c639e-9050-4f45-aa65-0947a2d2a57a.jpg?1783914951" />
    </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">
                $3.31
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.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;normal&quot;:[{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:4.84},{&quot;2026-06-15&quot;:4.8},{&quot;2026-06-16&quot;:4.8},{&quot;2026-06-17&quot;:4.8},{&quot;2026-06-18&quot;:4.8},{&quot;2026-06-19&quot;:4.8},{&quot;2026-06-20&quot;:4.8},{&quot;2026-06-21&quot;:4.8},{&quot;2026-06-22&quot;:4.8},{&quot;2026-06-23&quot;:4.86},{&quot;2026-06-24&quot;:4.86},{&quot;2026-06-25&quot;:4.86},{&quot;2026-06-26&quot;:4.86},{&quot;2026-06-27&quot;:5.01},{&quot;2026-06-28&quot;:5.01},{&quot;2026-06-29&quot;:5.01},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:4.89},{&quot;2026-07-04&quot;:4.89},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.89},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.8},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.59},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.4},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.4},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-22&quot;:4.4},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.24},{&quot;2026-07-25&quot;:4.24},{&quot;2026-07-26&quot;:4.17},{&quot;2026-07-27&quot;:4.17},{&quot;2026-07-28&quot;:4.02},{&quot;2026-07-29&quot;:4.02},{&quot;2026-07-30&quot;:3.88},{&quot;2026-07-31&quot;:3.88},{&quot;2026-08-01&quot;:3.88},{&quot;2026-08-02&quot;:3.74},{&quot;2026-08-03&quot;:3.59},{&quot;2026-08-04&quot;:3.63},{&quot;2026-08-05&quot;:3.58},{&quot;2026-08-07&quot;:3.47},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.47},{&quot;2026-08-10&quot;:3.47},{&quot;2026-08-11&quot;:3.47},{&quot;2026-08-12&quot;:3.41},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.39},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.23},{&quot;2026-08-21&quot;:3.19},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.2},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.25},{&quot;2026-08-28&quot;:3.25},{&quot;2026-08-29&quot;:3.25},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.3},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.33},{&quot;2026-09-08&quot;:3.3},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.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="11845"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-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">
            Lae&#39;zel, Vlaakith&#39;s Champion
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lae&#39;zel, Vlaakith&#39;s Champion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/a/1a93f587-ab72-42da-88c4-31af1c9cdf1b.jpg?1783922810" />

        <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">
            Lae&#39;zel, Vlaakith&#39;s Champion
        </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 — Gith Warrior</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="Lae&#39;zel, Vlaakith&#39;s Champion" src="https://cards.scryfall.io/large/front/1/a/1a93f587-ab72-42da-88c4-31af1c9cdf1b.jpg?1783922810" />
    </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">
                $3.30
              </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">
                $4.39
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.78},{&quot;2026-06-11&quot;:4.78},{&quot;2026-06-12&quot;:4.78},{&quot;2026-06-13&quot;:4.78},{&quot;2026-06-14&quot;:4.73},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.7},{&quot;2026-06-17&quot;:4.7},{&quot;2026-06-18&quot;:4.7},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.7},{&quot;2026-06-22&quot;:4.7},{&quot;2026-06-23&quot;:4.7},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.8},{&quot;2026-06-29&quot;:4.81},{&quot;2026-06-30&quot;:4.81},{&quot;2026-07-01&quot;:4.81},{&quot;2026-07-02&quot;:4.81},{&quot;2026-07-03&quot;:4.89},{&quot;2026-07-04&quot;:4.89},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.89},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.89},{&quot;2026-07-09&quot;:4.84},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.88},{&quot;2026-07-13&quot;:4.88},{&quot;2026-07-14&quot;:4.88},{&quot;2026-07-15&quot;:4.88},{&quot;2026-07-16&quot;:4.88},{&quot;2026-07-17&quot;:4.88},{&quot;2026-07-18&quot;:4.92},{&quot;2026-07-19&quot;:4.92},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.92},{&quot;2026-07-23&quot;:4.63},{&quot;2026-07-25&quot;:4.45},{&quot;2026-07-26&quot;:4.35},{&quot;2026-07-27&quot;:4.35},{&quot;2026-07-29&quot;:4.35},{&quot;2026-07-30&quot;:4.35},{&quot;2026-07-31&quot;:4.35},{&quot;2026-08-01&quot;:4.35},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.38},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.41},{&quot;2026-08-07&quot;:4.41},{&quot;2026-08-08&quot;:4.41},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.46},{&quot;2026-08-11&quot;:4.46},{&quot;2026-08-12&quot;:4.46},{&quot;2026-08-13&quot;:4.46},{&quot;2026-08-14&quot;:4.42},{&quot;2026-08-15&quot;:4.41},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.46},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.46},{&quot;2026-08-24&quot;:4.49},{&quot;2026-08-25&quot;:4.49},{&quot;2026-08-26&quot;:4.51},{&quot;2026-08-27&quot;:4.44},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.57},{&quot;2026-09-01&quot;:4.57},{&quot;2026-09-02&quot;:4.57},{&quot;2026-09-03&quot;:4.52},{&quot;2026-09-04&quot;:4.52},{&quot;2026-09-05&quot;:4.52},{&quot;2026-09-06&quot;:4.53},{&quot;2026-09-07&quot;:4.53},{&quot;2026-09-08&quot;:4.51},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.39},{&quot;2026-09-11&quot;:4.39}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.46},{&quot;2026-06-11&quot;:3.4},{&quot;2026-06-12&quot;:3.39},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.27},{&quot;2026-06-16&quot;:3.19},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:3.11},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.38},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.34},{&quot;2026-06-27&quot;:3.48},{&quot;2026-06-28&quot;:3.52},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.52},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.19},{&quot;2026-07-04&quot;:3.11},{&quot;2026-07-05&quot;:3.1},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.2},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.11},{&quot;2026-07-11&quot;:2.97},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.84},{&quot;2026-07-14&quot;:2.83},{&quot;2026-07-15&quot;:2.9},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.96},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.93},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-23&quot;:3.02},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.1},{&quot;2026-07-29&quot;:2.98},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.89},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.46},{&quot;2026-08-09&quot;:3.75},{&quot;2026-08-10&quot;:3.79},{&quot;2026-08-11&quot;:3.8},{&quot;2026-08-12&quot;:3.79},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.74},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.54},{&quot;2026-08-17&quot;:3.42},{&quot;2026-08-18&quot;:3.35},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.92},{&quot;2026-08-24&quot;:2.91},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.8},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.55},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.84},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.45},{&quot;2026-09-07&quot;:3.51},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.49},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41063"
  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">
            Orvar, the All-Form
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Orvar, the All-Form" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d700064-1fda-4de0-9576-17a3faa5f04c.jpg?1783928151" />

        <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">
            Orvar, the All-Form
        </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 — Shapeshifter</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Orvar, the All-Form" src="https://cards.scryfall.io/large/front/9/d/9d700064-1fda-4de0-9576-17a3faa5f04c.jpg?1783928151" />
    </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">
                $3.30
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $8.51
              </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.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;:6.65},{&quot;2026-06-11&quot;:6.65},{&quot;2026-06-12&quot;:6.65},{&quot;2026-06-13&quot;:6.65},{&quot;2026-06-14&quot;:6.65},{&quot;2026-06-15&quot;:6.65},{&quot;2026-06-16&quot;:6.65},{&quot;2026-06-17&quot;:6.65},{&quot;2026-06-18&quot;:6.65},{&quot;2026-06-19&quot;:6.72},{&quot;2026-06-20&quot;:6.72},{&quot;2026-06-21&quot;:6.72},{&quot;2026-06-22&quot;:6.77},{&quot;2026-06-23&quot;:6.77},{&quot;2026-06-24&quot;:6.77},{&quot;2026-06-25&quot;:6.77},{&quot;2026-06-26&quot;:6.83},{&quot;2026-06-27&quot;:6.83},{&quot;2026-06-28&quot;:6.83},{&quot;2026-06-29&quot;:6.83},{&quot;2026-06-30&quot;:6.83},{&quot;2026-07-01&quot;:6.83},{&quot;2026-07-02&quot;:6.91},{&quot;2026-07-03&quot;:6.91},{&quot;2026-07-04&quot;:6.91},{&quot;2026-07-05&quot;:6.91},{&quot;2026-07-06&quot;:6.91},{&quot;2026-07-07&quot;:6.91},{&quot;2026-07-08&quot;:6.91},{&quot;2026-07-09&quot;:6.91},{&quot;2026-07-10&quot;:6.91},{&quot;2026-07-11&quot;:6.91},{&quot;2026-07-12&quot;:6.91},{&quot;2026-07-13&quot;:6.91},{&quot;2026-07-14&quot;:6.91},{&quot;2026-07-15&quot;:6.91},{&quot;2026-07-16&quot;:6.91},{&quot;2026-07-17&quot;:6.87},{&quot;2026-07-18&quot;:6.87},{&quot;2026-07-19&quot;:6.87},{&quot;2026-07-20&quot;:7.01},{&quot;2026-07-21&quot;:7.01},{&quot;2026-07-23&quot;:7.01},{&quot;2026-07-25&quot;:7.01},{&quot;2026-07-26&quot;:7.01},{&quot;2026-07-27&quot;:7.01},{&quot;2026-07-29&quot;:7.01},{&quot;2026-07-30&quot;:7.01},{&quot;2026-07-31&quot;:7.01},{&quot;2026-08-01&quot;:7.01},{&quot;2026-08-02&quot;:7.05},{&quot;2026-08-03&quot;:7.05},{&quot;2026-08-04&quot;:7.05},{&quot;2026-08-05&quot;:7.05},{&quot;2026-08-07&quot;:7.18},{&quot;2026-08-08&quot;:7.18},{&quot;2026-08-09&quot;:7.25},{&quot;2026-08-10&quot;:7.25},{&quot;2026-08-11&quot;:7.15},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.15},{&quot;2026-08-14&quot;:7.16},{&quot;2026-08-15&quot;:8.34},{&quot;2026-08-16&quot;:8.34},{&quot;2026-08-17&quot;:8.35},{&quot;2026-08-18&quot;:8.35},{&quot;2026-08-19&quot;:8.35},{&quot;2026-08-20&quot;:8.35},{&quot;2026-08-21&quot;:8.35},{&quot;2026-08-22&quot;:8.35},{&quot;2026-08-23&quot;:8.35},{&quot;2026-08-24&quot;:8.35},{&quot;2026-08-25&quot;:8.35},{&quot;2026-08-26&quot;:8.35},{&quot;2026-08-27&quot;:8.35},{&quot;2026-08-28&quot;:8.35},{&quot;2026-08-29&quot;:8.35},{&quot;2026-08-30&quot;:8.35},{&quot;2026-08-31&quot;:8.35},{&quot;2026-09-01&quot;:8.35},{&quot;2026-09-02&quot;:8.35},{&quot;2026-09-03&quot;:8.35},{&quot;2026-09-04&quot;:8.35},{&quot;2026-09-05&quot;:8.35},{&quot;2026-09-06&quot;:8.35},{&quot;2026-09-07&quot;:8.35},{&quot;2026-09-08&quot;:8.35},{&quot;2026-09-09&quot;:8.47},{&quot;2026-09-10&quot;:8.51},{&quot;2026-09-11&quot;:8.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.23},{&quot;2026-06-11&quot;:2.24},{&quot;2026-06-12&quot;:2.19},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.16},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.3},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.21},{&quot;2026-07-19&quot;:2.23},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.19},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.39},{&quot;2026-07-31&quot;:2.37},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:2.76},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.79},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.82},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.89},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&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.89},{&quot;2026-08-25&quot;:2.89},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:3.12},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.29},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.33},{&quot;2026-09-09&quot;:3.3},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79251"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-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">
            Simian Spirit Guide
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Simian Spirit Guide" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0e57335d-4066-4d73-83cd-67a215e01a4e.jpg?1783927787" />

        <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">
            Simian Spirit Guide
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Ape 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>
          </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="Simian Spirit Guide" src="https://cards.scryfall.io/large/front/0/e/0e57335d-4066-4d73-83cd-67a215e01a4e.jpg?1783927787" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $25.37
              </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-13&quot;:26.68},{&quot;2026-06-14&quot;:26.68},{&quot;2026-06-15&quot;:26.75},{&quot;2026-06-16&quot;:26.75},{&quot;2026-06-17&quot;:26.75},{&quot;2026-06-18&quot;:26.75},{&quot;2026-06-19&quot;:26.75},{&quot;2026-06-20&quot;:26.75},{&quot;2026-06-21&quot;:26.75},{&quot;2026-06-22&quot;:26.75},{&quot;2026-06-23&quot;:26.86},{&quot;2026-06-24&quot;:26.86},{&quot;2026-06-25&quot;:26.86},{&quot;2026-06-26&quot;:26.86},{&quot;2026-06-27&quot;:26.86},{&quot;2026-06-28&quot;:26.86},{&quot;2026-06-29&quot;:26.86},{&quot;2026-06-30&quot;:26.64},{&quot;2026-07-01&quot;:26.64},{&quot;2026-07-02&quot;:26.64},{&quot;2026-07-03&quot;:26.64},{&quot;2026-07-04&quot;:26.64},{&quot;2026-07-05&quot;:26.64},{&quot;2026-07-06&quot;:26.64},{&quot;2026-07-07&quot;:26.64},{&quot;2026-07-08&quot;:26.64},{&quot;2026-07-09&quot;:26.78},{&quot;2026-07-10&quot;:26.78},{&quot;2026-07-11&quot;:26.78},{&quot;2026-07-12&quot;:26.78},{&quot;2026-07-13&quot;:26.78},{&quot;2026-07-14&quot;:26.78},{&quot;2026-07-15&quot;:26.78},{&quot;2026-07-16&quot;:26.78},{&quot;2026-07-17&quot;:26.78},{&quot;2026-07-18&quot;:26.78},{&quot;2026-07-19&quot;:26.78},{&quot;2026-07-20&quot;:26.78},{&quot;2026-07-21&quot;:26.78},{&quot;2026-07-22&quot;:26.78},{&quot;2026-07-23&quot;:26.78},{&quot;2026-07-24&quot;:26.78},{&quot;2026-07-25&quot;:26.78},{&quot;2026-07-26&quot;:26.92},{&quot;2026-07-27&quot;:26.91},{&quot;2026-07-28&quot;:26.91},{&quot;2026-07-29&quot;:26.91},{&quot;2026-07-30&quot;:26.91},{&quot;2026-07-31&quot;:26.91},{&quot;2026-08-01&quot;:26.91},{&quot;2026-08-02&quot;:26.91},{&quot;2026-08-03&quot;:26.91},{&quot;2026-08-04&quot;:26.91},{&quot;2026-08-05&quot;:26.91},{&quot;2026-08-07&quot;:26.91},{&quot;2026-08-08&quot;:26.66},{&quot;2026-08-09&quot;:26.66},{&quot;2026-08-10&quot;:26.66},{&quot;2026-08-11&quot;:26.66},{&quot;2026-08-12&quot;:26.66},{&quot;2026-08-13&quot;:26.66},{&quot;2026-08-14&quot;:26.66},{&quot;2026-08-15&quot;:26.66},{&quot;2026-08-16&quot;:26.66},{&quot;2026-08-17&quot;:26.0},{&quot;2026-08-18&quot;:26.0},{&quot;2026-08-19&quot;:26.0},{&quot;2026-08-20&quot;:26.0},{&quot;2026-08-21&quot;:26.0},{&quot;2026-08-22&quot;:26.0},{&quot;2026-08-23&quot;:26.0},{&quot;2026-08-24&quot;:26.0},{&quot;2026-08-25&quot;:25.06},{&quot;2026-08-26&quot;:25.06},{&quot;2026-08-27&quot;:25.06},{&quot;2026-08-28&quot;:25.06},{&quot;2026-08-29&quot;:25.06},{&quot;2026-08-30&quot;:25.06},{&quot;2026-08-31&quot;:25.06},{&quot;2026-09-01&quot;:25.06},{&quot;2026-09-02&quot;:25.06},{&quot;2026-09-03&quot;:25.06},{&quot;2026-09-04&quot;:25.06},{&quot;2026-09-05&quot;:25.06},{&quot;2026-09-06&quot;:25.06},{&quot;2026-09-07&quot;:25.06},{&quot;2026-09-08&quot;:25.37},{&quot;2026-09-09&quot;:25.37},{&quot;2026-09-10&quot;:25.37},{&quot;2026-09-11&quot;:25.37}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.36},{&quot;2026-06-14&quot;:3.34},{&quot;2026-06-15&quot;:3.19},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.43},{&quot;2026-06-20&quot;:3.48},{&quot;2026-06-21&quot;:3.52},{&quot;2026-06-22&quot;:3.6},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.52},{&quot;2026-06-25&quot;:3.44},{&quot;2026-06-26&quot;:3.41},{&quot;2026-06-27&quot;:3.27},{&quot;2026-06-28&quot;:3.45},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.27},{&quot;2026-07-02&quot;:3.27},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.11},{&quot;2026-07-05&quot;:3.07},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:2.9},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.65},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:3.24},{&quot;2026-07-18&quot;:3.28},{&quot;2026-07-19&quot;:3.39},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.14},{&quot;2026-07-22&quot;:2.99},{&quot;2026-07-23&quot;:2.9},{&quot;2026-07-24&quot;:2.87},{&quot;2026-07-25&quot;:2.9},{&quot;2026-07-26&quot;:2.75},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-28&quot;:3.26},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.3},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.34},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.16},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.81},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.17},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:3.06},{&quot;2026-08-18&quot;:3.23},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.99},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.2},{&quot;2026-08-27&quot;:3.29},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.68},{&quot;2026-08-31&quot;:3.53},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.44},{&quot;2026-09-04&quot;:3.29},{&quot;2026-09-05&quot;:3.43},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.23},{&quot;2026-09-11&quot;:3.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Memnite" src="https://cards.scryfall.io/large/front/7/b/7b8f6516-3d00-4deb-b852-bcd3b72e49ea.jpg?1783931255" />
    </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">
                $3.30
              </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.90
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.7},{&quot;2026-06-12&quot;:2.72},{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.8},{&quot;2026-06-16&quot;:2.79},{&quot;2026-06-17&quot;:2.79},{&quot;2026-06-18&quot;:2.79},{&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-23&quot;:2.83},{&quot;2026-06-24&quot;:2.85},{&quot;2026-06-25&quot;:2.81},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.78},{&quot;2026-06-30&quot;:2.78},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.76},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.76},{&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.74},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.74},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.85},{&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.79},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.89},{&quot;2026-08-18&quot;:2.89},{&quot;2026-08-19&quot;:2.89},{&quot;2026-08-20&quot;:2.89},{&quot;2026-08-21&quot;:2.89},{&quot;2026-08-22&quot;:2.89},{&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.89},{&quot;2026-09-01&quot;:2.89},{&quot;2026-09-02&quot;:2.89},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.9}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.42},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.24},{&quot;2026-06-15&quot;:4.24},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:4.19},{&quot;2026-06-18&quot;:4.19},{&quot;2026-06-19&quot;:4.18},{&quot;2026-06-20&quot;:4.18},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.07},{&quot;2026-06-23&quot;:3.78},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.77},{&quot;2026-06-29&quot;:3.77},{&quot;2026-06-30&quot;:3.77},{&quot;2026-07-01&quot;:3.78},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.85},{&quot;2026-07-07&quot;:3.85},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.85},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.92},{&quot;2026-07-13&quot;:3.91},{&quot;2026-07-14&quot;:3.91},{&quot;2026-07-15&quot;:3.83},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.73},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.6},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-23&quot;:3.5},{&quot;2026-07-25&quot;:3.5},{&quot;2026-07-26&quot;:3.5},{&quot;2026-07-27&quot;:3.5},{&quot;2026-07-28&quot;:3.5},{&quot;2026-07-29&quot;:3.5},{&quot;2026-07-30&quot;:3.5},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.25},{&quot;2026-08-03&quot;:3.25},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.32},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.17},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.08},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.16},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.16},{&quot;2026-08-28&quot;:3.14},{&quot;2026-08-29&quot;:3.14},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.16},{&quot;2026-09-01&quot;:3.16},{&quot;2026-09-02&quot;:3.16},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.2},{&quot;2026-09-05&quot;:3.2},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.3},{&quot;2026-09-09&quot;:3.3},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53646"
  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-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">
            Champion of Lambholt
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.29
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Champion of Lambholt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f37f3696-a780-4203-8ae9-06e14235066b.jpg?1783923953" />

        <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">
            Champion of Lambholt
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Champion of Lambholt" src="https://cards.scryfall.io/large/front/f/3/f37f3696-a780-4203-8ae9-06e14235066b.jpg?1783923953" />
    </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">
                $3.29
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.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;normal&quot;:[{&quot;2026-06-10&quot;:3.24},{&quot;2026-06-11&quot;:3.26},{&quot;2026-06-12&quot;:3.21},{&quot;2026-06-13&quot;:3.18},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.16},{&quot;2026-06-17&quot;:3.16},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.04},{&quot;2026-06-20&quot;:2.96},{&quot;2026-06-21&quot;:2.96},{&quot;2026-06-22&quot;:2.98},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.93},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.85},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.85},{&quot;2026-07-03&quot;:2.98},{&quot;2026-07-04&quot;:2.98},{&quot;2026-07-05&quot;:2.98},{&quot;2026-07-06&quot;:2.95},{&quot;2026-07-07&quot;:2.98},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:3.02},{&quot;2026-07-13&quot;:2.84},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.85},{&quot;2026-07-17&quot;:2.85},{&quot;2026-07-18&quot;:2.85},{&quot;2026-07-19&quot;:2.9},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.77},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-29&quot;:2.95},{&quot;2026-07-30&quot;:2.93},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.87},{&quot;2026-08-10&quot;:2.87},{&quot;2026-08-11&quot;:2.87},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.8},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.83},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:2.97},{&quot;2026-08-27&quot;:3.04},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:3.08},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.27},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.25},{&quot;2026-09-11&quot;:3.29}]}"
        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="109061"
  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-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">
            Goldvein Hydra
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Goldvein Hydra
        </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 — Hydra</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></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="Goldvein Hydra" src="https://cards.scryfall.io/large/front/3/b/3baebc29-bc89-4b56-a821-b5d3ca0cd3b4.jpg?1782683179" />
    </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">
                $3.29
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $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">$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-12&quot;:2.95},{&quot;2026-06-13&quot;:2.99},{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.86},{&quot;2026-06-17&quot;:2.78},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.74},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.65},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.72},{&quot;2026-07-05&quot;:2.72},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.06},{&quot;2026-07-13&quot;:2.85},{&quot;2026-07-14&quot;:2.85},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.74},{&quot;2026-07-20&quot;:2.82},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.75},{&quot;2026-07-24&quot;:2.74},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:2.77},{&quot;2026-07-28&quot;:2.97},{&quot;2026-07-29&quot;:3.01},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.93},{&quot;2026-08-07&quot;:3.03},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:2.96},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.82},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.9},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:2.9},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.14},{&quot;2026-08-24&quot;:3.06},{&quot;2026-08-25&quot;:3.13},{&quot;2026-08-26&quot;:3.04},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.78},{&quot;2026-08-29&quot;:2.78},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.0},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.2},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.29}]}"
        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="9609"
  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">
            Eidolon of Blossoms
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.28
          </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="Eidolon of Blossoms" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d82f171-b1f6-4e80-996a-c579a1be252c.jpg?1783934290" />

        <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">
            Eidolon of Blossoms
        </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 — 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-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="Eidolon of Blossoms" src="https://cards.scryfall.io/large/front/0/d/0d82f171-b1f6-4e80-996a-c579a1be252c.jpg?1783934290" />
    </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">
                $3.28
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</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;:3.94},{&quot;2026-06-14&quot;:3.94},{&quot;2026-06-15&quot;:3.89},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:3.89},{&quot;2026-06-18&quot;:3.77},{&quot;2026-06-19&quot;:3.77},{&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.51},{&quot;2026-06-25&quot;:3.51},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.51},{&quot;2026-06-28&quot;:3.51},{&quot;2026-06-29&quot;:3.51},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.63},{&quot;2026-07-02&quot;:3.63},{&quot;2026-07-03&quot;:3.63},{&quot;2026-07-04&quot;:3.63},{&quot;2026-07-05&quot;:3.63},{&quot;2026-07-06&quot;:3.63},{&quot;2026-07-07&quot;:3.58},{&quot;2026-07-08&quot;:3.58},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.26},{&quot;2026-07-12&quot;:3.26},{&quot;2026-07-13&quot;:3.1},{&quot;2026-07-14&quot;:3.1},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:2.96},{&quot;2026-07-21&quot;:2.98},{&quot;2026-07-22&quot;:3.03},{&quot;2026-07-23&quot;:3.03},{&quot;2026-07-24&quot;:3.03},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.06},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.12},{&quot;2026-07-30&quot;:3.12},{&quot;2026-07-31&quot;:3.12},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.09},{&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.17},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.13},{&quot;2026-08-20&quot;:3.13},{&quot;2026-08-21&quot;:3.1},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.15},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.14},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.28}]}"
        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="13246"
  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">
            Thought Vessel
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.28
          </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="Thought Vessel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4bfc5847-c3b4-41e7-8087-73ac4850bc1b.jpg?1783915589" />

        <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">
            Thought Vessel
        </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-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thought Vessel" src="https://cards.scryfall.io/large/front/4/b/4bfc5847-c3b4-41e7-8087-73ac4850bc1b.jpg?1783915589" />
    </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">
                $3.28
              </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">
                $4.59
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</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;:4.84},{&quot;2026-06-14&quot;:4.84},{&quot;2026-06-15&quot;:4.84},{&quot;2026-06-16&quot;:4.84},{&quot;2026-06-17&quot;:4.84},{&quot;2026-06-18&quot;:4.84},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.95},{&quot;2026-06-22&quot;:4.95},{&quot;2026-06-23&quot;:4.95},{&quot;2026-06-24&quot;:4.97},{&quot;2026-06-25&quot;:4.97},{&quot;2026-06-26&quot;:4.97},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:5.0},{&quot;2026-06-29&quot;:5.04},{&quot;2026-06-30&quot;:5.04},{&quot;2026-07-01&quot;:5.07},{&quot;2026-07-02&quot;:5.07},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.07},{&quot;2026-07-05&quot;:5.07},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:5.03},{&quot;2026-07-08&quot;:5.03},{&quot;2026-07-09&quot;:5.03},{&quot;2026-07-10&quot;:5.03},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.03},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.02},{&quot;2026-07-18&quot;:5.02},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.02},{&quot;2026-07-21&quot;:5.02},{&quot;2026-07-22&quot;:5.02},{&quot;2026-07-23&quot;:5.02},{&quot;2026-07-24&quot;:5.02},{&quot;2026-07-25&quot;:5.02},{&quot;2026-07-26&quot;:5.04},{&quot;2026-07-27&quot;:5.11},{&quot;2026-07-28&quot;:5.11},{&quot;2026-07-29&quot;:5.11},{&quot;2026-07-30&quot;:5.11},{&quot;2026-07-31&quot;:5.11},{&quot;2026-08-01&quot;:5.11},{&quot;2026-08-02&quot;:5.11},{&quot;2026-08-03&quot;:5.11},{&quot;2026-08-04&quot;:5.04},{&quot;2026-08-05&quot;:5.04},{&quot;2026-08-07&quot;:5.04},{&quot;2026-08-08&quot;:4.95},{&quot;2026-08-09&quot;:5.06},{&quot;2026-08-10&quot;:5.08},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.08},{&quot;2026-08-13&quot;:5.08},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:5.05},{&quot;2026-08-16&quot;:5.06},{&quot;2026-08-17&quot;:5.06},{&quot;2026-08-18&quot;:5.06},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.06},{&quot;2026-08-21&quot;:5.06},{&quot;2026-08-22&quot;:5.06},{&quot;2026-08-23&quot;:5.06},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:4.93},{&quot;2026-08-28&quot;:4.93},{&quot;2026-08-29&quot;:4.93},{&quot;2026-08-30&quot;:4.97},{&quot;2026-08-31&quot;:4.94},{&quot;2026-09-01&quot;:4.94},{&quot;2026-09-02&quot;:4.94},{&quot;2026-09-03&quot;:4.95},{&quot;2026-09-04&quot;:4.95},{&quot;2026-09-05&quot;:4.95},{&quot;2026-09-06&quot;:4.95},{&quot;2026-09-07&quot;:4.78},{&quot;2026-09-08&quot;:4.69},{&quot;2026-09-09&quot;:4.69},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.74},{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.73},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.94},{&quot;2026-07-06&quot;:2.95},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:3.13},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.17},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.26},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.24},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.22},{&quot;2026-07-22&quot;:3.2},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.14},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:3.14},{&quot;2026-07-30&quot;:3.15},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.04},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.27},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.22},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.08},{&quot;2026-08-19&quot;:3.08},{&quot;2026-08-20&quot;:3.08},{&quot;2026-08-21&quot;:3.02},{&quot;2026-08-22&quot;:2.91},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:2.97},{&quot;2026-08-26&quot;:2.94},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:3.03},{&quot;2026-09-02&quot;:3.03},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.23},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.28}]}"
        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="13757"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-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">
            Faldorn, Dread Wolf Herald
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Druid
      </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">
            $3.28
          </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="Faldorn, Dread Wolf Herald" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/213e530e-33a9-4358-b43b-4a276a7e7190.jpg?1783922519" />

        <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">
            Faldorn, Dread Wolf Herald
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human 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-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="Faldorn, Dread Wolf Herald" src="https://cards.scryfall.io/large/front/2/1/213e530e-33a9-4358-b43b-4a276a7e7190.jpg?1783922519" />
    </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">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.28
              </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.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-10&quot;:4.95},{&quot;2026-06-11&quot;:4.95},{&quot;2026-06-12&quot;:4.95},{&quot;2026-06-13&quot;:4.95},{&quot;2026-06-14&quot;:4.95},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.97},{&quot;2026-06-18&quot;:4.97},{&quot;2026-06-19&quot;:4.97},{&quot;2026-06-20&quot;:4.97},{&quot;2026-06-21&quot;:4.97},{&quot;2026-06-22&quot;:4.97},{&quot;2026-06-23&quot;:4.97},{&quot;2026-06-24&quot;:4.9},{&quot;2026-06-25&quot;:4.9},{&quot;2026-06-26&quot;:4.81},{&quot;2026-06-27&quot;:4.82},{&quot;2026-06-28&quot;:4.82},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.68},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.5},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.51},{&quot;2026-07-06&quot;:4.4},{&quot;2026-07-07&quot;:4.34},{&quot;2026-07-08&quot;:4.34},{&quot;2026-07-09&quot;:4.27},{&quot;2026-07-10&quot;:4.21},{&quot;2026-07-11&quot;:4.21},{&quot;2026-07-12&quot;:4.26},{&quot;2026-07-13&quot;:4.28},{&quot;2026-07-14&quot;:4.25},{&quot;2026-07-15&quot;:4.26},{&quot;2026-07-16&quot;:4.21},{&quot;2026-07-17&quot;:4.17},{&quot;2026-07-18&quot;:4.17},{&quot;2026-07-19&quot;:4.2},{&quot;2026-07-20&quot;:4.2},{&quot;2026-07-21&quot;:4.19},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-25&quot;:4.06},{&quot;2026-07-26&quot;:4.07},{&quot;2026-07-27&quot;:4.07},{&quot;2026-07-29&quot;:4.04},{&quot;2026-07-30&quot;:4.04},{&quot;2026-07-31&quot;:3.87},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.52},{&quot;2026-08-08&quot;:3.46},{&quot;2026-08-09&quot;:3.35},{&quot;2026-08-10&quot;:3.35},{&quot;2026-08-11&quot;:3.35},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.25},{&quot;2026-08-28&quot;:3.26},{&quot;2026-08-29&quot;:3.26},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.34},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.29},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.28}],&quot;normal&quot;:[]}"
        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="53528"
  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-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">
            Chishiro, the Shattered Blade
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Snake 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="text-sm font-medium text-nine-white">
            $3.28
          </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="Chishiro, the Shattered Blade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/eaacd338-1040-4d61-977e-7c97d0f26724.jpg?1783923971" />

        <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">
            Chishiro, the Shattered Blade
        </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 — Snake Samurai</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-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="Chishiro, the Shattered Blade" src="https://cards.scryfall.io/large/front/e/a/eaacd338-1040-4d61-977e-7c97d0f26724.jpg?1783923971" />
    </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">
                $3.28
              </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-13&quot;:2.18},{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.18},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&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.13},{&quot;2026-06-23&quot;:2.13},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.15},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:2.04},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.04},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.1},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.28},{&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.52},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.52},{&quot;2026-07-18&quot;:2.51},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.54},{&quot;2026-07-22&quot;:2.54},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-24&quot;:2.54},{&quot;2026-07-25&quot;:2.58},{&quot;2026-07-26&quot;:2.58},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-28&quot;:2.7},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.74},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.82},{&quot;2026-08-03&quot;:2.82},{&quot;2026-08-04&quot;:2.82},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.82},{&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;:2.82},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.98},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:2.97},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.97},{&quot;2026-08-25&quot;:2.97},{&quot;2026-08-26&quot;:2.97},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.97},{&quot;2026-08-29&quot;:2.97},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:2.97},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.28}]}"
        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="75810"
  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">
            Descendants&#39; Path
        </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">
              ↑
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.28
          </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="Descendants&#39; Path" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2ad7482-8ce2-4e63-8be7-79c2e37d3006.jpg?1783913859" />

        <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">
            Descendants&#39; Path
        </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-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="Descendants&#39; Path" src="https://cards.scryfall.io/large/front/a/2/a2ad7482-8ce2-4e63-8be7-79c2e37d3006.jpg?1783913859" />
    </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">
                $3.28
              </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">$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-13&quot;:2.88},{&quot;2026-06-14&quot;:2.91},{&quot;2026-06-15&quot;:2.94},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.13},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.2},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.74},{&quot;2026-06-22&quot;:3.78},{&quot;2026-06-23&quot;:3.65},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:4.08},{&quot;2026-06-27&quot;:3.99},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:4.1},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:4.47},{&quot;2026-07-03&quot;:4.75},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.62},{&quot;2026-07-06&quot;:4.96},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.89},{&quot;2026-07-09&quot;:4.77},{&quot;2026-07-10&quot;:4.66},{&quot;2026-07-11&quot;:4.53},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.11},{&quot;2026-07-15&quot;:4.11},{&quot;2026-07-16&quot;:4.03},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:3.79},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-22&quot;:3.67},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.7},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.34},{&quot;2026-07-28&quot;:3.26},{&quot;2026-07-29&quot;:3.3},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.27},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:3.56},{&quot;2026-08-09&quot;:3.78},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.8},{&quot;2026-08-12&quot;:3.8},{&quot;2026-08-13&quot;:3.86},{&quot;2026-08-14&quot;:3.97},{&quot;2026-08-15&quot;:3.96},{&quot;2026-08-16&quot;:3.97},{&quot;2026-08-17&quot;:3.9},{&quot;2026-08-18&quot;:3.92},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.78},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.29},{&quot;2026-08-29&quot;:3.29},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.14},{&quot;2026-09-01&quot;:3.0},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.73},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:3.08},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.28}]}"
        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="13984"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-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">
            Fractured Sanity
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.27
          </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="Fractured Sanity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81875876-c1a0-4f64-8dfc-39217b5e4020.jpg?1783922470" />

        <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">
            Fractured Sanity
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Fractured Sanity" src="https://cards.scryfall.io/large/front/8/1/81875876-c1a0-4f64-8dfc-39217b5e4020.jpg?1783922470" />
    </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">
                $3.27
              </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">$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-08&quot;:3.08},{&quot;2026-06-10&quot;:3.1},{&quot;2026-06-11&quot;:3.1},{&quot;2026-06-12&quot;:3.1},{&quot;2026-06-13&quot;:3.14},{&quot;2026-06-14&quot;:3.14},{&quot;2026-06-15&quot;:3.14},{&quot;2026-06-16&quot;:3.21},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.23},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.25},{&quot;2026-06-22&quot;:3.32},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.51},{&quot;2026-06-28&quot;:3.49},{&quot;2026-06-29&quot;:3.44},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.47},{&quot;2026-07-03&quot;:3.39},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.39},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.43},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.44},{&quot;2026-07-10&quot;:3.44},{&quot;2026-07-11&quot;:3.38},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.38},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.41},{&quot;2026-07-16&quot;:3.4},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.36},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.45},{&quot;2026-07-23&quot;:3.44},{&quot;2026-07-25&quot;:3.29},{&quot;2026-07-26&quot;:3.29},{&quot;2026-07-27&quot;:3.32},{&quot;2026-07-29&quot;:3.32},{&quot;2026-07-30&quot;:3.32},{&quot;2026-07-31&quot;:3.36},{&quot;2026-08-01&quot;:3.36},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.42},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.4},{&quot;2026-08-08&quot;:3.4},{&quot;2026-08-09&quot;:3.4},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.38},{&quot;2026-08-12&quot;:3.35},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.33},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.37},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.31},{&quot;2026-08-28&quot;:3.25},{&quot;2026-08-29&quot;:3.25},{&quot;2026-08-30&quot;:3.23},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.38},{&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.41},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.35},{&quot;2026-09-11&quot;:3.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="58071"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-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">
            White Sun&#39;s Twilight
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.27
          </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="White Sun&#39;s Twilight" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/920c8d13-45e5-4ead-8617-0b3939bb9123.jpg?1783917929" />

        <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">
            White Sun&#39;s Twilight
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></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="White Sun&#39;s Twilight" src="https://cards.scryfall.io/large/front/9/2/920c8d13-45e5-4ead-8617-0b3939bb9123.jpg?1783917929" />
    </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">
                $3.27
              </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.51
              </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.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-10&quot;:3.34},{&quot;2026-06-11&quot;:3.34},{&quot;2026-06-12&quot;:3.34},{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.37},{&quot;2026-06-15&quot;:3.37},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.41},{&quot;2026-06-23&quot;:3.42},{&quot;2026-06-24&quot;:3.41},{&quot;2026-06-25&quot;:3.41},{&quot;2026-06-26&quot;:3.42},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.36},{&quot;2026-07-02&quot;:3.36},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.42},{&quot;2026-07-05&quot;:3.42},{&quot;2026-07-06&quot;:3.42},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.42},{&quot;2026-07-09&quot;:3.42},{&quot;2026-07-10&quot;:3.42},{&quot;2026-07-11&quot;:3.47},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:3.47},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.46},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.48},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.35},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-23&quot;:3.35},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.35},{&quot;2026-07-27&quot;:3.35},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.27},{&quot;2026-08-01&quot;:3.37},{&quot;2026-08-02&quot;:3.37},{&quot;2026-08-03&quot;:3.37},{&quot;2026-08-04&quot;:3.37},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.28},{&quot;2026-08-08&quot;:3.41},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.36},{&quot;2026-08-12&quot;:3.36},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.32},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.3},{&quot;2026-08-17&quot;:3.3},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.56},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.43},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.52},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.33},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.44},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.86},{&quot;2026-06-11&quot;:2.8},{&quot;2026-06-12&quot;:2.8},{&quot;2026-06-13&quot;:2.8},{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.82},{&quot;2026-06-16&quot;:2.82},{&quot;2026-06-17&quot;:2.84},{&quot;2026-06-18&quot;:2.8},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.81},{&quot;2026-06-27&quot;:2.81},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.81},{&quot;2026-07-02&quot;:2.83},{&quot;2026-07-03&quot;:2.83},{&quot;2026-07-04&quot;:2.87},{&quot;2026-07-05&quot;:2.88},{&quot;2026-07-06&quot;:2.86},{&quot;2026-07-07&quot;:2.89},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&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.98},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:2.92},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.87},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.9},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.95},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.9},{&quot;2026-08-05&quot;:2.9},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:2.96},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:3.0},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.06},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.22},{&quot;2026-08-20&quot;:3.22},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.21},{&quot;2026-08-24&quot;:3.21},{&quot;2026-08-25&quot;:3.21},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.39},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.49},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.46},{&quot;2026-09-05&quot;:3.46},{&quot;2026-09-06&quot;:3.43},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.27},{&quot;2026-09-11&quot;:3.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.26
          </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="Lightning Bolt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/9521375e-0bc1-45ef-b513-6d332a25f9d2.jpg?1783947826" />

        <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">
            Lightning Bolt
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Lightning Bolt" src="https://cards.scryfall.io/large/front/9/5/9521375e-0bc1-45ef-b513-6d332a25f9d2.jpg?1783947826" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.26
              </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-13&quot;:2.56},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.48},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.37},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.37},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.33},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.71},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:1.96},{&quot;2026-07-28&quot;:1.96},{&quot;2026-07-29&quot;:2.39},{&quot;2026-07-30&quot;:2.41},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.42},{&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.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:3.13},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.16},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:3.18},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.18},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.18},{&quot;2026-08-25&quot;:3.22},{&quot;2026-08-26&quot;:3.22},{&quot;2026-08-27&quot;:3.22},{&quot;2026-08-28&quot;:3.23},{&quot;2026-08-29&quot;:3.23},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:2.99},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:3.02},{&quot;2026-09-04&quot;:3.03},{&quot;2026-09-05&quot;:3.14},{&quot;2026-09-06&quot;:3.14},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.26},{&quot;2026-09-11&quot;:3.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="35312"
  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-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">
            Kessig Flamebreather
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.26
          </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="Kessig Flamebreather" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/303ad78a-b02a-44dc-afe6-7f95781a5062.jpg?1783924832" />

        <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">
            Kessig Flamebreather
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human 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>
          </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="Kessig Flamebreather" src="https://cards.scryfall.io/large/front/3/0/303ad78a-b02a-44dc-afe6-7f95781a5062.jpg?1783924832" />
    </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">
                $3.26
              </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">
                $6.82
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</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.37},{&quot;2026-06-11&quot;:8.32},{&quot;2026-06-12&quot;:8.19},{&quot;2026-06-13&quot;:8.19},{&quot;2026-06-14&quot;:8.19},{&quot;2026-06-15&quot;:7.73},{&quot;2026-06-16&quot;:7.72},{&quot;2026-06-17&quot;:7.69},{&quot;2026-06-18&quot;:7.44},{&quot;2026-06-19&quot;:7.44},{&quot;2026-06-20&quot;:7.44},{&quot;2026-06-21&quot;:7.44},{&quot;2026-06-22&quot;:7.62},{&quot;2026-06-23&quot;:7.81},{&quot;2026-06-24&quot;:7.81},{&quot;2026-06-25&quot;:7.84},{&quot;2026-06-26&quot;:7.84},{&quot;2026-06-27&quot;:8.1},{&quot;2026-06-28&quot;:8.42},{&quot;2026-06-29&quot;:8.5},{&quot;2026-06-30&quot;:8.72},{&quot;2026-07-01&quot;:8.72},{&quot;2026-07-02&quot;:8.26},{&quot;2026-07-03&quot;:8.36},{&quot;2026-07-04&quot;:8.36},{&quot;2026-07-05&quot;:8.36},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.73},{&quot;2026-07-08&quot;:7.79},{&quot;2026-07-09&quot;:8.61},{&quot;2026-07-10&quot;:8.61},{&quot;2026-07-11&quot;:8.61},{&quot;2026-07-12&quot;:8.61},{&quot;2026-07-13&quot;:8.59},{&quot;2026-07-14&quot;:8.63},{&quot;2026-07-15&quot;:8.52},{&quot;2026-07-16&quot;:8.52},{&quot;2026-07-17&quot;:8.67},{&quot;2026-07-18&quot;:8.67},{&quot;2026-07-19&quot;:8.67},{&quot;2026-07-20&quot;:8.43},{&quot;2026-07-21&quot;:8.43},{&quot;2026-07-23&quot;:8.35},{&quot;2026-07-25&quot;:8.48},{&quot;2026-07-26&quot;:8.48},{&quot;2026-07-27&quot;:8.48},{&quot;2026-07-29&quot;:7.99},{&quot;2026-07-30&quot;:7.6},{&quot;2026-07-31&quot;:7.55},{&quot;2026-08-01&quot;:7.55},{&quot;2026-08-02&quot;:7.49},{&quot;2026-08-03&quot;:7.18},{&quot;2026-08-04&quot;:7.13},{&quot;2026-08-05&quot;:7.13},{&quot;2026-08-07&quot;:7.02},{&quot;2026-08-08&quot;:7.02},{&quot;2026-08-09&quot;:7.02},{&quot;2026-08-10&quot;:7.02},{&quot;2026-08-11&quot;:6.99},{&quot;2026-08-12&quot;:6.99},{&quot;2026-08-13&quot;:6.99},{&quot;2026-08-14&quot;:7.04},{&quot;2026-08-15&quot;:7.04},{&quot;2026-08-16&quot;:7.04},{&quot;2026-08-17&quot;:6.99},{&quot;2026-08-18&quot;:7.05},{&quot;2026-08-19&quot;:7.05},{&quot;2026-08-20&quot;:7.05},{&quot;2026-08-21&quot;:7.24},{&quot;2026-08-22&quot;:7.24},{&quot;2026-08-23&quot;:7.2},{&quot;2026-08-24&quot;:7.2},{&quot;2026-08-25&quot;:7.2},{&quot;2026-08-26&quot;:6.96},{&quot;2026-08-27&quot;:6.89},{&quot;2026-08-28&quot;:6.89},{&quot;2026-08-29&quot;:6.89},{&quot;2026-08-30&quot;:6.99},{&quot;2026-08-31&quot;:6.73},{&quot;2026-09-01&quot;:6.73},{&quot;2026-09-02&quot;:6.67},{&quot;2026-09-03&quot;:6.67},{&quot;2026-09-04&quot;:6.61},{&quot;2026-09-05&quot;:6.45},{&quot;2026-09-06&quot;:6.45},{&quot;2026-09-07&quot;:6.49},{&quot;2026-09-08&quot;:6.51},{&quot;2026-09-09&quot;:6.65},{&quot;2026-09-10&quot;:6.76},{&quot;2026-09-11&quot;:6.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.33},{&quot;2026-06-11&quot;:3.29},{&quot;2026-06-12&quot;:3.31},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.32},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.29},{&quot;2026-06-20&quot;:3.16},{&quot;2026-06-21&quot;:3.13},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.11},{&quot;2026-06-26&quot;:3.2},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.11},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.85},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:4.08},{&quot;2026-07-03&quot;:4.21},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.44},{&quot;2026-07-09&quot;:3.35},{&quot;2026-07-10&quot;:3.36},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.32},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.33},{&quot;2026-07-18&quot;:3.55},{&quot;2026-07-19&quot;:3.56},{&quot;2026-07-20&quot;:3.71},{&quot;2026-07-21&quot;:3.67},{&quot;2026-07-23&quot;:3.52},{&quot;2026-07-25&quot;:3.75},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:4.09},{&quot;2026-07-29&quot;:3.9},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.71},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.65},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.62},{&quot;2026-08-07&quot;:3.58},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.6},{&quot;2026-08-13&quot;:3.45},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.57},{&quot;2026-08-17&quot;:3.54},{&quot;2026-08-18&quot;:3.57},{&quot;2026-08-19&quot;:3.51},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.51},{&quot;2026-08-23&quot;:3.64},{&quot;2026-08-24&quot;:3.6},{&quot;2026-08-25&quot;:3.6},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.69},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.32},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.33},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.29},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41764"
  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-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">
            Enthusiastic Mechanaut
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Goblin Artificer
      </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">
            $3.26
          </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="Enthusiastic Mechanaut" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/ac00521f-1b7d-478d-afe8-6761ea512d8d.jpg?1783923839" />

        <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">
            Enthusiastic Mechanaut
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Enthusiastic Mechanaut" src="https://cards.scryfall.io/large/front/a/c/ac00521f-1b7d-478d-afe8-6761ea512d8d.jpg?1783923839" />
    </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">
                $0.33
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.26
              </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 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-13&quot;:0.55},{&quot;2026-06-14&quot;:0.5},{&quot;2026-06-15&quot;:0.5},{&quot;2026-06-16&quot;:0.5},{&quot;2026-06-17&quot;:0.5},{&quot;2026-06-18&quot;:0.5},{&quot;2026-06-19&quot;:0.5},{&quot;2026-06-20&quot;:0.5},{&quot;2026-06-21&quot;:0.5},{&quot;2026-06-22&quot;:0.5},{&quot;2026-06-23&quot;:0.51},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.51},{&quot;2026-06-26&quot;:0.52},{&quot;2026-06-27&quot;:0.53},{&quot;2026-06-28&quot;:0.52},{&quot;2026-06-29&quot;:0.51},{&quot;2026-06-30&quot;:0.53},{&quot;2026-07-01&quot;:0.56},{&quot;2026-07-02&quot;:0.57},{&quot;2026-07-03&quot;:0.56},{&quot;2026-07-04&quot;:0.56},{&quot;2026-07-05&quot;:0.58},{&quot;2026-07-06&quot;:0.63},{&quot;2026-07-07&quot;:0.66},{&quot;2026-07-08&quot;:0.68},{&quot;2026-07-09&quot;:0.69},{&quot;2026-07-10&quot;:0.69},{&quot;2026-07-11&quot;:0.71},{&quot;2026-07-12&quot;:0.71},{&quot;2026-07-13&quot;:0.84},{&quot;2026-07-14&quot;:1.31},{&quot;2026-07-15&quot;:1.31},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.52},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:1.71},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.22},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.34},{&quot;2026-08-03&quot;:2.68},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.02},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.14},{&quot;2026-08-10&quot;:3.14},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.41},{&quot;2026-08-13&quot;:3.41},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.41},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.41},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.41},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.32},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.22},{&quot;2026-08-29&quot;:3.22},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.19},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:3.18},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.26},{&quot;2026-09-10&quot;:3.26},{&quot;2026-09-11&quot;:3.26}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.35},{&quot;2026-06-14&quot;:0.35},{&quot;2026-06-15&quot;:0.34},{&quot;2026-06-16&quot;:0.34},{&quot;2026-06-17&quot;:0.33},{&quot;2026-06-18&quot;:0.32},{&quot;2026-06-19&quot;:0.33},{&quot;2026-06-20&quot;:0.34},{&quot;2026-06-21&quot;:0.34},{&quot;2026-06-22&quot;:0.32},{&quot;2026-06-23&quot;:0.31},{&quot;2026-06-24&quot;:0.31},{&quot;2026-06-25&quot;:0.3},{&quot;2026-06-26&quot;:0.31},{&quot;2026-06-27&quot;:0.29},{&quot;2026-06-28&quot;:0.3},{&quot;2026-06-29&quot;:0.31},{&quot;2026-06-30&quot;:0.29},{&quot;2026-07-01&quot;:0.31},{&quot;2026-07-02&quot;:0.3},{&quot;2026-07-03&quot;:0.36},{&quot;2026-07-04&quot;:0.33},{&quot;2026-07-05&quot;:0.33},{&quot;2026-07-06&quot;:0.32},{&quot;2026-07-07&quot;:0.34},{&quot;2026-07-08&quot;:0.31},{&quot;2026-07-09&quot;:0.32},{&quot;2026-07-10&quot;:0.31},{&quot;2026-07-11&quot;:0.31},{&quot;2026-07-12&quot;:0.29},{&quot;2026-07-13&quot;:0.34},{&quot;2026-07-14&quot;:0.34},{&quot;2026-07-15&quot;:0.34},{&quot;2026-07-16&quot;:0.34},{&quot;2026-07-17&quot;:0.34},{&quot;2026-07-18&quot;:0.33},{&quot;2026-07-19&quot;:0.33},{&quot;2026-07-20&quot;:0.32},{&quot;2026-07-21&quot;:0.3},{&quot;2026-07-22&quot;:0.32},{&quot;2026-07-23&quot;:0.32},{&quot;2026-07-24&quot;:0.32},{&quot;2026-07-25&quot;:0.31},{&quot;2026-07-26&quot;:0.37},{&quot;2026-07-27&quot;:0.37},{&quot;2026-07-28&quot;:0.38},{&quot;2026-07-29&quot;:0.38},{&quot;2026-07-30&quot;:0.39},{&quot;2026-07-31&quot;:0.4},{&quot;2026-08-01&quot;:0.4},{&quot;2026-08-02&quot;:0.42},{&quot;2026-08-03&quot;:0.37},{&quot;2026-08-04&quot;:0.38},{&quot;2026-08-05&quot;:0.38},{&quot;2026-08-07&quot;:0.39},{&quot;2026-08-08&quot;:0.39},{&quot;2026-08-09&quot;:0.39},{&quot;2026-08-10&quot;:0.39},{&quot;2026-08-11&quot;:0.38},{&quot;2026-08-12&quot;:0.36},{&quot;2026-08-13&quot;:0.35},{&quot;2026-08-14&quot;:0.34},{&quot;2026-08-15&quot;:0.35},{&quot;2026-08-16&quot;:0.35},{&quot;2026-08-17&quot;:0.33},{&quot;2026-08-18&quot;:0.33},{&quot;2026-08-19&quot;:0.35},{&quot;2026-08-20&quot;:0.36},{&quot;2026-08-21&quot;:0.37},{&quot;2026-08-22&quot;:0.36},{&quot;2026-08-23&quot;:0.35},{&quot;2026-08-24&quot;:0.36},{&quot;2026-08-25&quot;:0.36},{&quot;2026-08-26&quot;:0.33},{&quot;2026-08-27&quot;:0.33},{&quot;2026-08-28&quot;:0.33},{&quot;2026-08-29&quot;:0.33},{&quot;2026-08-30&quot;:0.33},{&quot;2026-08-31&quot;:0.32},{&quot;2026-09-01&quot;:0.32},{&quot;2026-09-02&quot;:0.32},{&quot;2026-09-03&quot;:0.32},{&quot;2026-09-04&quot;:0.33},{&quot;2026-09-05&quot;:0.34},{&quot;2026-09-06&quot;:0.35},{&quot;2026-09-07&quot;:0.33},{&quot;2026-09-08&quot;:0.33},{&quot;2026-09-09&quot;:0.33},{&quot;2026-09-10&quot;:0.33},{&quot;2026-09-11&quot;:0.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="51466"
  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-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">
            Kenrith, the Returned King
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.26
          </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="Kenrith, the Returned King" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/e/5ed8b9c5-8b09-40a0-ae08-bc7a7a391256.jpg?1783916879" />

        <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">
            Kenrith, the Returned King
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kenrith, the Returned King" src="https://cards.scryfall.io/large/front/5/e/5ed8b9c5-8b09-40a0-ae08-bc7a7a391256.jpg?1783916879" />
    </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">
                $3.26
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $5.42
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.37},{&quot;2026-06-12&quot;:4.37},{&quot;2026-06-13&quot;:4.37},{&quot;2026-06-14&quot;:4.37},{&quot;2026-06-15&quot;:4.37},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.3},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.39},{&quot;2026-06-23&quot;:4.39},{&quot;2026-06-24&quot;:4.44},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.37},{&quot;2026-06-29&quot;:4.46},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.68},{&quot;2026-07-02&quot;:4.68},{&quot;2026-07-03&quot;:4.68},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.59},{&quot;2026-07-06&quot;:4.59},{&quot;2026-07-07&quot;:4.55},{&quot;2026-07-08&quot;:4.55},{&quot;2026-07-09&quot;:4.55},{&quot;2026-07-10&quot;:4.55},{&quot;2026-07-11&quot;:4.97},{&quot;2026-07-12&quot;:4.97},{&quot;2026-07-13&quot;:4.97},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:5.03},{&quot;2026-07-17&quot;:5.04},{&quot;2026-07-18&quot;:5.04},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:5.04},{&quot;2026-07-21&quot;:5.04},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-25&quot;:4.92},{&quot;2026-07-26&quot;:4.92},{&quot;2026-07-27&quot;:4.92},{&quot;2026-07-28&quot;:4.92},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.81},{&quot;2026-07-31&quot;:5.19},{&quot;2026-08-01&quot;:5.19},{&quot;2026-08-02&quot;:5.17},{&quot;2026-08-03&quot;:5.17},{&quot;2026-08-04&quot;:5.13},{&quot;2026-08-05&quot;:5.13},{&quot;2026-08-07&quot;:5.13},{&quot;2026-08-08&quot;:5.1},{&quot;2026-08-09&quot;:5.1},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.1},{&quot;2026-08-12&quot;:5.1},{&quot;2026-08-13&quot;:5.11},{&quot;2026-08-14&quot;:5.39},{&quot;2026-08-15&quot;:5.39},{&quot;2026-08-16&quot;:5.36},{&quot;2026-08-17&quot;:5.36},{&quot;2026-08-18&quot;:5.31},{&quot;2026-08-19&quot;:5.31},{&quot;2026-08-20&quot;:5.31},{&quot;2026-08-21&quot;:5.15},{&quot;2026-08-22&quot;:5.15},{&quot;2026-08-23&quot;:5.09},{&quot;2026-08-24&quot;:5.09},{&quot;2026-08-25&quot;:5.09},{&quot;2026-08-26&quot;:5.09},{&quot;2026-08-27&quot;:5.11},{&quot;2026-08-28&quot;:5.11},{&quot;2026-08-29&quot;:5.11},{&quot;2026-08-30&quot;:5.24},{&quot;2026-08-31&quot;:5.24},{&quot;2026-09-01&quot;:5.24},{&quot;2026-09-02&quot;:5.24},{&quot;2026-09-03&quot;:5.24},{&quot;2026-09-04&quot;:5.24},{&quot;2026-09-05&quot;:5.32},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.32},{&quot;2026-09-09&quot;:5.32},{&quot;2026-09-10&quot;:5.42},{&quot;2026-09-11&quot;:5.42}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.22},{&quot;2026-06-12&quot;:3.21},{&quot;2026-06-13&quot;:3.15},{&quot;2026-06-14&quot;:3.15},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.09},{&quot;2026-06-17&quot;:3.1},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.17},{&quot;2026-06-20&quot;:3.17},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.18},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.19},{&quot;2026-06-25&quot;:3.27},{&quot;2026-06-26&quot;:3.34},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.37},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.45},{&quot;2026-07-03&quot;:3.4},{&quot;2026-07-04&quot;:3.4},{&quot;2026-07-05&quot;:3.49},{&quot;2026-07-06&quot;:3.43},{&quot;2026-07-07&quot;:3.43},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.54},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.49},{&quot;2026-07-16&quot;:3.49},{&quot;2026-07-17&quot;:3.47},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.4},{&quot;2026-07-25&quot;:3.36},{&quot;2026-07-26&quot;:3.36},{&quot;2026-07-27&quot;:3.36},{&quot;2026-07-28&quot;:3.36},{&quot;2026-07-29&quot;:3.66},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.55},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.62},{&quot;2026-08-03&quot;:3.68},{&quot;2026-08-04&quot;:3.68},{&quot;2026-08-05&quot;:3.66},{&quot;2026-08-07&quot;:3.66},{&quot;2026-08-08&quot;:3.66},{&quot;2026-08-09&quot;:3.66},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.39},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.43},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.54},{&quot;2026-08-19&quot;:3.54},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.39},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.37},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.25},{&quot;2026-08-29&quot;:3.25},{&quot;2026-08-30&quot;:3.17},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.4},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.35},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Spider Toy
      </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">
            $3.25
          </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="Twitching Doll" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/416c025b-e40e-4d95-a774-ba3961f43808.jpg?1783909449" />

        <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">
            Twitching Doll
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Spider Toy</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="Twitching Doll" src="https://cards.scryfall.io/large/front/4/1/416c025b-e40e-4d95-a774-ba3961f43808.jpg?1783909449" />
    </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">
                $3.25
              </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.24
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.37},{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.75},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.78},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-23&quot;:2.74},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.81},{&quot;2026-06-27&quot;:2.81},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.83},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.77},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.77},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.77},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.85},{&quot;2026-07-14&quot;:2.85},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.93},{&quot;2026-07-17&quot;:2.93},{&quot;2026-07-18&quot;:2.93},{&quot;2026-07-19&quot;:2.93},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:2.99},{&quot;2026-07-22&quot;:2.99},{&quot;2026-07-23&quot;:2.99},{&quot;2026-07-24&quot;:3.04},{&quot;2026-07-25&quot;:3.04},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.15},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:2.78},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.59},{&quot;2026-08-10&quot;:2.59},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.63},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.59},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.62},{&quot;2026-08-19&quot;:2.62},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.62},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.77},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.9},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.9},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.83},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.21},{&quot;2026-09-09&quot;:3.29},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.95},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:2.68},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.59},{&quot;2026-06-30&quot;:2.61},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.6},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.34},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.25},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.13},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.31},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-22&quot;:2.22},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.45},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.62},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.41},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.37},{&quot;2026-08-07&quot;:2.83},{&quot;2026-08-08&quot;:2.71},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.69},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.66},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.59},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.57},{&quot;2026-09-01&quot;:2.66},{&quot;2026-09-02&quot;:2.97},{&quot;2026-09-03&quot;:3.01},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:3.03},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.15},{&quot;2026-09-08&quot;:3.55},{&quot;2026-09-09&quot;:3.48},{&quot;2026-09-10&quot;:3.45},{&quot;2026-09-11&quot;:3.25}]}"
        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="12411"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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">
            Thought Vessel
        </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">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Thought Vessel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f58ab310-cbee-4f0c-9819-a2e2121932ff.jpg?1783928744" />

        <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">
            Thought Vessel
        </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-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thought Vessel" src="https://cards.scryfall.io/large/front/f/5/f58ab310-cbee-4f0c-9819-a2e2121932ff.jpg?1783928744" />
    </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">
                $3.24
              </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.07
              </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-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.74},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.74},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.74},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.74},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.81},{&quot;2026-07-09&quot;:2.81},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.87},{&quot;2026-07-14&quot;:2.87},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.87},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-22&quot;:2.84},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:2.96},{&quot;2026-07-28&quot;:2.98},{&quot;2026-07-29&quot;:2.98},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.95},{&quot;2026-08-05&quot;:3.0},{&quot;2026-08-07&quot;:3.0},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.92},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.92},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:3.05},{&quot;2026-08-16&quot;:3.05},{&quot;2026-08-17&quot;:3.05},{&quot;2026-08-18&quot;:3.05},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:3.05},{&quot;2026-09-10&quot;:3.07},{&quot;2026-09-11&quot;:3.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:2.93},{&quot;2026-06-15&quot;:2.9},{&quot;2026-06-16&quot;:2.81},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:2.98},{&quot;2026-06-22&quot;:3.08},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.9},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.96},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.6},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.57},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.63},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.83},{&quot;2026-07-14&quot;:3.08},{&quot;2026-07-15&quot;:3.08},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.17},{&quot;2026-07-18&quot;:3.12},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-22&quot;:2.7},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.69},{&quot;2026-07-25&quot;:2.76},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.26},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.13},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:2.99},{&quot;2026-08-09&quot;:2.8},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.22},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:3.02},{&quot;2026-08-22&quot;:2.99},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:3.29},{&quot;2026-08-26&quot;:3.3},{&quot;2026-08-27&quot;:3.3},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.25},{&quot;2026-09-01&quot;:3.25},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.16},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.17},{&quot;2026-09-09&quot;:3.17},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.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="12790"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Star of Extinction" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/526d13cb-3616-4ac8-9ac0-04c729d447b2.jpg?1783915642" />

        <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">
            Star of Extinction
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Star of Extinction" src="https://cards.scryfall.io/large/front/5/2/526d13cb-3616-4ac8-9ac0-04c729d447b2.jpg?1783915642" />
    </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">
                $3.24
              </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.91
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.24},{&quot;2026-06-12&quot;:2.24},{&quot;2026-06-13&quot;:2.24},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.24},{&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.26},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.31},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.31},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.31},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.34},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.34},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.33},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.36},{&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.28},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.25},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.4},{&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.64},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.64},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.47},{&quot;2026-08-29&quot;:2.47},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.43},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.68},{&quot;2026-09-09&quot;:2.68},{&quot;2026-09-10&quot;:2.91},{&quot;2026-09-11&quot;:2.91}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.26},{&quot;2026-06-12&quot;:1.16},{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.18},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.21},{&quot;2026-06-21&quot;:1.21},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.24},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.23},{&quot;2026-06-29&quot;:1.23},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.32},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.35},{&quot;2026-07-12&quot;:1.35},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.31},{&quot;2026-07-15&quot;:1.38},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.52},{&quot;2026-07-19&quot;:1.51},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.48},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.64},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.77},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.72},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.62},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.77},{&quot;2026-08-16&quot;:2.92},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:2.74},{&quot;2026-08-20&quot;:2.74},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.32},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.54},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.38},{&quot;2026-09-04&quot;:3.22},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.97},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.39},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.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="28966"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Viridian Longbow
        </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-50 text-badge-text">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Viridian Longbow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f4607634-6206-4c6c-b389-abcbfe969b65.jpg?1783926165" />

        <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">
            Viridian Longbow
        </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 — 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="Viridian Longbow" src="https://cards.scryfall.io/large/front/f/4/f4607634-6206-4c6c-b389-abcbfe969b65.jpg?1783926165" />
    </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">
                $3.24
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.67},{&quot;2026-06-12&quot;:1.71},{&quot;2026-06-13&quot;:1.66},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.72},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.29},{&quot;2026-06-28&quot;:3.61},{&quot;2026-06-29&quot;:3.34},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.48},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:2.72},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.72},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:2.34},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.13},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-28&quot;:2.27},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.22},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.38},{&quot;2026-08-09&quot;:2.6},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.8},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.63},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.2},{&quot;2026-09-01&quot;:3.2},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.26},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.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="91089"
  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-inr 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">
            Stormcarved Coast
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.23
          </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="Stormcarved Coast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2a91991f-4340-45a7-ba04-0001de9581e0.jpg?1783908057" />

        <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">
            Stormcarved Coast
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stormcarved Coast" src="https://cards.scryfall.io/large/front/2/a/2a91991f-4340-45a7-ba04-0001de9581e0.jpg?1783908057" />
    </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">
                $3.23
              </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">
                $5.12
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</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.75},{&quot;2026-06-10&quot;:5.75},{&quot;2026-06-11&quot;:5.75},{&quot;2026-06-12&quot;:5.75},{&quot;2026-06-13&quot;:5.75},{&quot;2026-06-14&quot;:5.8},{&quot;2026-06-15&quot;:5.8},{&quot;2026-06-16&quot;:5.8},{&quot;2026-06-17&quot;:5.81},{&quot;2026-06-18&quot;:5.81},{&quot;2026-06-19&quot;:5.81},{&quot;2026-06-20&quot;:5.79},{&quot;2026-06-21&quot;:5.79},{&quot;2026-06-22&quot;:5.79},{&quot;2026-06-24&quot;:5.62},{&quot;2026-06-25&quot;:5.62},{&quot;2026-06-26&quot;:5.62},{&quot;2026-06-27&quot;:5.62},{&quot;2026-06-28&quot;:5.62},{&quot;2026-06-29&quot;:5.62},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.62},{&quot;2026-07-02&quot;:5.62},{&quot;2026-07-03&quot;:5.62},{&quot;2026-07-04&quot;:5.4},{&quot;2026-07-05&quot;:5.4},{&quot;2026-07-06&quot;:5.4},{&quot;2026-07-07&quot;:5.4},{&quot;2026-07-08&quot;:5.4},{&quot;2026-07-09&quot;:5.4},{&quot;2026-07-10&quot;:5.4},{&quot;2026-07-11&quot;:5.4},{&quot;2026-07-12&quot;:5.4},{&quot;2026-07-13&quot;:5.4},{&quot;2026-07-14&quot;:5.4},{&quot;2026-07-15&quot;:5.4},{&quot;2026-07-16&quot;:5.4},{&quot;2026-07-17&quot;:5.4},{&quot;2026-07-18&quot;:5.4},{&quot;2026-07-19&quot;:5.4},{&quot;2026-07-20&quot;:5.4},{&quot;2026-07-21&quot;:5.4},{&quot;2026-07-23&quot;:5.4},{&quot;2026-07-25&quot;:5.4},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.4},{&quot;2026-07-29&quot;:5.4},{&quot;2026-07-30&quot;:5.4},{&quot;2026-07-31&quot;:5.4},{&quot;2026-08-01&quot;:5.4},{&quot;2026-08-02&quot;:5.4},{&quot;2026-08-03&quot;:5.4},{&quot;2026-08-04&quot;:5.4},{&quot;2026-08-05&quot;:5.4},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.4},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.35},{&quot;2026-08-11&quot;:5.35},{&quot;2026-08-12&quot;:5.35},{&quot;2026-08-13&quot;:5.33},{&quot;2026-08-14&quot;:5.33},{&quot;2026-08-15&quot;:5.34},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.35},{&quot;2026-08-18&quot;:5.35},{&quot;2026-08-19&quot;:5.35},{&quot;2026-08-20&quot;:5.35},{&quot;2026-08-21&quot;:5.35},{&quot;2026-08-22&quot;:5.33},{&quot;2026-08-23&quot;:5.21},{&quot;2026-08-24&quot;:5.21},{&quot;2026-08-25&quot;:5.21},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.12},{&quot;2026-08-29&quot;:5.12},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.12},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.12},{&quot;2026-09-08&quot;:5.12},{&quot;2026-09-09&quot;:5.12},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.12}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.18},{&quot;2026-06-10&quot;:4.18},{&quot;2026-06-11&quot;:4.16},{&quot;2026-06-12&quot;:4.16},{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.04},{&quot;2026-06-15&quot;:4.04},{&quot;2026-06-16&quot;:4.04},{&quot;2026-06-17&quot;:3.98},{&quot;2026-06-18&quot;:3.98},{&quot;2026-06-19&quot;:3.88},{&quot;2026-06-20&quot;:3.84},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-24&quot;:3.76},{&quot;2026-06-25&quot;:3.67},{&quot;2026-06-26&quot;:3.67},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.73},{&quot;2026-06-29&quot;:3.73},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.67},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.7},{&quot;2026-07-06&quot;:3.69},{&quot;2026-07-07&quot;:3.69},{&quot;2026-07-08&quot;:3.69},{&quot;2026-07-09&quot;:3.69},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.62},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.59},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.54},{&quot;2026-07-17&quot;:3.55},{&quot;2026-07-18&quot;:3.53},{&quot;2026-07-19&quot;:3.53},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.57},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.47},{&quot;2026-07-27&quot;:3.47},{&quot;2026-07-29&quot;:3.43},{&quot;2026-07-30&quot;:3.46},{&quot;2026-07-31&quot;:3.46},{&quot;2026-08-01&quot;:3.46},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.48},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.52},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.59},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.66},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.72},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.69},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.77},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.71},{&quot;2026-08-26&quot;:3.72},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&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.58},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.23},{&quot;2026-09-11&quot;:3.23}]}"
        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="12416"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-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">
            Wyll&#39;s Reversal
        </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">
              ↑
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.22
          </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="Wyll&#39;s Reversal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d8df219-1da0-4311-b9bb-c74b5fa55293.jpg?1783922723" />

        <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">
            Wyll&#39;s Reversal
        </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="Wyll&#39;s Reversal" src="https://cards.scryfall.io/large/front/3/d/3d8df219-1da0-4311-b9bb-c74b5fa55293.jpg?1783922723" />
    </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">
                $3.22
              </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">
                $4.09
              </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.41},{&quot;2026-06-14&quot;:4.41},{&quot;2026-06-15&quot;:4.41},{&quot;2026-06-16&quot;:4.44},{&quot;2026-06-17&quot;:4.44},{&quot;2026-06-18&quot;:4.44},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.34},{&quot;2026-06-21&quot;:4.36},{&quot;2026-06-22&quot;:4.45},{&quot;2026-06-23&quot;:4.45},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.6},{&quot;2026-06-26&quot;:4.52},{&quot;2026-06-27&quot;:4.52},{&quot;2026-06-28&quot;:4.47},{&quot;2026-06-29&quot;:4.46},{&quot;2026-06-30&quot;:4.47},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.47},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.47},{&quot;2026-07-06&quot;:4.52},{&quot;2026-07-07&quot;:4.52},{&quot;2026-07-08&quot;:4.52},{&quot;2026-07-09&quot;:4.52},{&quot;2026-07-10&quot;:4.52},{&quot;2026-07-11&quot;:4.52},{&quot;2026-07-12&quot;:4.52},{&quot;2026-07-13&quot;:4.52},{&quot;2026-07-14&quot;:4.52},{&quot;2026-07-15&quot;:4.52},{&quot;2026-07-16&quot;:4.52},{&quot;2026-07-17&quot;:4.52},{&quot;2026-07-18&quot;:4.52},{&quot;2026-07-19&quot;:4.64},{&quot;2026-07-20&quot;:4.64},{&quot;2026-07-21&quot;:4.64},{&quot;2026-07-22&quot;:4.54},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.41},{&quot;2026-07-25&quot;:4.29},{&quot;2026-07-26&quot;:4.29},{&quot;2026-07-27&quot;:4.31},{&quot;2026-07-28&quot;:4.33},{&quot;2026-07-29&quot;:4.37},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.33},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.33},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.28},{&quot;2026-08-05&quot;:4.28},{&quot;2026-08-07&quot;:4.3},{&quot;2026-08-08&quot;:4.33},{&quot;2026-08-09&quot;:4.33},{&quot;2026-08-10&quot;:4.33},{&quot;2026-08-11&quot;:4.33},{&quot;2026-08-12&quot;:4.3},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.32},{&quot;2026-08-15&quot;:4.32},{&quot;2026-08-16&quot;:4.32},{&quot;2026-08-17&quot;:4.32},{&quot;2026-08-18&quot;:4.32},{&quot;2026-08-19&quot;:4.25},{&quot;2026-08-20&quot;:4.25},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.25},{&quot;2026-08-23&quot;:4.25},{&quot;2026-08-24&quot;:4.25},{&quot;2026-08-25&quot;:4.25},{&quot;2026-08-26&quot;:4.26},{&quot;2026-08-27&quot;:4.26},{&quot;2026-08-28&quot;:4.26},{&quot;2026-08-29&quot;:4.26},{&quot;2026-08-30&quot;:4.26},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.26},{&quot;2026-09-03&quot;:4.26},{&quot;2026-09-04&quot;:4.25},{&quot;2026-09-05&quot;:4.22},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.2},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:4.09},{&quot;2026-09-11&quot;:4.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.71},{&quot;2026-06-14&quot;:4.81},{&quot;2026-06-15&quot;:4.79},{&quot;2026-06-16&quot;:4.94},{&quot;2026-06-17&quot;:4.96},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.93},{&quot;2026-06-20&quot;:4.9},{&quot;2026-06-21&quot;:4.81},{&quot;2026-06-22&quot;:4.78},{&quot;2026-06-23&quot;:4.78},{&quot;2026-06-24&quot;:4.71},{&quot;2026-06-25&quot;:4.64},{&quot;2026-06-26&quot;:4.51},{&quot;2026-06-27&quot;:4.49},{&quot;2026-06-28&quot;:4.47},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.16},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.6},{&quot;2026-07-05&quot;:3.35},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.35},{&quot;2026-07-10&quot;:3.31},{&quot;2026-07-11&quot;:3.4},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.5},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.48},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.43},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.57},{&quot;2026-07-21&quot;:3.57},{&quot;2026-07-22&quot;:3.52},{&quot;2026-07-23&quot;:3.58},{&quot;2026-07-24&quot;:3.58},{&quot;2026-07-25&quot;:3.61},{&quot;2026-07-26&quot;:3.61},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.58},{&quot;2026-07-29&quot;:3.58},{&quot;2026-07-30&quot;:3.59},{&quot;2026-07-31&quot;:3.58},{&quot;2026-08-01&quot;:3.6},{&quot;2026-08-02&quot;:3.56},{&quot;2026-08-03&quot;:3.55},{&quot;2026-08-04&quot;:3.49},{&quot;2026-08-05&quot;:3.49},{&quot;2026-08-07&quot;:3.45},{&quot;2026-08-08&quot;:3.43},{&quot;2026-08-09&quot;:3.46},{&quot;2026-08-10&quot;:3.73},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.86},{&quot;2026-08-13&quot;:3.96},{&quot;2026-08-14&quot;:3.96},{&quot;2026-08-15&quot;:3.83},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.61},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:3.03},{&quot;2026-08-24&quot;:3.08},{&quot;2026-08-25&quot;:3.06},{&quot;2026-08-26&quot;:3.11},{&quot;2026-08-27&quot;:3.02},{&quot;2026-08-28&quot;:3.08},{&quot;2026-08-29&quot;:3.08},{&quot;2026-08-30&quot;:3.06},{&quot;2026-08-31&quot;:2.97},{&quot;2026-09-01&quot;:2.99},{&quot;2026-09-02&quot;:3.02},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:2.9},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:3.01},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.16},{&quot;2026-09-11&quot;:3.22}]}"
        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="14383"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-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">
            Nemesis of Reason
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.22
          </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="Nemesis of Reason" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/022aacc6-2d82-43c0-ac08-ba9b20578929.jpg?1783922396" />

        <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">
            Nemesis of Reason
        </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 — Leviathan Horror</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><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="Nemesis of Reason" src="https://cards.scryfall.io/large/front/0/2/022aacc6-2d82-43c0-ac08-ba9b20578929.jpg?1783922396" />
    </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">
                $3.22
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.33},{&quot;2026-06-14&quot;:3.36},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.38},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.38},{&quot;2026-06-22&quot;:3.35},{&quot;2026-06-23&quot;:3.35},{&quot;2026-06-24&quot;:3.32},{&quot;2026-06-25&quot;:3.32},{&quot;2026-06-26&quot;:3.35},{&quot;2026-06-27&quot;:3.37},{&quot;2026-06-28&quot;:3.37},{&quot;2026-06-29&quot;:3.13},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.17},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:3.15},{&quot;2026-07-04&quot;:3.13},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.15},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.17},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.18},{&quot;2026-07-12&quot;:3.18},{&quot;2026-07-13&quot;:3.31},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.44},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.41},{&quot;2026-07-20&quot;:3.45},{&quot;2026-07-21&quot;:3.45},{&quot;2026-07-22&quot;:3.45},{&quot;2026-07-23&quot;:3.47},{&quot;2026-07-24&quot;:3.52},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.35},{&quot;2026-07-27&quot;:3.35},{&quot;2026-07-28&quot;:3.25},{&quot;2026-07-29&quot;:3.25},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.1},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.98},{&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.08},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.08},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:3.07},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.31},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.29},{&quot;2026-08-24&quot;:3.29},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.22},{&quot;2026-08-31&quot;:3.2},{&quot;2026-09-01&quot;:3.2},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.27},{&quot;2026-09-06&quot;:3.29},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.22},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.22}]}"
        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="78033"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.22
          </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="Wizard Class" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/715cf105-edf8-4d75-9279-c83431c087c6.jpg?1783922344" />

        <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">
            Wizard Class
        </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 — Class</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="Wizard Class" src="https://cards.scryfall.io/large/front/7/1/715cf105-edf8-4d75-9279-c83431c087c6.jpg?1783922344" />
    </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">
                $3.22
              </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.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-13&quot;:2.27},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.41},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.52},{&quot;2026-06-25&quot;:2.51},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.43},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.61},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.61},{&quot;2026-07-10&quot;:2.69},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.73},{&quot;2026-07-14&quot;:2.64},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.79},{&quot;2026-07-19&quot;:2.85},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-22&quot;:2.81},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.57},{&quot;2026-07-25&quot;:2.57},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.31},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.39},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.59},{&quot;2026-08-14&quot;:2.62},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.71},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.28},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.9},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.86},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.92},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.19},{&quot;2026-09-06&quot;:3.19},{&quot;2026-09-07&quot;:3.18},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.22}]}"
        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="84497"
  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-war 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">
            God-Eternal Kefnet
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.22
          </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="God-Eternal Kefnet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/e/5e14060f-9167-4e28-a053-77689e066e30.jpg?1783933465" />

        <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">
            God-Eternal Kefnet
        </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 — Zombie God</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="God-Eternal Kefnet" src="https://cards.scryfall.io/large/front/5/e/5e14060f-9167-4e28-a053-77689e066e30.jpg?1783933465" />
    </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">
                $3.22
              </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">
                $5.31
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.04},{&quot;2026-06-14&quot;:5.04},{&quot;2026-06-15&quot;:5.04},{&quot;2026-06-16&quot;:5.04},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:5.04},{&quot;2026-06-19&quot;:5.04},{&quot;2026-06-20&quot;:5.04},{&quot;2026-06-21&quot;:5.04},{&quot;2026-06-22&quot;:5.04},{&quot;2026-06-23&quot;:5.06},{&quot;2026-06-24&quot;:5.06},{&quot;2026-06-25&quot;:5.06},{&quot;2026-06-26&quot;:5.06},{&quot;2026-06-27&quot;:5.06},{&quot;2026-06-28&quot;:5.06},{&quot;2026-06-29&quot;:5.06},{&quot;2026-06-30&quot;:5.06},{&quot;2026-07-01&quot;:5.04},{&quot;2026-07-02&quot;:5.04},{&quot;2026-07-03&quot;:5.04},{&quot;2026-07-04&quot;:5.04},{&quot;2026-07-05&quot;:5.04},{&quot;2026-07-06&quot;:5.08},{&quot;2026-07-07&quot;:5.08},{&quot;2026-07-08&quot;:5.08},{&quot;2026-07-09&quot;:5.08},{&quot;2026-07-10&quot;:5.12},{&quot;2026-07-11&quot;:5.09},{&quot;2026-07-12&quot;:5.11},{&quot;2026-07-13&quot;:5.08},{&quot;2026-07-14&quot;:5.08},{&quot;2026-07-15&quot;:5.1},{&quot;2026-07-16&quot;:5.1},{&quot;2026-07-17&quot;:5.13},{&quot;2026-07-18&quot;:5.17},{&quot;2026-07-19&quot;:5.21},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:5.21},{&quot;2026-07-22&quot;:5.21},{&quot;2026-07-23&quot;:5.21},{&quot;2026-07-24&quot;:5.21},{&quot;2026-07-25&quot;:5.26},{&quot;2026-07-26&quot;:5.26},{&quot;2026-07-27&quot;:5.26},{&quot;2026-07-28&quot;:5.33},{&quot;2026-07-29&quot;:5.33},{&quot;2026-07-30&quot;:5.33},{&quot;2026-07-31&quot;:5.33},{&quot;2026-08-01&quot;:5.33},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.33},{&quot;2026-08-05&quot;:5.33},{&quot;2026-08-07&quot;:5.32},{&quot;2026-08-08&quot;:5.32},{&quot;2026-08-09&quot;:5.3},{&quot;2026-08-10&quot;:5.28},{&quot;2026-08-11&quot;:5.28},{&quot;2026-08-12&quot;:5.28},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:5.22},{&quot;2026-08-15&quot;:5.22},{&quot;2026-08-16&quot;:5.22},{&quot;2026-08-17&quot;:5.22},{&quot;2026-08-18&quot;:5.22},{&quot;2026-08-19&quot;:5.22},{&quot;2026-08-20&quot;:5.26},{&quot;2026-08-21&quot;:5.26},{&quot;2026-08-22&quot;:5.26},{&quot;2026-08-23&quot;:5.26},{&quot;2026-08-24&quot;:5.26},{&quot;2026-08-25&quot;:5.26},{&quot;2026-08-26&quot;:5.26},{&quot;2026-08-27&quot;:5.31},{&quot;2026-08-28&quot;:5.31},{&quot;2026-08-29&quot;:5.31},{&quot;2026-08-30&quot;:5.31},{&quot;2026-08-31&quot;:5.31},{&quot;2026-09-01&quot;:5.31},{&quot;2026-09-02&quot;:5.31},{&quot;2026-09-03&quot;:5.31},{&quot;2026-09-04&quot;:5.31},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.31},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.31},{&quot;2026-09-09&quot;:5.31},{&quot;2026-09-10&quot;:5.31},{&quot;2026-09-11&quot;:5.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.72},{&quot;2026-06-14&quot;:3.72},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.85},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.72},{&quot;2026-06-28&quot;:3.77},{&quot;2026-06-29&quot;:3.77},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.48},{&quot;2026-07-06&quot;:3.41},{&quot;2026-07-07&quot;:3.39},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.39},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.33},{&quot;2026-07-13&quot;:3.33},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.37},{&quot;2026-07-16&quot;:3.4},{&quot;2026-07-17&quot;:3.52},{&quot;2026-07-18&quot;:3.6},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.78},{&quot;2026-07-22&quot;:3.83},{&quot;2026-07-23&quot;:3.83},{&quot;2026-07-24&quot;:3.82},{&quot;2026-07-25&quot;:3.93},{&quot;2026-07-26&quot;:3.92},{&quot;2026-07-27&quot;:3.7},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:2.86},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.63},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.55},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.65},{&quot;2026-08-17&quot;:2.65},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.58},{&quot;2026-08-20&quot;:2.56},{&quot;2026-08-21&quot;:2.66},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.78},{&quot;2026-08-24&quot;:2.72},{&quot;2026-08-25&quot;:2.77},{&quot;2026-08-26&quot;:2.77},{&quot;2026-08-27&quot;:2.82},{&quot;2026-08-28&quot;:2.82},{&quot;2026-08-29&quot;:2.82},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.83},{&quot;2026-09-01&quot;:2.86},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:2.99},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:3.22}]}"
        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="53455"
  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-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">
            Kappa Cannoneer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.21
          </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="Kappa Cannoneer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/712751fa-748e-4018-a9f5-fb83a706c570.jpg?1783923979" />

        <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">
            Kappa Cannoneer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Turtle Warrior</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="Kappa Cannoneer" src="https://cards.scryfall.io/large/front/7/1/712751fa-748e-4018-a9f5-fb83a706c570.jpg?1783923979" />
    </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">
                $3.21
              </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.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;normal&quot;:[{&quot;2026-06-11&quot;:3.49},{&quot;2026-06-12&quot;:3.43},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.43},{&quot;2026-06-15&quot;:3.43},{&quot;2026-06-16&quot;:3.43},{&quot;2026-06-17&quot;:3.43},{&quot;2026-06-18&quot;:3.43},{&quot;2026-06-19&quot;:3.43},{&quot;2026-06-20&quot;:3.34},{&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.47},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.82},{&quot;2026-06-27&quot;:3.82},{&quot;2026-06-28&quot;:3.82},{&quot;2026-06-29&quot;:3.82},{&quot;2026-06-30&quot;:3.95},{&quot;2026-07-01&quot;:3.96},{&quot;2026-07-02&quot;:3.96},{&quot;2026-07-03&quot;:4.07},{&quot;2026-07-04&quot;:4.66},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.55},{&quot;2026-07-07&quot;:4.55},{&quot;2026-07-08&quot;:4.2},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:4.01},{&quot;2026-07-11&quot;:3.85},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:4.04},{&quot;2026-07-15&quot;:4.04},{&quot;2026-07-16&quot;:4.04},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:4.07},{&quot;2026-07-19&quot;:4.07},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-23&quot;:3.96},{&quot;2026-07-25&quot;:3.92},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.69},{&quot;2026-07-28&quot;:3.58},{&quot;2026-07-29&quot;:3.58},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.36},{&quot;2026-08-01&quot;:3.36},{&quot;2026-08-02&quot;:3.36},{&quot;2026-08-03&quot;:3.36},{&quot;2026-08-04&quot;:3.36},{&quot;2026-08-05&quot;:3.3},{&quot;2026-08-07&quot;:3.08},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.09},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.02},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.06},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.17},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.17},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:3.19},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.21},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.21},{&quot;2026-09-08&quot;:3.21},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.21}]}"
        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="57313"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Vraska, Betrayal&#39;s Sting
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Vraska
      </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">
            $3.21
          </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="Vraska, Betrayal&#39;s Sting" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f59f2b07-47ad-4efd-ae8c-1c04b9265024.jpg?1783918037" />

        <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">
            Vraska, Betrayal&#39;s Sting
        </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 — Vraska</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><i class='no-tailwind ms ms-cost ml-0 ms-bp'></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="Vraska, Betrayal&#39;s Sting" src="https://cards.scryfall.io/large/front/f/5/f59f2b07-47ad-4efd-ae8c-1c04b9265024.jpg?1783918037" />
    </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">
                $3.21
              </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">
                $5.63
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.32},{&quot;2026-06-11&quot;:6.22},{&quot;2026-06-12&quot;:6.22},{&quot;2026-06-13&quot;:6.22},{&quot;2026-06-14&quot;:6.22},{&quot;2026-06-15&quot;:6.23},{&quot;2026-06-16&quot;:6.23},{&quot;2026-06-17&quot;:6.23},{&quot;2026-06-18&quot;:6.23},{&quot;2026-06-19&quot;:6.23},{&quot;2026-06-20&quot;:6.23},{&quot;2026-06-21&quot;:6.23},{&quot;2026-06-22&quot;:6.23},{&quot;2026-06-23&quot;:6.23},{&quot;2026-06-24&quot;:6.23},{&quot;2026-06-25&quot;:6.23},{&quot;2026-06-26&quot;:6.23},{&quot;2026-06-27&quot;:6.23},{&quot;2026-06-28&quot;:6.23},{&quot;2026-06-29&quot;:6.23},{&quot;2026-06-30&quot;:6.23},{&quot;2026-07-01&quot;:6.23},{&quot;2026-07-02&quot;:6.23},{&quot;2026-07-03&quot;:6.23},{&quot;2026-07-04&quot;:6.23},{&quot;2026-07-05&quot;:6.23},{&quot;2026-07-06&quot;:6.27},{&quot;2026-07-07&quot;:6.27},{&quot;2026-07-08&quot;:6.27},{&quot;2026-07-09&quot;:6.27},{&quot;2026-07-10&quot;:6.27},{&quot;2026-07-11&quot;:6.29},{&quot;2026-07-12&quot;:6.29},{&quot;2026-07-13&quot;:6.29},{&quot;2026-07-14&quot;:6.29},{&quot;2026-07-15&quot;:6.29},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.29},{&quot;2026-07-18&quot;:6.29},{&quot;2026-07-19&quot;:6.3},{&quot;2026-07-20&quot;:6.26},{&quot;2026-07-21&quot;:6.26},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-25&quot;:6.26},{&quot;2026-07-26&quot;:6.26},{&quot;2026-07-27&quot;:6.26},{&quot;2026-07-29&quot;:6.26},{&quot;2026-07-30&quot;:6.26},{&quot;2026-07-31&quot;:6.26},{&quot;2026-08-01&quot;:6.26},{&quot;2026-08-02&quot;:6.26},{&quot;2026-08-03&quot;:6.26},{&quot;2026-08-04&quot;:6.26},{&quot;2026-08-05&quot;:6.26},{&quot;2026-08-07&quot;:6.26},{&quot;2026-08-08&quot;:6.26},{&quot;2026-08-09&quot;:6.26},{&quot;2026-08-10&quot;:6.26},{&quot;2026-08-11&quot;:6.26},{&quot;2026-08-12&quot;:6.26},{&quot;2026-08-13&quot;:6.18},{&quot;2026-08-14&quot;:6.08},{&quot;2026-08-15&quot;:6.08},{&quot;2026-08-16&quot;:6.02},{&quot;2026-08-17&quot;:6.02},{&quot;2026-08-18&quot;:6.02},{&quot;2026-08-19&quot;:6.02},{&quot;2026-08-20&quot;:6.02},{&quot;2026-08-21&quot;:6.03},{&quot;2026-08-22&quot;:5.98},{&quot;2026-08-23&quot;:5.98},{&quot;2026-08-24&quot;:5.9},{&quot;2026-08-25&quot;:5.9},{&quot;2026-08-26&quot;:5.9},{&quot;2026-08-27&quot;:5.9},{&quot;2026-08-28&quot;:5.9},{&quot;2026-08-29&quot;:5.9},{&quot;2026-08-30&quot;:5.9},{&quot;2026-08-31&quot;:5.9},{&quot;2026-09-01&quot;:5.9},{&quot;2026-09-02&quot;:5.81},{&quot;2026-09-03&quot;:5.75},{&quot;2026-09-04&quot;:5.75},{&quot;2026-09-05&quot;:5.75},{&quot;2026-09-06&quot;:5.75},{&quot;2026-09-07&quot;:5.75},{&quot;2026-09-08&quot;:5.75},{&quot;2026-09-09&quot;:5.75},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.63}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.94},{&quot;2026-06-11&quot;:2.03},{&quot;2026-06-12&quot;:2.15},{&quot;2026-06-13&quot;:2.17},{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.26},{&quot;2026-06-17&quot;:2.23},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.45},{&quot;2026-06-22&quot;:2.54},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.69},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:2.89},{&quot;2026-07-01&quot;:3.19},{&quot;2026-07-02&quot;:3.19},{&quot;2026-07-03&quot;:3.0},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.72},{&quot;2026-07-06&quot;:2.72},{&quot;2026-07-07&quot;:2.56},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.78},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:3.07},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.09},{&quot;2026-07-29&quot;:2.9},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.41},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.34},{&quot;2026-08-15&quot;:2.13},{&quot;2026-08-16&quot;:2.11},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.19},{&quot;2026-08-21&quot;:2.25},{&quot;2026-08-22&quot;:2.25},{&quot;2026-08-23&quot;:2.25},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.26},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.8},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:3.23},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.21}]}"
        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="73342"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-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">
            Quicksilver Amulet
        </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">
            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.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="Quicksilver Amulet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8fe0802d-58cd-436c-8bfc-b3ad7ee4ed45.jpg?1783919740" />

        <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">
            Quicksilver Amulet
        </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</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="Quicksilver Amulet" src="https://cards.scryfall.io/large/front/8/f/8fe0802d-58cd-436c-8bfc-b3ad7ee4ed45.jpg?1783919740" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.21
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.16},{&quot;2026-06-14&quot;:3.16},{&quot;2026-06-15&quot;:3.16},{&quot;2026-06-16&quot;:3.16},{&quot;2026-06-17&quot;:3.16},{&quot;2026-06-18&quot;:3.16},{&quot;2026-06-19&quot;:3.16},{&quot;2026-06-20&quot;:3.16},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.23},{&quot;2026-06-23&quot;:3.23},{&quot;2026-06-24&quot;:3.23},{&quot;2026-06-25&quot;:3.27},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.27},{&quot;2026-06-28&quot;:3.24},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.25},{&quot;2026-07-02&quot;:3.25},{&quot;2026-07-03&quot;:3.25},{&quot;2026-07-04&quot;:3.25},{&quot;2026-07-05&quot;:3.25},{&quot;2026-07-06&quot;:3.25},{&quot;2026-07-07&quot;:3.25},{&quot;2026-07-08&quot;:3.25},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.28},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.28},{&quot;2026-07-16&quot;:3.28},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.28},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.28},{&quot;2026-07-21&quot;:3.28},{&quot;2026-07-22&quot;:3.28},{&quot;2026-07-23&quot;:3.28},{&quot;2026-07-24&quot;:3.28},{&quot;2026-07-25&quot;:3.28},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-28&quot;:3.23},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.05},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:2.99},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:2.99},{&quot;2026-08-14&quot;:2.99},{&quot;2026-08-15&quot;:3.01},{&quot;2026-08-16&quot;:3.01},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:2.99},{&quot;2026-08-23&quot;:2.99},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:3.07},{&quot;2026-08-27&quot;:3.07},{&quot;2026-08-28&quot;:3.07},{&quot;2026-08-29&quot;:3.07},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.07},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.07},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.07},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.2},{&quot;2026-09-08&quot;:3.2},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.21}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.85},{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.81},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.79},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:2.0},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.09},{&quot;2026-06-28&quot;:1.99},{&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;:2.01},{&quot;2026-07-06&quot;:2.01},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.01},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.05},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-22&quot;:2.1},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.11},{&quot;2026-07-25&quot;:2.11},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.13},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.2},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.18},{&quot;2026-08-29&quot;:2.18},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.33},{&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.32},{&quot;2026-09-07&quot;:2.29},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.24},{&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="75191"
  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">
            Nemesis of Reason
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Leviathan Horror
      </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">
            $3.21
          </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="Nemesis of Reason" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa1243b2-502c-4aee-b61e-f23656bf29f2.jpg?1783932364" />

        <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">
            Nemesis of Reason
        </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 — Leviathan Horror</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><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="Nemesis of Reason" src="https://cards.scryfall.io/large/front/a/a/aa1243b2-502c-4aee-b61e-f23656bf29f2.jpg?1783932364" />
    </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">
                $3.21
              </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">$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-13&quot;:3.13},{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:3.13},{&quot;2026-06-16&quot;:3.14},{&quot;2026-06-17&quot;:3.15},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.1},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.22},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-23&quot;:3.29},{&quot;2026-06-24&quot;:3.32},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.32},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.49},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.49},{&quot;2026-07-03&quot;:3.49},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.43},{&quot;2026-07-07&quot;:3.46},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.46},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.46},{&quot;2026-07-14&quot;:3.46},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.31},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.33},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.36},{&quot;2026-07-22&quot;:3.36},{&quot;2026-07-23&quot;:3.31},{&quot;2026-07-24&quot;:3.28},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.25},{&quot;2026-07-27&quot;:3.25},{&quot;2026-07-28&quot;:3.25},{&quot;2026-07-29&quot;:3.25},{&quot;2026-07-30&quot;:3.25},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.18},{&quot;2026-08-04&quot;:3.18},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.12},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.03},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.97},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:3.02},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:3.02},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.21},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.21}]}"
        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="77552"
  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-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">
            The Magic Mirror
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Magic Mirror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08b89af1-7b22-4153-b42d-a2ea4e0f320c.jpg?1783932655" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Magic Mirror
        </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 Artifact</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-u'></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="The Magic Mirror" src="https://cards.scryfall.io/large/front/0/8/08b89af1-7b22-4153-b42d-a2ea4e0f320c.jpg?1783932655" />
    </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">
                $3.21
              </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">
                $4.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">$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-13&quot;:4.0},{&quot;2026-06-14&quot;:4.0},{&quot;2026-06-15&quot;:4.0},{&quot;2026-06-16&quot;:4.0},{&quot;2026-06-17&quot;:4.0},{&quot;2026-06-18&quot;:4.0},{&quot;2026-06-19&quot;:4.0},{&quot;2026-06-20&quot;:4.0},{&quot;2026-06-21&quot;:4.0},{&quot;2026-06-22&quot;:4.01},{&quot;2026-06-23&quot;:4.01},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:4.01},{&quot;2026-06-26&quot;:4.07},{&quot;2026-06-27&quot;:4.07},{&quot;2026-06-28&quot;:4.07},{&quot;2026-06-29&quot;:4.07},{&quot;2026-06-30&quot;:4.07},{&quot;2026-07-01&quot;:4.07},{&quot;2026-07-02&quot;:4.07},{&quot;2026-07-03&quot;:4.07},{&quot;2026-07-04&quot;:4.07},{&quot;2026-07-05&quot;:4.13},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:4.11},{&quot;2026-07-08&quot;:4.15},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:4.15},{&quot;2026-07-11&quot;:4.15},{&quot;2026-07-12&quot;:4.15},{&quot;2026-07-13&quot;:4.15},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.15},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.15},{&quot;2026-07-18&quot;:4.15},{&quot;2026-07-19&quot;:4.15},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:4.15},{&quot;2026-07-22&quot;:4.15},{&quot;2026-07-23&quot;:4.15},{&quot;2026-07-24&quot;:4.15},{&quot;2026-07-25&quot;:4.15},{&quot;2026-07-26&quot;:4.18},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.18},{&quot;2026-07-30&quot;:4.18},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.16},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.13},{&quot;2026-08-09&quot;:4.15},{&quot;2026-08-10&quot;:4.14},{&quot;2026-08-11&quot;:4.18},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.18},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.18},{&quot;2026-08-17&quot;:4.2},{&quot;2026-08-18&quot;:4.2},{&quot;2026-08-19&quot;:4.2},{&quot;2026-08-20&quot;:4.2},{&quot;2026-08-21&quot;:4.2},{&quot;2026-08-22&quot;:4.15},{&quot;2026-08-23&quot;:4.15},{&quot;2026-08-24&quot;:4.17},{&quot;2026-08-25&quot;:4.24},{&quot;2026-08-26&quot;:4.24},{&quot;2026-08-27&quot;:4.24},{&quot;2026-08-28&quot;:4.24},{&quot;2026-08-29&quot;:4.24},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.24},{&quot;2026-09-01&quot;:4.24},{&quot;2026-09-02&quot;:4.24},{&quot;2026-09-03&quot;:4.24},{&quot;2026-09-04&quot;:4.24},{&quot;2026-09-05&quot;:4.24},{&quot;2026-09-06&quot;:4.24},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.24},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.24},{&quot;2026-09-11&quot;:4.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.64},{&quot;2026-06-14&quot;:3.67},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.78},{&quot;2026-06-17&quot;:3.93},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:3.87},{&quot;2026-06-20&quot;:3.83},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.7},{&quot;2026-06-23&quot;:3.86},{&quot;2026-06-24&quot;:3.86},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.62},{&quot;2026-06-29&quot;:3.62},{&quot;2026-06-30&quot;:3.59},{&quot;2026-07-01&quot;:3.58},{&quot;2026-07-02&quot;:3.58},{&quot;2026-07-03&quot;:3.68},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.79},{&quot;2026-07-10&quot;:3.81},{&quot;2026-07-11&quot;:3.77},{&quot;2026-07-12&quot;:3.77},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.68},{&quot;2026-07-16&quot;:3.68},{&quot;2026-07-17&quot;:3.66},{&quot;2026-07-18&quot;:3.66},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.74},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-22&quot;:3.73},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-24&quot;:3.75},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.82},{&quot;2026-07-28&quot;:3.81},{&quot;2026-07-29&quot;:3.81},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.76},{&quot;2026-08-03&quot;:3.7},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.74},{&quot;2026-08-07&quot;:3.72},{&quot;2026-08-08&quot;:3.7},{&quot;2026-08-09&quot;:3.66},{&quot;2026-08-10&quot;:3.75},{&quot;2026-08-11&quot;:3.68},{&quot;2026-08-12&quot;:3.67},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.55},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.29},{&quot;2026-08-19&quot;:3.29},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.2},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.1},{&quot;2026-08-28&quot;:3.1},{&quot;2026-08-29&quot;:3.1},{&quot;2026-08-30&quot;:3.18},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.24},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.23},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.25},{&quot;2026-09-11&quot;:3.21}]}"
        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="87222"
  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">
            Burning Inquiry
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Burning Inquiry" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5b5f03d2-608c-4fae-9a05-1695e277adf8.jpg?1783931242" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Burning Inquiry
        </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-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Burning Inquiry" src="https://cards.scryfall.io/large/front/5/b/5b5f03d2-608c-4fae-9a05-1695e277adf8.jpg?1783931242" />
    </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">
                $3.21
              </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">
                $4.56
              </span>

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.98},{&quot;2026-06-13&quot;:4.01},{&quot;2026-06-14&quot;:4.01},{&quot;2026-06-15&quot;:4.01},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:4.01},{&quot;2026-06-20&quot;:4.01},{&quot;2026-06-21&quot;:4.01},{&quot;2026-06-22&quot;:4.01},{&quot;2026-06-23&quot;:4.01},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:4.08},{&quot;2026-06-26&quot;:4.08},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.13},{&quot;2026-06-29&quot;:4.14},{&quot;2026-06-30&quot;:4.14},{&quot;2026-07-01&quot;:4.14},{&quot;2026-07-02&quot;:4.14},{&quot;2026-07-03&quot;:4.14},{&quot;2026-07-04&quot;:4.14},{&quot;2026-07-05&quot;:4.14},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.14},{&quot;2026-07-09&quot;:4.14},{&quot;2026-07-10&quot;:4.14},{&quot;2026-07-11&quot;:4.14},{&quot;2026-07-12&quot;:4.14},{&quot;2026-07-13&quot;:4.14},{&quot;2026-07-14&quot;:4.14},{&quot;2026-07-15&quot;:4.17},{&quot;2026-07-16&quot;:4.19},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.2},{&quot;2026-07-20&quot;:4.2},{&quot;2026-07-21&quot;:4.2},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-24&quot;:4.16},{&quot;2026-07-25&quot;:4.27},{&quot;2026-07-26&quot;:4.27},{&quot;2026-07-27&quot;:4.27},{&quot;2026-07-28&quot;:4.27},{&quot;2026-07-29&quot;:4.35},{&quot;2026-07-30&quot;:4.35},{&quot;2026-07-31&quot;:4.38},{&quot;2026-08-01&quot;:4.38},{&quot;2026-08-02&quot;:4.38},{&quot;2026-08-03&quot;:4.38},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.38},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.31},{&quot;2026-08-09&quot;:4.31},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.31},{&quot;2026-08-12&quot;:4.28},{&quot;2026-08-13&quot;:4.28},{&quot;2026-08-14&quot;:4.28},{&quot;2026-08-15&quot;:4.28},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.28},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.33},{&quot;2026-08-20&quot;:4.33},{&quot;2026-08-21&quot;:4.17},{&quot;2026-08-22&quot;:4.17},{&quot;2026-08-23&quot;:4.17},{&quot;2026-08-24&quot;:4.12},{&quot;2026-08-25&quot;:4.31},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.48},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.56},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.56},{&quot;2026-09-02&quot;:4.56},{&quot;2026-09-03&quot;:4.56},{&quot;2026-09-04&quot;:4.56},{&quot;2026-09-05&quot;:4.56},{&quot;2026-09-06&quot;:4.56},{&quot;2026-09-07&quot;:4.56},{&quot;2026-09-08&quot;:4.56},{&quot;2026-09-09&quot;:4.56},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.56}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.69},{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.75},{&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.82},{&quot;2026-06-21&quot;:2.82},{&quot;2026-06-22&quot;:2.82},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:2.81},{&quot;2026-06-25&quot;:2.83},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.85},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.85},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.94},{&quot;2026-07-06&quot;:2.94},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.96},{&quot;2026-07-12&quot;:2.96},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:3.0},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.1},{&quot;2026-07-19&quot;:3.1},{&quot;2026-07-20&quot;:3.1},{&quot;2026-07-21&quot;:3.1},{&quot;2026-07-23&quot;:3.1},{&quot;2026-07-24&quot;:3.1},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:3.15},{&quot;2026-07-27&quot;:3.15},{&quot;2026-07-28&quot;:3.15},{&quot;2026-07-29&quot;:3.15},{&quot;2026-07-30&quot;:3.15},{&quot;2026-07-31&quot;:3.11},{&quot;2026-08-01&quot;:3.09},{&quot;2026-08-02&quot;:3.05},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.05},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:3.0},{&quot;2026-08-08&quot;:3.0},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:2.93},{&quot;2026-08-11&quot;:3.09},{&quot;2026-08-12&quot;:3.07},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.29},{&quot;2026-08-16&quot;:3.33},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.32},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.44},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.54},{&quot;2026-08-27&quot;:3.54},{&quot;2026-08-28&quot;:3.51},{&quot;2026-08-29&quot;:3.51},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.29},{&quot;2026-09-01&quot;:3.29},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.29},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.25},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.21}]}"
        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="99387"
  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-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">
            Timeless Lotus
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.21
          </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="Timeless Lotus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0fbbab5f-657a-4e6a-8bdd-69f11547fe25.jpg?1782684194" />

        <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">
            Timeless Lotus
        </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 Artifact</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>
          </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="Timeless Lotus" src="https://cards.scryfall.io/large/front/0/f/0fbbab5f-657a-4e6a-8bdd-69f11547fe25.jpg?1782684194" />
    </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">
                $3.21
              </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">$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-12&quot;:2.62},{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.82},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.55},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.56},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.53},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:2.5},{&quot;2026-07-11&quot;:2.48},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.6},{&quot;2026-07-15&quot;:2.58},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.52},{&quot;2026-07-23&quot;:2.59},{&quot;2026-07-24&quot;:2.66},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.58},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.6},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.22},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&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.79},{&quot;2026-09-03&quot;:2.86},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.96},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:3.17},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.3},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.21}]}"
        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="9327"
  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-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">
            Varina, Lich Queen
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.20
          </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="Varina, Lich Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/715af497-ea9d-440e-90eb-5da45a61c1ac.jpg?1783934327" />

        <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">
            Varina, Lich Queen
        </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 — Zombie 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-w'></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="Varina, Lich Queen" src="https://cards.scryfall.io/large/front/7/1/715af497-ea9d-440e-90eb-5da45a61c1ac.jpg?1783934327" />
    </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">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.20
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.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-13&quot;:3.91},{&quot;2026-06-14&quot;:3.91},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.87},{&quot;2026-06-17&quot;:3.87},{&quot;2026-06-18&quot;:3.9},{&quot;2026-06-19&quot;:3.92},{&quot;2026-06-20&quot;:3.84},{&quot;2026-06-21&quot;:3.97},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.24},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.17},{&quot;2026-06-26&quot;:4.04},{&quot;2026-06-27&quot;:3.9},{&quot;2026-06-28&quot;:3.9},{&quot;2026-06-29&quot;:3.9},{&quot;2026-06-30&quot;:3.98},{&quot;2026-07-01&quot;:3.85},{&quot;2026-07-02&quot;:3.85},{&quot;2026-07-03&quot;:3.85},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.85},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.84},{&quot;2026-07-09&quot;:3.84},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.84},{&quot;2026-07-12&quot;:3.84},{&quot;2026-07-13&quot;:3.84},{&quot;2026-07-14&quot;:3.84},{&quot;2026-07-15&quot;:3.83},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.83},{&quot;2026-07-18&quot;:3.83},{&quot;2026-07-19&quot;:3.83},{&quot;2026-07-20&quot;:3.69},{&quot;2026-07-21&quot;:3.79},{&quot;2026-07-22&quot;:3.9},{&quot;2026-07-23&quot;:3.73},{&quot;2026-07-24&quot;:3.73},{&quot;2026-07-25&quot;:3.79},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.79},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.73},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.56},{&quot;2026-08-01&quot;:3.57},{&quot;2026-08-02&quot;:3.57},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.33},{&quot;2026-08-07&quot;:3.33},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.37},{&quot;2026-08-10&quot;:3.37},{&quot;2026-08-11&quot;:3.36},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.44},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.39},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.39},{&quot;2026-08-19&quot;:3.39},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.31},{&quot;2026-08-23&quot;:3.24},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.11},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.05},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.23},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.2}],&quot;normal&quot;:[]}"
        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="11490"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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">
            Open the Armory
        </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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.20
          </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="Open the Armory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6db45698-9da9-4cea-b9bf-0f84ab276b51.jpg?1783928877" />

        <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">
            Open the Armory
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Open the Armory" src="https://cards.scryfall.io/large/front/6/d/6db45698-9da9-4cea-b9bf-0f84ab276b51.jpg?1783928877" />
    </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">
                $3.20
              </span>

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.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-13&quot;:3.95},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:4.03},{&quot;2026-06-17&quot;:4.03},{&quot;2026-06-18&quot;:4.04},{&quot;2026-06-19&quot;:3.97},{&quot;2026-06-20&quot;:3.97},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.94},{&quot;2026-06-23&quot;:4.03},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:4.11},{&quot;2026-06-26&quot;:4.11},{&quot;2026-06-27&quot;:4.11},{&quot;2026-06-28&quot;:4.11},{&quot;2026-06-29&quot;:4.11},{&quot;2026-06-30&quot;:4.15},{&quot;2026-07-01&quot;:4.13},{&quot;2026-07-02&quot;:4.13},{&quot;2026-07-03&quot;:4.13},{&quot;2026-07-04&quot;:4.13},{&quot;2026-07-05&quot;:4.13},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:4.15},{&quot;2026-07-11&quot;:4.17},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.39},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.39},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-22&quot;:4.45},{&quot;2026-07-23&quot;:4.45},{&quot;2026-07-24&quot;:4.45},{&quot;2026-07-25&quot;:4.45},{&quot;2026-07-26&quot;:4.48},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.61},{&quot;2026-07-29&quot;:4.61},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.63},{&quot;2026-08-01&quot;:4.63},{&quot;2026-08-02&quot;:4.63},{&quot;2026-08-03&quot;:4.63},{&quot;2026-08-04&quot;:4.63},{&quot;2026-08-05&quot;:4.63},{&quot;2026-08-07&quot;:4.63},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:4.63},{&quot;2026-08-10&quot;:4.59},{&quot;2026-08-11&quot;:4.62},{&quot;2026-08-12&quot;:4.62},{&quot;2026-08-13&quot;:4.56},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.76},{&quot;2026-08-16&quot;:4.76},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:4.76},{&quot;2026-08-19&quot;:4.76},{&quot;2026-08-20&quot;:4.79},{&quot;2026-08-21&quot;:4.79},{&quot;2026-08-22&quot;:4.79},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.76},{&quot;2026-08-26&quot;:4.71},{&quot;2026-08-27&quot;:4.71},{&quot;2026-08-28&quot;:4.71},{&quot;2026-08-29&quot;:4.71},{&quot;2026-08-30&quot;:4.66},{&quot;2026-08-31&quot;:4.66},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:5.38},{&quot;2026-09-03&quot;:5.38},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.38},{&quot;2026-09-06&quot;:5.37},{&quot;2026-09-07&quot;:5.37},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.37},{&quot;2026-09-10&quot;:5.37},{&quot;2026-09-11&quot;:5.37}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.79},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.77},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.79},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.93},{&quot;2026-06-27&quot;:2.85},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.84},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.86},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.58},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.67},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.79},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.78},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.67},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.68},{&quot;2026-07-22&quot;:2.64},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-24&quot;:2.73},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.72},{&quot;2026-07-29&quot;:2.76},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.41},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.79},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:2.97},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:3.01},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.34},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.04},{&quot;2026-08-27&quot;:3.23},{&quot;2026-08-28&quot;:3.23},{&quot;2026-08-29&quot;:3.23},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.37},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.18},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.2},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.2}]}"
        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="23638"
  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-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">
            Sheltered by Ghosts
        </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">
            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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.85
          </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="Sheltered by Ghosts" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/389f3f7b-be40-4a2d-b5cc-28471a577981.jpg?1783909504" />

        <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">
            Sheltered by Ghosts
        </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 — 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-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="Sheltered by Ghosts" src="https://cards.scryfall.io/large/front/3/8/389f3f7b-be40-4a2d-b5cc-28471a577981.jpg?1783909504" />
    </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.85
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.20
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.97},{&quot;2026-06-10&quot;:4.05},{&quot;2026-06-11&quot;:4.1},{&quot;2026-06-12&quot;:4.09},{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.09},{&quot;2026-06-15&quot;:4.09},{&quot;2026-06-16&quot;:4.09},{&quot;2026-06-17&quot;:3.9},{&quot;2026-06-18&quot;:3.9},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.78},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.84},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.87},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.9},{&quot;2026-07-01&quot;:3.9},{&quot;2026-07-02&quot;:3.9},{&quot;2026-07-03&quot;:3.9},{&quot;2026-07-04&quot;:3.89},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.82},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.9},{&quot;2026-07-09&quot;:3.89},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:3.91},{&quot;2026-07-13&quot;:4.16},{&quot;2026-07-14&quot;:4.23},{&quot;2026-07-15&quot;:4.33},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.36},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.32},{&quot;2026-07-23&quot;:4.34},{&quot;2026-07-25&quot;:4.24},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-29&quot;:3.68},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.56},{&quot;2026-08-01&quot;:3.51},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.56},{&quot;2026-08-04&quot;:3.52},{&quot;2026-08-05&quot;:3.94},{&quot;2026-08-07&quot;:3.8},{&quot;2026-08-08&quot;:3.89},{&quot;2026-08-09&quot;:3.89},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.75},{&quot;2026-08-12&quot;:3.81},{&quot;2026-08-13&quot;:3.79},{&quot;2026-08-14&quot;:3.79},{&quot;2026-08-15&quot;:3.79},{&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.79},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.73},{&quot;2026-08-24&quot;:3.68},{&quot;2026-08-25&quot;:3.68},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:2.97},{&quot;2026-08-28&quot;:2.97},{&quot;2026-08-29&quot;:2.97},{&quot;2026-08-30&quot;:3.04},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:2.96},{&quot;2026-09-03&quot;:3.01},{&quot;2026-09-04&quot;:3.02},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:3.01},{&quot;2026-09-08&quot;:3.3},{&quot;2026-09-09&quot;:3.3},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.2}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.03},{&quot;2026-06-10&quot;:2.0},{&quot;2026-06-11&quot;:2.11},{&quot;2026-06-12&quot;:2.05},{&quot;2026-06-13&quot;:2.18},{&quot;2026-06-14&quot;:1.92},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.81},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.59},{&quot;2026-06-22&quot;:1.67},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.4},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.42},{&quot;2026-07-08&quot;:1.34},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.47},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.28},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.35},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-29&quot;:1.57},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.74},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.65},{&quot;2026-08-17&quot;:1.79},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.87},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:2.42},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.85}]}"
        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="35752"
  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-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">
            Poppet Stitcher 
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.20
          </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="Poppet Stitcher // Poppet Factory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/999038b3-7d64-4554-b341-0675d4af8d8b.jpg?1783925638" />

        <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">
            Poppet Stitcher 
        </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 — 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-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="Poppet Stitcher // Poppet Factory" src="https://cards.scryfall.io/large/front/9/9/999038b3-7d64-4554-b341-0675d4af8d8b.jpg?1783925638" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Poppet Stitcher // Poppet Factory" src="https://cards.scryfall.io/large/back/9/9/999038b3-7d64-4554-b341-0675d4af8d8b.jpg?1783925638" />
              </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">
                $3.20
              </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.42
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.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-11&quot;:2.25},{&quot;2026-06-12&quot;:2.25},{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.33},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.31},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.28},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.28},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.27},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.27},{&quot;2026-06-30&quot;:2.27},{&quot;2026-07-01&quot;:2.27},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.27},{&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.27},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.27},{&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.3},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.38},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-23&quot;:2.38},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.41},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.41},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.43},{&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.43},{&quot;2026-09-01&quot;:2.43},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.43},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.42}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.75},{&quot;2026-06-12&quot;:2.71},{&quot;2026-06-13&quot;:2.75},{&quot;2026-06-14&quot;:2.75},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.8},{&quot;2026-06-21&quot;:2.79},{&quot;2026-06-22&quot;:2.73},{&quot;2026-06-23&quot;:2.77},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.61},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.73},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.73},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.68},{&quot;2026-07-16&quot;:2.78},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.07},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.27},{&quot;2026-07-27&quot;:3.22},{&quot;2026-07-28&quot;:3.21},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.43},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.33},{&quot;2026-08-02&quot;:3.3},{&quot;2026-08-03&quot;:3.25},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.2},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:2.94},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.77},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.82},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.54},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.69},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:3.01},{&quot;2026-09-01&quot;:3.01},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.14},{&quot;2026-09-04&quot;:3.17},{&quot;2026-09-05&quot;:3.13},{&quot;2026-09-06&quot;:3.13},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.2}]}"
        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="47642"
  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">
            Gyre 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">
            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">
            $3.20
          </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="Gyre Sage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4b3160e-5f88-456d-913e-a55e072e6326.jpg?1783925329" />

        <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">
            Gyre Sage
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf 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>
          </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="Gyre Sage" src="https://cards.scryfall.io/large/front/b/4/b4b3160e-5f88-456d-913e-a55e072e6326.jpg?1783925329" />
    </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">
                $3.20
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</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;:4.51},{&quot;2026-06-14&quot;:4.22},{&quot;2026-06-15&quot;:3.92},{&quot;2026-06-16&quot;:3.77},{&quot;2026-06-17&quot;:4.03},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:3.86},{&quot;2026-06-22&quot;:3.9},{&quot;2026-06-23&quot;:3.9},{&quot;2026-06-24&quot;:3.9},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.95},{&quot;2026-06-28&quot;:3.95},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.83},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.57},{&quot;2026-07-08&quot;:3.73},{&quot;2026-07-09&quot;:3.73},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.98},{&quot;2026-07-13&quot;:4.48},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:4.5},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.44},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-22&quot;:4.46},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-24&quot;:4.46},{&quot;2026-07-25&quot;:4.46},{&quot;2026-07-26&quot;:4.29},{&quot;2026-07-27&quot;:4.15},{&quot;2026-07-28&quot;:4.14},{&quot;2026-07-29&quot;:4.18},{&quot;2026-07-30&quot;:4.16},{&quot;2026-07-31&quot;:4.15},{&quot;2026-08-01&quot;:4.15},{&quot;2026-08-02&quot;:4.03},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.61},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.37},{&quot;2026-08-08&quot;:3.03},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.16},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.3},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.32},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.02},{&quot;2026-08-20&quot;:3.02},{&quot;2026-08-21&quot;:2.9},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.83},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.67},{&quot;2026-09-02&quot;:3.55},{&quot;2026-09-03&quot;:3.42},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.32},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.2}]}"
        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="57174"
  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-onc 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">
            Ixhel, Scion of Atraxa
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.20
          </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="Ixhel, Scion of Atraxa" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/ab866ec4-dcb4-47ef-8de1-a369986609c0.jpg?1783918163" />

        <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">
            Ixhel, Scion of Atraxa
        </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 — Phyrexian Angel</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><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="Ixhel, Scion of Atraxa" src="https://cards.scryfall.io/large/front/a/b/ab866ec4-dcb4-47ef-8de1-a369986609c0.jpg?1783918163" />
    </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">
                $3.20
              </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">
                $3.02
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  16%
                </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.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</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.24},{&quot;2026-06-11&quot;:3.33},{&quot;2026-06-12&quot;:3.6},{&quot;2026-06-13&quot;:3.52},{&quot;2026-06-14&quot;:3.35},{&quot;2026-06-15&quot;:3.86},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:4.15},{&quot;2026-06-20&quot;:4.42},{&quot;2026-06-21&quot;:4.54},{&quot;2026-06-22&quot;:4.54},{&quot;2026-06-23&quot;:4.58},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.47},{&quot;2026-06-26&quot;:4.56},{&quot;2026-06-27&quot;:4.56},{&quot;2026-06-28&quot;:4.56},{&quot;2026-06-29&quot;:4.36},{&quot;2026-06-30&quot;:4.31},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.25},{&quot;2026-07-03&quot;:4.29},{&quot;2026-07-04&quot;:4.29},{&quot;2026-07-05&quot;:4.23},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:3.89},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:3.93},{&quot;2026-07-10&quot;:4.08},{&quot;2026-07-11&quot;:4.08},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.79},{&quot;2026-07-16&quot;:3.79},{&quot;2026-07-17&quot;:3.78},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.87},{&quot;2026-07-20&quot;:3.85},{&quot;2026-07-21&quot;:3.76},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.55},{&quot;2026-07-27&quot;:3.6},{&quot;2026-07-29&quot;:3.48},{&quot;2026-07-30&quot;:3.39},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.76},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.63},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.68},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.73},{&quot;2026-08-24&quot;:2.91},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:3.04},{&quot;2026-08-27&quot;:3.17},{&quot;2026-08-28&quot;:3.22},{&quot;2026-08-29&quot;:3.22},{&quot;2026-08-30&quot;:3.19},{&quot;2026-08-31&quot;:3.19},{&quot;2026-09-01&quot;:3.19},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.35},{&quot;2026-09-04&quot;:3.53},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.06},{&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;:3.01},{&quot;2026-06-11&quot;:3.01},{&quot;2026-06-12&quot;:2.92},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.95},{&quot;2026-06-15&quot;:2.95},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:3.05},{&quot;2026-06-18&quot;:2.97},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.89},{&quot;2026-06-21&quot;:2.95},{&quot;2026-06-22&quot;:3.07},{&quot;2026-06-23&quot;:3.07},{&quot;2026-06-24&quot;:3.33},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.18},{&quot;2026-06-27&quot;:3.31},{&quot;2026-06-28&quot;:3.34},{&quot;2026-06-29&quot;:3.38},{&quot;2026-06-30&quot;:3.38},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.53},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.56},{&quot;2026-07-09&quot;:3.56},{&quot;2026-07-10&quot;:3.56},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.55},{&quot;2026-07-16&quot;:3.51},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.56},{&quot;2026-07-20&quot;:3.31},{&quot;2026-07-21&quot;:3.29},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.28},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.24},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.24},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.16},{&quot;2026-08-10&quot;:3.16},{&quot;2026-08-11&quot;:2.95},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.94},{&quot;2026-08-14&quot;:2.99},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.86},{&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.9},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.14},{&quot;2026-08-29&quot;:3.14},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.3},{&quot;2026-09-07&quot;:3.24},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.24},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.2}]}"
        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="76078"
  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">
            Geier Reach Sanitarium
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.20
          </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="Geier Reach Sanitarium" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4b9c92f0-4242-4a3e-9ede-6a4935f5c75d.jpg?1783913830" />

        <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">
            Geier Reach Sanitarium
        </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 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="Geier Reach Sanitarium" src="https://cards.scryfall.io/large/front/4/b/4b9c92f0-4242-4a3e-9ede-6a4935f5c75d.jpg?1783913830" />
    </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">
                $3.20
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.53},{&quot;2026-06-12&quot;:1.51},{&quot;2026-06-13&quot;:1.51},{&quot;2026-06-14&quot;:1.46},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.5},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.52},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.65},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.63},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.13},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.43},{&quot;2026-07-02&quot;:3.25},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.49},{&quot;2026-07-05&quot;:3.26},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.74},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.52},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-25&quot;:3.2},{&quot;2026-07-26&quot;:3.25},{&quot;2026-07-27&quot;:3.64},{&quot;2026-07-28&quot;:3.64},{&quot;2026-07-29&quot;:3.5},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:2.93},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.56},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:3.56},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.87},{&quot;2026-09-02&quot;:3.95},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:3.97},{&quot;2026-09-05&quot;:3.97},{&quot;2026-09-06&quot;:3.57},{&quot;2026-09-07&quot;:3.48},{&quot;2026-09-08&quot;:3.35},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.2}]}"
        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="10671"
  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-c20 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">
            Wilderness Reclamation
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.19
          </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="Wilderness Reclamation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/94a28102-dfbe-49e9-b64f-52b552afac1b.jpg?1783931155" />

        <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">
            Wilderness Reclamation
        </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-3'></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="Wilderness Reclamation" src="https://cards.scryfall.io/large/front/9/4/94a28102-dfbe-49e9-b64f-52b552afac1b.jpg?1783931155" />
    </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">
                $3.19
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.9},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.02},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:1.92},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.9},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:1.96},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:2.02},{&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.14},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.19},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.49},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.65},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.67},{&quot;2026-08-08&quot;:2.64},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.79},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.78},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.95},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:2.94},{&quot;2026-08-20&quot;:2.94},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:3.03},{&quot;2026-08-24&quot;:3.03},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.25},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.07},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.07},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.07},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.19},{&quot;2026-09-08&quot;:3.17},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.19}]}"
        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="20518"
  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">
            Hardened Scales
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.19
          </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="Hardened Scales" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/d/fdf31b01-0836-4366-948d-879999832abe.jpg?1783921867" />

        <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">
            Hardened Scales
        </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-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="Hardened Scales" src="https://cards.scryfall.io/large/front/f/d/fdf31b01-0836-4366-948d-879999832abe.jpg?1783921867" />
    </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">
                $3.19
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.13},{&quot;2026-06-14&quot;:4.13},{&quot;2026-06-15&quot;:4.13},{&quot;2026-06-16&quot;:4.13},{&quot;2026-06-17&quot;:4.13},{&quot;2026-06-18&quot;:4.13},{&quot;2026-06-19&quot;:4.13},{&quot;2026-06-20&quot;:4.13},{&quot;2026-06-21&quot;:4.4},{&quot;2026-06-22&quot;:4.4},{&quot;2026-06-23&quot;:4.4},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.4},{&quot;2026-06-26&quot;:4.4},{&quot;2026-06-27&quot;:4.4},{&quot;2026-06-28&quot;:4.4},{&quot;2026-06-29&quot;:4.4},{&quot;2026-06-30&quot;:4.4},{&quot;2026-07-01&quot;:4.5},{&quot;2026-07-02&quot;:4.32},{&quot;2026-07-03&quot;:4.32},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.32},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.32},{&quot;2026-07-10&quot;:4.32},{&quot;2026-07-11&quot;:4.32},{&quot;2026-07-12&quot;:4.38},{&quot;2026-07-13&quot;:4.38},{&quot;2026-07-14&quot;:4.38},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.34},{&quot;2026-07-17&quot;:4.34},{&quot;2026-07-18&quot;:4.34},{&quot;2026-07-19&quot;:4.34},{&quot;2026-07-20&quot;:4.34},{&quot;2026-07-21&quot;:4.34},{&quot;2026-07-22&quot;:4.34},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.29},{&quot;2026-07-25&quot;:4.36},{&quot;2026-07-26&quot;:4.36},{&quot;2026-07-27&quot;:4.36},{&quot;2026-07-28&quot;:4.36},{&quot;2026-07-29&quot;:4.36},{&quot;2026-07-30&quot;:4.36},{&quot;2026-07-31&quot;:4.36},{&quot;2026-08-01&quot;:4.36},{&quot;2026-08-02&quot;:4.36},{&quot;2026-08-03&quot;:4.36},{&quot;2026-08-04&quot;:4.36},{&quot;2026-08-05&quot;:4.36},{&quot;2026-08-07&quot;:4.34},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.34},{&quot;2026-08-10&quot;:4.34},{&quot;2026-08-11&quot;:4.34},{&quot;2026-08-12&quot;:4.34},{&quot;2026-08-13&quot;:4.34},{&quot;2026-08-14&quot;:4.34},{&quot;2026-08-15&quot;:4.34},{&quot;2026-08-16&quot;:4.34},{&quot;2026-08-17&quot;:4.34},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.34},{&quot;2026-08-20&quot;:4.34},{&quot;2026-08-21&quot;:4.37},{&quot;2026-08-22&quot;:4.37},{&quot;2026-08-23&quot;:4.37},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.37},{&quot;2026-08-27&quot;:4.37},{&quot;2026-08-28&quot;:4.37},{&quot;2026-08-29&quot;:4.37},{&quot;2026-08-30&quot;:4.37},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.37},{&quot;2026-09-02&quot;:4.37},{&quot;2026-09-03&quot;:4.42},{&quot;2026-09-04&quot;:4.42},{&quot;2026-09-05&quot;:4.42},{&quot;2026-09-06&quot;:4.42},{&quot;2026-09-07&quot;:4.42},{&quot;2026-09-08&quot;:4.17},{&quot;2026-09-09&quot;:4.17},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.17}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.65},{&quot;2026-06-14&quot;:3.65},{&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.6},{&quot;2026-06-19&quot;:3.53},{&quot;2026-06-20&quot;:3.53},{&quot;2026-06-21&quot;:3.43},{&quot;2026-06-22&quot;:3.43},{&quot;2026-06-23&quot;:3.43},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:3.07},{&quot;2026-06-26&quot;:3.08},{&quot;2026-06-27&quot;:3.26},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.25},{&quot;2026-07-04&quot;:3.25},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.14},{&quot;2026-07-07&quot;:3.14},{&quot;2026-07-08&quot;:3.04},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:3.0},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:3.02},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.65},{&quot;2026-07-19&quot;:2.65},{&quot;2026-07-20&quot;:2.65},{&quot;2026-07-21&quot;:2.65},{&quot;2026-07-22&quot;:2.67},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-28&quot;:2.6},{&quot;2026-07-29&quot;:2.81},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.56},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.61},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.64},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.8},{&quot;2026-08-14&quot;:2.8},{&quot;2026-08-15&quot;:2.8},{&quot;2026-08-16&quot;:2.8},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.79},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.75},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.8},{&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.8},{&quot;2026-09-01&quot;:2.8},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.19}]}"
        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 1351-1400 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=27&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=27&amp;username=denvermullets" rel="prev">27</a><a role="link" aria-disabled="true" aria-current="page">28</a><a href="/load_collection?direction=asc&amp;page=29&amp;username=denvermullets" rel="next">29</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=29&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="95040"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              206
            </td>

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28455"
          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">
              48
            </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-rare ss-fw ss-2x mr-4"></i>
              Hurl Through Hell


            </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-b'></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">
                  $3.31

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

                </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Lae&#39;zel, Vlaakith&#39;s Champion


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41063"
          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">
              305
            </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>
              Orvar, the All-Form


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53646"
          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-nec ss-rare ss-fw ss-2x mr-4"></i>
              Champion of Lambholt


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9609"
          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">
              140
            </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>
              Eidolon of Blossoms


            </td>

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13246"
          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">
              414
            </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>
              Thought Vessel


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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Faldorn, Dread Wolf Herald


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75810"
          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">
              238
            </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>
              Descendants&#39; Path


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

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

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

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

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


            </td>

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

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

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

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

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

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


            </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-x'></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">
                  $3.27

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41764"
          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-neo ss-uncommon ss-fw ss-2x mr-4"></i>
              Enthusiastic Mechanaut


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91089"
          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-inr ss-rare ss-fw ss-2x mr-4"></i>
              Stormcarved Coast


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84497"
          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-war ss-mythic ss-fw ss-2x mr-4"></i>
              God-Eternal Kefnet


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53455"
          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">
              50
            </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-rare ss-fw ss-2x mr-4"></i>
              Kappa Cannoneer


            </td>

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57313"
          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-one ss-mythic ss-fw ss-2x mr-4"></i>
              Vraska, Betrayal&#39;s Sting


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75191"
          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">
              ARB-28
            </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>
              Nemesis of Reason


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87222"
          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">
              M10-128
            </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>
              Burning Inquiry


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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9327"
          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">
              48
            </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-mythic ss-fw ss-2x mr-4"></i>
              Varina, Lich Queen


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23638"
          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">
              30
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Sheltered by Ghosts


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35752"
          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">
              71
            </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-mythic ss-fw ss-2x mr-4"></i>
              Poppet Stitcher // Poppet Factory


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47642"
          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">
              140
            </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>
              Gyre 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-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">
                  $3.20

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-onc ss-mythic ss-fw ss-2x mr-4"></i>
              Ixhel, Scion of Atraxa


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76078"
          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">
              335
            </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>
              Geier Reach Sanitarium


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20518"
          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">
              151
            </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>
              Hardened Scales


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

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

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

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

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

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

</template></turbo-stream>