<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="87499"
  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-wot 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">
            Goblin Bombardment
        </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">
              ↑
              10%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goblin Bombardment" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e92af114-ad34-4106-a7fa-5676dbcd4960.jpg?1783914925" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Bombardment" src="https://cards.scryfall.io/large/front/e/9/e92af114-ad34-4106-a7fa-5676dbcd4960.jpg?1783914925" />
    </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">
                $5.09
              </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">
                $7.42
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:7.39},{&quot;2026-06-14&quot;:7.39},{&quot;2026-06-15&quot;:7.39},{&quot;2026-06-16&quot;:7.39},{&quot;2026-06-17&quot;:7.39},{&quot;2026-06-18&quot;:7.33},{&quot;2026-06-19&quot;:6.88},{&quot;2026-06-20&quot;:6.88},{&quot;2026-06-21&quot;:6.92},{&quot;2026-06-22&quot;:6.92},{&quot;2026-06-23&quot;:7.02},{&quot;2026-06-24&quot;:7.02},{&quot;2026-06-25&quot;:7.58},{&quot;2026-06-26&quot;:7.53},{&quot;2026-06-27&quot;:7.53},{&quot;2026-06-28&quot;:7.29},{&quot;2026-06-29&quot;:7.36},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.46},{&quot;2026-07-02&quot;:7.46},{&quot;2026-07-03&quot;:7.37},{&quot;2026-07-04&quot;:7.45},{&quot;2026-07-05&quot;:7.42},{&quot;2026-07-06&quot;:7.42},{&quot;2026-07-07&quot;:7.42},{&quot;2026-07-08&quot;:7.32},{&quot;2026-07-09&quot;:7.32},{&quot;2026-07-10&quot;:7.36},{&quot;2026-07-11&quot;:7.36},{&quot;2026-07-12&quot;:7.36},{&quot;2026-07-13&quot;:7.36},{&quot;2026-07-14&quot;:7.54},{&quot;2026-07-15&quot;:7.54},{&quot;2026-07-16&quot;:7.54},{&quot;2026-07-17&quot;:7.54},{&quot;2026-07-18&quot;:7.54},{&quot;2026-07-19&quot;:7.54},{&quot;2026-07-20&quot;:7.54},{&quot;2026-07-21&quot;:7.65},{&quot;2026-07-22&quot;:7.47},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-24&quot;:7.52},{&quot;2026-07-25&quot;:7.03},{&quot;2026-07-26&quot;:7.03},{&quot;2026-07-27&quot;:7.03},{&quot;2026-07-28&quot;:7.29},{&quot;2026-07-29&quot;:7.29},{&quot;2026-07-30&quot;:7.32},{&quot;2026-07-31&quot;:7.32},{&quot;2026-08-01&quot;:7.32},{&quot;2026-08-02&quot;:7.32},{&quot;2026-08-03&quot;:7.46},{&quot;2026-08-04&quot;:7.49},{&quot;2026-08-05&quot;:7.49},{&quot;2026-08-07&quot;:7.0},{&quot;2026-08-08&quot;:7.0},{&quot;2026-08-09&quot;:7.04},{&quot;2026-08-10&quot;:7.04},{&quot;2026-08-11&quot;:7.31},{&quot;2026-08-12&quot;:7.38},{&quot;2026-08-13&quot;:7.57},{&quot;2026-08-14&quot;:7.77},{&quot;2026-08-15&quot;:7.77},{&quot;2026-08-16&quot;:7.77},{&quot;2026-08-17&quot;:7.77},{&quot;2026-08-18&quot;:7.96},{&quot;2026-08-19&quot;:7.72},{&quot;2026-08-20&quot;:7.72},{&quot;2026-08-21&quot;:7.72},{&quot;2026-08-22&quot;:7.72},{&quot;2026-08-23&quot;:7.72},{&quot;2026-08-24&quot;:7.72},{&quot;2026-08-25&quot;:7.72},{&quot;2026-08-26&quot;:7.72},{&quot;2026-08-27&quot;:7.54},{&quot;2026-08-28&quot;:7.54},{&quot;2026-08-29&quot;:7.54},{&quot;2026-08-30&quot;:7.54},{&quot;2026-08-31&quot;:7.56},{&quot;2026-09-01&quot;:7.56},{&quot;2026-09-02&quot;:7.56},{&quot;2026-09-03&quot;:7.56},{&quot;2026-09-04&quot;:7.58},{&quot;2026-09-05&quot;:7.46},{&quot;2026-09-06&quot;:7.46},{&quot;2026-09-07&quot;:7.46},{&quot;2026-09-08&quot;:7.46},{&quot;2026-09-09&quot;:7.46},{&quot;2026-09-10&quot;:7.46},{&quot;2026-09-11&quot;:7.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.98},{&quot;2026-06-14&quot;:3.92},{&quot;2026-06-15&quot;:3.85},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:4.06},{&quot;2026-06-18&quot;:4.06},{&quot;2026-06-19&quot;:3.83},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.48},{&quot;2026-06-22&quot;:4.76},{&quot;2026-06-23&quot;:6.04},{&quot;2026-06-24&quot;:6.04},{&quot;2026-06-25&quot;:5.93},{&quot;2026-06-26&quot;:6.26},{&quot;2026-06-27&quot;:6.19},{&quot;2026-06-28&quot;:6.74},{&quot;2026-06-29&quot;:7.5},{&quot;2026-06-30&quot;:6.87},{&quot;2026-07-01&quot;:6.81},{&quot;2026-07-02&quot;:7.1},{&quot;2026-07-03&quot;:6.0},{&quot;2026-07-04&quot;:5.74},{&quot;2026-07-05&quot;:6.39},{&quot;2026-07-06&quot;:6.43},{&quot;2026-07-07&quot;:6.84},{&quot;2026-07-08&quot;:6.8},{&quot;2026-07-09&quot;:6.57},{&quot;2026-07-10&quot;:5.85},{&quot;2026-07-11&quot;:5.9},{&quot;2026-07-12&quot;:5.16},{&quot;2026-07-13&quot;:5.17},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.83},{&quot;2026-07-16&quot;:5.07},{&quot;2026-07-17&quot;:4.94},{&quot;2026-07-18&quot;:4.68},{&quot;2026-07-19&quot;:4.57},{&quot;2026-07-20&quot;:4.64},{&quot;2026-07-21&quot;:4.72},{&quot;2026-07-22&quot;:4.79},{&quot;2026-07-23&quot;:5.41},{&quot;2026-07-24&quot;:5.23},{&quot;2026-07-25&quot;:5.09},{&quot;2026-07-26&quot;:4.89},{&quot;2026-07-27&quot;:4.61},{&quot;2026-07-28&quot;:5.16},{&quot;2026-07-29&quot;:5.19},{&quot;2026-07-30&quot;:6.25},{&quot;2026-07-31&quot;:6.98},{&quot;2026-08-01&quot;:7.38},{&quot;2026-08-02&quot;:7.16},{&quot;2026-08-03&quot;:6.99},{&quot;2026-08-04&quot;:6.43},{&quot;2026-08-05&quot;:6.04},{&quot;2026-08-07&quot;:5.67},{&quot;2026-08-08&quot;:5.53},{&quot;2026-08-09&quot;:5.2},{&quot;2026-08-10&quot;:5.65},{&quot;2026-08-11&quot;:5.62},{&quot;2026-08-12&quot;:5.26},{&quot;2026-08-13&quot;:5.72},{&quot;2026-08-14&quot;:5.46},{&quot;2026-08-15&quot;:5.55},{&quot;2026-08-16&quot;:5.75},{&quot;2026-08-17&quot;:5.66},{&quot;2026-08-18&quot;:5.73},{&quot;2026-08-19&quot;:6.31},{&quot;2026-08-20&quot;:6.22},{&quot;2026-08-21&quot;:6.05},{&quot;2026-08-22&quot;:5.89},{&quot;2026-08-23&quot;:5.96},{&quot;2026-08-24&quot;:5.96},{&quot;2026-08-25&quot;:5.89},{&quot;2026-08-26&quot;:5.82},{&quot;2026-08-27&quot;:5.13},{&quot;2026-08-28&quot;:5.18},{&quot;2026-08-29&quot;:5.18},{&quot;2026-08-30&quot;:5.21},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:4.43},{&quot;2026-09-02&quot;:4.29},{&quot;2026-09-03&quot;:4.57},{&quot;2026-09-04&quot;:4.53},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:5.05},{&quot;2026-09-07&quot;:5.21},{&quot;2026-09-08&quot;:5.28},{&quot;2026-09-09&quot;:5.13},{&quot;2026-09-10&quot;:5.13},{&quot;2026-09-11&quot;:5.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Avatar&#39;s Wrath
        </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">
            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">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.14
          </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="Avatar&#39;s Wrath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/4811072d-fac0-40dd-a5cf-9694d51b12cf.jpg?1783905002" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Avatar&#39;s Wrath" src="https://cards.scryfall.io/large/front/4/8/4811072d-fac0-40dd-a5cf-9694d51b12cf.jpg?1783905002" />
    </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">
                $4.14
              </span>

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.62},{&quot;2026-06-14&quot;:4.6},{&quot;2026-06-15&quot;:4.55},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.69},{&quot;2026-06-19&quot;:4.81},{&quot;2026-06-20&quot;:4.81},{&quot;2026-06-21&quot;:4.85},{&quot;2026-06-22&quot;:4.84},{&quot;2026-06-23&quot;:4.87},{&quot;2026-06-24&quot;:4.89},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:4.96},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.7},{&quot;2026-06-30&quot;:4.73},{&quot;2026-07-01&quot;:4.73},{&quot;2026-07-02&quot;:4.67},{&quot;2026-07-03&quot;:4.65},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.61},{&quot;2026-07-08&quot;:4.46},{&quot;2026-07-09&quot;:4.46},{&quot;2026-07-10&quot;:4.43},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.43},{&quot;2026-07-13&quot;:4.6},{&quot;2026-07-14&quot;:4.64},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.78},{&quot;2026-07-19&quot;:4.8},{&quot;2026-07-20&quot;:4.84},{&quot;2026-07-21&quot;:4.67},{&quot;2026-07-22&quot;:4.67},{&quot;2026-07-23&quot;:4.64},{&quot;2026-07-24&quot;:4.6},{&quot;2026-07-25&quot;:4.62},{&quot;2026-07-26&quot;:4.56},{&quot;2026-07-27&quot;:4.58},{&quot;2026-07-28&quot;:4.58},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.6},{&quot;2026-07-31&quot;:4.49},{&quot;2026-08-01&quot;:4.4},{&quot;2026-08-02&quot;:4.35},{&quot;2026-08-03&quot;:4.35},{&quot;2026-08-04&quot;:4.41},{&quot;2026-08-05&quot;:4.46},{&quot;2026-08-07&quot;:4.44},{&quot;2026-08-08&quot;:4.56},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.45},{&quot;2026-08-12&quot;:4.45},{&quot;2026-08-13&quot;:4.46},{&quot;2026-08-14&quot;:4.48},{&quot;2026-08-15&quot;:4.5},{&quot;2026-08-16&quot;:4.55},{&quot;2026-08-17&quot;:4.55},{&quot;2026-08-18&quot;:4.57},{&quot;2026-08-19&quot;:4.55},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.62},{&quot;2026-08-22&quot;:4.73},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.58},{&quot;2026-08-25&quot;:4.58},{&quot;2026-08-26&quot;:4.57},{&quot;2026-08-27&quot;:4.52},{&quot;2026-08-28&quot;:4.45},{&quot;2026-08-29&quot;:4.45},{&quot;2026-08-30&quot;:4.11},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:3.98},{&quot;2026-09-02&quot;:4.11},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.34},{&quot;2026-09-05&quot;:4.39},{&quot;2026-09-06&quot;:4.4},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.68},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:5.04},{&quot;2026-09-11&quot;:5.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.12},{&quot;2026-06-15&quot;:4.22},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.04},{&quot;2026-06-18&quot;:4.27},{&quot;2026-06-19&quot;:4.06},{&quot;2026-06-20&quot;:4.26},{&quot;2026-06-21&quot;:3.96},{&quot;2026-06-22&quot;:3.79},{&quot;2026-06-23&quot;:3.93},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.38},{&quot;2026-06-26&quot;:3.33},{&quot;2026-06-27&quot;:3.03},{&quot;2026-06-28&quot;:3.05},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.53},{&quot;2026-07-01&quot;:3.78},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.05},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:3.27},{&quot;2026-07-06&quot;:3.42},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.8},{&quot;2026-07-11&quot;:3.61},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.78},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.9},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.31},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.3},{&quot;2026-07-22&quot;:3.7},{&quot;2026-07-23&quot;:4.05},{&quot;2026-07-24&quot;:4.05},{&quot;2026-07-25&quot;:3.89},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-28&quot;:4.43},{&quot;2026-07-29&quot;:4.28},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.57},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.62},{&quot;2026-08-03&quot;:3.83},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.86},{&quot;2026-08-07&quot;:4.48},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.31},{&quot;2026-08-10&quot;:3.74},{&quot;2026-08-11&quot;:3.75},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:2.94},{&quot;2026-08-18&quot;:3.0},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.39},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:3.66},{&quot;2026-08-24&quot;:3.72},{&quot;2026-08-25&quot;:4.25},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:4.34},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:3.97},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.87},{&quot;2026-09-05&quot;:3.85},{&quot;2026-09-06&quot;:4.04},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.3},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.14}]}"
        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="45040"
  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-m13 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">
            Reliquary 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-50 text-badge-text">
              ↑
              2%
            </span>

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

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

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

        <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">
            Reliquary Tower
        </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">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="Reliquary Tower" src="https://cards.scryfall.io/large/front/f/9/f92583e4-9749-4c11-9d32-fb81260c5b63.jpg?1783940453" />
    </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">
                $5.08
              </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">
                $6.14
              </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">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</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.42},{&quot;2026-06-14&quot;:5.42},{&quot;2026-06-15&quot;:5.42},{&quot;2026-06-16&quot;:5.42},{&quot;2026-06-17&quot;:5.42},{&quot;2026-06-18&quot;:5.42},{&quot;2026-06-19&quot;:5.52},{&quot;2026-06-20&quot;:5.52},{&quot;2026-06-21&quot;:5.52},{&quot;2026-06-22&quot;:5.52},{&quot;2026-06-23&quot;:5.52},{&quot;2026-06-24&quot;:5.52},{&quot;2026-06-25&quot;:5.52},{&quot;2026-06-26&quot;:5.52},{&quot;2026-06-27&quot;:5.68},{&quot;2026-06-28&quot;:5.68},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:5.68},{&quot;2026-07-01&quot;:5.68},{&quot;2026-07-02&quot;:5.68},{&quot;2026-07-03&quot;:5.68},{&quot;2026-07-04&quot;:5.68},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:5.68},{&quot;2026-07-07&quot;:5.68},{&quot;2026-07-08&quot;:5.68},{&quot;2026-07-09&quot;:5.68},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.68},{&quot;2026-07-12&quot;:5.68},{&quot;2026-07-13&quot;:5.68},{&quot;2026-07-14&quot;:5.68},{&quot;2026-07-15&quot;:5.68},{&quot;2026-07-16&quot;:5.68},{&quot;2026-07-17&quot;:5.68},{&quot;2026-07-18&quot;:5.79},{&quot;2026-07-19&quot;:5.79},{&quot;2026-07-20&quot;:5.76},{&quot;2026-07-21&quot;:5.76},{&quot;2026-07-22&quot;:5.75},{&quot;2026-07-23&quot;:5.75},{&quot;2026-07-24&quot;:5.75},{&quot;2026-07-25&quot;:5.75},{&quot;2026-07-26&quot;:5.75},{&quot;2026-07-27&quot;:5.75},{&quot;2026-07-28&quot;:5.75},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:5.75},{&quot;2026-07-31&quot;:5.77},{&quot;2026-08-01&quot;:5.77},{&quot;2026-08-02&quot;:5.77},{&quot;2026-08-03&quot;:5.77},{&quot;2026-08-04&quot;:5.77},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.88},{&quot;2026-08-08&quot;:5.88},{&quot;2026-08-09&quot;:5.88},{&quot;2026-08-10&quot;:5.88},{&quot;2026-08-11&quot;:5.88},{&quot;2026-08-12&quot;:6.0},{&quot;2026-08-13&quot;:6.0},{&quot;2026-08-14&quot;:6.0},{&quot;2026-08-15&quot;:6.0},{&quot;2026-08-16&quot;:6.0},{&quot;2026-08-17&quot;:6.0},{&quot;2026-08-18&quot;:6.0},{&quot;2026-08-19&quot;:6.0},{&quot;2026-08-20&quot;:6.09},{&quot;2026-08-21&quot;:6.09},{&quot;2026-08-22&quot;:6.09},{&quot;2026-08-23&quot;:6.09},{&quot;2026-08-24&quot;:6.09},{&quot;2026-08-25&quot;:6.09},{&quot;2026-08-26&quot;:6.09},{&quot;2026-08-27&quot;:6.09},{&quot;2026-08-28&quot;:6.09},{&quot;2026-08-29&quot;:6.09},{&quot;2026-08-30&quot;:6.14},{&quot;2026-08-31&quot;:6.14},{&quot;2026-09-01&quot;:6.14},{&quot;2026-09-02&quot;:6.14},{&quot;2026-09-03&quot;:6.14},{&quot;2026-09-04&quot;:6.14},{&quot;2026-09-05&quot;:6.14},{&quot;2026-09-06&quot;:6.14},{&quot;2026-09-07&quot;:6.14},{&quot;2026-09-08&quot;:6.14},{&quot;2026-09-09&quot;:6.14},{&quot;2026-09-10&quot;:6.14},{&quot;2026-09-11&quot;:6.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.93},{&quot;2026-06-14&quot;:3.74},{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.79},{&quot;2026-06-17&quot;:3.9},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:4.08},{&quot;2026-06-20&quot;:4.12},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:3.95},{&quot;2026-06-24&quot;:4.05},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.42},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.47},{&quot;2026-07-01&quot;:4.4},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.6},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.46},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.13},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.79},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-22&quot;:3.51},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.84},{&quot;2026-07-26&quot;:3.83},{&quot;2026-07-27&quot;:4.09},{&quot;2026-07-28&quot;:4.09},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.19},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.26},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.26},{&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.35},{&quot;2026-08-11&quot;:4.2},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:4.24},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.2},{&quot;2026-08-17&quot;:4.14},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.15},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.69},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.69},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.94},{&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.96},{&quot;2026-09-04&quot;:4.96},{&quot;2026-09-05&quot;:4.96},{&quot;2026-09-06&quot;:4.88},{&quot;2026-09-07&quot;:4.88},{&quot;2026-09-08&quot;:4.88},{&quot;2026-09-09&quot;:5.02},{&quot;2026-09-10&quot;:5.08},{&quot;2026-09-11&quot;:5.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Citizen
      </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">
            $1.11
          </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="O&#39;aka, Traveling Merchant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d292e7d4-deab-47f8-bc6d-d7cbb01a3268.jpg?1783906324" />

        <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">
            O&#39;aka, Traveling Merchant
        </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 Citizen</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="O&#39;aka, Traveling Merchant" src="https://cards.scryfall.io/large/front/d/2/d292e7d4-deab-47f8-bc6d-d7cbb01a3268.jpg?1783906324" />
    </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.11
              </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">
                $5.08
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</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">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.82},{&quot;2026-06-12&quot;:4.82},{&quot;2026-06-13&quot;:4.93},{&quot;2026-06-14&quot;:4.93},{&quot;2026-06-15&quot;:4.93},{&quot;2026-06-16&quot;:4.93},{&quot;2026-06-17&quot;:4.93},{&quot;2026-06-18&quot;:4.95},{&quot;2026-06-19&quot;:4.95},{&quot;2026-06-20&quot;:4.95},{&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.95},{&quot;2026-06-25&quot;:4.95},{&quot;2026-06-26&quot;:4.95},{&quot;2026-06-27&quot;:4.95},{&quot;2026-06-28&quot;:4.95},{&quot;2026-06-29&quot;:4.95},{&quot;2026-06-30&quot;:4.95},{&quot;2026-07-01&quot;:4.95},{&quot;2026-07-02&quot;:4.95},{&quot;2026-07-03&quot;:4.95},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:4.99},{&quot;2026-07-07&quot;:4.99},{&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;:4.96},{&quot;2026-07-12&quot;:4.96},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.92},{&quot;2026-07-15&quot;:4.92},{&quot;2026-07-16&quot;:4.92},{&quot;2026-07-17&quot;:4.9},{&quot;2026-07-18&quot;:4.85},{&quot;2026-07-19&quot;:4.85},{&quot;2026-07-20&quot;:4.85},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-25&quot;:4.83},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.84},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.84},{&quot;2026-07-31&quot;:4.85},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.89},{&quot;2026-08-03&quot;:4.89},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:4.89},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.88},{&quot;2026-08-10&quot;:4.88},{&quot;2026-08-11&quot;:4.87},{&quot;2026-08-12&quot;:4.87},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.91},{&quot;2026-08-15&quot;:4.91},{&quot;2026-08-16&quot;:4.92},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:4.92},{&quot;2026-08-21&quot;:4.92},{&quot;2026-08-22&quot;:4.92},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.83},{&quot;2026-08-25&quot;:4.83},{&quot;2026-08-26&quot;:4.9},{&quot;2026-08-27&quot;:4.9},{&quot;2026-08-28&quot;:4.98},{&quot;2026-08-29&quot;:4.98},{&quot;2026-08-30&quot;:5.01},{&quot;2026-08-31&quot;:5.05},{&quot;2026-09-01&quot;:5.05},{&quot;2026-09-02&quot;:5.05},{&quot;2026-09-03&quot;:5.05},{&quot;2026-09-04&quot;:5.04},{&quot;2026-09-05&quot;:5.04},{&quot;2026-09-06&quot;:5.04},{&quot;2026-09-07&quot;:5.04},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.04},{&quot;2026-09-10&quot;:5.08},{&quot;2026-09-11&quot;:5.08}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.24},{&quot;2026-06-12&quot;:1.24},{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.25},{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.21},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.22},{&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.27},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.29},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.3},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.3},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.33},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.33},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.35},{&quot;2026-07-11&quot;:1.35},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.39},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.4},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.32},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.26},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.11},{&quot;2026-08-20&quot;:1.11},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.1},{&quot;2026-08-24&quot;:1.08},{&quot;2026-08-25&quot;:1.08},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.12},{&quot;2026-08-29&quot;:1.12},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.11},{&quot;2026-09-01&quot;:1.11},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.12},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.14},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.12},{&quot;2026-09-10&quot;:1.12},{&quot;2026-09-11&quot;:1.11}]}"
        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="19291"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-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">
            Karplusan Forest
        </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">
            4 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Karplusan Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2a83eca4-b6ad-4ec4-91f2-b2a62b32b056.jpg?1783921200" />

        <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">
            Karplusan Forest
        </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="Karplusan Forest" src="https://cards.scryfall.io/large/front/2/a/2a83eca4-b6ad-4ec4-91f2-b2a62b32b056.jpg?1783921200" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.60
              </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">
                $5.06
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.69},{&quot;2026-06-14&quot;:4.6},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.58},{&quot;2026-06-17&quot;:4.69},{&quot;2026-06-18&quot;:4.9},{&quot;2026-06-19&quot;:4.9},{&quot;2026-06-20&quot;:4.9},{&quot;2026-06-21&quot;:4.89},{&quot;2026-06-22&quot;:4.9},{&quot;2026-06-23&quot;:5.07},{&quot;2026-06-24&quot;:5.07},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.07},{&quot;2026-06-27&quot;:5.07},{&quot;2026-06-28&quot;:5.07},{&quot;2026-06-29&quot;:5.07},{&quot;2026-06-30&quot;:5.07},{&quot;2026-07-01&quot;:5.1},{&quot;2026-07-02&quot;:5.1},{&quot;2026-07-03&quot;:4.93},{&quot;2026-07-04&quot;:4.93},{&quot;2026-07-05&quot;:4.93},{&quot;2026-07-06&quot;:4.93},{&quot;2026-07-07&quot;:4.93},{&quot;2026-07-08&quot;:4.93},{&quot;2026-07-09&quot;:4.93},{&quot;2026-07-10&quot;:4.93},{&quot;2026-07-11&quot;:4.93},{&quot;2026-07-12&quot;:4.85},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:4.77},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.77},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-22&quot;:4.7},{&quot;2026-07-23&quot;:4.88},{&quot;2026-07-24&quot;:4.88},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-28&quot;:4.63},{&quot;2026-07-29&quot;:4.63},{&quot;2026-07-30&quot;:4.75},{&quot;2026-07-31&quot;:4.75},{&quot;2026-08-01&quot;:4.75},{&quot;2026-08-02&quot;:4.84},{&quot;2026-08-03&quot;:4.89},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.79},{&quot;2026-08-07&quot;:4.82},{&quot;2026-08-08&quot;:4.86},{&quot;2026-08-09&quot;:4.86},{&quot;2026-08-10&quot;:4.86},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:4.95},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.95},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.95},{&quot;2026-08-22&quot;:4.93},{&quot;2026-08-23&quot;:4.93},{&quot;2026-08-24&quot;:4.91},{&quot;2026-08-25&quot;:4.89},{&quot;2026-08-26&quot;:4.88},{&quot;2026-08-27&quot;:4.88},{&quot;2026-08-28&quot;:4.95},{&quot;2026-08-29&quot;:4.95},{&quot;2026-08-30&quot;:4.99},{&quot;2026-08-31&quot;:4.99},{&quot;2026-09-01&quot;:4.99},{&quot;2026-09-02&quot;:4.99},{&quot;2026-09-03&quot;:5.01},{&quot;2026-09-04&quot;:5.06},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.06},{&quot;2026-09-07&quot;:5.06},{&quot;2026-09-08&quot;:5.06},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:5.06},{&quot;2026-09-11&quot;:5.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.12},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.18},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.77},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-22&quot;:1.62},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-24&quot;:1.61},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.35},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:2.38},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.61},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.74},{&quot;2026-09-02&quot;:2.77},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.59},{&quot;2026-09-07&quot;:2.59},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.59},{&quot;2026-09-11&quot;:2.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Braids, Arisen Nightmare" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/9/f96223d0-04c4-40c2-87a9-0c6bc74adddb.jpg?1782685662" />

        <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">
            Braids, Arisen Nightmare
        </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 — Nightmare</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Braids, Arisen Nightmare" src="https://cards.scryfall.io/large/front/f/9/f96223d0-04c4-40c2-87a9-0c6bc74adddb.jpg?1782685662" />
    </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">
                $5.06
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.83},{&quot;2026-06-12&quot;:3.02},{&quot;2026-06-13&quot;:3.01},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:2.89},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.89},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.8},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.07},{&quot;2026-06-26&quot;:3.07},{&quot;2026-06-27&quot;:3.19},{&quot;2026-06-28&quot;:3.34},{&quot;2026-06-29&quot;:3.36},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.4},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.2},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.11},{&quot;2026-07-08&quot;:3.13},{&quot;2026-07-09&quot;:3.3},{&quot;2026-07-10&quot;:3.34},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:4.05},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.27},{&quot;2026-07-16&quot;:4.26},{&quot;2026-07-17&quot;:4.35},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.54},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-25&quot;:4.16},{&quot;2026-07-26&quot;:4.04},{&quot;2026-07-27&quot;:3.92},{&quot;2026-07-28&quot;:4.09},{&quot;2026-07-29&quot;:4.21},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.15},{&quot;2026-08-01&quot;:3.92},{&quot;2026-08-02&quot;:3.96},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:4.15},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:3.86},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.29},{&quot;2026-08-11&quot;:4.53},{&quot;2026-08-12&quot;:4.34},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.48},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:4.84},{&quot;2026-08-19&quot;:4.8},{&quot;2026-08-20&quot;:4.8},{&quot;2026-08-21&quot;:4.8},{&quot;2026-08-22&quot;:4.76},{&quot;2026-08-23&quot;:4.86},{&quot;2026-08-24&quot;:4.91},{&quot;2026-08-25&quot;:4.72},{&quot;2026-08-26&quot;:4.86},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.46},{&quot;2026-08-29&quot;:4.46},{&quot;2026-08-30&quot;:4.79},{&quot;2026-08-31&quot;:4.54},{&quot;2026-09-01&quot;:4.77},{&quot;2026-09-02&quot;:4.79},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.46},{&quot;2026-09-05&quot;:4.66},{&quot;2026-09-06&quot;:4.68},{&quot;2026-09-07&quot;:4.93},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.56},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:5.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.03
          </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="Dauthi Voidwalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dce5db87-4a78-4b8d-b5c2-918ccd1ba4e3.jpg?1783926864" />

        <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">
            Dauthi Voidwalker
        </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 — Dauthi Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dauthi Voidwalker" src="https://cards.scryfall.io/large/front/d/c/dce5db87-4a78-4b8d-b5c2-918ccd1ba4e3.jpg?1783926864" />
    </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">
                $5.03
              </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">
                $9.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">$2.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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;:8.7},{&quot;2026-06-14&quot;:8.71},{&quot;2026-06-15&quot;:8.71},{&quot;2026-06-16&quot;:8.71},{&quot;2026-06-17&quot;:8.74},{&quot;2026-06-18&quot;:8.74},{&quot;2026-06-19&quot;:8.74},{&quot;2026-06-20&quot;:8.74},{&quot;2026-06-21&quot;:8.73},{&quot;2026-06-22&quot;:8.74},{&quot;2026-06-23&quot;:8.74},{&quot;2026-06-24&quot;:8.74},{&quot;2026-06-25&quot;:8.74},{&quot;2026-06-26&quot;:8.74},{&quot;2026-06-27&quot;:8.74},{&quot;2026-06-28&quot;:8.74},{&quot;2026-06-29&quot;:8.94},{&quot;2026-06-30&quot;:8.98},{&quot;2026-07-01&quot;:8.98},{&quot;2026-07-02&quot;:8.98},{&quot;2026-07-03&quot;:8.94},{&quot;2026-07-04&quot;:8.94},{&quot;2026-07-05&quot;:8.94},{&quot;2026-07-06&quot;:8.94},{&quot;2026-07-07&quot;:8.94},{&quot;2026-07-08&quot;:8.94},{&quot;2026-07-09&quot;:8.94},{&quot;2026-07-10&quot;:8.94},{&quot;2026-07-11&quot;:8.94},{&quot;2026-07-12&quot;:8.94},{&quot;2026-07-13&quot;:8.94},{&quot;2026-07-14&quot;:8.94},{&quot;2026-07-15&quot;:8.94},{&quot;2026-07-16&quot;:8.94},{&quot;2026-07-17&quot;:8.94},{&quot;2026-07-18&quot;:8.94},{&quot;2026-07-19&quot;:8.94},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:8.94},{&quot;2026-07-22&quot;:8.94},{&quot;2026-07-23&quot;:8.94},{&quot;2026-07-24&quot;:8.94},{&quot;2026-07-25&quot;:9.08},{&quot;2026-07-26&quot;:9.08},{&quot;2026-07-27&quot;:9.08},{&quot;2026-07-28&quot;:9.08},{&quot;2026-07-29&quot;:9.08},{&quot;2026-07-30&quot;:9.08},{&quot;2026-07-31&quot;:9.19},{&quot;2026-08-01&quot;:9.19},{&quot;2026-08-02&quot;:9.19},{&quot;2026-08-03&quot;:9.19},{&quot;2026-08-04&quot;:9.19},{&quot;2026-08-05&quot;:9.27},{&quot;2026-08-07&quot;:9.27},{&quot;2026-08-08&quot;:9.27},{&quot;2026-08-09&quot;:9.27},{&quot;2026-08-10&quot;:9.42},{&quot;2026-08-11&quot;:9.42},{&quot;2026-08-12&quot;:9.42},{&quot;2026-08-13&quot;:9.42},{&quot;2026-08-14&quot;:9.42},{&quot;2026-08-15&quot;:9.42},{&quot;2026-08-16&quot;:9.42},{&quot;2026-08-17&quot;:9.42},{&quot;2026-08-18&quot;:9.42},{&quot;2026-08-19&quot;:9.42},{&quot;2026-08-20&quot;:9.42},{&quot;2026-08-21&quot;:9.33},{&quot;2026-08-22&quot;:9.33},{&quot;2026-08-23&quot;:9.33},{&quot;2026-08-24&quot;:9.33},{&quot;2026-08-25&quot;:9.24},{&quot;2026-08-26&quot;:9.24},{&quot;2026-08-27&quot;:9.24},{&quot;2026-08-28&quot;:9.24},{&quot;2026-08-29&quot;:9.24},{&quot;2026-08-30&quot;:9.24},{&quot;2026-08-31&quot;:9.24},{&quot;2026-09-01&quot;:9.17},{&quot;2026-09-02&quot;:9.17},{&quot;2026-09-03&quot;:9.17},{&quot;2026-09-04&quot;:9.19},{&quot;2026-09-05&quot;:9.19},{&quot;2026-09-06&quot;:9.19},{&quot;2026-09-07&quot;:9.19},{&quot;2026-09-08&quot;:9.19},{&quot;2026-09-09&quot;:9.19},{&quot;2026-09-10&quot;:9.19},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.07},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.22},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.16},{&quot;2026-06-18&quot;:5.07},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.75},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.5},{&quot;2026-06-23&quot;:4.51},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.77},{&quot;2026-06-26&quot;:4.67},{&quot;2026-06-27&quot;:4.91},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.86},{&quot;2026-06-30&quot;:4.86},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.63},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.64},{&quot;2026-07-06&quot;:4.71},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.78},{&quot;2026-07-09&quot;:4.92},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.02},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.07},{&quot;2026-07-15&quot;:5.04},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:4.61},{&quot;2026-07-18&quot;:4.3},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.16},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-22&quot;:4.15},{&quot;2026-07-23&quot;:4.23},{&quot;2026-07-24&quot;:4.48},{&quot;2026-07-25&quot;:4.39},{&quot;2026-07-26&quot;:4.32},{&quot;2026-07-27&quot;:4.26},{&quot;2026-07-28&quot;:4.35},{&quot;2026-07-29&quot;:4.33},{&quot;2026-07-30&quot;:4.47},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.62},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:5.37},{&quot;2026-08-08&quot;:5.39},{&quot;2026-08-09&quot;:5.42},{&quot;2026-08-10&quot;:5.46},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.49},{&quot;2026-08-13&quot;:5.52},{&quot;2026-08-14&quot;:5.52},{&quot;2026-08-15&quot;:5.53},{&quot;2026-08-16&quot;:5.37},{&quot;2026-08-17&quot;:4.88},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.89},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.84},{&quot;2026-08-23&quot;:4.88},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.16},{&quot;2026-08-26&quot;:5.2},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.27},{&quot;2026-08-29&quot;:5.27},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:5.02},{&quot;2026-09-01&quot;:5.07},{&quot;2026-09-02&quot;:5.29},{&quot;2026-09-03&quot;:5.17},{&quot;2026-09-04&quot;:5.04},{&quot;2026-09-05&quot;:4.99},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.14},{&quot;2026-09-09&quot;:5.19},{&quot;2026-09-10&quot;:5.19},{&quot;2026-09-11&quot;:5.03}]}"
        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="49212"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-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">
            Endurance
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $5.03
          </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="Endurance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eb0e0404-4846-4891-acfa-bd0951ecf9c6.jpg?1783926831" />

        <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">
            Endurance
        </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 — Elemental Incarnation</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Endurance" src="https://cards.scryfall.io/large/front/e/b/eb0e0404-4846-4891-acfa-bd0951ecf9c6.jpg?1783926831" />
    </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">
                $5.03
              </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">
                $13.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.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-10&quot;:12.55},{&quot;2026-06-11&quot;:12.55},{&quot;2026-06-12&quot;:12.59},{&quot;2026-06-13&quot;:12.59},{&quot;2026-06-14&quot;:12.59},{&quot;2026-06-15&quot;:12.55},{&quot;2026-06-16&quot;:12.55},{&quot;2026-06-17&quot;:12.48},{&quot;2026-06-18&quot;:12.48},{&quot;2026-06-19&quot;:12.48},{&quot;2026-06-20&quot;:12.41},{&quot;2026-06-21&quot;:12.41},{&quot;2026-06-22&quot;:12.41},{&quot;2026-06-23&quot;:12.41},{&quot;2026-06-24&quot;:12.41},{&quot;2026-06-25&quot;:12.41},{&quot;2026-06-26&quot;:12.41},{&quot;2026-06-27&quot;:12.41},{&quot;2026-06-28&quot;:12.41},{&quot;2026-06-29&quot;:12.41},{&quot;2026-06-30&quot;:12.41},{&quot;2026-07-01&quot;:12.48},{&quot;2026-07-02&quot;:12.48},{&quot;2026-07-03&quot;:12.48},{&quot;2026-07-04&quot;:12.48},{&quot;2026-07-05&quot;:12.48},{&quot;2026-07-06&quot;:12.48},{&quot;2026-07-07&quot;:12.48},{&quot;2026-07-08&quot;:12.48},{&quot;2026-07-09&quot;:12.48},{&quot;2026-07-10&quot;:12.48},{&quot;2026-07-11&quot;:12.62},{&quot;2026-07-12&quot;:12.62},{&quot;2026-07-13&quot;:12.62},{&quot;2026-07-14&quot;:12.62},{&quot;2026-07-15&quot;:12.62},{&quot;2026-07-16&quot;:12.62},{&quot;2026-07-17&quot;:12.62},{&quot;2026-07-18&quot;:12.62},{&quot;2026-07-19&quot;:12.65},{&quot;2026-07-20&quot;:12.65},{&quot;2026-07-21&quot;:12.52},{&quot;2026-07-23&quot;:12.4},{&quot;2026-07-25&quot;:12.4},{&quot;2026-07-26&quot;:12.4},{&quot;2026-07-27&quot;:12.5},{&quot;2026-07-29&quot;:12.5},{&quot;2026-07-30&quot;:12.5},{&quot;2026-07-31&quot;:12.65},{&quot;2026-08-01&quot;:12.65},{&quot;2026-08-02&quot;:12.65},{&quot;2026-08-03&quot;:12.65},{&quot;2026-08-04&quot;:12.65},{&quot;2026-08-05&quot;:12.65},{&quot;2026-08-07&quot;:12.65},{&quot;2026-08-08&quot;:12.65},{&quot;2026-08-09&quot;:12.74},{&quot;2026-08-10&quot;:12.74},{&quot;2026-08-11&quot;:12.74},{&quot;2026-08-12&quot;:12.74},{&quot;2026-08-13&quot;:12.74},{&quot;2026-08-14&quot;:12.74},{&quot;2026-08-15&quot;:12.74},{&quot;2026-08-16&quot;:12.74},{&quot;2026-08-17&quot;:12.74},{&quot;2026-08-18&quot;:12.74},{&quot;2026-08-19&quot;:12.74},{&quot;2026-08-20&quot;:12.74},{&quot;2026-08-21&quot;:12.74},{&quot;2026-08-22&quot;:12.74},{&quot;2026-08-23&quot;:12.83},{&quot;2026-08-24&quot;:12.83},{&quot;2026-08-25&quot;:12.83},{&quot;2026-08-26&quot;:12.83},{&quot;2026-08-27&quot;:12.99},{&quot;2026-08-28&quot;:12.99},{&quot;2026-08-29&quot;:12.99},{&quot;2026-08-30&quot;:12.99},{&quot;2026-08-31&quot;:12.99},{&quot;2026-09-01&quot;:12.99},{&quot;2026-09-02&quot;:12.99},{&quot;2026-09-03&quot;:12.96},{&quot;2026-09-04&quot;:13.0},{&quot;2026-09-05&quot;:13.0},{&quot;2026-09-06&quot;:13.04},{&quot;2026-09-07&quot;:13.04},{&quot;2026-09-08&quot;:13.04},{&quot;2026-09-09&quot;:13.04},{&quot;2026-09-10&quot;:13.04},{&quot;2026-09-11&quot;:13.0}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.37},{&quot;2026-06-11&quot;:7.37},{&quot;2026-06-12&quot;:7.25},{&quot;2026-06-13&quot;:7.25},{&quot;2026-06-14&quot;:7.37},{&quot;2026-06-15&quot;:7.48},{&quot;2026-06-16&quot;:7.48},{&quot;2026-06-17&quot;:7.54},{&quot;2026-06-18&quot;:7.45},{&quot;2026-06-19&quot;:7.25},{&quot;2026-06-20&quot;:7.05},{&quot;2026-06-21&quot;:7.08},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.76},{&quot;2026-06-24&quot;:6.69},{&quot;2026-06-25&quot;:6.62},{&quot;2026-06-26&quot;:6.56},{&quot;2026-06-27&quot;:6.49},{&quot;2026-06-28&quot;:6.52},{&quot;2026-06-29&quot;:6.38},{&quot;2026-06-30&quot;:6.14},{&quot;2026-07-01&quot;:6.15},{&quot;2026-07-02&quot;:5.92},{&quot;2026-07-03&quot;:5.95},{&quot;2026-07-04&quot;:5.95},{&quot;2026-07-05&quot;:5.95},{&quot;2026-07-06&quot;:5.92},{&quot;2026-07-07&quot;:5.88},{&quot;2026-07-08&quot;:5.88},{&quot;2026-07-09&quot;:5.67},{&quot;2026-07-10&quot;:5.67},{&quot;2026-07-11&quot;:5.67},{&quot;2026-07-12&quot;:5.67},{&quot;2026-07-13&quot;:5.47},{&quot;2026-07-14&quot;:5.52},{&quot;2026-07-15&quot;:5.56},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.38},{&quot;2026-07-18&quot;:5.38},{&quot;2026-07-19&quot;:5.38},{&quot;2026-07-20&quot;:5.25},{&quot;2026-07-21&quot;:5.31},{&quot;2026-07-23&quot;:5.37},{&quot;2026-07-25&quot;:5.26},{&quot;2026-07-26&quot;:5.21},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.12},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.23},{&quot;2026-08-02&quot;:5.22},{&quot;2026-08-03&quot;:5.22},{&quot;2026-08-04&quot;:5.22},{&quot;2026-08-05&quot;:5.04},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.05},{&quot;2026-08-09&quot;:5.05},{&quot;2026-08-10&quot;:5.08},{&quot;2026-08-11&quot;:5.12},{&quot;2026-08-12&quot;:5.18},{&quot;2026-08-13&quot;:5.13},{&quot;2026-08-14&quot;:5.07},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.03},{&quot;2026-08-17&quot;:5.06},{&quot;2026-08-18&quot;:5.14},{&quot;2026-08-19&quot;:5.16},{&quot;2026-08-20&quot;:5.16},{&quot;2026-08-21&quot;:5.27},{&quot;2026-08-22&quot;:5.27},{&quot;2026-08-23&quot;:5.21},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.23},{&quot;2026-08-28&quot;:5.23},{&quot;2026-08-29&quot;:5.23},{&quot;2026-08-30&quot;:4.96},{&quot;2026-08-31&quot;:5.07},{&quot;2026-09-01&quot;:5.07},{&quot;2026-09-02&quot;:5.07},{&quot;2026-09-03&quot;:5.08},{&quot;2026-09-04&quot;:5.06},{&quot;2026-09-05&quot;:5.07},{&quot;2026-09-06&quot;:5.09},{&quot;2026-09-07&quot;:5.02},{&quot;2026-09-08&quot;:5.01},{&quot;2026-09-09&quot;:5.03},{&quot;2026-09-10&quot;:5.03},{&quot;2026-09-11&quot;:5.03}]}"
        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="77388"
  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">
            Dash Hopes
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.03
          </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="Dash Hopes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bdcedbd8-fa14-4a99-8dbb-ea797172f021.jpg?1783921160" />

        <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">
            Dash Hopes
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Dash Hopes" src="https://cards.scryfall.io/large/front/b/d/bdcedbd8-fa14-4a99-8dbb-ea797172f021.jpg?1783921160" />
    </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">
                $5.03
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.68},{&quot;2026-06-10&quot;:0.68},{&quot;2026-06-11&quot;:0.67},{&quot;2026-06-12&quot;:0.67},{&quot;2026-06-13&quot;:0.67},{&quot;2026-06-14&quot;:0.67},{&quot;2026-06-15&quot;:0.67},{&quot;2026-06-16&quot;:0.67},{&quot;2026-06-17&quot;:0.67},{&quot;2026-06-18&quot;:0.67},{&quot;2026-06-19&quot;:0.67},{&quot;2026-06-20&quot;:0.67},{&quot;2026-06-21&quot;:0.69},{&quot;2026-06-22&quot;:0.74},{&quot;2026-06-24&quot;:0.77},{&quot;2026-06-25&quot;:0.77},{&quot;2026-06-26&quot;:0.77},{&quot;2026-06-27&quot;:0.77},{&quot;2026-06-28&quot;:0.77},{&quot;2026-06-29&quot;:0.77},{&quot;2026-06-30&quot;:0.77},{&quot;2026-07-01&quot;:0.82},{&quot;2026-07-02&quot;:0.82},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.23},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.62},{&quot;2026-07-08&quot;:1.62},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.62},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:2.01},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.01},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.81},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.89},{&quot;2026-08-05&quot;:3.89},{&quot;2026-08-07&quot;:3.89},{&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.89},{&quot;2026-08-12&quot;:3.9},{&quot;2026-08-13&quot;:3.9},{&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.28},{&quot;2026-08-20&quot;:4.28},{&quot;2026-08-21&quot;:4.39},{&quot;2026-08-22&quot;:4.39},{&quot;2026-08-23&quot;:4.39},{&quot;2026-08-24&quot;:4.61},{&quot;2026-08-25&quot;:4.61},{&quot;2026-08-26&quot;:4.58},{&quot;2026-08-27&quot;:4.58},{&quot;2026-08-28&quot;:4.58},{&quot;2026-08-29&quot;:4.58},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.6},{&quot;2026-09-01&quot;:4.6},{&quot;2026-09-02&quot;:4.81},{&quot;2026-09-03&quot;:4.81},{&quot;2026-09-04&quot;:4.81},{&quot;2026-09-05&quot;:4.81},{&quot;2026-09-06&quot;:4.81},{&quot;2026-09-07&quot;:4.81},{&quot;2026-09-08&quot;:4.81},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.81},{&quot;2026-09-11&quot;:5.03}]}"
        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="88039"
  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">
            Reliquary 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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $5.03
          </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="Reliquary Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a02c44e9-fbcd-4924-a641-6dbc55076349.jpg?1783931741" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Reliquary Tower
        </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">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="Reliquary Tower" src="https://cards.scryfall.io/large/front/a/0/a02c44e9-fbcd-4924-a641-6dbc55076349.jpg?1783931741" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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">
                $5.03
              </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;:6.36},{&quot;2026-06-13&quot;:6.47},{&quot;2026-06-14&quot;:6.27},{&quot;2026-06-15&quot;:6.27},{&quot;2026-06-16&quot;:6.27},{&quot;2026-06-17&quot;:6.27},{&quot;2026-06-18&quot;:6.27},{&quot;2026-06-19&quot;:6.27},{&quot;2026-06-20&quot;:6.27},{&quot;2026-06-21&quot;:6.27},{&quot;2026-06-22&quot;:6.27},{&quot;2026-06-23&quot;:6.01},{&quot;2026-06-24&quot;:6.01},{&quot;2026-06-25&quot;:6.01},{&quot;2026-06-26&quot;:6.01},{&quot;2026-06-27&quot;:6.01},{&quot;2026-06-28&quot;:6.01},{&quot;2026-06-29&quot;:6.08},{&quot;2026-06-30&quot;:6.08},{&quot;2026-07-01&quot;:6.08},{&quot;2026-07-02&quot;:6.08},{&quot;2026-07-03&quot;:6.08},{&quot;2026-07-04&quot;:6.08},{&quot;2026-07-05&quot;:6.08},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:6.08},{&quot;2026-07-08&quot;:6.14},{&quot;2026-07-09&quot;:5.79},{&quot;2026-07-10&quot;:5.76},{&quot;2026-07-11&quot;:5.76},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.5},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.52},{&quot;2026-07-20&quot;:5.52},{&quot;2026-07-21&quot;:5.52},{&quot;2026-07-23&quot;:5.61},{&quot;2026-07-24&quot;:5.61},{&quot;2026-07-25&quot;:5.61},{&quot;2026-07-26&quot;:5.55},{&quot;2026-07-27&quot;:5.55},{&quot;2026-07-28&quot;:5.55},{&quot;2026-07-29&quot;:5.55},{&quot;2026-07-30&quot;:5.55},{&quot;2026-07-31&quot;:5.55},{&quot;2026-08-01&quot;:5.55},{&quot;2026-08-02&quot;:5.55},{&quot;2026-08-03&quot;:5.55},{&quot;2026-08-04&quot;:5.55},{&quot;2026-08-05&quot;:5.55},{&quot;2026-08-07&quot;:5.55},{&quot;2026-08-08&quot;:5.55},{&quot;2026-08-09&quot;:5.55},{&quot;2026-08-10&quot;:5.55},{&quot;2026-08-11&quot;:5.55},{&quot;2026-08-12&quot;:5.55},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.46},{&quot;2026-08-15&quot;:5.51},{&quot;2026-08-16&quot;:5.53},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.51},{&quot;2026-08-19&quot;:5.51},{&quot;2026-08-20&quot;:5.51},{&quot;2026-08-21&quot;:5.51},{&quot;2026-08-22&quot;:5.51},{&quot;2026-08-23&quot;:5.36},{&quot;2026-08-24&quot;:5.32},{&quot;2026-08-25&quot;:5.26},{&quot;2026-08-26&quot;:5.26},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.26},{&quot;2026-08-29&quot;:5.26},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.26},{&quot;2026-09-01&quot;:5.26},{&quot;2026-09-02&quot;:5.26},{&quot;2026-09-03&quot;:5.26},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.01},{&quot;2026-09-06&quot;:5.05},{&quot;2026-09-07&quot;:5.05},{&quot;2026-09-08&quot;:5.05},{&quot;2026-09-09&quot;:5.04},{&quot;2026-09-10&quot;:5.04},{&quot;2026-09-11&quot;:5.03}]}"
        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="394"
  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-afr 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">
            Lolth, Spider Queen
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Lolth
      </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">
            $5.02
          </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="Lolth, Spider Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/420a5689-d73e-4dda-82fd-8b8897ff5b55.jpg?1783926491" />

        <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">
            Lolth, Spider 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 Planeswalker — Lolth</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><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="Lolth, Spider Queen" src="https://cards.scryfall.io/large/front/4/2/420a5689-d73e-4dda-82fd-8b8897ff5b55.jpg?1783926491" />
    </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">
                $5.02
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.45},{&quot;2026-06-14&quot;:5.45},{&quot;2026-06-15&quot;:5.45},{&quot;2026-06-16&quot;:5.45},{&quot;2026-06-17&quot;:5.45},{&quot;2026-06-18&quot;:5.45},{&quot;2026-06-19&quot;:5.45},{&quot;2026-06-20&quot;:5.45},{&quot;2026-06-21&quot;:5.45},{&quot;2026-06-22&quot;:5.45},{&quot;2026-06-23&quot;:5.45},{&quot;2026-06-24&quot;:5.45},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.45},{&quot;2026-06-27&quot;:5.42},{&quot;2026-06-28&quot;:5.44},{&quot;2026-06-29&quot;:5.44},{&quot;2026-06-30&quot;:5.44},{&quot;2026-07-01&quot;:5.44},{&quot;2026-07-02&quot;:5.44},{&quot;2026-07-03&quot;:5.44},{&quot;2026-07-04&quot;:5.44},{&quot;2026-07-05&quot;:5.44},{&quot;2026-07-06&quot;:5.44},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.46},{&quot;2026-07-09&quot;:5.46},{&quot;2026-07-10&quot;:5.46},{&quot;2026-07-11&quot;:5.46},{&quot;2026-07-12&quot;:5.46},{&quot;2026-07-13&quot;:5.46},{&quot;2026-07-14&quot;:5.46},{&quot;2026-07-15&quot;:5.46},{&quot;2026-07-16&quot;:5.46},{&quot;2026-07-17&quot;:5.46},{&quot;2026-07-18&quot;:5.46},{&quot;2026-07-19&quot;:5.47},{&quot;2026-07-20&quot;:5.47},{&quot;2026-07-21&quot;:5.47},{&quot;2026-07-22&quot;:5.47},{&quot;2026-07-23&quot;:5.47},{&quot;2026-07-24&quot;:5.47},{&quot;2026-07-25&quot;:5.47},{&quot;2026-07-26&quot;:5.47},{&quot;2026-07-27&quot;:5.47},{&quot;2026-07-28&quot;:5.6},{&quot;2026-07-29&quot;:5.55},{&quot;2026-07-30&quot;:5.66},{&quot;2026-07-31&quot;:5.66},{&quot;2026-08-01&quot;:5.66},{&quot;2026-08-02&quot;:5.66},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.62},{&quot;2026-08-05&quot;:5.62},{&quot;2026-08-07&quot;:5.62},{&quot;2026-08-08&quot;:5.64},{&quot;2026-08-09&quot;:5.64},{&quot;2026-08-10&quot;:5.67},{&quot;2026-08-11&quot;:5.67},{&quot;2026-08-12&quot;:5.67},{&quot;2026-08-13&quot;:5.67},{&quot;2026-08-14&quot;:5.67},{&quot;2026-08-15&quot;:5.67},{&quot;2026-08-16&quot;:5.67},{&quot;2026-08-17&quot;:5.67},{&quot;2026-08-18&quot;:5.67},{&quot;2026-08-19&quot;:5.67},{&quot;2026-08-20&quot;:5.67},{&quot;2026-08-21&quot;:5.67},{&quot;2026-08-22&quot;:5.67},{&quot;2026-08-23&quot;:5.67},{&quot;2026-08-24&quot;:5.67},{&quot;2026-08-25&quot;:5.67},{&quot;2026-08-26&quot;:5.67},{&quot;2026-08-27&quot;:5.67},{&quot;2026-08-28&quot;:5.67},{&quot;2026-08-29&quot;:5.67},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.65},{&quot;2026-09-01&quot;:5.65},{&quot;2026-09-02&quot;:5.68},{&quot;2026-09-03&quot;:5.68},{&quot;2026-09-04&quot;:5.68},{&quot;2026-09-05&quot;:5.68},{&quot;2026-09-06&quot;:5.68},{&quot;2026-09-07&quot;:5.68},{&quot;2026-09-08&quot;:5.68},{&quot;2026-09-09&quot;:5.68},{&quot;2026-09-10&quot;:5.68},{&quot;2026-09-11&quot;:5.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.83},{&quot;2026-06-14&quot;:4.83},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.91},{&quot;2026-06-17&quot;:4.91},{&quot;2026-06-18&quot;:4.91},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:5.02},{&quot;2026-06-21&quot;:5.02},{&quot;2026-06-22&quot;:5.07},{&quot;2026-06-23&quot;:5.0},{&quot;2026-06-24&quot;:5.0},{&quot;2026-06-25&quot;:5.0},{&quot;2026-06-26&quot;:5.05},{&quot;2026-06-27&quot;:5.05},{&quot;2026-06-28&quot;:5.05},{&quot;2026-06-29&quot;:5.03},{&quot;2026-06-30&quot;:5.03},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.08},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.17},{&quot;2026-07-05&quot;:5.18},{&quot;2026-07-06&quot;:5.2},{&quot;2026-07-07&quot;:5.15},{&quot;2026-07-08&quot;:5.15},{&quot;2026-07-09&quot;:5.03},{&quot;2026-07-10&quot;:5.0},{&quot;2026-07-11&quot;:5.0},{&quot;2026-07-12&quot;:5.05},{&quot;2026-07-13&quot;:5.1},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.17},{&quot;2026-07-16&quot;:5.17},{&quot;2026-07-17&quot;:5.17},{&quot;2026-07-18&quot;:5.09},{&quot;2026-07-19&quot;:5.11},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.35},{&quot;2026-07-22&quot;:5.62},{&quot;2026-07-23&quot;:5.62},{&quot;2026-07-24&quot;:5.62},{&quot;2026-07-25&quot;:5.52},{&quot;2026-07-26&quot;:5.52},{&quot;2026-07-27&quot;:5.64},{&quot;2026-07-28&quot;:5.55},{&quot;2026-07-29&quot;:5.54},{&quot;2026-07-30&quot;:5.42},{&quot;2026-07-31&quot;:5.47},{&quot;2026-08-01&quot;:5.43},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.47},{&quot;2026-08-04&quot;:5.38},{&quot;2026-08-05&quot;:5.29},{&quot;2026-08-07&quot;:5.29},{&quot;2026-08-08&quot;:5.29},{&quot;2026-08-09&quot;:4.94},{&quot;2026-08-10&quot;:4.94},{&quot;2026-08-11&quot;:4.95},{&quot;2026-08-12&quot;:4.87},{&quot;2026-08-13&quot;:4.87},{&quot;2026-08-14&quot;:4.92},{&quot;2026-08-15&quot;:4.92},{&quot;2026-08-16&quot;:4.92},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:4.96},{&quot;2026-08-20&quot;:4.85},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.8},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.99},{&quot;2026-08-26&quot;:4.99},{&quot;2026-08-27&quot;:4.99},{&quot;2026-08-28&quot;:5.09},{&quot;2026-08-29&quot;:5.09},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:4.95},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.82},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.81},{&quot;2026-09-06&quot;:4.95},{&quot;2026-09-07&quot;:4.91},{&quot;2026-09-08&quot;:4.91},{&quot;2026-09-09&quot;:5.0},{&quot;2026-09-10&quot;:5.09},{&quot;2026-09-11&quot;:5.02}]}"
        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="42279"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.02
          </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="Lizard Blades" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f0cadc1b-3434-4c38-b414-0f5ab4ca52a0.jpg?1783923770" />

        <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">
            Lizard Blades
        </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 — Equipment Lizard</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="Lizard Blades" src="https://cards.scryfall.io/large/front/f/0/f0cadc1b-3434-4c38-b414-0f5ab4ca52a0.jpg?1783923770" />
    </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">
                $5.02
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.55
              </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;2026-06-11&quot;:4.87},{&quot;2026-06-12&quot;:4.87},{&quot;2026-06-13&quot;:4.87},{&quot;2026-06-14&quot;:4.87},{&quot;2026-06-15&quot;:4.87},{&quot;2026-06-16&quot;:4.8},{&quot;2026-06-17&quot;:4.82},{&quot;2026-06-18&quot;:4.82},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.88},{&quot;2026-06-22&quot;:4.88},{&quot;2026-06-23&quot;:4.88},{&quot;2026-06-24&quot;:5.01},{&quot;2026-06-25&quot;:5.01},{&quot;2026-06-26&quot;:5.01},{&quot;2026-06-27&quot;:5.01},{&quot;2026-06-28&quot;:5.07},{&quot;2026-06-29&quot;:5.31},{&quot;2026-06-30&quot;:5.31},{&quot;2026-07-01&quot;:5.22},{&quot;2026-07-02&quot;:5.22},{&quot;2026-07-03&quot;:5.22},{&quot;2026-07-04&quot;:5.22},{&quot;2026-07-05&quot;:5.22},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.22},{&quot;2026-07-08&quot;:5.22},{&quot;2026-07-09&quot;:5.22},{&quot;2026-07-10&quot;:5.22},{&quot;2026-07-11&quot;:5.22},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.22},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.23},{&quot;2026-07-16&quot;:5.23},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.23},{&quot;2026-07-20&quot;:5.23},{&quot;2026-07-21&quot;:5.23},{&quot;2026-07-23&quot;:5.2},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.31},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-28&quot;:5.31},{&quot;2026-07-29&quot;:5.34},{&quot;2026-07-30&quot;:5.34},{&quot;2026-07-31&quot;:5.37},{&quot;2026-08-01&quot;:5.37},{&quot;2026-08-02&quot;:5.37},{&quot;2026-08-03&quot;:5.37},{&quot;2026-08-04&quot;:5.39},{&quot;2026-08-05&quot;:5.41},{&quot;2026-08-07&quot;:5.32},{&quot;2026-08-08&quot;:5.32},{&quot;2026-08-09&quot;:5.26},{&quot;2026-08-10&quot;:5.31},{&quot;2026-08-11&quot;:5.26},{&quot;2026-08-12&quot;:5.26},{&quot;2026-08-13&quot;:5.33},{&quot;2026-08-14&quot;:5.33},{&quot;2026-08-15&quot;:5.33},{&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.22},{&quot;2026-08-21&quot;:5.21},{&quot;2026-08-22&quot;:5.21},{&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.21},{&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.11},{&quot;2026-08-31&quot;:5.04},{&quot;2026-09-01&quot;:5.04},{&quot;2026-09-02&quot;:5.55},{&quot;2026-09-03&quot;:5.55},{&quot;2026-09-04&quot;:5.55},{&quot;2026-09-05&quot;:5.57},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.61},{&quot;2026-09-08&quot;:5.57},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.55},{&quot;2026-09-11&quot;:5.55}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.36},{&quot;2026-06-12&quot;:3.4},{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.57},{&quot;2026-06-18&quot;:3.68},{&quot;2026-06-19&quot;:3.68},{&quot;2026-06-20&quot;:3.68},{&quot;2026-06-21&quot;:3.74},{&quot;2026-06-22&quot;:3.83},{&quot;2026-06-23&quot;:3.83},{&quot;2026-06-24&quot;:3.86},{&quot;2026-06-25&quot;:3.86},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.83},{&quot;2026-06-28&quot;:3.83},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.91},{&quot;2026-07-01&quot;:3.91},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.89},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.11},{&quot;2026-07-07&quot;:4.19},{&quot;2026-07-08&quot;:4.53},{&quot;2026-07-09&quot;:4.53},{&quot;2026-07-10&quot;:4.73},{&quot;2026-07-11&quot;:4.73},{&quot;2026-07-12&quot;:4.73},{&quot;2026-07-13&quot;:4.67},{&quot;2026-07-14&quot;:4.7},{&quot;2026-07-15&quot;:4.7},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.83},{&quot;2026-07-18&quot;:4.83},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:4.76},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-23&quot;:4.97},{&quot;2026-07-25&quot;:5.13},{&quot;2026-07-26&quot;:5.06},{&quot;2026-07-27&quot;:5.22},{&quot;2026-07-28&quot;:5.28},{&quot;2026-07-29&quot;:5.02},{&quot;2026-07-30&quot;:5.05},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.84},{&quot;2026-08-03&quot;:5.0},{&quot;2026-08-04&quot;:5.0},{&quot;2026-08-05&quot;:5.01},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.93},{&quot;2026-08-09&quot;:5.12},{&quot;2026-08-10&quot;:5.01},{&quot;2026-08-11&quot;:4.84},{&quot;2026-08-12&quot;:4.8},{&quot;2026-08-13&quot;:4.8},{&quot;2026-08-14&quot;:4.8},{&quot;2026-08-15&quot;:4.59},{&quot;2026-08-16&quot;:4.59},{&quot;2026-08-17&quot;:4.55},{&quot;2026-08-18&quot;:4.42},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.64},{&quot;2026-08-23&quot;:4.41},{&quot;2026-08-24&quot;:4.52},{&quot;2026-08-25&quot;:4.52},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.76},{&quot;2026-08-28&quot;:4.84},{&quot;2026-08-29&quot;:4.84},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.83},{&quot;2026-09-01&quot;:4.83},{&quot;2026-09-02&quot;:4.79},{&quot;2026-09-03&quot;:4.79},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:4.79},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.03},{&quot;2026-09-08&quot;:5.03},{&quot;2026-09-09&quot;:5.03},{&quot;2026-09-10&quot;:5.02},{&quot;2026-09-11&quot;:5.02}]}"
        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="79309"
  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-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">
            Heartwood Storyteller
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.02
          </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="Heartwood Storyteller" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a5e2f7a-8cfe-4d1b-a68d-7e6d8d10bd27.jpg?1783927781" />

        <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">
            Heartwood Storyteller
        </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 — Treefolk</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="Heartwood Storyteller" src="https://cards.scryfall.io/large/front/7/a/7a5e2f7a-8cfe-4d1b-a68d-7e6d8d10bd27.jpg?1783927781" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.25</span>
              <span class="text-xs text-grey-text">Credit: $5.53</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;:19.16},{&quot;2026-06-14&quot;:19.16},{&quot;2026-06-15&quot;:19.16},{&quot;2026-06-16&quot;:19.16},{&quot;2026-06-17&quot;:19.53},{&quot;2026-06-18&quot;:19.53},{&quot;2026-06-19&quot;:20.04},{&quot;2026-06-20&quot;:20.04},{&quot;2026-06-21&quot;:20.04},{&quot;2026-06-22&quot;:20.04},{&quot;2026-06-23&quot;:20.04},{&quot;2026-06-24&quot;:20.04},{&quot;2026-06-25&quot;:20.04},{&quot;2026-06-26&quot;:20.04},{&quot;2026-06-27&quot;:20.04},{&quot;2026-06-28&quot;:20.04},{&quot;2026-06-29&quot;:20.04},{&quot;2026-06-30&quot;:20.04},{&quot;2026-07-01&quot;:20.04},{&quot;2026-07-02&quot;:20.04},{&quot;2026-07-03&quot;:20.04},{&quot;2026-07-04&quot;:20.04},{&quot;2026-07-05&quot;:20.04},{&quot;2026-07-06&quot;:20.5},{&quot;2026-07-07&quot;:20.5},{&quot;2026-07-08&quot;:20.5},{&quot;2026-07-09&quot;:20.5},{&quot;2026-07-10&quot;:20.5},{&quot;2026-07-11&quot;:20.5},{&quot;2026-07-12&quot;:20.5},{&quot;2026-07-13&quot;:20.5},{&quot;2026-07-14&quot;:20.5},{&quot;2026-07-15&quot;:20.5},{&quot;2026-07-16&quot;:20.5},{&quot;2026-07-17&quot;:20.5},{&quot;2026-07-18&quot;:20.5},{&quot;2026-07-19&quot;:20.5},{&quot;2026-07-20&quot;:20.5},{&quot;2026-07-21&quot;:20.5},{&quot;2026-07-22&quot;:20.5},{&quot;2026-07-23&quot;:20.5},{&quot;2026-07-24&quot;:20.5},{&quot;2026-07-25&quot;:21.42},{&quot;2026-07-26&quot;:21.42},{&quot;2026-07-27&quot;:21.42},{&quot;2026-07-28&quot;:21.83},{&quot;2026-07-29&quot;:21.83},{&quot;2026-07-30&quot;:21.83},{&quot;2026-07-31&quot;:21.83},{&quot;2026-08-01&quot;:21.83},{&quot;2026-08-02&quot;:21.83},{&quot;2026-08-03&quot;:21.83},{&quot;2026-08-04&quot;:21.83},{&quot;2026-08-05&quot;:21.83},{&quot;2026-08-07&quot;:21.83},{&quot;2026-08-08&quot;:21.83},{&quot;2026-08-09&quot;:21.83},{&quot;2026-08-10&quot;:22.96},{&quot;2026-08-11&quot;:22.96},{&quot;2026-08-12&quot;:22.96},{&quot;2026-08-13&quot;:22.96},{&quot;2026-08-14&quot;:22.96},{&quot;2026-08-15&quot;:22.96},{&quot;2026-08-16&quot;:22.96},{&quot;2026-08-17&quot;:22.96},{&quot;2026-08-18&quot;:22.96},{&quot;2026-08-19&quot;:22.87},{&quot;2026-08-20&quot;:22.87},{&quot;2026-08-21&quot;:22.87},{&quot;2026-08-22&quot;:22.87},{&quot;2026-08-23&quot;:22.87},{&quot;2026-08-24&quot;:22.87},{&quot;2026-08-25&quot;:22.87},{&quot;2026-08-26&quot;:23.02},{&quot;2026-08-27&quot;:23.02},{&quot;2026-08-28&quot;:23.02},{&quot;2026-08-29&quot;:23.02},{&quot;2026-08-30&quot;:23.27},{&quot;2026-08-31&quot;:23.27},{&quot;2026-09-01&quot;:23.27},{&quot;2026-09-02&quot;:23.27},{&quot;2026-09-03&quot;:23.27},{&quot;2026-09-04&quot;:23.27},{&quot;2026-09-05&quot;:23.27},{&quot;2026-09-06&quot;:23.87},{&quot;2026-09-07&quot;:23.87},{&quot;2026-09-08&quot;:23.87},{&quot;2026-09-09&quot;:23.87},{&quot;2026-09-10&quot;:23.87},{&quot;2026-09-11&quot;:23.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.02},{&quot;2026-06-14&quot;:5.02},{&quot;2026-06-15&quot;:5.18},{&quot;2026-06-16&quot;:5.1},{&quot;2026-06-17&quot;:5.08},{&quot;2026-06-18&quot;:5.11},{&quot;2026-06-19&quot;:5.05},{&quot;2026-06-20&quot;:5.02},{&quot;2026-06-21&quot;:5.02},{&quot;2026-06-22&quot;:5.02},{&quot;2026-06-23&quot;:5.06},{&quot;2026-06-24&quot;:4.91},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.04},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:5.0},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.21},{&quot;2026-07-01&quot;:5.26},{&quot;2026-07-02&quot;:5.22},{&quot;2026-07-03&quot;:5.22},{&quot;2026-07-04&quot;:5.22},{&quot;2026-07-05&quot;:5.22},{&quot;2026-07-06&quot;:5.14},{&quot;2026-07-07&quot;:4.99},{&quot;2026-07-08&quot;:5.05},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:5.09},{&quot;2026-07-11&quot;:5.12},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:4.99},{&quot;2026-07-14&quot;:4.84},{&quot;2026-07-15&quot;:4.64},{&quot;2026-07-16&quot;:4.45},{&quot;2026-07-17&quot;:4.35},{&quot;2026-07-18&quot;:4.45},{&quot;2026-07-19&quot;:4.58},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-22&quot;:4.48},{&quot;2026-07-23&quot;:4.56},{&quot;2026-07-24&quot;:4.56},{&quot;2026-07-25&quot;:4.32},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.16},{&quot;2026-07-28&quot;:4.22},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.28},{&quot;2026-07-31&quot;:4.34},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:4.53},{&quot;2026-08-03&quot;:5.04},{&quot;2026-08-04&quot;:4.96},{&quot;2026-08-05&quot;:4.96},{&quot;2026-08-07&quot;:4.96},{&quot;2026-08-08&quot;:5.0},{&quot;2026-08-09&quot;:5.38},{&quot;2026-08-10&quot;:5.51},{&quot;2026-08-11&quot;:5.51},{&quot;2026-08-12&quot;:5.18},{&quot;2026-08-13&quot;:5.27},{&quot;2026-08-14&quot;:5.22},{&quot;2026-08-15&quot;:5.24},{&quot;2026-08-16&quot;:5.01},{&quot;2026-08-17&quot;:4.83},{&quot;2026-08-18&quot;:4.83},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:5.27},{&quot;2026-08-22&quot;:5.43},{&quot;2026-08-23&quot;:5.7},{&quot;2026-08-24&quot;:5.61},{&quot;2026-08-25&quot;:5.68},{&quot;2026-08-26&quot;:5.47},{&quot;2026-08-27&quot;:5.38},{&quot;2026-08-28&quot;:5.28},{&quot;2026-08-29&quot;:5.28},{&quot;2026-08-30&quot;:5.21},{&quot;2026-08-31&quot;:5.36},{&quot;2026-09-01&quot;:5.44},{&quot;2026-09-02&quot;:5.44},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.27},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.49},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.31},{&quot;2026-09-09&quot;:5.25},{&quot;2026-09-10&quot;:5.16},{&quot;2026-09-11&quot;:5.02}]}"
        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="85173"
  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">
            Dauthi Voidwalker
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dauthi Rogue
      </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">
            $5.02
          </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="Dauthi Voidwalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ffc49988-f7ec-4fea-8585-d2a59a3b5891.jpg?1783910006" />

        <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">
            Dauthi Voidwalker
        </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 — Dauthi Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dauthi Voidwalker" src="https://cards.scryfall.io/large/front/f/f/ffc49988-f7ec-4fea-8585-d2a59a3b5891.jpg?1783910006" />
    </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">
                $5.02
              </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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.12},{&quot;2026-06-14&quot;:5.2},{&quot;2026-06-15&quot;:5.23},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:5.19},{&quot;2026-06-20&quot;:5.27},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.3},{&quot;2026-06-23&quot;:5.3},{&quot;2026-06-24&quot;:5.45},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.5},{&quot;2026-06-27&quot;:5.5},{&quot;2026-06-28&quot;:5.49},{&quot;2026-06-29&quot;:5.46},{&quot;2026-06-30&quot;:5.35},{&quot;2026-07-01&quot;:5.37},{&quot;2026-07-02&quot;:5.37},{&quot;2026-07-03&quot;:5.39},{&quot;2026-07-04&quot;:5.38},{&quot;2026-07-05&quot;:5.36},{&quot;2026-07-06&quot;:5.39},{&quot;2026-07-07&quot;:5.34},{&quot;2026-07-08&quot;:5.34},{&quot;2026-07-09&quot;:5.33},{&quot;2026-07-10&quot;:5.33},{&quot;2026-07-11&quot;:5.27},{&quot;2026-07-12&quot;:5.27},{&quot;2026-07-13&quot;:5.17},{&quot;2026-07-14&quot;:5.14},{&quot;2026-07-15&quot;:5.16},{&quot;2026-07-16&quot;:5.03},{&quot;2026-07-17&quot;:5.03},{&quot;2026-07-18&quot;:4.96},{&quot;2026-07-19&quot;:4.85},{&quot;2026-07-20&quot;:4.89},{&quot;2026-07-21&quot;:4.81},{&quot;2026-07-22&quot;:4.81},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-24&quot;:4.75},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.75},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.8},{&quot;2026-07-31&quot;:4.55},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.42},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.28},{&quot;2026-08-05&quot;:4.33},{&quot;2026-08-07&quot;:4.37},{&quot;2026-08-08&quot;:4.5},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.61},{&quot;2026-08-11&quot;:4.46},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.31},{&quot;2026-08-14&quot;:4.19},{&quot;2026-08-15&quot;:4.03},{&quot;2026-08-16&quot;:4.16},{&quot;2026-08-17&quot;:4.24},{&quot;2026-08-18&quot;:4.31},{&quot;2026-08-19&quot;:4.31},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.34},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.55},{&quot;2026-08-24&quot;:4.74},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.8},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.81},{&quot;2026-08-31&quot;:4.94},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:5.06},{&quot;2026-09-03&quot;:5.15},{&quot;2026-09-04&quot;:5.27},{&quot;2026-09-05&quot;:5.19},{&quot;2026-09-06&quot;:5.19},{&quot;2026-09-07&quot;:5.19},{&quot;2026-09-08&quot;:5.19},{&quot;2026-09-09&quot;:5.1},{&quot;2026-09-10&quot;:5.01},{&quot;2026-09-11&quot;:5.02}]}"
        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="29449"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-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">
            Shroofus Sproutsire
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.01
          </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="Shroofus Sproutsire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d29839f0-afe0-4caa-9628-655738aecce4.jpg?1783908855" />

        <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">
            Shroofus Sproutsire
        </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 — Saproling</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="Shroofus Sproutsire" src="https://cards.scryfall.io/large/front/d/2/d29839f0-afe0-4caa-9628-655738aecce4.jpg?1783908855" />
    </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">
                $5.01
              </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">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.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;:5.3},{&quot;2026-06-14&quot;:5.21},{&quot;2026-06-15&quot;:5.24},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.13},{&quot;2026-06-18&quot;:5.18},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.07},{&quot;2026-06-21&quot;:5.07},{&quot;2026-06-22&quot;:5.1},{&quot;2026-06-23&quot;:5.08},{&quot;2026-06-24&quot;:5.05},{&quot;2026-06-25&quot;:4.97},{&quot;2026-06-26&quot;:4.94},{&quot;2026-06-27&quot;:4.93},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.93},{&quot;2026-07-01&quot;:4.97},{&quot;2026-07-02&quot;:4.92},{&quot;2026-07-03&quot;:4.87},{&quot;2026-07-04&quot;:4.82},{&quot;2026-07-05&quot;:4.67},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.77},{&quot;2026-07-10&quot;:4.81},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.88},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.84},{&quot;2026-07-15&quot;:4.77},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.92},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:4.98},{&quot;2026-07-20&quot;:4.98},{&quot;2026-07-21&quot;:4.97},{&quot;2026-07-22&quot;:4.97},{&quot;2026-07-23&quot;:4.98},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:5.05},{&quot;2026-07-26&quot;:5.05},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-28&quot;:5.06},{&quot;2026-07-29&quot;:5.06},{&quot;2026-07-30&quot;:5.14},{&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;:4.99},{&quot;2026-08-04&quot;:4.94},{&quot;2026-08-05&quot;:4.94},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:4.96},{&quot;2026-08-09&quot;:4.95},{&quot;2026-08-10&quot;:4.95},{&quot;2026-08-11&quot;:4.96},{&quot;2026-08-12&quot;:4.96},{&quot;2026-08-13&quot;:5.0},{&quot;2026-08-14&quot;:5.02},{&quot;2026-08-15&quot;:5.05},{&quot;2026-08-16&quot;:4.93},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.84},{&quot;2026-08-21&quot;:5.03},{&quot;2026-08-22&quot;:5.04},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:5.16},{&quot;2026-08-25&quot;:5.18},{&quot;2026-08-26&quot;:5.21},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.36},{&quot;2026-08-29&quot;:5.36},{&quot;2026-08-30&quot;:5.34},{&quot;2026-08-31&quot;:5.2},{&quot;2026-09-01&quot;:4.82},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.59},{&quot;2026-09-04&quot;:4.56},{&quot;2026-09-05&quot;:4.77},{&quot;2026-09-06&quot;:4.89},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:5.0},{&quot;2026-09-09&quot;:5.0},{&quot;2026-09-10&quot;:5.02},{&quot;2026-09-11&quot;:5.01}]}"
        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="53425"
  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">
            Drumbellower
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $5.00
          </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="Drumbellower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2f38d65a-f870-4fe8-b9aa-9203cf5235ae.jpg?1783923989" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Drumbellower" src="https://cards.scryfall.io/large/front/2/f/2f38d65a-f870-4fe8-b9aa-9203cf5235ae.jpg?1783923989" />
    </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">
                $5.00
              </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">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.15},{&quot;2026-06-14&quot;:7.0},{&quot;2026-06-15&quot;:6.82},{&quot;2026-06-16&quot;:6.59},{&quot;2026-06-17&quot;:6.59},{&quot;2026-06-18&quot;:6.59},{&quot;2026-06-19&quot;:6.59},{&quot;2026-06-20&quot;:6.59},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.45},{&quot;2026-06-23&quot;:6.37},{&quot;2026-06-24&quot;:6.37},{&quot;2026-06-25&quot;:6.33},{&quot;2026-06-26&quot;:6.33},{&quot;2026-06-27&quot;:6.33},{&quot;2026-06-28&quot;:6.53},{&quot;2026-06-29&quot;:6.15},{&quot;2026-06-30&quot;:6.16},{&quot;2026-07-01&quot;:6.16},{&quot;2026-07-02&quot;:6.14},{&quot;2026-07-03&quot;:6.14},{&quot;2026-07-04&quot;:6.19},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.24},{&quot;2026-07-07&quot;:6.24},{&quot;2026-07-08&quot;:6.24},{&quot;2026-07-09&quot;:5.8},{&quot;2026-07-10&quot;:5.8},{&quot;2026-07-11&quot;:5.61},{&quot;2026-07-12&quot;:5.61},{&quot;2026-07-13&quot;:5.54},{&quot;2026-07-14&quot;:5.48},{&quot;2026-07-15&quot;:5.48},{&quot;2026-07-16&quot;:5.48},{&quot;2026-07-17&quot;:5.48},{&quot;2026-07-18&quot;:5.55},{&quot;2026-07-19&quot;:5.3},{&quot;2026-07-20&quot;:5.3},{&quot;2026-07-21&quot;:5.3},{&quot;2026-07-22&quot;:5.05},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.06},{&quot;2026-07-25&quot;:5.1},{&quot;2026-07-26&quot;:5.09},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-28&quot;:5.09},{&quot;2026-07-29&quot;:5.09},{&quot;2026-07-30&quot;:4.96},{&quot;2026-07-31&quot;:4.89},{&quot;2026-08-01&quot;:4.95},{&quot;2026-08-02&quot;:4.95},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:4.94},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.83},{&quot;2026-08-13&quot;:4.78},{&quot;2026-08-14&quot;:4.88},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:5.0},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:4.86},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.71},{&quot;2026-08-24&quot;:4.8},{&quot;2026-08-25&quot;:4.83},{&quot;2026-08-26&quot;:4.97},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.06},{&quot;2026-08-29&quot;:5.06},{&quot;2026-08-30&quot;:5.17},{&quot;2026-08-31&quot;:5.17},{&quot;2026-09-01&quot;:5.17},{&quot;2026-09-02&quot;:5.11},{&quot;2026-09-03&quot;:5.11},{&quot;2026-09-04&quot;:5.11},{&quot;2026-09-05&quot;:5.09},{&quot;2026-09-06&quot;:5.02},{&quot;2026-09-07&quot;:5.02},{&quot;2026-09-08&quot;:5.02},{&quot;2026-09-09&quot;:5.09},{&quot;2026-09-10&quot;:5.0},{&quot;2026-09-11&quot;:5.0}]}"
        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="96369"
  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-eoe 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">
            Mutinous Massacre
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.00
          </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="Mutinous Massacre" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b446c5a9-0963-474c-a4d6-13da808dbbc1.jpg?1782685330" />

        <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">
            Mutinous Massacre
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Mutinous Massacre" src="https://cards.scryfall.io/large/front/b/4/b446c5a9-0963-474c-a4d6-13da808dbbc1.jpg?1782685330" />
    </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">
                $5.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.58</span>
              <span class="text-xs text-grey-text">Credit: $2.05</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.58},{&quot;2026-06-10&quot;:4.58},{&quot;2026-06-11&quot;:4.62},{&quot;2026-06-12&quot;:4.62},{&quot;2026-06-13&quot;:4.74},{&quot;2026-06-14&quot;:4.74},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.69},{&quot;2026-06-17&quot;:4.72},{&quot;2026-06-18&quot;:4.72},{&quot;2026-06-19&quot;:4.72},{&quot;2026-06-20&quot;:4.72},{&quot;2026-06-21&quot;:4.72},{&quot;2026-06-22&quot;:4.72},{&quot;2026-06-24&quot;:4.72},{&quot;2026-06-25&quot;:4.69},{&quot;2026-06-26&quot;:4.69},{&quot;2026-06-27&quot;:4.69},{&quot;2026-06-28&quot;:4.69},{&quot;2026-06-29&quot;:4.69},{&quot;2026-06-30&quot;:4.74},{&quot;2026-07-01&quot;:4.78},{&quot;2026-07-02&quot;:4.81},{&quot;2026-07-03&quot;:4.78},{&quot;2026-07-04&quot;:4.82},{&quot;2026-07-05&quot;:4.78},{&quot;2026-07-06&quot;:4.78},{&quot;2026-07-07&quot;:4.84},{&quot;2026-07-08&quot;:4.84},{&quot;2026-07-09&quot;:4.89},{&quot;2026-07-10&quot;:4.89},{&quot;2026-07-11&quot;:4.88},{&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.81},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.8},{&quot;2026-07-21&quot;:4.85},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.89},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-29&quot;:4.86},{&quot;2026-07-30&quot;:4.86},{&quot;2026-07-31&quot;:4.95},{&quot;2026-08-01&quot;:4.95},{&quot;2026-08-02&quot;:4.89},{&quot;2026-08-03&quot;:4.89},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.94},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:4.99},{&quot;2026-08-09&quot;:4.94},{&quot;2026-08-10&quot;:4.99},{&quot;2026-08-11&quot;:4.98},{&quot;2026-08-12&quot;:4.99},{&quot;2026-08-13&quot;:4.99},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:5.09},{&quot;2026-08-16&quot;:5.09},{&quot;2026-08-17&quot;:5.09},{&quot;2026-08-18&quot;:5.03},{&quot;2026-08-19&quot;:5.03},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:5.03},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.03},{&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;:5.03},{&quot;2026-08-28&quot;:5.03},{&quot;2026-08-29&quot;:5.03},{&quot;2026-08-30&quot;:5.03},{&quot;2026-08-31&quot;:5.03},{&quot;2026-09-01&quot;:5.03},{&quot;2026-09-02&quot;:4.98},{&quot;2026-09-03&quot;:4.99},{&quot;2026-09-04&quot;:5.0},{&quot;2026-09-05&quot;:4.99},{&quot;2026-09-06&quot;:5.0},{&quot;2026-09-07&quot;:5.0},{&quot;2026-09-08&quot;:5.0},{&quot;2026-09-09&quot;:5.0},{&quot;2026-09-10&quot;:5.0},{&quot;2026-09-11&quot;:5.0}],&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="10744"
  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-c21 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">
            Boros Charm
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.99
          </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="Boros Charm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/22dc1c3a-0110-4925-a745-e51b20553027.jpg?1783927527" />

        <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">
            Boros Charm
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></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="Boros Charm" src="https://cards.scryfall.io/large/front/2/2/22dc1c3a-0110-4925-a745-e51b20553027.jpg?1783927527" />
    </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">
                $4.99
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.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;:5.23},{&quot;2026-06-14&quot;:5.19},{&quot;2026-06-15&quot;:5.04},{&quot;2026-06-16&quot;:5.0},{&quot;2026-06-17&quot;:5.0},{&quot;2026-06-18&quot;:5.0},{&quot;2026-06-19&quot;:5.0},{&quot;2026-06-20&quot;:5.0},{&quot;2026-06-21&quot;:5.0},{&quot;2026-06-22&quot;:4.91},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:4.9},{&quot;2026-06-25&quot;:4.9},{&quot;2026-06-26&quot;:4.86},{&quot;2026-06-27&quot;:4.86},{&quot;2026-06-28&quot;:4.86},{&quot;2026-06-29&quot;:4.86},{&quot;2026-06-30&quot;:4.84},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.84},{&quot;2026-07-03&quot;:4.84},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.95},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.95},{&quot;2026-07-09&quot;:4.95},{&quot;2026-07-10&quot;:4.95},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.99},{&quot;2026-07-13&quot;:4.99},{&quot;2026-07-14&quot;:4.99},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:4.99},{&quot;2026-07-17&quot;:5.0},{&quot;2026-07-18&quot;:4.99},{&quot;2026-07-19&quot;:4.93},{&quot;2026-07-20&quot;:4.93},{&quot;2026-07-21&quot;:4.93},{&quot;2026-07-22&quot;:4.93},{&quot;2026-07-23&quot;:4.93},{&quot;2026-07-24&quot;:4.93},{&quot;2026-07-25&quot;:4.93},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.93},{&quot;2026-07-28&quot;:4.93},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.63},{&quot;2026-07-31&quot;:4.61},{&quot;2026-08-01&quot;:4.61},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.58},{&quot;2026-08-04&quot;:4.57},{&quot;2026-08-05&quot;:4.56},{&quot;2026-08-07&quot;:4.66},{&quot;2026-08-08&quot;:4.66},{&quot;2026-08-09&quot;:4.72},{&quot;2026-08-10&quot;:4.84},{&quot;2026-08-11&quot;:4.71},{&quot;2026-08-12&quot;:4.75},{&quot;2026-08-13&quot;:4.75},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:4.98},{&quot;2026-08-21&quot;:4.98},{&quot;2026-08-22&quot;:4.99},{&quot;2026-08-23&quot;:4.94},{&quot;2026-08-24&quot;:4.94},{&quot;2026-08-25&quot;:4.94},{&quot;2026-08-26&quot;:4.94},{&quot;2026-08-27&quot;:4.92},{&quot;2026-08-28&quot;:4.92},{&quot;2026-08-29&quot;:4.92},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:4.93},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.92},{&quot;2026-09-03&quot;:4.97},{&quot;2026-09-04&quot;:4.96},{&quot;2026-09-05&quot;:5.02},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:4.99},{&quot;2026-09-08&quot;:4.99},{&quot;2026-09-09&quot;:4.99},{&quot;2026-09-10&quot;:4.99},{&quot;2026-09-11&quot;:4.99}]}"
        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="13201"
  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">
            Lightning Greaves
        </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">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.99
          </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 Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/331013f6-976a-4dac-9939-1006e474e108.jpg?1783915595" />

        <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 Greaves
        </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-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/3/3/331013f6-976a-4dac-9939-1006e474e108.jpg?1783915595" />
    </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">
                $4.99
              </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">
                $5.87
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</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;:6.0},{&quot;2026-06-14&quot;:6.0},{&quot;2026-06-15&quot;:6.09},{&quot;2026-06-16&quot;:6.09},{&quot;2026-06-17&quot;:6.09},{&quot;2026-06-18&quot;:6.09},{&quot;2026-06-19&quot;:6.09},{&quot;2026-06-20&quot;:6.09},{&quot;2026-06-21&quot;:6.09},{&quot;2026-06-22&quot;:6.11},{&quot;2026-06-23&quot;:6.11},{&quot;2026-06-24&quot;:6.0},{&quot;2026-06-25&quot;:6.0},{&quot;2026-06-26&quot;:6.0},{&quot;2026-06-27&quot;:6.0},{&quot;2026-06-28&quot;:6.0},{&quot;2026-06-29&quot;:6.0},{&quot;2026-06-30&quot;:5.99},{&quot;2026-07-01&quot;:5.99},{&quot;2026-07-02&quot;:5.88},{&quot;2026-07-03&quot;:5.87},{&quot;2026-07-04&quot;:5.87},{&quot;2026-07-05&quot;:5.83},{&quot;2026-07-06&quot;:5.83},{&quot;2026-07-07&quot;:5.79},{&quot;2026-07-08&quot;:5.79},{&quot;2026-07-09&quot;:5.79},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:5.78},{&quot;2026-07-12&quot;:5.82},{&quot;2026-07-13&quot;:5.82},{&quot;2026-07-14&quot;:5.82},{&quot;2026-07-15&quot;:5.85},{&quot;2026-07-16&quot;:5.85},{&quot;2026-07-17&quot;:5.87},{&quot;2026-07-18&quot;:5.87},{&quot;2026-07-19&quot;:5.82},{&quot;2026-07-20&quot;:5.82},{&quot;2026-07-21&quot;:5.76},{&quot;2026-07-22&quot;:5.76},{&quot;2026-07-23&quot;:5.76},{&quot;2026-07-24&quot;:5.82},{&quot;2026-07-25&quot;:5.82},{&quot;2026-07-26&quot;:5.82},{&quot;2026-07-27&quot;:5.68},{&quot;2026-07-28&quot;:5.68},{&quot;2026-07-29&quot;:5.68},{&quot;2026-07-30&quot;:5.68},{&quot;2026-07-31&quot;:5.68},{&quot;2026-08-01&quot;:5.68},{&quot;2026-08-02&quot;:5.68},{&quot;2026-08-03&quot;:5.64},{&quot;2026-08-04&quot;:5.72},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.71},{&quot;2026-08-08&quot;:5.71},{&quot;2026-08-09&quot;:5.75},{&quot;2026-08-10&quot;:5.75},{&quot;2026-08-11&quot;:5.75},{&quot;2026-08-12&quot;:5.75},{&quot;2026-08-13&quot;:5.78},{&quot;2026-08-14&quot;:5.78},{&quot;2026-08-15&quot;:5.67},{&quot;2026-08-16&quot;:5.74},{&quot;2026-08-17&quot;:5.72},{&quot;2026-08-18&quot;:5.76},{&quot;2026-08-19&quot;:5.84},{&quot;2026-08-20&quot;:5.85},{&quot;2026-08-21&quot;:5.85},{&quot;2026-08-22&quot;:5.84},{&quot;2026-08-23&quot;:5.84},{&quot;2026-08-24&quot;:5.86},{&quot;2026-08-25&quot;:5.86},{&quot;2026-08-26&quot;:5.86},{&quot;2026-08-27&quot;:5.86},{&quot;2026-08-28&quot;:5.87},{&quot;2026-08-29&quot;:5.87},{&quot;2026-08-30&quot;:5.85},{&quot;2026-08-31&quot;:5.85},{&quot;2026-09-01&quot;:5.85},{&quot;2026-09-02&quot;:5.85},{&quot;2026-09-03&quot;:5.85},{&quot;2026-09-04&quot;:5.85},{&quot;2026-09-05&quot;:5.85},{&quot;2026-09-06&quot;:5.85},{&quot;2026-09-07&quot;:5.81},{&quot;2026-09-08&quot;:5.77},{&quot;2026-09-09&quot;:5.77},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.12},{&quot;2026-06-14&quot;:5.12},{&quot;2026-06-15&quot;:5.12},{&quot;2026-06-16&quot;:5.12},{&quot;2026-06-17&quot;:5.03},{&quot;2026-06-18&quot;:5.03},{&quot;2026-06-19&quot;:5.03},{&quot;2026-06-20&quot;:4.92},{&quot;2026-06-21&quot;:4.92},{&quot;2026-06-22&quot;:4.88},{&quot;2026-06-23&quot;:4.79},{&quot;2026-06-24&quot;:4.71},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.74},{&quot;2026-06-27&quot;:4.72},{&quot;2026-06-28&quot;:4.87},{&quot;2026-06-29&quot;:4.92},{&quot;2026-06-30&quot;:4.95},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.84},{&quot;2026-07-03&quot;:4.85},{&quot;2026-07-04&quot;:4.83},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.22},{&quot;2026-07-07&quot;:4.22},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.4},{&quot;2026-07-10&quot;:4.48},{&quot;2026-07-11&quot;:4.48},{&quot;2026-07-12&quot;:4.48},{&quot;2026-07-13&quot;:4.46},{&quot;2026-07-14&quot;:4.43},{&quot;2026-07-15&quot;:4.38},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.43},{&quot;2026-07-18&quot;:4.45},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-22&quot;:4.7},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-24&quot;:5.01},{&quot;2026-07-25&quot;:5.03},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.81},{&quot;2026-07-28&quot;:4.62},{&quot;2026-07-29&quot;:4.63},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.61},{&quot;2026-08-01&quot;:4.62},{&quot;2026-08-02&quot;:4.78},{&quot;2026-08-03&quot;:4.65},{&quot;2026-08-04&quot;:4.82},{&quot;2026-08-05&quot;:4.85},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.82},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.82},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.8},{&quot;2026-08-14&quot;:4.87},{&quot;2026-08-15&quot;:4.82},{&quot;2026-08-16&quot;:4.78},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.93},{&quot;2026-08-21&quot;:4.92},{&quot;2026-08-22&quot;:4.92},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:4.99},{&quot;2026-08-25&quot;:4.92},{&quot;2026-08-26&quot;:4.91},{&quot;2026-08-27&quot;:5.0},{&quot;2026-08-28&quot;:4.95},{&quot;2026-08-29&quot;:4.95},{&quot;2026-08-30&quot;:4.86},{&quot;2026-08-31&quot;:4.99},{&quot;2026-09-01&quot;:4.95},{&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.88},{&quot;2026-09-06&quot;:4.86},{&quot;2026-09-07&quot;:4.91},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:4.95},{&quot;2026-09-10&quot;:5.04},{&quot;2026-09-11&quot;:4.99}]}"
        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="53944"
  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-ncc 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">
            Mari, the Killing Quill
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Vampire Assassin
      </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">
            $4.98
          </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="Mari, the Killing Quill" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce26ccff-91dc-4564-8b5d-d9adf1c55821.jpg?1783923344" />

        <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">
            Mari, the Killing Quill
        </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 — Vampire Assassin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Mari, the Killing Quill" src="https://cards.scryfall.io/large/front/c/e/ce26ccff-91dc-4564-8b5d-d9adf1c55821.jpg?1783923344" />
    </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">
                $4.98
              </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.97
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.41},{&quot;2026-06-12&quot;:5.41},{&quot;2026-06-13&quot;:5.41},{&quot;2026-06-14&quot;:5.41},{&quot;2026-06-15&quot;:5.41},{&quot;2026-06-16&quot;:5.41},{&quot;2026-06-17&quot;:5.41},{&quot;2026-06-18&quot;:5.41},{&quot;2026-06-19&quot;:5.41},{&quot;2026-06-20&quot;:5.5},{&quot;2026-06-21&quot;:5.5},{&quot;2026-06-22&quot;:5.5},{&quot;2026-06-23&quot;:5.44},{&quot;2026-06-24&quot;:5.46},{&quot;2026-06-25&quot;:5.46},{&quot;2026-06-26&quot;:5.46},{&quot;2026-06-27&quot;:5.46},{&quot;2026-06-28&quot;:5.46},{&quot;2026-06-29&quot;:5.46},{&quot;2026-06-30&quot;:5.46},{&quot;2026-07-01&quot;:5.46},{&quot;2026-07-02&quot;:5.46},{&quot;2026-07-03&quot;:5.46},{&quot;2026-07-04&quot;:5.46},{&quot;2026-07-05&quot;:5.46},{&quot;2026-07-06&quot;:5.55},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.55},{&quot;2026-07-09&quot;:5.55},{&quot;2026-07-10&quot;:5.55},{&quot;2026-07-11&quot;:5.55},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.61},{&quot;2026-07-15&quot;:5.61},{&quot;2026-07-16&quot;:5.69},{&quot;2026-07-17&quot;:5.61},{&quot;2026-07-18&quot;:5.61},{&quot;2026-07-19&quot;:5.61},{&quot;2026-07-20&quot;:5.61},{&quot;2026-07-21&quot;:5.61},{&quot;2026-07-23&quot;:5.67},{&quot;2026-07-25&quot;:5.65},{&quot;2026-07-26&quot;:5.65},{&quot;2026-07-27&quot;:5.65},{&quot;2026-07-28&quot;:5.65},{&quot;2026-07-29&quot;:5.65},{&quot;2026-07-30&quot;:5.65},{&quot;2026-07-31&quot;:5.65},{&quot;2026-08-01&quot;:5.65},{&quot;2026-08-02&quot;:5.72},{&quot;2026-08-03&quot;:5.72},{&quot;2026-08-04&quot;:5.72},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.72},{&quot;2026-08-08&quot;:5.48},{&quot;2026-08-09&quot;:5.48},{&quot;2026-08-10&quot;:5.48},{&quot;2026-08-11&quot;:5.48},{&quot;2026-08-12&quot;:5.56},{&quot;2026-08-13&quot;:5.56},{&quot;2026-08-14&quot;:5.56},{&quot;2026-08-15&quot;:5.62},{&quot;2026-08-16&quot;:5.62},{&quot;2026-08-17&quot;:5.62},{&quot;2026-08-18&quot;:5.72},{&quot;2026-08-19&quot;:5.72},{&quot;2026-08-20&quot;:5.72},{&quot;2026-08-21&quot;:5.91},{&quot;2026-08-22&quot;:5.91},{&quot;2026-08-23&quot;:6.03},{&quot;2026-08-24&quot;:6.03},{&quot;2026-08-25&quot;:6.03},{&quot;2026-08-26&quot;:6.03},{&quot;2026-08-27&quot;:6.03},{&quot;2026-08-28&quot;:6.03},{&quot;2026-08-29&quot;:6.03},{&quot;2026-08-30&quot;:6.03},{&quot;2026-08-31&quot;:6.03},{&quot;2026-09-01&quot;:6.03},{&quot;2026-09-02&quot;:6.03},{&quot;2026-09-03&quot;:6.03},{&quot;2026-09-04&quot;:6.03},{&quot;2026-09-05&quot;:6.03},{&quot;2026-09-06&quot;:6.03},{&quot;2026-09-07&quot;:6.03},{&quot;2026-09-08&quot;:5.97},{&quot;2026-09-09&quot;:5.97},{&quot;2026-09-10&quot;:5.97},{&quot;2026-09-11&quot;:5.97}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.98},{&quot;2026-06-12&quot;:3.94},{&quot;2026-06-13&quot;:3.96},{&quot;2026-06-14&quot;:3.96},{&quot;2026-06-15&quot;:3.92},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:4.14},{&quot;2026-06-18&quot;:4.1},{&quot;2026-06-19&quot;:4.1},{&quot;2026-06-20&quot;:4.09},{&quot;2026-06-21&quot;:4.1},{&quot;2026-06-22&quot;:3.97},{&quot;2026-06-23&quot;:3.94},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:4.13},{&quot;2026-06-27&quot;:4.4},{&quot;2026-06-28&quot;:4.42},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.36},{&quot;2026-07-03&quot;:4.34},{&quot;2026-07-04&quot;:4.34},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.39},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.31},{&quot;2026-07-12&quot;:4.27},{&quot;2026-07-13&quot;:4.26},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.43},{&quot;2026-07-16&quot;:4.2},{&quot;2026-07-17&quot;:4.41},{&quot;2026-07-18&quot;:4.59},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.81},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:5.17},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-28&quot;:5.41},{&quot;2026-07-29&quot;:5.41},{&quot;2026-07-30&quot;:5.43},{&quot;2026-07-31&quot;:5.43},{&quot;2026-08-01&quot;:5.46},{&quot;2026-08-02&quot;:5.46},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.51},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.83},{&quot;2026-08-08&quot;:5.83},{&quot;2026-08-09&quot;:5.75},{&quot;2026-08-10&quot;:5.75},{&quot;2026-08-11&quot;:5.75},{&quot;2026-08-12&quot;:5.72},{&quot;2026-08-13&quot;:5.74},{&quot;2026-08-14&quot;:5.77},{&quot;2026-08-15&quot;:5.72},{&quot;2026-08-16&quot;:5.72},{&quot;2026-08-17&quot;:5.6},{&quot;2026-08-18&quot;:5.62},{&quot;2026-08-19&quot;:5.04},{&quot;2026-08-20&quot;:5.04},{&quot;2026-08-21&quot;:4.65},{&quot;2026-08-22&quot;:4.54},{&quot;2026-08-23&quot;:4.51},{&quot;2026-08-24&quot;:4.57},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.5},{&quot;2026-08-27&quot;:4.62},{&quot;2026-08-28&quot;:4.72},{&quot;2026-08-29&quot;:4.72},{&quot;2026-08-30&quot;:4.49},{&quot;2026-08-31&quot;:4.66},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.69},{&quot;2026-09-03&quot;:4.92},{&quot;2026-09-04&quot;:4.91},{&quot;2026-09-05&quot;:4.97},{&quot;2026-09-06&quot;:4.92},{&quot;2026-09-07&quot;:4.92},{&quot;2026-09-08&quot;:5.03},{&quot;2026-09-09&quot;:5.0},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.98}]}"
        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="73480"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.97
          </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="Prosper, Tome-Bound" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/5/35cd0122-0b38-4aae-84cd-4d5a8e2ae2f5.jpg?1783910494" />

        <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">
            Prosper, Tome-Bound
        </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 — Tiefling Warlock</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="Prosper, Tome-Bound" src="https://cards.scryfall.io/large/front/3/5/35cd0122-0b38-4aae-84cd-4d5a8e2ae2f5.jpg?1783910494" />
    </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">
                $4.97
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.76},{&quot;2026-06-12&quot;:5.76},{&quot;2026-06-13&quot;:5.77},{&quot;2026-06-14&quot;:5.76},{&quot;2026-06-15&quot;:5.79},{&quot;2026-06-16&quot;:5.83},{&quot;2026-06-17&quot;:5.74},{&quot;2026-06-18&quot;:5.74},{&quot;2026-06-19&quot;:5.7},{&quot;2026-06-20&quot;:5.7},{&quot;2026-06-21&quot;:5.46},{&quot;2026-06-22&quot;:5.42},{&quot;2026-06-23&quot;:5.46},{&quot;2026-06-24&quot;:5.49},{&quot;2026-06-25&quot;:5.52},{&quot;2026-06-26&quot;:5.61},{&quot;2026-06-27&quot;:5.62},{&quot;2026-06-28&quot;:5.62},{&quot;2026-06-29&quot;:5.58},{&quot;2026-06-30&quot;:5.61},{&quot;2026-07-01&quot;:5.68},{&quot;2026-07-02&quot;:5.74},{&quot;2026-07-03&quot;:5.55},{&quot;2026-07-04&quot;:5.48},{&quot;2026-07-05&quot;:5.48},{&quot;2026-07-06&quot;:5.26},{&quot;2026-07-07&quot;:5.25},{&quot;2026-07-08&quot;:5.23},{&quot;2026-07-09&quot;:5.11},{&quot;2026-07-10&quot;:4.89},{&quot;2026-07-11&quot;:4.9},{&quot;2026-07-12&quot;:4.97},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:5.08},{&quot;2026-07-15&quot;:5.08},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:5.02},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:4.96},{&quot;2026-07-21&quot;:4.94},{&quot;2026-07-23&quot;:4.97},{&quot;2026-07-25&quot;:5.03},{&quot;2026-07-26&quot;:5.03},{&quot;2026-07-27&quot;:5.03},{&quot;2026-07-28&quot;:5.08},{&quot;2026-07-29&quot;:5.08},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:4.98},{&quot;2026-08-01&quot;:4.98},{&quot;2026-08-02&quot;:4.97},{&quot;2026-08-03&quot;:4.83},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.81},{&quot;2026-08-07&quot;:4.82},{&quot;2026-08-08&quot;:4.7},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.64},{&quot;2026-08-11&quot;:4.6},{&quot;2026-08-12&quot;:4.54},{&quot;2026-08-13&quot;:4.49},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.49},{&quot;2026-08-16&quot;:4.47},{&quot;2026-08-17&quot;:4.55},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.57},{&quot;2026-08-20&quot;:4.57},{&quot;2026-08-21&quot;:4.73},{&quot;2026-08-22&quot;:4.95},{&quot;2026-08-23&quot;:4.91},{&quot;2026-08-24&quot;:5.06},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.05},{&quot;2026-08-27&quot;:5.11},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:5.07},{&quot;2026-08-31&quot;:5.1},{&quot;2026-09-01&quot;:5.16},{&quot;2026-09-02&quot;:5.23},{&quot;2026-09-03&quot;:4.94},{&quot;2026-09-04&quot;:4.94},{&quot;2026-09-05&quot;:4.98},{&quot;2026-09-06&quot;:5.07},{&quot;2026-09-07&quot;:5.12},{&quot;2026-09-08&quot;:4.98},{&quot;2026-09-09&quot;:4.98},{&quot;2026-09-10&quot;:4.93},{&quot;2026-09-11&quot;:4.97}]}"
        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="94921"
  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-fca 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">
            Primeval Titan
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $4.96
          </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="Primeval Titan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/972dfe0d-1f8a-4e18-bcd8-c1ff6266c01a.jpg?1783906380" />

        <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">
            Primeval Titan
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Primeval Titan" src="https://cards.scryfall.io/large/front/9/7/972dfe0d-1f8a-4e18-bcd8-c1ff6266c01a.jpg?1783906380" />
    </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">
                $4.96
              </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">
                $22.54
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:27.63},{&quot;2026-06-13&quot;:27.63},{&quot;2026-06-14&quot;:27.39},{&quot;2026-06-15&quot;:27.39},{&quot;2026-06-16&quot;:27.39},{&quot;2026-06-17&quot;:27.39},{&quot;2026-06-18&quot;:27.39},{&quot;2026-06-19&quot;:27.16},{&quot;2026-06-20&quot;:26.85},{&quot;2026-06-21&quot;:26.85},{&quot;2026-06-22&quot;:26.85},{&quot;2026-06-23&quot;:26.85},{&quot;2026-06-24&quot;:26.85},{&quot;2026-06-25&quot;:26.85},{&quot;2026-06-26&quot;:26.85},{&quot;2026-06-27&quot;:26.85},{&quot;2026-06-28&quot;:26.85},{&quot;2026-06-29&quot;:26.85},{&quot;2026-06-30&quot;:26.85},{&quot;2026-07-01&quot;:26.69},{&quot;2026-07-02&quot;:26.53},{&quot;2026-07-03&quot;:25.49},{&quot;2026-07-04&quot;:25.49},{&quot;2026-07-05&quot;:25.49},{&quot;2026-07-06&quot;:25.49},{&quot;2026-07-07&quot;:25.49},{&quot;2026-07-08&quot;:25.49},{&quot;2026-07-09&quot;:25.49},{&quot;2026-07-10&quot;:25.49},{&quot;2026-07-11&quot;:25.24},{&quot;2026-07-12&quot;:24.9},{&quot;2026-07-13&quot;:24.42},{&quot;2026-07-14&quot;:24.29},{&quot;2026-07-15&quot;:24.09},{&quot;2026-07-16&quot;:24.09},{&quot;2026-07-17&quot;:24.09},{&quot;2026-07-18&quot;:24.09},{&quot;2026-07-19&quot;:23.76},{&quot;2026-07-20&quot;:23.76},{&quot;2026-07-21&quot;:23.76},{&quot;2026-07-23&quot;:23.76},{&quot;2026-07-24&quot;:23.65},{&quot;2026-07-25&quot;:23.65},{&quot;2026-07-26&quot;:23.65},{&quot;2026-07-27&quot;:23.65},{&quot;2026-07-28&quot;:23.45},{&quot;2026-07-29&quot;:23.45},{&quot;2026-07-30&quot;:23.45},{&quot;2026-07-31&quot;:23.45},{&quot;2026-08-01&quot;:23.42},{&quot;2026-08-02&quot;:23.24},{&quot;2026-08-03&quot;:23.07},{&quot;2026-08-04&quot;:23.07},{&quot;2026-08-05&quot;:23.07},{&quot;2026-08-07&quot;:22.75},{&quot;2026-08-08&quot;:22.75},{&quot;2026-08-09&quot;:22.75},{&quot;2026-08-10&quot;:22.62},{&quot;2026-08-11&quot;:22.6},{&quot;2026-08-12&quot;:22.63},{&quot;2026-08-13&quot;:22.63},{&quot;2026-08-14&quot;:22.63},{&quot;2026-08-15&quot;:22.63},{&quot;2026-08-16&quot;:22.63},{&quot;2026-08-17&quot;:22.63},{&quot;2026-08-18&quot;:22.47},{&quot;2026-08-19&quot;:22.49},{&quot;2026-08-20&quot;:22.49},{&quot;2026-08-21&quot;:22.22},{&quot;2026-08-22&quot;:22.22},{&quot;2026-08-23&quot;:22.22},{&quot;2026-08-24&quot;:22.22},{&quot;2026-08-25&quot;:22.22},{&quot;2026-08-26&quot;:22.22},{&quot;2026-08-27&quot;:22.34},{&quot;2026-08-28&quot;:22.34},{&quot;2026-08-29&quot;:22.34},{&quot;2026-08-30&quot;:22.31},{&quot;2026-08-31&quot;:22.31},{&quot;2026-09-01&quot;:22.47},{&quot;2026-09-02&quot;:22.47},{&quot;2026-09-03&quot;:22.42},{&quot;2026-09-04&quot;:22.42},{&quot;2026-09-05&quot;:22.54},{&quot;2026-09-06&quot;:22.54},{&quot;2026-09-07&quot;:22.54},{&quot;2026-09-08&quot;:22.54},{&quot;2026-09-09&quot;:22.54},{&quot;2026-09-10&quot;:22.54},{&quot;2026-09-11&quot;:22.54}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.18},{&quot;2026-06-13&quot;:5.24},{&quot;2026-06-14&quot;:5.24},{&quot;2026-06-15&quot;:5.36},{&quot;2026-06-16&quot;:5.41},{&quot;2026-06-17&quot;:5.48},{&quot;2026-06-18&quot;:5.43},{&quot;2026-06-19&quot;:5.57},{&quot;2026-06-20&quot;:5.65},{&quot;2026-06-21&quot;:5.78},{&quot;2026-06-22&quot;:5.61},{&quot;2026-06-23&quot;:5.65},{&quot;2026-06-24&quot;:5.75},{&quot;2026-06-25&quot;:5.75},{&quot;2026-06-26&quot;:5.42},{&quot;2026-06-27&quot;:5.34},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.2},{&quot;2026-06-30&quot;:4.66},{&quot;2026-07-01&quot;:4.73},{&quot;2026-07-02&quot;:4.66},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:5.02},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:5.15},{&quot;2026-07-08&quot;:5.09},{&quot;2026-07-09&quot;:5.02},{&quot;2026-07-10&quot;:4.88},{&quot;2026-07-11&quot;:4.49},{&quot;2026-07-12&quot;:4.42},{&quot;2026-07-13&quot;:4.32},{&quot;2026-07-14&quot;:4.41},{&quot;2026-07-15&quot;:4.38},{&quot;2026-07-16&quot;:4.38},{&quot;2026-07-17&quot;:4.45},{&quot;2026-07-18&quot;:4.61},{&quot;2026-07-19&quot;:4.63},{&quot;2026-07-20&quot;:4.81},{&quot;2026-07-21&quot;:5.0},{&quot;2026-07-23&quot;:5.24},{&quot;2026-07-24&quot;:5.24},{&quot;2026-07-25&quot;:5.3},{&quot;2026-07-26&quot;:5.31},{&quot;2026-07-27&quot;:5.32},{&quot;2026-07-28&quot;:5.44},{&quot;2026-07-29&quot;:5.42},{&quot;2026-07-30&quot;:5.39},{&quot;2026-07-31&quot;:5.4},{&quot;2026-08-01&quot;:5.27},{&quot;2026-08-02&quot;:5.12},{&quot;2026-08-03&quot;:4.95},{&quot;2026-08-04&quot;:4.97},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:5.13},{&quot;2026-08-08&quot;:5.23},{&quot;2026-08-09&quot;:5.23},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.26},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:5.02},{&quot;2026-08-14&quot;:4.97},{&quot;2026-08-15&quot;:4.71},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.46},{&quot;2026-08-19&quot;:4.49},{&quot;2026-08-20&quot;:4.49},{&quot;2026-08-21&quot;:4.46},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.79},{&quot;2026-08-26&quot;:4.68},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.39},{&quot;2026-08-29&quot;:4.39},{&quot;2026-08-30&quot;:4.35},{&quot;2026-08-31&quot;:4.4},{&quot;2026-09-01&quot;:4.53},{&quot;2026-09-02&quot;:4.63},{&quot;2026-09-03&quot;:4.56},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.94},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:5.09},{&quot;2026-09-08&quot;:5.13},{&quot;2026-09-09&quot;:4.86},{&quot;2026-09-10&quot;:4.79},{&quot;2026-09-11&quot;:4.96}]}"
        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="24383"
  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">
            Thornspire Verge
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.95
          </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="Thornspire Verge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e1cdc03-6faa-4138-9a52-caafbe34fb59.jpg?1783909426" />

        <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">
            Thornspire Verge
        </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="Thornspire Verge" src="https://cards.scryfall.io/large/front/7/e/7e1cdc03-6faa-4138-9a52-caafbe34fb59.jpg?1783909426" />
    </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">
                $4.95
              </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">
                $5.33
              </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">$4.40</span>
              <span class="text-xs text-grey-text">Credit: $5.72</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;:5.78},{&quot;2026-06-12&quot;:5.78},{&quot;2026-06-13&quot;:5.78},{&quot;2026-06-14&quot;:5.78},{&quot;2026-06-15&quot;:5.74},{&quot;2026-06-16&quot;:5.74},{&quot;2026-06-17&quot;:5.74},{&quot;2026-06-18&quot;:5.74},{&quot;2026-06-19&quot;:5.71},{&quot;2026-06-20&quot;:5.71},{&quot;2026-06-21&quot;:5.73},{&quot;2026-06-22&quot;:5.73},{&quot;2026-06-23&quot;:5.73},{&quot;2026-06-24&quot;:5.73},{&quot;2026-06-25&quot;:5.73},{&quot;2026-06-26&quot;:5.73},{&quot;2026-06-27&quot;:5.81},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.76},{&quot;2026-06-30&quot;:5.78},{&quot;2026-07-01&quot;:5.79},{&quot;2026-07-02&quot;:5.79},{&quot;2026-07-03&quot;:5.79},{&quot;2026-07-04&quot;:5.77},{&quot;2026-07-05&quot;:5.77},{&quot;2026-07-06&quot;:5.7},{&quot;2026-07-07&quot;:5.74},{&quot;2026-07-08&quot;:5.63},{&quot;2026-07-09&quot;:5.63},{&quot;2026-07-10&quot;:5.66},{&quot;2026-07-11&quot;:5.67},{&quot;2026-07-12&quot;:5.56},{&quot;2026-07-13&quot;:5.6},{&quot;2026-07-14&quot;:5.62},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.52},{&quot;2026-07-17&quot;:5.46},{&quot;2026-07-18&quot;:5.46},{&quot;2026-07-19&quot;:5.6},{&quot;2026-07-20&quot;:5.6},{&quot;2026-07-21&quot;:5.6},{&quot;2026-07-23&quot;:5.67},{&quot;2026-07-25&quot;:5.67},{&quot;2026-07-26&quot;:5.72},{&quot;2026-07-27&quot;:5.77},{&quot;2026-07-28&quot;:5.77},{&quot;2026-07-29&quot;:5.84},{&quot;2026-07-30&quot;:5.89},{&quot;2026-07-31&quot;:5.84},{&quot;2026-08-01&quot;:5.84},{&quot;2026-08-02&quot;:5.84},{&quot;2026-08-03&quot;:5.84},{&quot;2026-08-04&quot;:5.84},{&quot;2026-08-05&quot;:5.83},{&quot;2026-08-07&quot;:5.85},{&quot;2026-08-08&quot;:5.85},{&quot;2026-08-09&quot;:5.85},{&quot;2026-08-10&quot;:5.85},{&quot;2026-08-11&quot;:5.97},{&quot;2026-08-12&quot;:5.86},{&quot;2026-08-13&quot;:5.8},{&quot;2026-08-14&quot;:5.8},{&quot;2026-08-15&quot;:5.8},{&quot;2026-08-16&quot;:5.8},{&quot;2026-08-17&quot;:5.7},{&quot;2026-08-18&quot;:5.7},{&quot;2026-08-19&quot;:5.7},{&quot;2026-08-20&quot;:5.7},{&quot;2026-08-21&quot;:5.59},{&quot;2026-08-22&quot;:5.54},{&quot;2026-08-23&quot;:5.54},{&quot;2026-08-24&quot;:5.54},{&quot;2026-08-25&quot;:5.54},{&quot;2026-08-26&quot;:5.66},{&quot;2026-08-27&quot;:5.66},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.54},{&quot;2026-09-01&quot;:5.54},{&quot;2026-09-02&quot;:5.54},{&quot;2026-09-03&quot;:5.47},{&quot;2026-09-04&quot;:5.49},{&quot;2026-09-05&quot;:5.51},{&quot;2026-09-06&quot;:5.51},{&quot;2026-09-07&quot;:5.43},{&quot;2026-09-08&quot;:5.43},{&quot;2026-09-09&quot;:5.42},{&quot;2026-09-10&quot;:5.36},{&quot;2026-09-11&quot;:5.33}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.42},{&quot;2026-06-12&quot;:5.44},{&quot;2026-06-13&quot;:5.32},{&quot;2026-06-14&quot;:5.12},{&quot;2026-06-15&quot;:5.02},{&quot;2026-06-16&quot;:4.98},{&quot;2026-06-17&quot;:5.11},{&quot;2026-06-18&quot;:5.12},{&quot;2026-06-19&quot;:5.25},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.28},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.26},{&quot;2026-06-25&quot;:5.36},{&quot;2026-06-26&quot;:5.32},{&quot;2026-06-27&quot;:5.28},{&quot;2026-06-28&quot;:5.2},{&quot;2026-06-29&quot;:5.0},{&quot;2026-06-30&quot;:4.99},{&quot;2026-07-01&quot;:4.72},{&quot;2026-07-02&quot;:4.65},{&quot;2026-07-03&quot;:4.73},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.96},{&quot;2026-07-06&quot;:5.11},{&quot;2026-07-07&quot;:5.13},{&quot;2026-07-08&quot;:5.32},{&quot;2026-07-09&quot;:5.49},{&quot;2026-07-10&quot;:5.53},{&quot;2026-07-11&quot;:5.6},{&quot;2026-07-12&quot;:5.6},{&quot;2026-07-13&quot;:5.51},{&quot;2026-07-14&quot;:5.47},{&quot;2026-07-15&quot;:5.31},{&quot;2026-07-16&quot;:5.17},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:5.11},{&quot;2026-07-19&quot;:5.34},{&quot;2026-07-20&quot;:5.58},{&quot;2026-07-21&quot;:5.66},{&quot;2026-07-23&quot;:5.61},{&quot;2026-07-25&quot;:5.65},{&quot;2026-07-26&quot;:5.65},{&quot;2026-07-27&quot;:5.57},{&quot;2026-07-28&quot;:5.5},{&quot;2026-07-29&quot;:5.38},{&quot;2026-07-30&quot;:5.23},{&quot;2026-07-31&quot;:5.19},{&quot;2026-08-01&quot;:5.2},{&quot;2026-08-02&quot;:5.48},{&quot;2026-08-03&quot;:5.36},{&quot;2026-08-04&quot;:5.43},{&quot;2026-08-05&quot;:5.13},{&quot;2026-08-07&quot;:4.96},{&quot;2026-08-08&quot;:4.96},{&quot;2026-08-09&quot;:4.77},{&quot;2026-08-10&quot;:4.56},{&quot;2026-08-11&quot;:4.82},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.83},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:5.0},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:5.15},{&quot;2026-08-18&quot;:5.19},{&quot;2026-08-19&quot;:5.31},{&quot;2026-08-20&quot;:5.31},{&quot;2026-08-21&quot;:5.26},{&quot;2026-08-22&quot;:5.21},{&quot;2026-08-23&quot;:5.01},{&quot;2026-08-24&quot;:4.93},{&quot;2026-08-25&quot;:4.93},{&quot;2026-08-26&quot;:5.01},{&quot;2026-08-27&quot;:5.0},{&quot;2026-08-28&quot;:4.98},{&quot;2026-08-29&quot;:4.98},{&quot;2026-08-30&quot;:4.66},{&quot;2026-08-31&quot;:4.48},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.67},{&quot;2026-09-03&quot;:5.01},{&quot;2026-09-04&quot;:5.07},{&quot;2026-09-05&quot;:5.23},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.0},{&quot;2026-09-08&quot;:4.99},{&quot;2026-09-09&quot;:4.88},{&quot;2026-09-10&quot;:4.97},{&quot;2026-09-11&quot;:4.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="490"
  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-afr 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">
            Hobgoblin Bandit Lord
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.94
          </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="Hobgoblin Bandit Lord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/09e9dc36-f2d8-4384-98cb-e44c00b02433.jpg?1783926478" />

        <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">
            Hobgoblin Bandit Lord
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hobgoblin Bandit Lord" src="https://cards.scryfall.io/large/front/0/9/09e9dc36-f2d8-4384-98cb-e44c00b02433.jpg?1783926478" />
    </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">
                $4.94
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.37},{&quot;2026-06-11&quot;:6.28},{&quot;2026-06-12&quot;:6.41},{&quot;2026-06-13&quot;:6.41},{&quot;2026-06-14&quot;:6.43},{&quot;2026-06-15&quot;:6.45},{&quot;2026-06-16&quot;:6.45},{&quot;2026-06-17&quot;:6.45},{&quot;2026-06-18&quot;:6.45},{&quot;2026-06-19&quot;:6.45},{&quot;2026-06-20&quot;:6.45},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.35},{&quot;2026-06-23&quot;:6.4},{&quot;2026-06-24&quot;:6.4},{&quot;2026-06-25&quot;:6.5},{&quot;2026-06-26&quot;:6.5},{&quot;2026-06-27&quot;:6.5},{&quot;2026-06-28&quot;:6.54},{&quot;2026-06-29&quot;:6.54},{&quot;2026-06-30&quot;:6.48},{&quot;2026-07-01&quot;:6.51},{&quot;2026-07-02&quot;:6.51},{&quot;2026-07-03&quot;:6.51},{&quot;2026-07-04&quot;:6.51},{&quot;2026-07-05&quot;:6.51},{&quot;2026-07-06&quot;:6.51},{&quot;2026-07-07&quot;:6.51},{&quot;2026-07-08&quot;:6.51},{&quot;2026-07-09&quot;:6.51},{&quot;2026-07-10&quot;:6.39},{&quot;2026-07-11&quot;:6.55},{&quot;2026-07-12&quot;:6.55},{&quot;2026-07-13&quot;:6.39},{&quot;2026-07-14&quot;:6.41},{&quot;2026-07-15&quot;:6.25},{&quot;2026-07-16&quot;:6.25},{&quot;2026-07-17&quot;:6.25},{&quot;2026-07-18&quot;:6.14},{&quot;2026-07-19&quot;:6.14},{&quot;2026-07-20&quot;:6.14},{&quot;2026-07-21&quot;:6.14},{&quot;2026-07-23&quot;:6.14},{&quot;2026-07-25&quot;:6.14},{&quot;2026-07-26&quot;:6.14},{&quot;2026-07-27&quot;:6.19},{&quot;2026-07-29&quot;:6.19},{&quot;2026-07-30&quot;:6.19},{&quot;2026-07-31&quot;:6.19},{&quot;2026-08-01&quot;:6.19},{&quot;2026-08-02&quot;:6.19},{&quot;2026-08-03&quot;:6.19},{&quot;2026-08-04&quot;:6.19},{&quot;2026-08-05&quot;:6.19},{&quot;2026-08-07&quot;:6.07},{&quot;2026-08-08&quot;:6.07},{&quot;2026-08-09&quot;:6.07},{&quot;2026-08-10&quot;:6.07},{&quot;2026-08-11&quot;:6.07},{&quot;2026-08-12&quot;:6.07},{&quot;2026-08-13&quot;:6.07},{&quot;2026-08-14&quot;:6.07},{&quot;2026-08-15&quot;:6.07},{&quot;2026-08-16&quot;:6.07},{&quot;2026-08-17&quot;:6.07},{&quot;2026-08-18&quot;:6.07},{&quot;2026-08-19&quot;:6.07},{&quot;2026-08-20&quot;:6.07},{&quot;2026-08-21&quot;:6.07},{&quot;2026-08-22&quot;:6.07},{&quot;2026-08-23&quot;:6.07},{&quot;2026-08-24&quot;:5.99},{&quot;2026-08-25&quot;:5.99},{&quot;2026-08-26&quot;:6.02},{&quot;2026-08-27&quot;:6.02},{&quot;2026-08-28&quot;:6.02},{&quot;2026-08-29&quot;:6.02},{&quot;2026-08-30&quot;:5.98},{&quot;2026-08-31&quot;:5.98},{&quot;2026-09-01&quot;:5.98},{&quot;2026-09-02&quot;:5.95},{&quot;2026-09-03&quot;:5.91},{&quot;2026-09-04&quot;:5.91},{&quot;2026-09-05&quot;:5.91},{&quot;2026-09-06&quot;:5.91},{&quot;2026-09-07&quot;:5.91},{&quot;2026-09-08&quot;:5.87},{&quot;2026-09-09&quot;:5.87},{&quot;2026-09-10&quot;:6.02},{&quot;2026-09-11&quot;:5.96}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.29},{&quot;2026-06-11&quot;:6.45},{&quot;2026-06-12&quot;:6.56},{&quot;2026-06-13&quot;:6.46},{&quot;2026-06-14&quot;:6.6},{&quot;2026-06-15&quot;:6.59},{&quot;2026-06-16&quot;:6.19},{&quot;2026-06-17&quot;:6.27},{&quot;2026-06-18&quot;:6.16},{&quot;2026-06-19&quot;:5.58},{&quot;2026-06-20&quot;:5.52},{&quot;2026-06-21&quot;:5.44},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:4.98},{&quot;2026-06-24&quot;:5.07},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:4.57},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.22},{&quot;2026-07-02&quot;:5.32},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.21},{&quot;2026-07-05&quot;:5.29},{&quot;2026-07-06&quot;:5.23},{&quot;2026-07-07&quot;:5.24},{&quot;2026-07-08&quot;:5.41},{&quot;2026-07-09&quot;:5.51},{&quot;2026-07-10&quot;:5.66},{&quot;2026-07-11&quot;:5.58},{&quot;2026-07-12&quot;:5.6},{&quot;2026-07-13&quot;:5.57},{&quot;2026-07-14&quot;:5.57},{&quot;2026-07-15&quot;:5.53},{&quot;2026-07-16&quot;:5.56},{&quot;2026-07-17&quot;:5.41},{&quot;2026-07-18&quot;:5.41},{&quot;2026-07-19&quot;:5.29},{&quot;2026-07-20&quot;:5.11},{&quot;2026-07-21&quot;:4.89},{&quot;2026-07-23&quot;:4.62},{&quot;2026-07-25&quot;:4.64},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-29&quot;:4.8},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.75},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.54},{&quot;2026-08-03&quot;:4.5},{&quot;2026-08-04&quot;:4.3},{&quot;2026-08-05&quot;:4.43},{&quot;2026-08-07&quot;:4.75},{&quot;2026-08-08&quot;:4.82},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.75},{&quot;2026-08-11&quot;:4.77},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.07},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.81},{&quot;2026-08-16&quot;:4.86},{&quot;2026-08-17&quot;:4.84},{&quot;2026-08-18&quot;:4.59},{&quot;2026-08-19&quot;:4.59},{&quot;2026-08-20&quot;:4.59},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.5},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.55},{&quot;2026-08-27&quot;:4.6},{&quot;2026-08-28&quot;:4.63},{&quot;2026-08-29&quot;:4.63},{&quot;2026-08-30&quot;:4.38},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.41},{&quot;2026-09-03&quot;:4.46},{&quot;2026-09-04&quot;:4.46},{&quot;2026-09-05&quot;:4.31},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.56},{&quot;2026-09-08&quot;:4.63},{&quot;2026-09-09&quot;:4.63},{&quot;2026-09-10&quot;:4.77},{&quot;2026-09-11&quot;:4.94}]}"
        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="76868"
  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">
            Beseech the Queen
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.94
          </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="Beseech the Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b578ec2d-31d2-4ce0-9fec-4263a4eceabd.jpg?1783929710" />

        <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">
            Beseech the Queen
        </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-2b'></i><i class='no-tailwind ms ms-cost ml-0 ms-2b'></i><i class='no-tailwind ms ms-cost ml-0 ms-2b'></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="Beseech the Queen" src="https://cards.scryfall.io/large/front/b/5/b578ec2d-31d2-4ce0-9fec-4263a4eceabd.jpg?1783929710" />
    </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">
                $4.94
              </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">$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;:5.08},{&quot;2026-06-14&quot;:5.12},{&quot;2026-06-15&quot;:5.27},{&quot;2026-06-16&quot;:5.27},{&quot;2026-06-17&quot;:5.39},{&quot;2026-06-18&quot;:5.3},{&quot;2026-06-19&quot;:5.24},{&quot;2026-06-20&quot;:5.07},{&quot;2026-06-21&quot;:5.03},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:4.95},{&quot;2026-06-24&quot;:4.99},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.89},{&quot;2026-06-28&quot;:4.96},{&quot;2026-06-29&quot;:4.89},{&quot;2026-06-30&quot;:4.87},{&quot;2026-07-01&quot;:4.86},{&quot;2026-07-02&quot;:4.87},{&quot;2026-07-03&quot;:4.78},{&quot;2026-07-04&quot;:4.68},{&quot;2026-07-05&quot;:4.56},{&quot;2026-07-06&quot;:4.41},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.08},{&quot;2026-07-09&quot;:3.94},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.87},{&quot;2026-07-13&quot;:3.95},{&quot;2026-07-14&quot;:4.04},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.52},{&quot;2026-07-18&quot;:4.61},{&quot;2026-07-19&quot;:4.65},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.73},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-24&quot;:4.76},{&quot;2026-07-25&quot;:4.56},{&quot;2026-07-26&quot;:4.46},{&quot;2026-07-27&quot;:4.71},{&quot;2026-07-28&quot;:4.7},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.68},{&quot;2026-07-31&quot;:4.59},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.69},{&quot;2026-08-04&quot;:4.71},{&quot;2026-08-05&quot;:4.62},{&quot;2026-08-07&quot;:4.37},{&quot;2026-08-08&quot;:4.36},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.54},{&quot;2026-08-11&quot;:4.55},{&quot;2026-08-12&quot;:4.67},{&quot;2026-08-13&quot;:4.59},{&quot;2026-08-14&quot;:4.61},{&quot;2026-08-15&quot;:4.6},{&quot;2026-08-16&quot;:4.35},{&quot;2026-08-17&quot;:4.29},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.23},{&quot;2026-08-20&quot;:4.28},{&quot;2026-08-21&quot;:4.27},{&quot;2026-08-22&quot;:4.25},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.3},{&quot;2026-08-25&quot;:4.29},{&quot;2026-08-26&quot;:4.05},{&quot;2026-08-27&quot;:3.93},{&quot;2026-08-28&quot;:3.98},{&quot;2026-08-29&quot;:3.98},{&quot;2026-08-30&quot;:4.13},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.19},{&quot;2026-09-02&quot;:4.32},{&quot;2026-09-03&quot;:4.46},{&quot;2026-09-04&quot;:4.56},{&quot;2026-09-05&quot;:4.66},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.77},{&quot;2026-09-08&quot;:4.78},{&quot;2026-09-09&quot;:4.78},{&quot;2026-09-10&quot;:4.74},{&quot;2026-09-11&quot;:4.94}]}"
        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="14096"
  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">
            Hunted Horror
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — 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="text-sm font-medium text-nine-white">
            $4.93
          </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="Hunted Horror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02f74866-d0ea-42ce-bc44-500219fb73d4.jpg?1783922444" />

        <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">
            Hunted Horror
        </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 — Horror</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hunted Horror" src="https://cards.scryfall.io/large/front/0/2/02f74866-d0ea-42ce-bc44-500219fb73d4.jpg?1783922444" />
    </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">
                $4.93
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.91},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:4.1},{&quot;2026-06-17&quot;:4.1},{&quot;2026-06-18&quot;:4.21},{&quot;2026-06-19&quot;:4.24},{&quot;2026-06-20&quot;:4.21},{&quot;2026-06-21&quot;:4.36},{&quot;2026-06-22&quot;:4.39},{&quot;2026-06-23&quot;:4.45},{&quot;2026-06-24&quot;:4.35},{&quot;2026-06-25&quot;:4.26},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.32},{&quot;2026-06-29&quot;:4.28},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.22},{&quot;2026-07-02&quot;:4.2},{&quot;2026-07-03&quot;:4.28},{&quot;2026-07-04&quot;:4.27},{&quot;2026-07-05&quot;:4.27},{&quot;2026-07-06&quot;:4.22},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.46},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.38},{&quot;2026-07-13&quot;:4.38},{&quot;2026-07-14&quot;:4.49},{&quot;2026-07-15&quot;:4.52},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.54},{&quot;2026-07-18&quot;:4.54},{&quot;2026-07-19&quot;:4.64},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.38},{&quot;2026-07-22&quot;:4.4},{&quot;2026-07-23&quot;:4.44},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.23},{&quot;2026-07-26&quot;:4.23},{&quot;2026-07-27&quot;:4.29},{&quot;2026-07-28&quot;:4.27},{&quot;2026-07-29&quot;:4.27},{&quot;2026-07-30&quot;:4.25},{&quot;2026-07-31&quot;:4.27},{&quot;2026-08-01&quot;:4.28},{&quot;2026-08-02&quot;:4.18},{&quot;2026-08-03&quot;:4.22},{&quot;2026-08-04&quot;:4.24},{&quot;2026-08-05&quot;:4.22},{&quot;2026-08-07&quot;:4.22},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.38},{&quot;2026-08-12&quot;:4.33},{&quot;2026-08-13&quot;:4.33},{&quot;2026-08-14&quot;:4.37},{&quot;2026-08-15&quot;:4.48},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.64},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.7},{&quot;2026-08-20&quot;:4.7},{&quot;2026-08-21&quot;:4.74},{&quot;2026-08-22&quot;:4.77},{&quot;2026-08-23&quot;:4.79},{&quot;2026-08-24&quot;:4.8},{&quot;2026-08-25&quot;:4.8},{&quot;2026-08-26&quot;:4.8},{&quot;2026-08-27&quot;:4.8},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.87},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.93},{&quot;2026-09-05&quot;:4.93},{&quot;2026-09-06&quot;:4.93},{&quot;2026-09-07&quot;:4.93},{&quot;2026-09-08&quot;:4.93},{&quot;2026-09-09&quot;:4.93},{&quot;2026-09-10&quot;:4.93},{&quot;2026-09-11&quot;:4.93}]}"
        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="42005"
  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-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">
            Mountain
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.11
          </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="Mountain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/03cd5953-37fc-4a8a-89f8-0b5dd8412dc9.jpg?1783923807" />

        <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">
            Mountain
        </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">Basic Land — Mountain</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="Mountain" src="https://cards.scryfall.io/large/front/0/3/03cd5953-37fc-4a8a-89f8-0b5dd8412dc9.jpg?1783923807" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</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.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.01},{&quot;2026-06-11&quot;:4.0},{&quot;2026-06-12&quot;:4.02},{&quot;2026-06-13&quot;:4.02},{&quot;2026-06-14&quot;:4.02},{&quot;2026-06-15&quot;:4.02},{&quot;2026-06-16&quot;:4.02},{&quot;2026-06-17&quot;:4.04},{&quot;2026-06-18&quot;:4.04},{&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;:3.98},{&quot;2026-06-23&quot;:3.97},{&quot;2026-06-24&quot;:3.94},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:4.06},{&quot;2026-06-27&quot;:4.1},{&quot;2026-06-28&quot;:4.11},{&quot;2026-06-29&quot;:4.11},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.22},{&quot;2026-07-02&quot;:4.22},{&quot;2026-07-03&quot;:4.21},{&quot;2026-07-04&quot;:4.22},{&quot;2026-07-05&quot;:4.22},{&quot;2026-07-06&quot;:4.22},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.28},{&quot;2026-07-09&quot;:4.28},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.63},{&quot;2026-07-12&quot;:4.63},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.64},{&quot;2026-07-15&quot;:4.64},{&quot;2026-07-16&quot;:4.64},{&quot;2026-07-17&quot;:4.65},{&quot;2026-07-18&quot;:4.69},{&quot;2026-07-19&quot;:4.69},{&quot;2026-07-20&quot;:4.73},{&quot;2026-07-21&quot;:4.23},{&quot;2026-07-23&quot;:4.3},{&quot;2026-07-25&quot;:4.38},{&quot;2026-07-26&quot;:4.45},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.84},{&quot;2026-07-31&quot;:4.89},{&quot;2026-08-01&quot;:4.89},{&quot;2026-08-02&quot;:4.94},{&quot;2026-08-03&quot;:4.94},{&quot;2026-08-04&quot;:5.03},{&quot;2026-08-05&quot;:5.04},{&quot;2026-08-07&quot;:5.06},{&quot;2026-08-08&quot;:5.06},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:5.0},{&quot;2026-08-11&quot;:5.0},{&quot;2026-08-12&quot;:4.97},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:5.15},{&quot;2026-08-16&quot;:5.06},{&quot;2026-08-17&quot;:4.98},{&quot;2026-08-18&quot;:4.84},{&quot;2026-08-19&quot;:4.81},{&quot;2026-08-20&quot;:4.81},{&quot;2026-08-21&quot;:4.73},{&quot;2026-08-22&quot;:4.73},{&quot;2026-08-23&quot;:5.0},{&quot;2026-08-24&quot;:5.01},{&quot;2026-08-25&quot;:5.01},{&quot;2026-08-26&quot;:5.23},{&quot;2026-08-27&quot;:5.23},{&quot;2026-08-28&quot;:5.22},{&quot;2026-08-29&quot;:5.22},{&quot;2026-08-30&quot;:6.19},{&quot;2026-08-31&quot;:6.09},{&quot;2026-09-01&quot;:6.09},{&quot;2026-09-02&quot;:5.99},{&quot;2026-09-03&quot;:5.99},{&quot;2026-09-04&quot;:5.98},{&quot;2026-09-05&quot;:5.37},{&quot;2026-09-06&quot;:5.16},{&quot;2026-09-07&quot;:5.17},{&quot;2026-09-08&quot;:5.06},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:4.86},{&quot;2026-09-11&quot;:4.93}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.79},{&quot;2026-06-11&quot;:2.81},{&quot;2026-06-12&quot;:2.87},{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:2.91},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.9},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.11},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.11},{&quot;2026-06-26&quot;:3.12},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.13},{&quot;2026-06-30&quot;:3.13},{&quot;2026-07-01&quot;:3.0},{&quot;2026-07-02&quot;:2.93},{&quot;2026-07-03&quot;:2.82},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.71},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.89},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:3.02},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.06},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.2},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:2.86},{&quot;2026-07-25&quot;:2.81},{&quot;2026-07-26&quot;:2.83},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.6},{&quot;2026-07-31&quot;:2.6},{&quot;2026-08-01&quot;:2.55},{&quot;2026-08-02&quot;:2.5},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.56},{&quot;2026-08-05&quot;:2.72},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.72},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.72},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.72},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.73},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.55},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.26},{&quot;2026-08-29&quot;:3.26},{&quot;2026-08-30&quot;:3.06},{&quot;2026-08-31&quot;:2.8},{&quot;2026-09-01&quot;:2.8},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:3.0},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:2.98},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.11}]}"
        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="13833"
  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">
            Uchuulon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Crab Ooze 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="text-sm font-medium text-nine-white">
            $4.92
          </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="Uchuulon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/c/ecef5fca-72ec-4aee-af6e-ee5d6f6bc567.jpg?1783922501" />

        <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">
            Uchuulon
        </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 — Crab Ooze 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-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="Uchuulon" src="https://cards.scryfall.io/large/front/e/c/ecef5fca-72ec-4aee-af6e-ee5d6f6bc567.jpg?1783922501" />
    </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">
                $4.92
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.9},{&quot;2026-06-14&quot;:1.91},{&quot;2026-06-15&quot;:1.91},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.91},{&quot;2026-06-19&quot;:1.92},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.86},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.8},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.76},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.78},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.77},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.83},{&quot;2026-07-22&quot;:1.84},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-24&quot;:1.78},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.72},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.15},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.76},{&quot;2026-08-14&quot;:3.94},{&quot;2026-08-15&quot;:4.36},{&quot;2026-08-16&quot;:4.68},{&quot;2026-08-17&quot;:4.7},{&quot;2026-08-18&quot;:4.89},{&quot;2026-08-19&quot;:4.96},{&quot;2026-08-20&quot;:5.11},{&quot;2026-08-21&quot;:5.09},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.11},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.12},{&quot;2026-08-26&quot;:4.89},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.9},{&quot;2026-08-29&quot;:4.9},{&quot;2026-08-30&quot;:4.81},{&quot;2026-08-31&quot;:4.8},{&quot;2026-09-01&quot;:4.82},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.91},{&quot;2026-09-04&quot;:4.9},{&quot;2026-09-05&quot;:4.9},{&quot;2026-09-06&quot;:4.98},{&quot;2026-09-07&quot;:4.94},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:4.99},{&quot;2026-09-10&quot;:4.91},{&quot;2026-09-11&quot;:4.92}]}"
        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="61779"
  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-rvr 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">
            Pariah&#39;s Shield
        </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">
              ↑
              15%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.92
          </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="Pariah&#39;s Shield" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a8d4c344-273e-4d86-b414-b2982c3f475b.jpg?1783913188" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Pariah&#39;s Shield" src="https://cards.scryfall.io/large/front/a/8/a8d4c344-273e-4d86-b414-b2982c3f475b.jpg?1783913188" />
    </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">
                $4.92
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</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.36},{&quot;2026-06-14&quot;:3.34},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.32},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:3.31},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.21},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-23&quot;:3.2},{&quot;2026-06-24&quot;:3.2},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:3.2},{&quot;2026-06-27&quot;:3.2},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.2},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.18},{&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.23},{&quot;2026-07-08&quot;:3.23},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.17},{&quot;2026-07-11&quot;:3.17},{&quot;2026-07-12&quot;:3.17},{&quot;2026-07-13&quot;:3.17},{&quot;2026-07-14&quot;:3.17},{&quot;2026-07-15&quot;:3.17},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.17},{&quot;2026-07-18&quot;:3.08},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-22&quot;:3.01},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-24&quot;:3.01},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:3.02},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:3.02},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:3.04},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.42},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.61},{&quot;2026-08-14&quot;:3.85},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.1},{&quot;2026-08-18&quot;:4.1},{&quot;2026-08-19&quot;:4.51},{&quot;2026-08-20&quot;:4.48},{&quot;2026-08-21&quot;:4.44},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.46},{&quot;2026-08-24&quot;:4.46},{&quot;2026-08-25&quot;:4.48},{&quot;2026-08-26&quot;:4.52},{&quot;2026-08-27&quot;:4.7},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.53},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.46},{&quot;2026-09-02&quot;:5.44},{&quot;2026-09-03&quot;:6.09},{&quot;2026-09-04&quot;:6.09},{&quot;2026-09-05&quot;:6.09},{&quot;2026-09-06&quot;:6.23},{&quot;2026-09-07&quot;:6.18},{&quot;2026-09-08&quot;:6.18},{&quot;2026-09-09&quot;:6.18},{&quot;2026-09-10&quot;:6.18},{&quot;2026-09-11&quot;:6.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.6},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.72},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.74},{&quot;2026-07-01&quot;:2.77},{&quot;2026-07-02&quot;:2.68},{&quot;2026-07-03&quot;:2.63},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.71},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.69},{&quot;2026-07-18&quot;:2.67},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.69},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-22&quot;:2.71},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.63},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.73},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-28&quot;:2.79},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.83},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.96},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.14},{&quot;2026-08-12&quot;:3.17},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.36},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.6},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.74},{&quot;2026-09-01&quot;:3.72},{&quot;2026-09-02&quot;:3.88},{&quot;2026-09-03&quot;:3.9},{&quot;2026-09-04&quot;:4.0},{&quot;2026-09-05&quot;:4.29},{&quot;2026-09-06&quot;:4.46},{&quot;2026-09-07&quot;:4.52},{&quot;2026-09-08&quot;:4.51},{&quot;2026-09-09&quot;:4.7},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.92}]}"
        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="17993"
  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-dmr 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">
            Lyra Dawnbringer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.91
          </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="Lyra Dawnbringer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2e0c8c5-ea0e-4347-b5cb-b7b1801a523b.jpg?1783918516" />

        <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">
            Lyra Dawnbringer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lyra Dawnbringer" src="https://cards.scryfall.io/large/front/a/2/a2e0c8c5-ea0e-4347-b5cb-b7b1801a523b.jpg?1783918516" />
    </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">
                $4.91
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:5.45},{&quot;2026-06-13&quot;:5.36},{&quot;2026-06-14&quot;:5.3},{&quot;2026-06-15&quot;:5.3},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.29},{&quot;2026-06-18&quot;:5.29},{&quot;2026-06-19&quot;:5.29},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.29},{&quot;2026-06-22&quot;:5.29},{&quot;2026-06-23&quot;:5.29},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.29},{&quot;2026-06-26&quot;:5.27},{&quot;2026-06-27&quot;:5.27},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.27},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.27},{&quot;2026-07-02&quot;:5.27},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.27},{&quot;2026-07-05&quot;:5.27},{&quot;2026-07-06&quot;:5.05},{&quot;2026-07-07&quot;:5.04},{&quot;2026-07-08&quot;:5.04},{&quot;2026-07-09&quot;:5.17},{&quot;2026-07-10&quot;:5.17},{&quot;2026-07-11&quot;:5.17},{&quot;2026-07-12&quot;:5.16},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.2},{&quot;2026-07-16&quot;:4.2},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.3},{&quot;2026-07-19&quot;:4.3},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.4},{&quot;2026-07-28&quot;:4.5},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.8},{&quot;2026-08-10&quot;:4.79},{&quot;2026-08-11&quot;:4.79},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.77},{&quot;2026-08-14&quot;:4.74},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.74},{&quot;2026-08-17&quot;:4.74},{&quot;2026-08-18&quot;:4.74},{&quot;2026-08-19&quot;:4.74},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.74},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.74},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.91},{&quot;2026-08-29&quot;:4.91},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.91},{&quot;2026-09-03&quot;:5.03},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.51},{&quot;2026-09-09&quot;:5.51},{&quot;2026-09-10&quot;:5.51},{&quot;2026-09-11&quot;:5.51}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.04},{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.79},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.14},{&quot;2026-06-24&quot;:3.22},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.25},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.28},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.53},{&quot;2026-07-08&quot;:3.53},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.53},{&quot;2026-07-11&quot;:3.44},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.45},{&quot;2026-07-19&quot;:3.52},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-23&quot;:4.04},{&quot;2026-07-24&quot;:3.92},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.04},{&quot;2026-07-27&quot;:4.04},{&quot;2026-07-28&quot;:4.07},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:4.07},{&quot;2026-07-31&quot;:4.05},{&quot;2026-08-01&quot;:4.05},{&quot;2026-08-02&quot;:4.1},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.13},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:4.06},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.06},{&quot;2026-08-13&quot;:4.06},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.08},{&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.2},{&quot;2026-08-23&quot;:4.2},{&quot;2026-08-24&quot;:4.25},{&quot;2026-08-25&quot;:4.23},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.23},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.4},{&quot;2026-09-01&quot;:4.41},{&quot;2026-09-02&quot;:4.45},{&quot;2026-09-03&quot;:4.45},{&quot;2026-09-04&quot;:4.52},{&quot;2026-09-05&quot;:4.44},{&quot;2026-09-06&quot;:4.43},{&quot;2026-09-07&quot;:4.43},{&quot;2026-09-08&quot;:4.43},{&quot;2026-09-09&quot;:4.52},{&quot;2026-09-10&quot;:4.91},{&quot;2026-09-11&quot;:4.91}]}"
        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="108305"
  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-pza 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">
            Ashcoat of the Shadow Swarm
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ashcoat of the Shadow Swarm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/6873a1d1-b1bc-4ed6-a734-0e35fd8dbc8e.jpg?1783904180" />

        <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">
            Ashcoat of the Shadow Swarm
        </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 — Rat Warlock</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ashcoat of the Shadow Swarm" src="https://cards.scryfall.io/large/front/6/8/6873a1d1-b1bc-4ed6-a734-0e35fd8dbc8e.jpg?1783904180" />
    </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.61
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  8%
                </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.91
              </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.10</span>
              <span class="text-xs text-grey-text">Credit: $1.43</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">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.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;2026-06-13&quot;:7.25},{&quot;2026-06-14&quot;:7.27},{&quot;2026-06-15&quot;:7.28},{&quot;2026-06-16&quot;:7.23},{&quot;2026-06-17&quot;:6.47},{&quot;2026-06-18&quot;:6.46},{&quot;2026-06-19&quot;:6.0},{&quot;2026-06-20&quot;:5.82},{&quot;2026-06-21&quot;:5.76},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-23&quot;:5.59},{&quot;2026-06-24&quot;:5.42},{&quot;2026-06-25&quot;:5.37},{&quot;2026-06-26&quot;:5.39},{&quot;2026-06-27&quot;:5.71},{&quot;2026-06-28&quot;:5.73},{&quot;2026-06-29&quot;:5.91},{&quot;2026-06-30&quot;:5.83},{&quot;2026-07-01&quot;:5.9},{&quot;2026-07-02&quot;:5.85},{&quot;2026-07-03&quot;:5.71},{&quot;2026-07-04&quot;:5.61},{&quot;2026-07-05&quot;:5.61},{&quot;2026-07-06&quot;:5.54},{&quot;2026-07-07&quot;:5.47},{&quot;2026-07-08&quot;:5.47},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.33},{&quot;2026-07-11&quot;:5.35},{&quot;2026-07-12&quot;:5.32},{&quot;2026-07-13&quot;:5.06},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.02},{&quot;2026-07-16&quot;:4.96},{&quot;2026-07-17&quot;:5.02},{&quot;2026-07-18&quot;:5.02},{&quot;2026-07-19&quot;:5.06},{&quot;2026-07-20&quot;:5.02},{&quot;2026-07-21&quot;:5.09},{&quot;2026-07-22&quot;:5.09},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:5.19},{&quot;2026-07-25&quot;:5.19},{&quot;2026-07-26&quot;:5.21},{&quot;2026-07-27&quot;:5.21},{&quot;2026-07-28&quot;:5.27},{&quot;2026-07-29&quot;:5.27},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.29},{&quot;2026-08-01&quot;:5.2},{&quot;2026-08-02&quot;:5.2},{&quot;2026-08-03&quot;:5.17},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.05},{&quot;2026-08-07&quot;:5.01},{&quot;2026-08-08&quot;:4.97},{&quot;2026-08-09&quot;:4.97},{&quot;2026-08-10&quot;:4.96},{&quot;2026-08-11&quot;:4.97},{&quot;2026-08-12&quot;:4.97},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.96},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.91},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:5.01},{&quot;2026-08-21&quot;:5.1},{&quot;2026-08-22&quot;:5.1},{&quot;2026-08-23&quot;:5.1},{&quot;2026-08-24&quot;:4.97},{&quot;2026-08-25&quot;:5.01},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.03},{&quot;2026-08-29&quot;:5.03},{&quot;2026-08-30&quot;:5.07},{&quot;2026-08-31&quot;:5.07},{&quot;2026-09-01&quot;:5.02},{&quot;2026-09-02&quot;:4.88},{&quot;2026-09-03&quot;:4.88},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.81},{&quot;2026-09-06&quot;:4.88},{&quot;2026-09-07&quot;:4.81},{&quot;2026-09-08&quot;:4.81},{&quot;2026-09-09&quot;:4.87},{&quot;2026-09-10&quot;:4.91},{&quot;2026-09-11&quot;:4.91}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:5.09},{&quot;2026-06-15&quot;:4.85},{&quot;2026-06-16&quot;:4.97},{&quot;2026-06-17&quot;:4.71},{&quot;2026-06-18&quot;:4.83},{&quot;2026-06-19&quot;:4.85},{&quot;2026-06-20&quot;:4.82},{&quot;2026-06-21&quot;:4.86},{&quot;2026-06-22&quot;:4.7},{&quot;2026-06-23&quot;:4.87},{&quot;2026-06-24&quot;:4.93},{&quot;2026-06-25&quot;:4.79},{&quot;2026-06-26&quot;:4.78},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.36},{&quot;2026-06-29&quot;:4.4},{&quot;2026-06-30&quot;:4.43},{&quot;2026-07-01&quot;:4.37},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.34},{&quot;2026-07-04&quot;:4.36},{&quot;2026-07-05&quot;:4.34},{&quot;2026-07-06&quot;:4.43},{&quot;2026-07-07&quot;:4.4},{&quot;2026-07-08&quot;:4.37},{&quot;2026-07-09&quot;:4.36},{&quot;2026-07-10&quot;:4.26},{&quot;2026-07-11&quot;:4.19},{&quot;2026-07-12&quot;:4.07},{&quot;2026-07-13&quot;:3.99},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.94},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:4.07},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.85},{&quot;2026-07-22&quot;:3.99},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.1},{&quot;2026-07-25&quot;:4.27},{&quot;2026-07-26&quot;:4.25},{&quot;2026-07-27&quot;:4.31},{&quot;2026-07-28&quot;:4.4},{&quot;2026-07-29&quot;:4.31},{&quot;2026-07-30&quot;:4.23},{&quot;2026-07-31&quot;:4.19},{&quot;2026-08-01&quot;:4.13},{&quot;2026-08-02&quot;:4.13},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.35},{&quot;2026-08-05&quot;:4.36},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.29},{&quot;2026-08-09&quot;:4.28},{&quot;2026-08-10&quot;:4.34},{&quot;2026-08-11&quot;:4.34},{&quot;2026-08-12&quot;:4.17},{&quot;2026-08-13&quot;:4.09},{&quot;2026-08-14&quot;:4.16},{&quot;2026-08-15&quot;:4.29},{&quot;2026-08-16&quot;:4.13},{&quot;2026-08-17&quot;:4.23},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.29},{&quot;2026-08-20&quot;:4.28},{&quot;2026-08-21&quot;:4.18},{&quot;2026-08-22&quot;:4.24},{&quot;2026-08-23&quot;:4.05},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:4.0},{&quot;2026-08-26&quot;:3.92},{&quot;2026-08-27&quot;:4.03},{&quot;2026-08-28&quot;:4.05},{&quot;2026-08-29&quot;:4.05},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.47},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.18},{&quot;2026-09-03&quot;:4.16},{&quot;2026-09-04&quot;:4.03},{&quot;2026-09-05&quot;:3.94},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.81},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.64},{&quot;2026-09-10&quot;:3.68},{&quot;2026-09-11&quot;:3.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9282"
  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">
            Nylea&#39;s Colossus
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $4.90
          </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="Nylea&#39;s Colossus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5cf50d41-02ce-4a39-b3a0-82ddd7277fca.jpg?1783934333" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></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="Nylea&#39;s Colossus" src="https://cards.scryfall.io/large/front/5/c/5cf50d41-02ce-4a39-b3a0-82ddd7277fca.jpg?1783934333" />
    </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">
                $4.90
              </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">$5.30</span>
              <span class="text-xs text-grey-text">Credit: $6.89</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;:5.58},{&quot;2026-06-14&quot;:5.58},{&quot;2026-06-15&quot;:5.58},{&quot;2026-06-16&quot;:5.58},{&quot;2026-06-17&quot;:5.54},{&quot;2026-06-18&quot;:5.43},{&quot;2026-06-19&quot;:5.43},{&quot;2026-06-20&quot;:5.43},{&quot;2026-06-21&quot;:5.31},{&quot;2026-06-22&quot;:5.31},{&quot;2026-06-23&quot;:5.31},{&quot;2026-06-24&quot;:5.5},{&quot;2026-06-25&quot;:5.38},{&quot;2026-06-26&quot;:5.38},{&quot;2026-06-27&quot;:5.38},{&quot;2026-06-28&quot;:5.38},{&quot;2026-06-29&quot;:5.27},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.27},{&quot;2026-07-02&quot;:5.27},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.27},{&quot;2026-07-05&quot;:5.27},{&quot;2026-07-06&quot;:5.27},{&quot;2026-07-07&quot;:5.36},{&quot;2026-07-08&quot;:5.31},{&quot;2026-07-09&quot;:5.14},{&quot;2026-07-10&quot;:5.14},{&quot;2026-07-11&quot;:5.14},{&quot;2026-07-12&quot;:5.25},{&quot;2026-07-13&quot;:5.3},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.11},{&quot;2026-07-16&quot;:5.19},{&quot;2026-07-17&quot;:5.19},{&quot;2026-07-18&quot;:5.19},{&quot;2026-07-19&quot;:5.09},{&quot;2026-07-20&quot;:5.09},{&quot;2026-07-21&quot;:5.02},{&quot;2026-07-22&quot;:5.02},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:4.85},{&quot;2026-07-26&quot;:4.85},{&quot;2026-07-27&quot;:4.85},{&quot;2026-07-28&quot;:4.85},{&quot;2026-07-29&quot;:4.67},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.8},{&quot;2026-08-01&quot;:4.84},{&quot;2026-08-02&quot;:4.84},{&quot;2026-08-03&quot;:4.84},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:4.94},{&quot;2026-08-07&quot;:5.12},{&quot;2026-08-08&quot;:5.12},{&quot;2026-08-09&quot;:5.18},{&quot;2026-08-10&quot;:5.18},{&quot;2026-08-11&quot;:5.26},{&quot;2026-08-12&quot;:5.26},{&quot;2026-08-13&quot;:5.26},{&quot;2026-08-14&quot;:5.26},{&quot;2026-08-15&quot;:5.26},{&quot;2026-08-16&quot;:5.26},{&quot;2026-08-17&quot;:5.33},{&quot;2026-08-18&quot;:5.33},{&quot;2026-08-19&quot;:5.31},{&quot;2026-08-20&quot;:5.31},{&quot;2026-08-21&quot;:5.33},{&quot;2026-08-22&quot;:5.33},{&quot;2026-08-23&quot;:5.33},{&quot;2026-08-24&quot;:5.33},{&quot;2026-08-25&quot;:5.3},{&quot;2026-08-26&quot;:5.3},{&quot;2026-08-27&quot;:5.13},{&quot;2026-08-28&quot;:5.08},{&quot;2026-08-29&quot;:5.08},{&quot;2026-08-30&quot;:5.32},{&quot;2026-08-31&quot;:5.2},{&quot;2026-09-01&quot;:5.2},{&quot;2026-09-02&quot;:5.07},{&quot;2026-09-03&quot;:5.07},{&quot;2026-09-04&quot;:5.07},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:4.97},{&quot;2026-09-08&quot;:4.97},{&quot;2026-09-09&quot;:4.88},{&quot;2026-09-10&quot;:4.88},{&quot;2026-09-11&quot;:4.9}]}"
        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="28873"
  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-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Phyrexian Arena" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/7/0784b6f0-9ebf-43d2-ba0f-a6bc93ba0c48.jpg?1783909072" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phyrexian Arena" src="https://cards.scryfall.io/large/front/0/7/0784b6f0-9ebf-43d2-ba0f-a6bc93ba0c48.jpg?1783909072" />
    </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">
                $4.90
              </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.63
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.14},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:4.24},{&quot;2026-06-16&quot;:4.21},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.04},{&quot;2026-06-19&quot;:3.99},{&quot;2026-06-20&quot;:3.99},{&quot;2026-06-21&quot;:3.92},{&quot;2026-06-22&quot;:3.96},{&quot;2026-06-23&quot;:3.94},{&quot;2026-06-24&quot;:3.93},{&quot;2026-06-25&quot;:3.9},{&quot;2026-06-26&quot;:3.91},{&quot;2026-06-27&quot;:3.85},{&quot;2026-06-28&quot;:4.07},{&quot;2026-06-29&quot;:4.61},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:5.07},{&quot;2026-07-02&quot;:5.28},{&quot;2026-07-03&quot;:5.36},{&quot;2026-07-04&quot;:5.32},{&quot;2026-07-05&quot;:5.32},{&quot;2026-07-06&quot;:5.32},{&quot;2026-07-07&quot;:5.16},{&quot;2026-07-08&quot;:5.07},{&quot;2026-07-09&quot;:4.88},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.72},{&quot;2026-07-12&quot;:4.71},{&quot;2026-07-13&quot;:4.58},{&quot;2026-07-14&quot;:4.55},{&quot;2026-07-15&quot;:4.44},{&quot;2026-07-16&quot;:4.38},{&quot;2026-07-17&quot;:4.44},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.56},{&quot;2026-07-20&quot;:4.64},{&quot;2026-07-21&quot;:4.62},{&quot;2026-07-22&quot;:4.62},{&quot;2026-07-23&quot;:4.59},{&quot;2026-07-24&quot;:4.59},{&quot;2026-07-25&quot;:4.58},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.35},{&quot;2026-07-28&quot;:3.94},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.98},{&quot;2026-08-01&quot;:3.98},{&quot;2026-08-02&quot;:3.97},{&quot;2026-08-03&quot;:3.84},{&quot;2026-08-04&quot;:3.84},{&quot;2026-08-05&quot;:3.81},{&quot;2026-08-07&quot;:3.79},{&quot;2026-08-08&quot;:3.76},{&quot;2026-08-09&quot;:3.85},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.95},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.91},{&quot;2026-08-14&quot;:3.93},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.92},{&quot;2026-08-17&quot;:4.05},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.19},{&quot;2026-08-20&quot;:4.19},{&quot;2026-08-21&quot;:4.19},{&quot;2026-08-22&quot;:4.27},{&quot;2026-08-23&quot;:4.34},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.5},{&quot;2026-08-26&quot;:4.56},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.55},{&quot;2026-08-29&quot;:4.55},{&quot;2026-08-30&quot;:4.54},{&quot;2026-08-31&quot;:4.57},{&quot;2026-09-01&quot;:4.57},{&quot;2026-09-02&quot;:4.69},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.62},{&quot;2026-09-06&quot;:4.59},{&quot;2026-09-07&quot;:4.68},{&quot;2026-09-08&quot;:4.68},{&quot;2026-09-09&quot;:4.63},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.97},{&quot;2026-06-14&quot;:4.17},{&quot;2026-06-15&quot;:4.05},{&quot;2026-06-16&quot;:4.34},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.29},{&quot;2026-06-19&quot;:4.03},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.22},{&quot;2026-06-22&quot;:4.28},{&quot;2026-06-23&quot;:3.86},{&quot;2026-06-24&quot;:4.06},{&quot;2026-06-25&quot;:4.29},{&quot;2026-06-26&quot;:4.21},{&quot;2026-06-27&quot;:4.02},{&quot;2026-06-28&quot;:4.14},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.28},{&quot;2026-07-02&quot;:4.07},{&quot;2026-07-03&quot;:4.12},{&quot;2026-07-04&quot;:4.33},{&quot;2026-07-05&quot;:4.3},{&quot;2026-07-06&quot;:4.17},{&quot;2026-07-07&quot;:3.96},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.89},{&quot;2026-07-10&quot;:4.3},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.54},{&quot;2026-07-15&quot;:4.18},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.99},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.28},{&quot;2026-07-22&quot;:4.52},{&quot;2026-07-23&quot;:4.94},{&quot;2026-07-24&quot;:4.58},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.23},{&quot;2026-07-27&quot;:4.06},{&quot;2026-07-28&quot;:4.31},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.42},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.31},{&quot;2026-08-04&quot;:3.89},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:3.83},{&quot;2026-08-10&quot;:3.98},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.26},{&quot;2026-08-13&quot;:4.37},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:3.71},{&quot;2026-08-17&quot;:3.6},{&quot;2026-08-18&quot;:3.9},{&quot;2026-08-19&quot;:3.91},{&quot;2026-08-20&quot;:4.4},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.12},{&quot;2026-08-23&quot;:3.95},{&quot;2026-08-24&quot;:4.13},{&quot;2026-08-25&quot;:4.38},{&quot;2026-08-26&quot;:4.48},{&quot;2026-08-27&quot;:4.14},{&quot;2026-08-28&quot;:4.13},{&quot;2026-08-29&quot;:4.13},{&quot;2026-08-30&quot;:4.44},{&quot;2026-08-31&quot;:4.65},{&quot;2026-09-01&quot;:4.81},{&quot;2026-09-02&quot;:4.83},{&quot;2026-09-03&quot;:5.2},{&quot;2026-09-04&quot;:4.52},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.5},{&quot;2026-09-07&quot;:5.03},{&quot;2026-09-08&quot;:5.0},{&quot;2026-09-09&quot;:4.91},{&quot;2026-09-10&quot;:5.0},{&quot;2026-09-11&quot;:4.9}]}"
        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="9864"
  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-c19 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">
            Gift of Doom
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.89
          </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="Gift of Doom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ad6e1ba7-047b-41a3-8ab4-17a5c5476749.jpg?1783932809" />

        <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">
            Gift of Doom
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gift of Doom" src="https://cards.scryfall.io/large/front/a/d/ad6e1ba7-047b-41a3-8ab4-17a5c5476749.jpg?1783932809" />
    </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">
                $4.89
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:4.43},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.04},{&quot;2026-06-16&quot;:4.03},{&quot;2026-06-17&quot;:4.05},{&quot;2026-06-18&quot;:4.13},{&quot;2026-06-19&quot;:4.14},{&quot;2026-06-20&quot;:4.19},{&quot;2026-06-21&quot;:4.2},{&quot;2026-06-22&quot;:4.16},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.32},{&quot;2026-06-25&quot;:4.32},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.26},{&quot;2026-06-28&quot;:4.28},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.33},{&quot;2026-07-02&quot;:4.33},{&quot;2026-07-03&quot;:4.22},{&quot;2026-07-04&quot;:4.04},{&quot;2026-07-05&quot;:4.04},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.9},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.83},{&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.93},{&quot;2026-07-15&quot;:3.93},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.07},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.46},{&quot;2026-07-21&quot;:4.54},{&quot;2026-07-22&quot;:4.57},{&quot;2026-07-23&quot;:4.67},{&quot;2026-07-24&quot;:4.56},{&quot;2026-07-25&quot;:4.56},{&quot;2026-07-26&quot;:4.48},{&quot;2026-07-27&quot;:4.48},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.56},{&quot;2026-07-30&quot;:4.52},{&quot;2026-07-31&quot;:4.39},{&quot;2026-08-01&quot;:4.39},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.41},{&quot;2026-08-04&quot;:4.27},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:4.18},{&quot;2026-08-10&quot;:4.33},{&quot;2026-08-11&quot;:4.3},{&quot;2026-08-12&quot;:4.32},{&quot;2026-08-13&quot;:4.33},{&quot;2026-08-14&quot;:4.34},{&quot;2026-08-15&quot;:4.4},{&quot;2026-08-16&quot;:4.52},{&quot;2026-08-17&quot;:4.75},{&quot;2026-08-18&quot;:4.65},{&quot;2026-08-19&quot;:4.79},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:4.85},{&quot;2026-08-22&quot;:4.85},{&quot;2026-08-23&quot;:4.97},{&quot;2026-08-24&quot;:4.93},{&quot;2026-08-25&quot;:4.86},{&quot;2026-08-26&quot;:4.86},{&quot;2026-08-27&quot;:4.93},{&quot;2026-08-28&quot;:4.97},{&quot;2026-08-29&quot;:4.97},{&quot;2026-08-30&quot;:4.95},{&quot;2026-08-31&quot;:5.0},{&quot;2026-09-01&quot;:5.11},{&quot;2026-09-02&quot;:5.11},{&quot;2026-09-03&quot;:5.22},{&quot;2026-09-04&quot;:5.07},{&quot;2026-09-05&quot;:5.17},{&quot;2026-09-06&quot;:5.18},{&quot;2026-09-07&quot;:5.15},{&quot;2026-09-08&quot;:5.15},{&quot;2026-09-09&quot;:5.1},{&quot;2026-09-10&quot;:4.97},{&quot;2026-09-11&quot;:4.89}]}"
        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="14006"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Propaganda" src="https://cards.scryfall.io/large/front/e/5/e5f293d7-9c2b-41cb-8e3c-dfc1daa6635f.jpg?1783922465" />
    </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">
                $4.89
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-13&quot;:4.83},{&quot;2026-06-14&quot;:4.89},{&quot;2026-06-15&quot;:4.89},{&quot;2026-06-16&quot;:4.85},{&quot;2026-06-17&quot;:4.85},{&quot;2026-06-18&quot;:4.85},{&quot;2026-06-19&quot;:4.89},{&quot;2026-06-20&quot;:4.89},{&quot;2026-06-21&quot;:4.89},{&quot;2026-06-22&quot;:4.89},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.91},{&quot;2026-06-25&quot;:4.91},{&quot;2026-06-26&quot;:4.91},{&quot;2026-06-27&quot;:4.91},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.93},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.06},{&quot;2026-07-02&quot;:5.07},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.04},{&quot;2026-07-05&quot;:5.04},{&quot;2026-07-06&quot;:5.04},{&quot;2026-07-07&quot;:5.04},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:4.97},{&quot;2026-07-10&quot;:4.95},{&quot;2026-07-11&quot;:4.95},{&quot;2026-07-12&quot;:4.95},{&quot;2026-07-13&quot;:4.95},{&quot;2026-07-14&quot;:4.95},{&quot;2026-07-15&quot;:4.95},{&quot;2026-07-16&quot;:4.95},{&quot;2026-07-17&quot;:4.95},{&quot;2026-07-18&quot;:4.98},{&quot;2026-07-19&quot;:4.98},{&quot;2026-07-20&quot;:4.98},{&quot;2026-07-21&quot;:4.98},{&quot;2026-07-22&quot;:4.95},{&quot;2026-07-23&quot;:4.93},{&quot;2026-07-24&quot;:4.85},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-28&quot;:4.72},{&quot;2026-07-29&quot;:4.72},{&quot;2026-07-30&quot;:4.72},{&quot;2026-07-31&quot;:4.72},{&quot;2026-08-01&quot;:4.72},{&quot;2026-08-02&quot;:4.72},{&quot;2026-08-03&quot;:4.72},{&quot;2026-08-04&quot;:4.72},{&quot;2026-08-05&quot;:4.71},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.66},{&quot;2026-08-11&quot;:4.65},{&quot;2026-08-12&quot;:4.65},{&quot;2026-08-13&quot;:4.66},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.86},{&quot;2026-08-17&quot;:4.77},{&quot;2026-08-18&quot;:4.87},{&quot;2026-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.87},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.89},{&quot;2026-08-23&quot;:4.95},{&quot;2026-08-24&quot;:4.94},{&quot;2026-08-25&quot;:4.94},{&quot;2026-08-26&quot;:4.88},{&quot;2026-08-27&quot;:4.88},{&quot;2026-08-28&quot;:4.88},{&quot;2026-08-29&quot;:4.88},{&quot;2026-08-30&quot;:4.88},{&quot;2026-08-31&quot;:4.88},{&quot;2026-09-01&quot;:4.88},{&quot;2026-09-02&quot;:4.88},{&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.94},{&quot;2026-09-07&quot;:4.89},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.89},{&quot;2026-09-10&quot;:4.89},{&quot;2026-09-11&quot;:4.89}]}"
        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="75343"
  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">
            Ripples of Potential
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.89
          </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="Ripples of Potential" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/7/b70e6ded-2c25-4608-9ae0-a64e13aa1d2a.jpg?1783913911" />

        <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">
            Ripples of Potential
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ripples of Potential" src="https://cards.scryfall.io/large/front/b/7/b70e6ded-2c25-4608-9ae0-a64e13aa1d2a.jpg?1783913911" />
    </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">
                $4.89
              </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">$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-11&quot;:4.02},{&quot;2026-06-12&quot;:4.02},{&quot;2026-06-13&quot;:3.8},{&quot;2026-06-14&quot;:3.8},{&quot;2026-06-15&quot;:3.91},{&quot;2026-06-16&quot;:4.05},{&quot;2026-06-17&quot;:4.28},{&quot;2026-06-18&quot;:4.4},{&quot;2026-06-19&quot;:4.23},{&quot;2026-06-20&quot;:4.22},{&quot;2026-06-21&quot;:4.67},{&quot;2026-06-22&quot;:4.95},{&quot;2026-06-23&quot;:4.76},{&quot;2026-06-24&quot;:5.02},{&quot;2026-06-25&quot;:5.62},{&quot;2026-06-26&quot;:5.5},{&quot;2026-06-27&quot;:5.85},{&quot;2026-06-28&quot;:5.71},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:4.99},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.6},{&quot;2026-07-03&quot;:4.56},{&quot;2026-07-04&quot;:4.24},{&quot;2026-07-05&quot;:4.27},{&quot;2026-07-06&quot;:4.19},{&quot;2026-07-07&quot;:4.21},{&quot;2026-07-08&quot;:4.48},{&quot;2026-07-09&quot;:4.4},{&quot;2026-07-10&quot;:4.4},{&quot;2026-07-11&quot;:4.47},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.87},{&quot;2026-07-14&quot;:4.65},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:5.03},{&quot;2026-07-17&quot;:4.81},{&quot;2026-07-18&quot;:4.44},{&quot;2026-07-19&quot;:4.21},{&quot;2026-07-20&quot;:4.21},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-23&quot;:4.3},{&quot;2026-07-25&quot;:4.33},{&quot;2026-07-26&quot;:4.33},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.51},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.58},{&quot;2026-07-31&quot;:4.36},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:4.08},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:3.99},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.23},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.35},{&quot;2026-08-11&quot;:4.36},{&quot;2026-08-12&quot;:4.4},{&quot;2026-08-13&quot;:4.37},{&quot;2026-08-14&quot;:4.43},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.53},{&quot;2026-08-17&quot;:4.6},{&quot;2026-08-18&quot;:5.17},{&quot;2026-08-19&quot;:5.42},{&quot;2026-08-20&quot;:5.42},{&quot;2026-08-21&quot;:5.31},{&quot;2026-08-22&quot;:5.26},{&quot;2026-08-23&quot;:4.97},{&quot;2026-08-24&quot;:4.74},{&quot;2026-08-25&quot;:4.4},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.32},{&quot;2026-08-28&quot;:4.11},{&quot;2026-08-29&quot;:4.11},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.08},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.77},{&quot;2026-09-03&quot;:4.82},{&quot;2026-09-04&quot;:4.66},{&quot;2026-09-05&quot;:4.66},{&quot;2026-09-06&quot;:4.77},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.77},{&quot;2026-09-09&quot;:4.93},{&quot;2026-09-10&quot;:4.95},{&quot;2026-09-11&quot;:4.89}]}"
        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="71065"
  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">
            Lightning Greaves
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.88
          </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 Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/3008696b-f89c-40e3-a437-22c95ef337fb.jpg?1783915895" />

        <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 Greaves
        </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-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/3/0/3008696b-f89c-40e3-a437-22c95ef337fb.jpg?1783915895" />
    </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">
                $4.88
              </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">$2.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.68},{&quot;2026-06-14&quot;:4.63},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.92},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.81},{&quot;2026-06-22&quot;:4.83},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.88},{&quot;2026-06-25&quot;:4.86},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.61},{&quot;2026-06-29&quot;:4.58},{&quot;2026-06-30&quot;:4.58},{&quot;2026-07-01&quot;:4.58},{&quot;2026-07-02&quot;:4.59},{&quot;2026-07-03&quot;:4.59},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.79},{&quot;2026-07-07&quot;:4.81},{&quot;2026-07-08&quot;:4.77},{&quot;2026-07-09&quot;:4.7},{&quot;2026-07-10&quot;:4.71},{&quot;2026-07-11&quot;:4.66},{&quot;2026-07-12&quot;:4.65},{&quot;2026-07-13&quot;:4.58},{&quot;2026-07-14&quot;:4.61},{&quot;2026-07-15&quot;:4.65},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.63},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.59},{&quot;2026-07-22&quot;:4.6},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-24&quot;:4.7},{&quot;2026-07-25&quot;:4.73},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.79},{&quot;2026-07-28&quot;:4.96},{&quot;2026-07-29&quot;:4.89},{&quot;2026-07-30&quot;:4.86},{&quot;2026-07-31&quot;:4.85},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.88},{&quot;2026-08-03&quot;:4.89},{&quot;2026-08-04&quot;:4.84},{&quot;2026-08-05&quot;:4.37},{&quot;2026-08-07&quot;:4.17},{&quot;2026-08-08&quot;:4.47},{&quot;2026-08-09&quot;:4.75},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.61},{&quot;2026-08-12&quot;:4.55},{&quot;2026-08-13&quot;:4.62},{&quot;2026-08-14&quot;:4.65},{&quot;2026-08-15&quot;:4.65},{&quot;2026-08-16&quot;:4.76},{&quot;2026-08-17&quot;:4.8},{&quot;2026-08-18&quot;:4.74},{&quot;2026-08-19&quot;:4.71},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:4.83},{&quot;2026-08-22&quot;:4.86},{&quot;2026-08-23&quot;:4.87},{&quot;2026-08-24&quot;:4.95},{&quot;2026-08-25&quot;:4.82},{&quot;2026-08-26&quot;:4.89},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.89},{&quot;2026-08-31&quot;:4.88},{&quot;2026-09-01&quot;:4.84},{&quot;2026-09-02&quot;:4.83},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.98},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.78},{&quot;2026-09-07&quot;:4.93},{&quot;2026-09-08&quot;:4.98},{&quot;2026-09-09&quot;:4.97},{&quot;2026-09-10&quot;:4.95},{&quot;2026-09-11&quot;:4.88}]}"
        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="73129"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.88
          </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="Brushland" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/98178c9d-e113-4f0e-9a7b-3ebfaafe2503.jpg?1783919992" />

        <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">
            Brushland
        </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="Brushland" src="https://cards.scryfall.io/large/front/9/8/98178c9d-e113-4f0e-9a7b-3ebfaafe2503.jpg?1783919992" />
    </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">
                $4.88
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  8%
                </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.06
              </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">$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;:6.68},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.7},{&quot;2026-06-16&quot;:6.7},{&quot;2026-06-17&quot;:6.71},{&quot;2026-06-18&quot;:6.71},{&quot;2026-06-19&quot;:6.71},{&quot;2026-06-20&quot;:6.71},{&quot;2026-06-21&quot;:6.71},{&quot;2026-06-22&quot;:6.71},{&quot;2026-06-23&quot;:6.55},{&quot;2026-06-24&quot;:6.55},{&quot;2026-06-25&quot;:6.55},{&quot;2026-06-26&quot;:6.55},{&quot;2026-06-27&quot;:6.55},{&quot;2026-06-28&quot;:6.55},{&quot;2026-06-29&quot;:6.64},{&quot;2026-06-30&quot;:6.64},{&quot;2026-07-01&quot;:6.64},{&quot;2026-07-02&quot;:6.64},{&quot;2026-07-03&quot;:6.63},{&quot;2026-07-04&quot;:6.63},{&quot;2026-07-05&quot;:6.63},{&quot;2026-07-06&quot;:6.66},{&quot;2026-07-07&quot;:6.73},{&quot;2026-07-08&quot;:6.73},{&quot;2026-07-09&quot;:6.77},{&quot;2026-07-10&quot;:6.77},{&quot;2026-07-11&quot;:6.77},{&quot;2026-07-12&quot;:6.84},{&quot;2026-07-13&quot;:6.84},{&quot;2026-07-14&quot;:6.83},{&quot;2026-07-15&quot;:6.83},{&quot;2026-07-16&quot;:6.83},{&quot;2026-07-17&quot;:6.83},{&quot;2026-07-18&quot;:6.83},{&quot;2026-07-19&quot;:6.83},{&quot;2026-07-20&quot;:6.83},{&quot;2026-07-21&quot;:6.85},{&quot;2026-07-22&quot;:6.85},{&quot;2026-07-23&quot;:6.95},{&quot;2026-07-24&quot;:7.08},{&quot;2026-07-25&quot;:7.08},{&quot;2026-07-26&quot;:7.55},{&quot;2026-07-27&quot;:7.55},{&quot;2026-07-28&quot;:7.64},{&quot;2026-07-29&quot;:8.05},{&quot;2026-07-30&quot;:8.05},{&quot;2026-07-31&quot;:8.05},{&quot;2026-08-01&quot;:8.16},{&quot;2026-08-02&quot;:8.16},{&quot;2026-08-03&quot;:8.16},{&quot;2026-08-04&quot;:8.07},{&quot;2026-08-05&quot;:8.07},{&quot;2026-08-07&quot;:8.07},{&quot;2026-08-08&quot;:8.06},{&quot;2026-08-09&quot;:8.06},{&quot;2026-08-10&quot;:8.06},{&quot;2026-08-11&quot;:8.06},{&quot;2026-08-12&quot;:8.12},{&quot;2026-08-13&quot;:8.12},{&quot;2026-08-14&quot;:8.12},{&quot;2026-08-15&quot;:8.12},{&quot;2026-08-16&quot;:8.12},{&quot;2026-08-17&quot;:8.12},{&quot;2026-08-18&quot;:8.12},{&quot;2026-08-19&quot;:8.12},{&quot;2026-08-20&quot;:8.27},{&quot;2026-08-21&quot;:8.36},{&quot;2026-08-22&quot;:8.36},{&quot;2026-08-23&quot;:8.83},{&quot;2026-08-24&quot;:8.83},{&quot;2026-08-25&quot;:8.83},{&quot;2026-08-26&quot;:8.7},{&quot;2026-08-27&quot;:8.7},{&quot;2026-08-28&quot;:9.02},{&quot;2026-08-29&quot;:9.02},{&quot;2026-08-30&quot;:9.02},{&quot;2026-08-31&quot;:9.12},{&quot;2026-09-01&quot;:9.12},{&quot;2026-09-02&quot;:9.0},{&quot;2026-09-03&quot;:9.0},{&quot;2026-09-04&quot;:9.0},{&quot;2026-09-05&quot;:9.0},{&quot;2026-09-06&quot;:9.0},{&quot;2026-09-07&quot;:9.06},{&quot;2026-09-08&quot;:9.06},{&quot;2026-09-09&quot;:9.06},{&quot;2026-09-10&quot;:9.06},{&quot;2026-09-11&quot;:9.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.23},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.25},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.24},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.4},{&quot;2026-06-23&quot;:3.41},{&quot;2026-06-24&quot;:3.34},{&quot;2026-06-25&quot;:3.45},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.56},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.41},{&quot;2026-07-02&quot;:3.58},{&quot;2026-07-03&quot;:3.55},{&quot;2026-07-04&quot;:3.53},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.73},{&quot;2026-07-11&quot;:3.69},{&quot;2026-07-12&quot;:3.68},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.68},{&quot;2026-07-15&quot;:3.68},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.86},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.89},{&quot;2026-07-23&quot;:3.89},{&quot;2026-07-24&quot;:3.73},{&quot;2026-07-25&quot;:3.6},{&quot;2026-07-26&quot;:3.6},{&quot;2026-07-27&quot;:3.6},{&quot;2026-07-28&quot;:3.49},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.78},{&quot;2026-08-04&quot;:3.84},{&quot;2026-08-05&quot;:3.84},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.43},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.71},{&quot;2026-08-11&quot;:3.75},{&quot;2026-08-12&quot;:3.75},{&quot;2026-08-13&quot;:3.81},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.87},{&quot;2026-08-16&quot;:3.87},{&quot;2026-08-17&quot;:3.88},{&quot;2026-08-18&quot;:3.88},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:3.94},{&quot;2026-08-21&quot;:3.94},{&quot;2026-08-22&quot;:4.01},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.14},{&quot;2026-08-25&quot;:4.39},{&quot;2026-08-26&quot;:4.42},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.54},{&quot;2026-08-29&quot;:4.54},{&quot;2026-08-30&quot;:4.55},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.4},{&quot;2026-09-04&quot;:4.38},{&quot;2026-09-05&quot;:4.52},{&quot;2026-09-06&quot;:4.58},{&quot;2026-09-07&quot;:4.59},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.88}]}"
        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="16293"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.18
          </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="Sanctum of All" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/ba91338c-1f6c-4b83-851f-98c3e9dea17b.jpg?1783930660" />

        <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">
            Sanctum of All
        </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 Enchantment — Shrine</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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><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="Sanctum of All" src="https://cards.scryfall.io/large/front/b/a/ba91338c-1f6c-4b83-851f-98c3e9dea17b.jpg?1783930660" />
    </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.18
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.52},{&quot;2026-06-11&quot;:5.52},{&quot;2026-06-12&quot;:5.52},{&quot;2026-06-13&quot;:5.52},{&quot;2026-06-14&quot;:5.52},{&quot;2026-06-15&quot;:5.52},{&quot;2026-06-16&quot;:5.52},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.52},{&quot;2026-06-19&quot;:5.52},{&quot;2026-06-20&quot;:5.52},{&quot;2026-06-21&quot;:5.31},{&quot;2026-06-22&quot;:5.31},{&quot;2026-06-23&quot;:5.31},{&quot;2026-06-24&quot;:5.31},{&quot;2026-06-25&quot;:5.31},{&quot;2026-06-26&quot;:5.31},{&quot;2026-06-27&quot;:5.29},{&quot;2026-06-28&quot;:5.29},{&quot;2026-06-29&quot;:5.29},{&quot;2026-06-30&quot;:5.29},{&quot;2026-07-01&quot;:5.29},{&quot;2026-07-02&quot;:5.29},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.29},{&quot;2026-07-05&quot;:5.29},{&quot;2026-07-06&quot;:5.3},{&quot;2026-07-07&quot;:5.3},{&quot;2026-07-08&quot;:5.3},{&quot;2026-07-09&quot;:5.3},{&quot;2026-07-10&quot;:5.3},{&quot;2026-07-11&quot;:5.3},{&quot;2026-07-12&quot;:5.3},{&quot;2026-07-13&quot;:5.3},{&quot;2026-07-14&quot;:5.3},{&quot;2026-07-15&quot;:5.3},{&quot;2026-07-16&quot;:5.3},{&quot;2026-07-17&quot;:5.3},{&quot;2026-07-18&quot;:5.28},{&quot;2026-07-19&quot;:5.28},{&quot;2026-07-20&quot;:5.28},{&quot;2026-07-21&quot;:5.28},{&quot;2026-07-23&quot;:5.28},{&quot;2026-07-25&quot;:5.28},{&quot;2026-07-26&quot;:5.28},{&quot;2026-07-27&quot;:5.28},{&quot;2026-07-29&quot;:5.28},{&quot;2026-07-30&quot;:5.28},{&quot;2026-07-31&quot;:5.28},{&quot;2026-08-01&quot;:5.28},{&quot;2026-08-02&quot;:5.28},{&quot;2026-08-03&quot;:5.28},{&quot;2026-08-04&quot;:5.22},{&quot;2026-08-05&quot;:5.22},{&quot;2026-08-07&quot;:5.22},{&quot;2026-08-08&quot;:5.22},{&quot;2026-08-09&quot;:5.22},{&quot;2026-08-10&quot;:5.22},{&quot;2026-08-11&quot;:5.19},{&quot;2026-08-12&quot;:5.08},{&quot;2026-08-13&quot;:5.08},{&quot;2026-08-14&quot;:5.08},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:5.08},{&quot;2026-08-18&quot;:5.07},{&quot;2026-08-19&quot;:5.07},{&quot;2026-08-20&quot;:5.07},{&quot;2026-08-21&quot;:5.07},{&quot;2026-08-22&quot;:5.08},{&quot;2026-08-23&quot;:5.08},{&quot;2026-08-24&quot;:5.08},{&quot;2026-08-25&quot;:5.08},{&quot;2026-08-26&quot;:5.08},{&quot;2026-08-27&quot;:5.08},{&quot;2026-08-28&quot;:5.08},{&quot;2026-08-29&quot;:5.08},{&quot;2026-08-30&quot;:5.02},{&quot;2026-08-31&quot;:5.02},{&quot;2026-09-01&quot;:5.02},{&quot;2026-09-02&quot;:4.99},{&quot;2026-09-03&quot;:4.99},{&quot;2026-09-04&quot;:4.99},{&quot;2026-09-05&quot;:4.93},{&quot;2026-09-06&quot;:4.93},{&quot;2026-09-07&quot;:4.93},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.87},{&quot;2026-09-10&quot;:4.87},{&quot;2026-09-11&quot;:4.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.77},{&quot;2026-06-11&quot;:2.8},{&quot;2026-06-12&quot;:2.75},{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.76},{&quot;2026-06-15&quot;:2.84},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.88},{&quot;2026-06-23&quot;:2.88},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.81},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.86},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.79},{&quot;2026-06-30&quot;:2.78},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.79},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.76},{&quot;2026-07-08&quot;:2.76},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.55},{&quot;2026-07-17&quot;:2.51},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.51},{&quot;2026-07-23&quot;:2.48},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.42},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.37},{&quot;2026-08-07&quot;:2.37},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.18},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.11},{&quot;2026-08-20&quot;:2.11},{&quot;2026-08-21&quot;:2.17},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.09},{&quot;2026-08-25&quot;:2.09},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:2.13},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.1},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.09},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.15},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.18}]}"
        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="17100"
  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-dst 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">
            Arcbound Crusher
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.87
          </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="Arcbound Crusher" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/748448bb-a1b2-4e84-b09a-5ecc4322f3c6.jpg?1783944430" />

        <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">
            Arcbound Crusher
        </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 — Juggernaut</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="Arcbound Crusher" src="https://cards.scryfall.io/large/front/7/4/748448bb-a1b2-4e84-b09a-5ecc4322f3c6.jpg?1783944430" />
    </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">
                $4.87
              </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">
                $15.72
              </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;:13.3},{&quot;2026-06-14&quot;:13.3},{&quot;2026-06-15&quot;:13.3},{&quot;2026-06-16&quot;:13.3},{&quot;2026-06-17&quot;:13.3},{&quot;2026-06-18&quot;:13.3},{&quot;2026-06-19&quot;:13.3},{&quot;2026-06-20&quot;:13.3},{&quot;2026-06-21&quot;:13.3},{&quot;2026-06-22&quot;:13.3},{&quot;2026-06-23&quot;:13.3},{&quot;2026-06-24&quot;:13.3},{&quot;2026-06-25&quot;:13.3},{&quot;2026-06-26&quot;:13.3},{&quot;2026-06-27&quot;:13.3},{&quot;2026-06-28&quot;:13.3},{&quot;2026-06-29&quot;:13.3},{&quot;2026-06-30&quot;:13.3},{&quot;2026-07-01&quot;:13.3},{&quot;2026-07-02&quot;:13.3},{&quot;2026-07-03&quot;:13.3},{&quot;2026-07-04&quot;:13.3},{&quot;2026-07-05&quot;:13.3},{&quot;2026-07-06&quot;:13.3},{&quot;2026-07-07&quot;:13.3},{&quot;2026-07-08&quot;:13.3},{&quot;2026-07-09&quot;:13.3},{&quot;2026-07-10&quot;:13.3},{&quot;2026-07-11&quot;:13.3},{&quot;2026-07-12&quot;:13.3},{&quot;2026-07-13&quot;:13.3},{&quot;2026-07-14&quot;:13.3},{&quot;2026-07-15&quot;:13.3},{&quot;2026-07-16&quot;:13.3},{&quot;2026-07-17&quot;:13.3},{&quot;2026-07-18&quot;:13.3},{&quot;2026-07-19&quot;:13.3},{&quot;2026-07-20&quot;:13.3},{&quot;2026-07-21&quot;:13.3},{&quot;2026-07-22&quot;:13.3},{&quot;2026-07-23&quot;:13.3},{&quot;2026-07-24&quot;:13.3},{&quot;2026-07-25&quot;:13.3},{&quot;2026-07-26&quot;:13.3},{&quot;2026-07-27&quot;:13.3},{&quot;2026-07-28&quot;:13.3},{&quot;2026-07-29&quot;:13.3},{&quot;2026-07-30&quot;:13.3},{&quot;2026-07-31&quot;:13.3},{&quot;2026-08-01&quot;:13.3},{&quot;2026-08-02&quot;:13.3},{&quot;2026-08-03&quot;:13.3},{&quot;2026-08-04&quot;:13.3},{&quot;2026-08-05&quot;:13.3},{&quot;2026-08-07&quot;:13.3},{&quot;2026-08-08&quot;:13.3},{&quot;2026-08-09&quot;:13.3},{&quot;2026-08-10&quot;:13.3},{&quot;2026-08-11&quot;:13.3},{&quot;2026-08-12&quot;:13.3},{&quot;2026-08-13&quot;:13.3},{&quot;2026-08-14&quot;:13.3},{&quot;2026-08-15&quot;:13.3},{&quot;2026-08-16&quot;:13.3},{&quot;2026-08-17&quot;:13.3},{&quot;2026-08-18&quot;:13.3},{&quot;2026-08-19&quot;:13.3},{&quot;2026-08-20&quot;:13.3},{&quot;2026-08-21&quot;:13.3},{&quot;2026-08-22&quot;:13.3},{&quot;2026-08-23&quot;:13.3},{&quot;2026-08-24&quot;:13.3},{&quot;2026-08-25&quot;:13.3},{&quot;2026-08-26&quot;:13.3},{&quot;2026-08-27&quot;:13.3},{&quot;2026-08-28&quot;:13.3},{&quot;2026-08-29&quot;:13.3},{&quot;2026-08-30&quot;:13.3},{&quot;2026-08-31&quot;:13.3},{&quot;2026-09-01&quot;:13.3},{&quot;2026-09-02&quot;:13.3},{&quot;2026-09-03&quot;:16.53},{&quot;2026-09-04&quot;:15.72},{&quot;2026-09-05&quot;:15.72},{&quot;2026-09-06&quot;:15.72},{&quot;2026-09-07&quot;:15.72},{&quot;2026-09-08&quot;:15.72},{&quot;2026-09-09&quot;:15.72},{&quot;2026-09-10&quot;:15.72},{&quot;2026-09-11&quot;:15.72}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.08},{&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.05},{&quot;2026-06-19&quot;:3.9},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.05},{&quot;2026-06-22&quot;:4.05},{&quot;2026-06-23&quot;:4.61},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.87},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.8},{&quot;2026-06-29&quot;:4.8},{&quot;2026-06-30&quot;:4.8},{&quot;2026-07-01&quot;:4.8},{&quot;2026-07-02&quot;:4.8},{&quot;2026-07-03&quot;:4.73},{&quot;2026-07-04&quot;:4.5},{&quot;2026-07-05&quot;:4.5},{&quot;2026-07-06&quot;:4.5},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.35},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.64},{&quot;2026-07-12&quot;:4.64},{&quot;2026-07-13&quot;:4.83},{&quot;2026-07-14&quot;:4.8},{&quot;2026-07-15&quot;:4.95},{&quot;2026-07-16&quot;:4.96},{&quot;2026-07-17&quot;:4.96},{&quot;2026-07-18&quot;:4.96},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.91},{&quot;2026-07-21&quot;:4.72},{&quot;2026-07-22&quot;:4.72},{&quot;2026-07-23&quot;:4.64},{&quot;2026-07-24&quot;:4.64},{&quot;2026-07-25&quot;:4.49},{&quot;2026-07-26&quot;:4.23},{&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.29},{&quot;2026-08-01&quot;:4.29},{&quot;2026-08-02&quot;:4.29},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.33},{&quot;2026-08-05&quot;:4.33},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.2},{&quot;2026-08-10&quot;:4.4},{&quot;2026-08-11&quot;:4.27},{&quot;2026-08-12&quot;:4.27},{&quot;2026-08-13&quot;:4.27},{&quot;2026-08-14&quot;:4.3},{&quot;2026-08-15&quot;:4.3},{&quot;2026-08-16&quot;:4.3},{&quot;2026-08-17&quot;:4.3},{&quot;2026-08-18&quot;:4.32},{&quot;2026-08-19&quot;:4.32},{&quot;2026-08-20&quot;:4.32},{&quot;2026-08-21&quot;:4.32},{&quot;2026-08-22&quot;:4.32},{&quot;2026-08-23&quot;:4.32},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.54},{&quot;2026-08-28&quot;:4.54},{&quot;2026-08-29&quot;:4.54},{&quot;2026-08-30&quot;:4.54},{&quot;2026-08-31&quot;:4.54},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.89},{&quot;2026-09-03&quot;:4.89},{&quot;2026-09-04&quot;:4.89},{&quot;2026-09-05&quot;:4.89},{&quot;2026-09-06&quot;:4.87},{&quot;2026-09-07&quot;:4.87},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.87},{&quot;2026-09-10&quot;:4.87},{&quot;2026-09-11&quot;:4.87}]}"
        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="20908"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-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">
            Graven Cairns
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.87
          </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="Graven Cairns" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/0127d42f-bf40-48f4-a3a0-1a1c4039f432.jpg?1783930083" />

        <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">
            Graven Cairns
        </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="Graven Cairns" src="https://cards.scryfall.io/large/front/0/1/0127d42f-bf40-48f4-a3a0-1a1c4039f432.jpg?1783930083" />
    </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">
                $4.87
              </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">
                $6.35
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.68},{&quot;2026-06-16&quot;:6.68},{&quot;2026-06-17&quot;:6.68},{&quot;2026-06-18&quot;:6.68},{&quot;2026-06-19&quot;:6.68},{&quot;2026-06-20&quot;:6.63},{&quot;2026-06-21&quot;:6.58},{&quot;2026-06-22&quot;:6.58},{&quot;2026-06-23&quot;:6.58},{&quot;2026-06-24&quot;:6.58},{&quot;2026-06-25&quot;:6.58},{&quot;2026-06-26&quot;:6.58},{&quot;2026-06-27&quot;:6.58},{&quot;2026-06-28&quot;:6.58},{&quot;2026-06-29&quot;:6.58},{&quot;2026-06-30&quot;:6.55},{&quot;2026-07-01&quot;:6.52},{&quot;2026-07-02&quot;:6.52},{&quot;2026-07-03&quot;:6.49},{&quot;2026-07-04&quot;:6.49},{&quot;2026-07-05&quot;:6.49},{&quot;2026-07-06&quot;:6.49},{&quot;2026-07-07&quot;:6.49},{&quot;2026-07-08&quot;:6.49},{&quot;2026-07-09&quot;:6.49},{&quot;2026-07-10&quot;:6.49},{&quot;2026-07-11&quot;:6.49},{&quot;2026-07-12&quot;:6.49},{&quot;2026-07-13&quot;:6.49},{&quot;2026-07-14&quot;:6.49},{&quot;2026-07-15&quot;:6.49},{&quot;2026-07-16&quot;:6.49},{&quot;2026-07-17&quot;:6.49},{&quot;2026-07-18&quot;:6.49},{&quot;2026-07-19&quot;:6.45},{&quot;2026-07-20&quot;:6.45},{&quot;2026-07-21&quot;:6.45},{&quot;2026-07-22&quot;:6.45},{&quot;2026-07-23&quot;:6.45},{&quot;2026-07-24&quot;:6.45},{&quot;2026-07-25&quot;:6.45},{&quot;2026-07-26&quot;:6.45},{&quot;2026-07-27&quot;:6.45},{&quot;2026-07-28&quot;:6.41},{&quot;2026-07-29&quot;:6.41},{&quot;2026-07-30&quot;:6.41},{&quot;2026-07-31&quot;:6.41},{&quot;2026-08-01&quot;:6.41},{&quot;2026-08-02&quot;:6.41},{&quot;2026-08-03&quot;:6.41},{&quot;2026-08-04&quot;:6.41},{&quot;2026-08-05&quot;:6.41},{&quot;2026-08-07&quot;:6.39},{&quot;2026-08-08&quot;:6.39},{&quot;2026-08-09&quot;:6.39},{&quot;2026-08-10&quot;:6.39},{&quot;2026-08-11&quot;:6.39},{&quot;2026-08-12&quot;:6.39},{&quot;2026-08-13&quot;:6.39},{&quot;2026-08-14&quot;:6.39},{&quot;2026-08-15&quot;:6.39},{&quot;2026-08-16&quot;:6.39},{&quot;2026-08-17&quot;:6.39},{&quot;2026-08-18&quot;:6.39},{&quot;2026-08-19&quot;:6.39},{&quot;2026-08-20&quot;:6.39},{&quot;2026-08-21&quot;:6.39},{&quot;2026-08-22&quot;:6.39},{&quot;2026-08-23&quot;:6.39},{&quot;2026-08-24&quot;:6.39},{&quot;2026-08-25&quot;:6.39},{&quot;2026-08-26&quot;:6.39},{&quot;2026-08-27&quot;:6.39},{&quot;2026-08-28&quot;:6.39},{&quot;2026-08-29&quot;:6.39},{&quot;2026-08-30&quot;:6.39},{&quot;2026-08-31&quot;:6.39},{&quot;2026-09-01&quot;:6.39},{&quot;2026-09-02&quot;:6.39},{&quot;2026-09-03&quot;:6.39},{&quot;2026-09-04&quot;:6.39},{&quot;2026-09-05&quot;:6.39},{&quot;2026-09-06&quot;:6.42},{&quot;2026-09-07&quot;:6.42},{&quot;2026-09-08&quot;:6.42},{&quot;2026-09-09&quot;:6.42},{&quot;2026-09-10&quot;:6.42},{&quot;2026-09-11&quot;:6.35}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.11},{&quot;2026-06-14&quot;:4.11},{&quot;2026-06-15&quot;:4.17},{&quot;2026-06-16&quot;:4.12},{&quot;2026-06-17&quot;:4.12},{&quot;2026-06-18&quot;:4.12},{&quot;2026-06-19&quot;:4.12},{&quot;2026-06-20&quot;:4.15},{&quot;2026-06-21&quot;:4.2},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.41},{&quot;2026-06-25&quot;:4.43},{&quot;2026-06-26&quot;:4.43},{&quot;2026-06-27&quot;:4.35},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.4},{&quot;2026-07-01&quot;:4.51},{&quot;2026-07-02&quot;:4.53},{&quot;2026-07-03&quot;:4.45},{&quot;2026-07-04&quot;:4.45},{&quot;2026-07-05&quot;:4.45},{&quot;2026-07-06&quot;:4.72},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.6},{&quot;2026-07-09&quot;:4.6},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.46},{&quot;2026-07-14&quot;:4.52},{&quot;2026-07-15&quot;:4.42},{&quot;2026-07-16&quot;:4.42},{&quot;2026-07-17&quot;:4.53},{&quot;2026-07-18&quot;:4.53},{&quot;2026-07-19&quot;:4.53},{&quot;2026-07-20&quot;:4.47},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-22&quot;:4.47},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.59},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.61},{&quot;2026-07-28&quot;:4.56},{&quot;2026-07-29&quot;:4.56},{&quot;2026-07-30&quot;:4.45},{&quot;2026-07-31&quot;:4.45},{&quot;2026-08-01&quot;:4.45},{&quot;2026-08-02&quot;:4.45},{&quot;2026-08-03&quot;:4.6},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.84},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:4.84},{&quot;2026-08-10&quot;:4.84},{&quot;2026-08-11&quot;:4.85},{&quot;2026-08-12&quot;:4.85},{&quot;2026-08-13&quot;:4.99},{&quot;2026-08-14&quot;:4.94},{&quot;2026-08-15&quot;:4.94},{&quot;2026-08-16&quot;:4.94},{&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.76},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:4.94},{&quot;2026-08-25&quot;:4.94},{&quot;2026-08-26&quot;:4.94},{&quot;2026-08-27&quot;:4.95},{&quot;2026-08-28&quot;:4.95},{&quot;2026-08-29&quot;:4.95},{&quot;2026-08-30&quot;:4.84},{&quot;2026-08-31&quot;:4.84},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:5.02},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:5.02},{&quot;2026-09-05&quot;:5.13},{&quot;2026-09-06&quot;:5.08},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:4.93},{&quot;2026-09-09&quot;:5.01},{&quot;2026-09-10&quot;:4.88},{&quot;2026-09-11&quot;:4.87}]}"
        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="18589"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-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">
            Rundvelt Hordemaster
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.86
          </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="Rundvelt Hordemaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ffee9dbe-af90-4e19-844d-4df1180f24c4.jpg?1783921311" />

        <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">
            Rundvelt Hordemaster
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Goblin 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-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="Rundvelt Hordemaster" src="https://cards.scryfall.io/large/front/f/f/ffee9dbe-af90-4e19-844d-4df1180f24c4.jpg?1783921311" />
    </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">
            2
          </span>
        </div>

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $4.86
              </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.87
              </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 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-11&quot;:3.07},{&quot;2026-06-12&quot;:3.07},{&quot;2026-06-13&quot;:3.07},{&quot;2026-06-14&quot;:3.07},{&quot;2026-06-15&quot;:3.07},{&quot;2026-06-16&quot;:3.07},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.09},{&quot;2026-06-20&quot;:3.09},{&quot;2026-06-21&quot;:3.09},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:3.09},{&quot;2026-06-24&quot;:3.09},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.09},{&quot;2026-06-29&quot;:3.19},{&quot;2026-06-30&quot;:3.19},{&quot;2026-07-01&quot;:3.19},{&quot;2026-07-02&quot;:3.19},{&quot;2026-07-03&quot;:3.19},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.0},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:3.0},{&quot;2026-07-13&quot;:3.02},{&quot;2026-07-14&quot;:3.02},{&quot;2026-07-15&quot;:3.1},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.1},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.09},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-25&quot;:3.33},{&quot;2026-07-26&quot;:3.33},{&quot;2026-07-27&quot;:3.33},{&quot;2026-07-28&quot;:3.33},{&quot;2026-07-29&quot;:3.33},{&quot;2026-07-30&quot;:3.24},{&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.26},{&quot;2026-08-07&quot;:3.15},{&quot;2026-08-08&quot;:3.15},{&quot;2026-08-09&quot;:3.09},{&quot;2026-08-10&quot;:3.09},{&quot;2026-08-11&quot;:3.09},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.19},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.31},{&quot;2026-08-18&quot;:3.31},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.28},{&quot;2026-08-21&quot;:2.86},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.95},{&quot;2026-09-04&quot;:2.95},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.95},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.97},{&quot;2026-09-09&quot;:2.97},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.87}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.5},{&quot;2026-06-12&quot;:3.31},{&quot;2026-06-13&quot;:3.03},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:2.94},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.7},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.13},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.12},{&quot;2026-07-08&quot;:2.09},{&quot;2026-07-09&quot;:2.02},{&quot;2026-07-10&quot;:1.92},{&quot;2026-07-11&quot;:1.96},{&quot;2026-07-12&quot;:1.96},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.05},{&quot;2026-07-21&quot;:2.03},{&quot;2026-07-23&quot;:1.96},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.92},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-28&quot;:1.88},{&quot;2026-07-29&quot;:1.87},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.94},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.89},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.52},{&quot;2026-08-18&quot;:2.72},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.92},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.99},{&quot;2026-08-27&quot;:3.57},{&quot;2026-08-28&quot;:3.99},{&quot;2026-08-29&quot;:3.99},{&quot;2026-08-30&quot;:4.87},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.87},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.76},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.6},{&quot;2026-09-08&quot;:4.6},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.86}]}"
        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="76624"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Dragon Broodmother
        </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 — Dragon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Dragon Broodmother" src="https://cards.scryfall.io/large/front/e/1/e178108d-7347-405c-91ac-64bb012aa443.jpg?1783932298" />
    </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">
                $4.86
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.54},{&quot;2026-06-14&quot;:5.54},{&quot;2026-06-15&quot;:5.64},{&quot;2026-06-16&quot;:5.4},{&quot;2026-06-17&quot;:5.4},{&quot;2026-06-18&quot;:5.35},{&quot;2026-06-19&quot;:5.35},{&quot;2026-06-20&quot;:5.27},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:5.11},{&quot;2026-06-24&quot;:5.02},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.01},{&quot;2026-06-27&quot;:5.01},{&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.06},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:5.03},{&quot;2026-07-05&quot;:5.03},{&quot;2026-07-06&quot;:5.1},{&quot;2026-07-07&quot;:4.93},{&quot;2026-07-08&quot;:4.93},{&quot;2026-07-09&quot;:4.94},{&quot;2026-07-10&quot;:4.93},{&quot;2026-07-11&quot;:4.93},{&quot;2026-07-12&quot;:4.92},{&quot;2026-07-13&quot;:4.92},{&quot;2026-07-14&quot;:4.92},{&quot;2026-07-15&quot;:4.82},{&quot;2026-07-16&quot;:4.83},{&quot;2026-07-17&quot;:4.93},{&quot;2026-07-18&quot;:4.93},{&quot;2026-07-19&quot;:4.96},{&quot;2026-07-20&quot;:4.99},{&quot;2026-07-21&quot;:5.03},{&quot;2026-07-22&quot;:5.04},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-24&quot;:5.16},{&quot;2026-07-25&quot;:5.17},{&quot;2026-07-26&quot;:5.17},{&quot;2026-07-27&quot;:5.12},{&quot;2026-07-28&quot;:5.12},{&quot;2026-07-29&quot;:5.16},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:5.08},{&quot;2026-08-01&quot;:5.08},{&quot;2026-08-02&quot;:5.08},{&quot;2026-08-03&quot;:4.97},{&quot;2026-08-04&quot;:4.92},{&quot;2026-08-05&quot;:4.95},{&quot;2026-08-07&quot;:4.92},{&quot;2026-08-08&quot;:4.87},{&quot;2026-08-09&quot;:4.87},{&quot;2026-08-10&quot;:4.8},{&quot;2026-08-11&quot;:4.81},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:4.69},{&quot;2026-08-18&quot;:4.73},{&quot;2026-08-19&quot;:4.71},{&quot;2026-08-20&quot;:4.86},{&quot;2026-08-21&quot;:4.92},{&quot;2026-08-22&quot;:5.02},{&quot;2026-08-23&quot;:5.02},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:5.13},{&quot;2026-08-26&quot;:5.13},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.25},{&quot;2026-08-29&quot;:5.25},{&quot;2026-08-30&quot;:5.22},{&quot;2026-08-31&quot;:5.34},{&quot;2026-09-01&quot;:5.34},{&quot;2026-09-02&quot;:5.29},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.29},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:4.94},{&quot;2026-09-07&quot;:4.95},{&quot;2026-09-08&quot;:4.86},{&quot;2026-09-09&quot;:4.86},{&quot;2026-09-10&quot;:4.86},{&quot;2026-09-11&quot;:4.86}]}"
        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="53354"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/57ac56f0-b628-41d0-885d-22df47553d58.jpg?1783910552" />

        <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 Greaves
        </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-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/5/7/57ac56f0-b628-41d0-885d-22df47553d58.jpg?1783910552" />
    </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">
                $4.85
              </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">
                $22.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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.8},{&quot;2026-06-14&quot;:21.87},{&quot;2026-06-15&quot;:21.87},{&quot;2026-06-16&quot;:21.87},{&quot;2026-06-17&quot;:21.87},{&quot;2026-06-18&quot;:21.87},{&quot;2026-06-19&quot;:21.87},{&quot;2026-06-20&quot;:21.87},{&quot;2026-06-21&quot;:21.87},{&quot;2026-06-22&quot;:21.87},{&quot;2026-06-23&quot;:21.87},{&quot;2026-06-24&quot;:21.87},{&quot;2026-06-25&quot;:21.87},{&quot;2026-06-26&quot;:21.87},{&quot;2026-06-27&quot;:21.87},{&quot;2026-06-28&quot;:21.87},{&quot;2026-06-29&quot;:21.87},{&quot;2026-06-30&quot;:21.87},{&quot;2026-07-01&quot;:21.87},{&quot;2026-07-02&quot;:21.87},{&quot;2026-07-03&quot;:21.87},{&quot;2026-07-04&quot;:21.87},{&quot;2026-07-05&quot;:21.91},{&quot;2026-07-06&quot;:22.0},{&quot;2026-07-07&quot;:22.0},{&quot;2026-07-08&quot;:22.0},{&quot;2026-07-09&quot;:22.0},{&quot;2026-07-10&quot;:22.0},{&quot;2026-07-11&quot;:22.09},{&quot;2026-07-12&quot;:22.09},{&quot;2026-07-13&quot;:22.09},{&quot;2026-07-14&quot;:22.09},{&quot;2026-07-15&quot;:22.09},{&quot;2026-07-16&quot;:22.09},{&quot;2026-07-17&quot;:22.09},{&quot;2026-07-18&quot;:22.09},{&quot;2026-07-19&quot;:22.09},{&quot;2026-07-20&quot;:22.09},{&quot;2026-07-21&quot;:22.09},{&quot;2026-07-22&quot;:22.09},{&quot;2026-07-23&quot;:22.09},{&quot;2026-07-24&quot;:21.88},{&quot;2026-07-25&quot;:21.88},{&quot;2026-07-26&quot;:22.05},{&quot;2026-07-27&quot;:22.05},{&quot;2026-07-28&quot;:22.05},{&quot;2026-07-29&quot;:22.05},{&quot;2026-07-30&quot;:22.05},{&quot;2026-07-31&quot;:22.05},{&quot;2026-08-01&quot;:22.05},{&quot;2026-08-02&quot;:22.05},{&quot;2026-08-03&quot;:22.05},{&quot;2026-08-04&quot;:22.05},{&quot;2026-08-05&quot;:22.05},{&quot;2026-08-07&quot;:22.1},{&quot;2026-08-08&quot;:22.1},{&quot;2026-08-09&quot;:22.11},{&quot;2026-08-10&quot;:22.11},{&quot;2026-08-11&quot;:22.11},{&quot;2026-08-12&quot;:22.08},{&quot;2026-08-13&quot;:22.08},{&quot;2026-08-14&quot;:22.13},{&quot;2026-08-15&quot;:22.13},{&quot;2026-08-16&quot;:22.13},{&quot;2026-08-17&quot;:22.13},{&quot;2026-08-18&quot;:22.13},{&quot;2026-08-19&quot;:22.13},{&quot;2026-08-20&quot;:22.13},{&quot;2026-08-21&quot;:22.14},{&quot;2026-08-22&quot;:22.14},{&quot;2026-08-23&quot;:22.14},{&quot;2026-08-24&quot;:22.14},{&quot;2026-08-25&quot;:22.14},{&quot;2026-08-26&quot;:22.14},{&quot;2026-08-27&quot;:22.14},{&quot;2026-08-28&quot;:22.14},{&quot;2026-08-29&quot;:22.14},{&quot;2026-08-30&quot;:22.14},{&quot;2026-08-31&quot;:22.19},{&quot;2026-09-01&quot;:22.18},{&quot;2026-09-02&quot;:22.18},{&quot;2026-09-03&quot;:22.2},{&quot;2026-09-04&quot;:22.2},{&quot;2026-09-05&quot;:22.16},{&quot;2026-09-06&quot;:22.16},{&quot;2026-09-07&quot;:22.16},{&quot;2026-09-08&quot;:22.16},{&quot;2026-09-09&quot;:22.16},{&quot;2026-09-10&quot;:22.16},{&quot;2026-09-11&quot;:22.16}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.98},{&quot;2026-06-15&quot;:4.89},{&quot;2026-06-16&quot;:4.93},{&quot;2026-06-17&quot;:4.93},{&quot;2026-06-18&quot;:4.97},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.92},{&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.95},{&quot;2026-06-25&quot;:4.95},{&quot;2026-06-26&quot;:4.95},{&quot;2026-06-27&quot;:4.97},{&quot;2026-06-28&quot;:4.93},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:4.96},{&quot;2026-07-01&quot;:5.13},{&quot;2026-07-02&quot;:5.21},{&quot;2026-07-03&quot;:5.26},{&quot;2026-07-04&quot;:5.26},{&quot;2026-07-05&quot;:5.26},{&quot;2026-07-06&quot;:5.26},{&quot;2026-07-07&quot;:5.26},{&quot;2026-07-08&quot;:5.27},{&quot;2026-07-09&quot;:5.23},{&quot;2026-07-10&quot;:5.25},{&quot;2026-07-11&quot;:5.25},{&quot;2026-07-12&quot;:5.25},{&quot;2026-07-13&quot;:5.22},{&quot;2026-07-14&quot;:5.12},{&quot;2026-07-15&quot;:5.22},{&quot;2026-07-16&quot;:5.22},{&quot;2026-07-17&quot;:5.3},{&quot;2026-07-18&quot;:5.26},{&quot;2026-07-19&quot;:5.3},{&quot;2026-07-20&quot;:5.36},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-22&quot;:5.36},{&quot;2026-07-23&quot;:5.27},{&quot;2026-07-24&quot;:5.27},{&quot;2026-07-25&quot;:5.16},{&quot;2026-07-26&quot;:5.07},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-28&quot;:5.1},{&quot;2026-07-29&quot;:5.1},{&quot;2026-07-30&quot;:5.05},{&quot;2026-07-31&quot;:5.01},{&quot;2026-08-01&quot;:5.01},{&quot;2026-08-02&quot;:4.98},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.73},{&quot;2026-08-05&quot;:4.66},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.83},{&quot;2026-08-09&quot;:4.81},{&quot;2026-08-10&quot;:4.6},{&quot;2026-08-11&quot;:4.37},{&quot;2026-08-12&quot;:4.34},{&quot;2026-08-13&quot;:4.35},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.52},{&quot;2026-08-16&quot;:4.7},{&quot;2026-08-17&quot;:4.7},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.64},{&quot;2026-08-20&quot;:4.73},{&quot;2026-08-21&quot;:4.73},{&quot;2026-08-22&quot;:4.85},{&quot;2026-08-23&quot;:4.78},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.85},{&quot;2026-08-26&quot;:4.85},{&quot;2026-08-27&quot;:4.9},{&quot;2026-08-28&quot;:4.9},{&quot;2026-08-29&quot;:4.9},{&quot;2026-08-30&quot;:4.88},{&quot;2026-08-31&quot;:4.83},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.79},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:4.72},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.73},{&quot;2026-09-09&quot;:4.76},{&quot;2026-09-10&quot;:4.76},{&quot;2026-09-11&quot;:4.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="84159"
  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">
            Thran Dynamo
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Thran Dynamo" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9ec28f97-5f7a-48aa-8c7c-4690cd728eb6.jpg?1783931938" />

        <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">
            Thran Dynamo
        </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-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="Thran Dynamo" src="https://cards.scryfall.io/large/front/9/e/9ec28f97-5f7a-48aa-8c7c-4690cd728eb6.jpg?1783931938" />
    </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">
                $4.85
              </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;:4.05},{&quot;2026-06-10&quot;:4.08},{&quot;2026-06-11&quot;:4.08},{&quot;2026-06-12&quot;:4.08},{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.09},{&quot;2026-06-15&quot;:4.09},{&quot;2026-06-16&quot;:4.12},{&quot;2026-06-17&quot;:4.12},{&quot;2026-06-18&quot;:4.12},{&quot;2026-06-19&quot;:4.06},{&quot;2026-06-20&quot;:4.11},{&quot;2026-06-21&quot;:4.04},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-24&quot;:4.18},{&quot;2026-06-25&quot;:4.18},{&quot;2026-06-26&quot;:4.18},{&quot;2026-06-27&quot;:4.18},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.29},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.64},{&quot;2026-07-02&quot;:4.61},{&quot;2026-07-03&quot;:4.61},{&quot;2026-07-04&quot;:4.64},{&quot;2026-07-05&quot;:4.64},{&quot;2026-07-06&quot;:4.63},{&quot;2026-07-07&quot;:4.63},{&quot;2026-07-08&quot;:4.56},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.56},{&quot;2026-07-12&quot;:4.56},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.56},{&quot;2026-07-15&quot;:4.55},{&quot;2026-07-16&quot;:4.55},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.68},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.82},{&quot;2026-07-23&quot;:4.79},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.79},{&quot;2026-07-27&quot;:4.79},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.83},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:4.93},{&quot;2026-08-04&quot;:4.93},{&quot;2026-08-05&quot;:4.93},{&quot;2026-08-07&quot;:4.92},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.92},{&quot;2026-08-12&quot;:4.95},{&quot;2026-08-13&quot;:4.89},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.85},{&quot;2026-08-16&quot;:4.85},{&quot;2026-08-17&quot;:4.85},{&quot;2026-08-18&quot;:4.85},{&quot;2026-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.87},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.85},{&quot;2026-08-23&quot;:4.85},{&quot;2026-08-24&quot;:4.92},{&quot;2026-08-25&quot;:4.92},{&quot;2026-08-26&quot;:4.87},{&quot;2026-08-27&quot;:4.87},{&quot;2026-08-28&quot;:4.74},{&quot;2026-08-29&quot;:4.74},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.67},{&quot;2026-09-02&quot;:4.79},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.85},{&quot;2026-09-06&quot;:4.85},{&quot;2026-09-07&quot;:4.85},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.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="91469"
  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">
            Lightning Greaves
        </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="text-sm font-medium text-nine-white">
            $4.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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea21033a-9318-4599-a4bc-b7262621d7d8.jpg?1783908470" />

        <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 Greaves
        </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-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/e/a/ea21033a-9318-4599-a4bc-b7262621d7d8.jpg?1783908470" />
    </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">
                $4.85
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</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.52},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.45},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-23&quot;:4.48},{&quot;2026-06-24&quot;:4.49},{&quot;2026-06-25&quot;:4.49},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.5},{&quot;2026-06-28&quot;:4.51},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.53},{&quot;2026-07-02&quot;:4.53},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.54},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.61},{&quot;2026-07-08&quot;:4.61},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.61},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.51},{&quot;2026-07-14&quot;:4.51},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.51},{&quot;2026-07-18&quot;:4.51},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.51},{&quot;2026-07-21&quot;:4.45},{&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.45},{&quot;2026-07-27&quot;:4.45},{&quot;2026-07-28&quot;:4.45},{&quot;2026-07-29&quot;:4.45},{&quot;2026-07-30&quot;:4.45},{&quot;2026-07-31&quot;:4.45},{&quot;2026-08-01&quot;:4.45},{&quot;2026-08-02&quot;:4.45},{&quot;2026-08-03&quot;:4.45},{&quot;2026-08-04&quot;:4.4},{&quot;2026-08-05&quot;:4.35},{&quot;2026-08-07&quot;:4.29},{&quot;2026-08-08&quot;:4.29},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.32},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.18},{&quot;2026-08-17&quot;:4.1},{&quot;2026-08-18&quot;:4.35},{&quot;2026-08-19&quot;:4.48},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.64},{&quot;2026-08-25&quot;:4.64},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.64},{&quot;2026-08-28&quot;:4.77},{&quot;2026-08-29&quot;:4.77},{&quot;2026-08-30&quot;:4.87},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.87},{&quot;2026-09-02&quot;:4.84},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:4.84},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.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="71190"
  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-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">
            Rejuvenating Springs
        </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-50 text-badge-text">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.84
          </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="Rejuvenating Springs" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c68876b6-5a30-4dea-af0a-53d30e6f8029.jpg?1783915864" />

        <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">
            Rejuvenating Springs
        </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="Rejuvenating Springs" src="https://cards.scryfall.io/large/front/c/6/c68876b6-5a30-4dea-af0a-53d30e6f8029.jpg?1783915864" />
    </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">
                $4.84
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.25},{&quot;2026-06-13&quot;:6.18},{&quot;2026-06-14&quot;:6.17},{&quot;2026-06-15&quot;:5.95},{&quot;2026-06-16&quot;:5.87},{&quot;2026-06-17&quot;:5.88},{&quot;2026-06-18&quot;:5.95},{&quot;2026-06-19&quot;:6.0},{&quot;2026-06-20&quot;:6.02},{&quot;2026-06-21&quot;:6.01},{&quot;2026-06-22&quot;:6.01},{&quot;2026-06-23&quot;:6.0},{&quot;2026-06-24&quot;:6.02},{&quot;2026-06-25&quot;:6.14},{&quot;2026-06-26&quot;:6.15},{&quot;2026-06-27&quot;:6.15},{&quot;2026-06-28&quot;:6.15},{&quot;2026-06-29&quot;:6.15},{&quot;2026-06-30&quot;:6.21},{&quot;2026-07-01&quot;:6.21},{&quot;2026-07-02&quot;:6.25},{&quot;2026-07-03&quot;:6.24},{&quot;2026-07-04&quot;:6.17},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.18},{&quot;2026-07-07&quot;:6.11},{&quot;2026-07-08&quot;:6.1},{&quot;2026-07-09&quot;:6.1},{&quot;2026-07-10&quot;:6.1},{&quot;2026-07-11&quot;:6.02},{&quot;2026-07-12&quot;:5.77},{&quot;2026-07-13&quot;:5.77},{&quot;2026-07-14&quot;:5.77},{&quot;2026-07-15&quot;:5.77},{&quot;2026-07-16&quot;:5.67},{&quot;2026-07-17&quot;:5.64},{&quot;2026-07-18&quot;:5.46},{&quot;2026-07-19&quot;:5.24},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:4.8},{&quot;2026-07-23&quot;:4.71},{&quot;2026-07-24&quot;:4.79},{&quot;2026-07-25&quot;:4.76},{&quot;2026-07-26&quot;:4.65},{&quot;2026-07-27&quot;:4.63},{&quot;2026-07-28&quot;:4.63},{&quot;2026-07-29&quot;:4.63},{&quot;2026-07-30&quot;:4.64},{&quot;2026-07-31&quot;:4.71},{&quot;2026-08-01&quot;:4.69},{&quot;2026-08-02&quot;:4.7},{&quot;2026-08-03&quot;:4.73},{&quot;2026-08-04&quot;:4.72},{&quot;2026-08-05&quot;:4.72},{&quot;2026-08-07&quot;:4.58},{&quot;2026-08-08&quot;:4.47},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.28},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.28},{&quot;2026-08-13&quot;:4.25},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.26},{&quot;2026-08-16&quot;:4.15},{&quot;2026-08-17&quot;:3.92},{&quot;2026-08-18&quot;:3.76},{&quot;2026-08-19&quot;:4.08},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.39},{&quot;2026-08-22&quot;:4.28},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.49},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.59},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.52},{&quot;2026-09-03&quot;:4.55},{&quot;2026-09-04&quot;:4.45},{&quot;2026-09-05&quot;:4.43},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.45},{&quot;2026-09-08&quot;:4.56},{&quot;2026-09-09&quot;:4.68},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.84}]}"
        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="90470"
  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-spg 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">
            Sphinx&#39;s Tutelage
        </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">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.84
          </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="Sphinx&#39;s Tutelage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/94a3673b-6003-4612-a8f6-02829aa9de7d.jpg?1783908596" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sphinx&#39;s Tutelage" src="https://cards.scryfall.io/large/front/9/4/94a3673b-6003-4612-a8f6-02829aa9de7d.jpg?1783908596" />
    </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">
                $4.84
              </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">
                $9.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">$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;:9.86},{&quot;2026-06-11&quot;:9.86},{&quot;2026-06-12&quot;:9.86},{&quot;2026-06-13&quot;:9.84},{&quot;2026-06-14&quot;:9.84},{&quot;2026-06-15&quot;:9.84},{&quot;2026-06-16&quot;:9.84},{&quot;2026-06-17&quot;:9.84},{&quot;2026-06-18&quot;:9.84},{&quot;2026-06-19&quot;:9.84},{&quot;2026-06-20&quot;:9.84},{&quot;2026-06-21&quot;:9.86},{&quot;2026-06-22&quot;:9.86},{&quot;2026-06-23&quot;:9.86},{&quot;2026-06-24&quot;:9.84},{&quot;2026-06-25&quot;:9.84},{&quot;2026-06-26&quot;:9.84},{&quot;2026-06-27&quot;:9.84},{&quot;2026-06-28&quot;:9.84},{&quot;2026-06-29&quot;:9.84},{&quot;2026-06-30&quot;:9.84},{&quot;2026-07-01&quot;:9.8},{&quot;2026-07-02&quot;:9.8},{&quot;2026-07-03&quot;:9.8},{&quot;2026-07-04&quot;:9.8},{&quot;2026-07-05&quot;:9.72},{&quot;2026-07-06&quot;:9.72},{&quot;2026-07-07&quot;:9.72},{&quot;2026-07-08&quot;:9.72},{&quot;2026-07-09&quot;:9.72},{&quot;2026-07-10&quot;:9.72},{&quot;2026-07-11&quot;:9.72},{&quot;2026-07-12&quot;:9.72},{&quot;2026-07-13&quot;:9.67},{&quot;2026-07-14&quot;:9.67},{&quot;2026-07-15&quot;:9.67},{&quot;2026-07-16&quot;:9.67},{&quot;2026-07-17&quot;:9.67},{&quot;2026-07-18&quot;:9.67},{&quot;2026-07-19&quot;:9.68},{&quot;2026-07-20&quot;:9.6},{&quot;2026-07-21&quot;:9.6},{&quot;2026-07-23&quot;:9.6},{&quot;2026-07-25&quot;:9.68},{&quot;2026-07-26&quot;:9.68},{&quot;2026-07-27&quot;:9.68},{&quot;2026-07-29&quot;:9.34},{&quot;2026-07-30&quot;:9.34},{&quot;2026-07-31&quot;:9.34},{&quot;2026-08-01&quot;:9.34},{&quot;2026-08-02&quot;:9.26},{&quot;2026-08-03&quot;:9.26},{&quot;2026-08-04&quot;:9.26},{&quot;2026-08-05&quot;:9.24},{&quot;2026-08-07&quot;:9.17},{&quot;2026-08-08&quot;:9.17},{&quot;2026-08-09&quot;:9.17},{&quot;2026-08-10&quot;:9.17},{&quot;2026-08-11&quot;:9.17},{&quot;2026-08-12&quot;:9.17},{&quot;2026-08-13&quot;:9.17},{&quot;2026-08-14&quot;:9.17},{&quot;2026-08-15&quot;:9.17},{&quot;2026-08-16&quot;:9.17},{&quot;2026-08-17&quot;:9.27},{&quot;2026-08-18&quot;:9.17},{&quot;2026-08-19&quot;:9.35},{&quot;2026-08-20&quot;:9.35},{&quot;2026-08-21&quot;:9.35},{&quot;2026-08-22&quot;:9.35},{&quot;2026-08-23&quot;:9.35},{&quot;2026-08-24&quot;:9.35},{&quot;2026-08-25&quot;:9.35},{&quot;2026-08-26&quot;:9.35},{&quot;2026-08-27&quot;:9.35},{&quot;2026-08-28&quot;:9.35},{&quot;2026-08-29&quot;:9.35},{&quot;2026-08-30&quot;:9.28},{&quot;2026-08-31&quot;:9.26},{&quot;2026-09-01&quot;:9.26},{&quot;2026-09-02&quot;:9.25},{&quot;2026-09-03&quot;:9.25},{&quot;2026-09-04&quot;:9.19},{&quot;2026-09-05&quot;:9.19},{&quot;2026-09-06&quot;:9.14},{&quot;2026-09-07&quot;:9.14},{&quot;2026-09-08&quot;:9.14},{&quot;2026-09-09&quot;:9.14},{&quot;2026-09-10&quot;:9.14},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.78},{&quot;2026-06-11&quot;:4.78},{&quot;2026-06-12&quot;:4.8},{&quot;2026-06-13&quot;:4.8},{&quot;2026-06-14&quot;:4.78},{&quot;2026-06-15&quot;:4.88},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.9},{&quot;2026-06-18&quot;:4.99},{&quot;2026-06-19&quot;:5.01},{&quot;2026-06-20&quot;:5.14},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:5.16},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.28},{&quot;2026-06-27&quot;:5.35},{&quot;2026-06-28&quot;:5.35},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.35},{&quot;2026-07-01&quot;:5.35},{&quot;2026-07-02&quot;:5.2},{&quot;2026-07-03&quot;:5.25},{&quot;2026-07-04&quot;:5.22},{&quot;2026-07-05&quot;:5.22},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.22},{&quot;2026-07-08&quot;:5.22},{&quot;2026-07-09&quot;:5.16},{&quot;2026-07-10&quot;:5.06},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.99},{&quot;2026-07-13&quot;:4.99},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.91},{&quot;2026-07-17&quot;:4.78},{&quot;2026-07-18&quot;:4.75},{&quot;2026-07-19&quot;:4.66},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-23&quot;:4.5},{&quot;2026-07-25&quot;:4.38},{&quot;2026-07-26&quot;:4.38},{&quot;2026-07-27&quot;:4.38},{&quot;2026-07-29&quot;:4.39},{&quot;2026-07-30&quot;:4.39},{&quot;2026-07-31&quot;:4.35},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.26},{&quot;2026-08-03&quot;:4.23},{&quot;2026-08-04&quot;:4.33},{&quot;2026-08-05&quot;:4.42},{&quot;2026-08-07&quot;:4.42},{&quot;2026-08-08&quot;:4.41},{&quot;2026-08-09&quot;:4.49},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.45},{&quot;2026-08-12&quot;:4.45},{&quot;2026-08-13&quot;:4.45},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.48},{&quot;2026-08-19&quot;:4.52},{&quot;2026-08-20&quot;:4.52},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.68},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.68},{&quot;2026-08-26&quot;:4.68},{&quot;2026-08-27&quot;:4.72},{&quot;2026-08-28&quot;:4.72},{&quot;2026-08-29&quot;:4.72},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.7},{&quot;2026-09-03&quot;:4.85},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.75},{&quot;2026-09-06&quot;:4.77},{&quot;2026-09-07&quot;:4.77},{&quot;2026-09-08&quot;:4.77},{&quot;2026-09-09&quot;:4.84},{&quot;2026-09-10&quot;:4.84},{&quot;2026-09-11&quot;:4.84}]}"
        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="20317"
  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">
            Necrotic Ooze
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
              ↑
              17%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.82
          </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="Necrotic Ooze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acc3557d-49c6-49cd-a540-1b24897f4e86.jpg?1783921901" />

        <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">
            Necrotic Ooze
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Necrotic Ooze" src="https://cards.scryfall.io/large/front/a/c/acc3557d-49c6-49cd-a540-1b24897f4e86.jpg?1783921901" />
    </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">
                $4.82
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.53
              </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.2},{&quot;2026-06-14&quot;:2.2},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.21},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.21},{&quot;2026-06-23&quot;:2.21},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.21},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.21},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.21},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.21},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.21},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-22&quot;:2.24},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-24&quot;:2.24},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.35},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.38},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.53}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.05},{&quot;2026-06-14&quot;:2.96},{&quot;2026-06-15&quot;:2.9},{&quot;2026-06-16&quot;:2.83},{&quot;2026-06-17&quot;:2.8},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.82},{&quot;2026-06-22&quot;:2.8},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.75},{&quot;2026-06-28&quot;:2.68},{&quot;2026-06-29&quot;:2.68},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.71},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.72},{&quot;2026-07-08&quot;:2.62},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.81},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.78},{&quot;2026-07-15&quot;:2.81},{&quot;2026-07-16&quot;:2.84},{&quot;2026-07-17&quot;:2.84},{&quot;2026-07-18&quot;:2.9},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-22&quot;:3.09},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-24&quot;:3.03},{&quot;2026-07-25&quot;:3.05},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-28&quot;:3.26},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.3},{&quot;2026-08-03&quot;:3.34},{&quot;2026-08-04&quot;:3.38},{&quot;2026-08-05&quot;:3.42},{&quot;2026-08-07&quot;:3.63},{&quot;2026-08-08&quot;:3.68},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.99},{&quot;2026-08-11&quot;:3.94},{&quot;2026-08-12&quot;:4.09},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:3.85},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.99},{&quot;2026-08-20&quot;:4.06},{&quot;2026-08-21&quot;:4.11},{&quot;2026-08-22&quot;:4.11},{&quot;2026-08-23&quot;:4.15},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.86},{&quot;2026-08-26&quot;:4.83},{&quot;2026-08-27&quot;:4.62},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.36},{&quot;2026-08-31&quot;:4.17},{&quot;2026-09-01&quot;:4.16},{&quot;2026-09-02&quot;:4.16},{&quot;2026-09-03&quot;:4.38},{&quot;2026-09-04&quot;:4.15},{&quot;2026-09-05&quot;:4.12},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.27},{&quot;2026-09-09&quot;:4.49},{&quot;2026-09-10&quot;:4.49},{&quot;2026-09-11&quot;:4.82}]}"
        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="18797"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-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">
            Rith, Liberated Primeval
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rith, Liberated Primeval" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/ac148784-b7b6-4aae-bffb-a4cf09f56971.jpg?1783921278" />

        <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">
            Rith, Liberated Primeval
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Dragon</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><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="Rith, Liberated Primeval" src="https://cards.scryfall.io/large/front/a/c/ac148784-b7b6-4aae-bffb-a4cf09f56971.jpg?1783921278" />
    </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">
                $3.18
              </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">
                $4.81
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.78},{&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.78},{&quot;2026-06-15&quot;:4.78},{&quot;2026-06-16&quot;:4.78},{&quot;2026-06-17&quot;:4.78},{&quot;2026-06-18&quot;:4.78},{&quot;2026-06-19&quot;:4.78},{&quot;2026-06-20&quot;:4.78},{&quot;2026-06-21&quot;:4.78},{&quot;2026-06-22&quot;:4.78},{&quot;2026-06-24&quot;:4.73},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.68},{&quot;2026-06-27&quot;:4.68},{&quot;2026-06-28&quot;:4.68},{&quot;2026-06-29&quot;:4.68},{&quot;2026-06-30&quot;:4.68},{&quot;2026-07-01&quot;:4.68},{&quot;2026-07-02&quot;:4.68},{&quot;2026-07-03&quot;:4.71},{&quot;2026-07-04&quot;:4.71},{&quot;2026-07-05&quot;:4.71},{&quot;2026-07-06&quot;:4.71},{&quot;2026-07-07&quot;:4.66},{&quot;2026-07-08&quot;:4.68},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.74},{&quot;2026-07-11&quot;:4.74},{&quot;2026-07-12&quot;:4.74},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.72},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.82},{&quot;2026-07-23&quot;:4.82},{&quot;2026-07-25&quot;:4.82},{&quot;2026-07-26&quot;:4.82},{&quot;2026-07-27&quot;:4.82},{&quot;2026-07-29&quot;:4.82},{&quot;2026-07-30&quot;:4.82},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.82},{&quot;2026-08-03&quot;:4.79},{&quot;2026-08-04&quot;:4.79},{&quot;2026-08-05&quot;:4.79},{&quot;2026-08-07&quot;:4.79},{&quot;2026-08-08&quot;:4.79},{&quot;2026-08-09&quot;:4.79},{&quot;2026-08-10&quot;:4.79},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.9},{&quot;2026-08-16&quot;:4.9},{&quot;2026-08-17&quot;:4.9},{&quot;2026-08-18&quot;:4.9},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:4.9},{&quot;2026-08-22&quot;:4.9},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:4.89},{&quot;2026-08-25&quot;:4.89},{&quot;2026-08-26&quot;:4.89},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.89},{&quot;2026-08-29&quot;:4.89},{&quot;2026-08-30&quot;:4.89},{&quot;2026-08-31&quot;:4.88},{&quot;2026-09-01&quot;:4.88},{&quot;2026-09-02&quot;:4.88},{&quot;2026-09-03&quot;:4.88},{&quot;2026-09-04&quot;:4.88},{&quot;2026-09-05&quot;:4.88},{&quot;2026-09-06&quot;:4.88},{&quot;2026-09-07&quot;:4.81},{&quot;2026-09-08&quot;:4.81},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.81},{&quot;2026-09-11&quot;:4.81}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.15},{&quot;2026-06-10&quot;:4.15},{&quot;2026-06-11&quot;:4.1},{&quot;2026-06-12&quot;:4.06},{&quot;2026-06-13&quot;:4.06},{&quot;2026-06-14&quot;:4.08},{&quot;2026-06-15&quot;:4.08},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.3},{&quot;2026-06-19&quot;:4.35},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.43},{&quot;2026-06-22&quot;:4.43},{&quot;2026-06-24&quot;:4.43},{&quot;2026-06-25&quot;:4.5},{&quot;2026-06-26&quot;:4.53},{&quot;2026-06-27&quot;:4.6},{&quot;2026-06-28&quot;:4.6},{&quot;2026-06-29&quot;:4.58},{&quot;2026-06-30&quot;:4.45},{&quot;2026-07-01&quot;:4.46},{&quot;2026-07-02&quot;:4.34},{&quot;2026-07-03&quot;:4.25},{&quot;2026-07-04&quot;:4.37},{&quot;2026-07-05&quot;:4.27},{&quot;2026-07-06&quot;:4.3},{&quot;2026-07-07&quot;:4.26},{&quot;2026-07-08&quot;:4.45},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.2},{&quot;2026-07-14&quot;:4.19},{&quot;2026-07-15&quot;:4.19},{&quot;2026-07-16&quot;:4.19},{&quot;2026-07-17&quot;:4.08},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:4.11},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:4.13},{&quot;2026-07-23&quot;:4.02},{&quot;2026-07-25&quot;:3.94},{&quot;2026-07-26&quot;:3.84},{&quot;2026-07-27&quot;:3.86},{&quot;2026-07-29&quot;:3.76},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.68},{&quot;2026-08-01&quot;:3.68},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.59},{&quot;2026-08-04&quot;:3.59},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.26},{&quot;2026-08-08&quot;:3.26},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.3},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.41},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.39},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.33},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.37},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.27},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.23},{&quot;2026-09-10&quot;:3.23},{&quot;2026-09-11&quot;:3.18}]}"
        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 901-950 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=18&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=18&amp;username=denvermullets" rel="prev">18</a><a role="link" aria-disabled="true" aria-current="page">19</a><a href="/load_collection?direction=asc&amp;page=20&amp;username=denvermullets" rel="next">20</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=20&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="87499"
          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">
              43
            </td>

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m13 ss-uncommon ss-fw ss-2x mr-4"></i>
              Reliquary 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">
                  $5.08

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x mr-4"></i>
              O&#39;aka, Traveling Merchant


            </td>

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

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

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

                    <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">
                  $5.08

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96217"
          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-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Braids, Arisen Nightmare


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48997"
          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">
              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-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Dauthi Voidwalker


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88039"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              M19-254
            </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>
              Reliquary 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">
                  $5.03

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afr ss-mythic ss-fw ss-2x mr-4"></i>
              Lolth, Spider Queen


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79309"
          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-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Heartwood Storyteller


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85173"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MH2-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-rare ss-fw ss-2x mr-4"></i>
              Dauthi Voidwalker


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53425"
          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">
              40
            </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>
              Drumbellower


            </td>

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

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

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

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

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

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

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

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


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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13201"
          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">
              398
            </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>
              Lightning Greaves


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94921"
          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-fca ss-rare ss-fw ss-2x mr-4"></i>
              Primeval Titan


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24383"
          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-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Thornspire Verge


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14096"
          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">
              758
            </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>
              Hunted Horror


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13833"
          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">
              673
            </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>
              Uchuulon


            </td>

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

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

                </div>
            </td>

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pza ss-mythic ss-fw ss-2x mr-4"></i>
              Ashcoat of the Shadow Swarm


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="17100"
          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-dst ss-uncommon ss-fw ss-2x mr-4"></i>
              Arcbound Crusher


            </td>

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91469"
          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">
              CMM-398
            </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>
              Lightning Greaves


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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="71190"
          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">
              325
            </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-rare ss-fw ss-2x mr-4"></i>
              Rejuvenating Springs


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20317"
          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">
              83
            </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>
              Necrotic Ooze


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Rith, Liberated Primeval


            </td>

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

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

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

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

            <td class="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="18797"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18797" src="/boxset_card/18797?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 901-950 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=18&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=18&amp;username=denvermullets" rel="prev">18</a><a role="link" aria-disabled="true" aria-current="page">19</a><a href="/load_collection?direction=asc&amp;page=20&amp;username=denvermullets" rel="next">20</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=20&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>