<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="86616"
  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">
            Noble Hierarch
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $10.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="Noble Hierarch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/db9a7f12-0839-49cd-bf2e-0aac68859038.jpg?1783909963" />

        <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">
            Noble Hierarch
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Noble Hierarch" src="https://cards.scryfall.io/large/front/d/b/db9a7f12-0839-49cd-bf2e-0aac68859038.jpg?1783909963" />
    </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">
                $10.94
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</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;:9.78},{&quot;2026-06-14&quot;:9.83},{&quot;2026-06-15&quot;:9.78},{&quot;2026-06-16&quot;:9.74},{&quot;2026-06-17&quot;:10.01},{&quot;2026-06-18&quot;:10.34},{&quot;2026-06-19&quot;:10.14},{&quot;2026-06-20&quot;:10.14},{&quot;2026-06-21&quot;:10.23},{&quot;2026-06-22&quot;:10.6},{&quot;2026-06-23&quot;:10.43},{&quot;2026-06-24&quot;:10.43},{&quot;2026-06-25&quot;:10.54},{&quot;2026-06-26&quot;:10.45},{&quot;2026-06-27&quot;:10.46},{&quot;2026-06-28&quot;:10.36},{&quot;2026-06-29&quot;:10.38},{&quot;2026-06-30&quot;:10.54},{&quot;2026-07-01&quot;:10.34},{&quot;2026-07-02&quot;:10.65},{&quot;2026-07-03&quot;:10.73},{&quot;2026-07-04&quot;:10.81},{&quot;2026-07-05&quot;:10.8},{&quot;2026-07-06&quot;:10.8},{&quot;2026-07-07&quot;:10.79},{&quot;2026-07-08&quot;:11.1},{&quot;2026-07-09&quot;:11.12},{&quot;2026-07-10&quot;:11.08},{&quot;2026-07-11&quot;:11.08},{&quot;2026-07-12&quot;:11.7},{&quot;2026-07-13&quot;:11.83},{&quot;2026-07-14&quot;:12.02},{&quot;2026-07-15&quot;:12.04},{&quot;2026-07-16&quot;:12.09},{&quot;2026-07-17&quot;:11.97},{&quot;2026-07-18&quot;:12.05},{&quot;2026-07-19&quot;:12.08},{&quot;2026-07-20&quot;:11.92},{&quot;2026-07-21&quot;:11.74},{&quot;2026-07-22&quot;:11.61},{&quot;2026-07-23&quot;:11.66},{&quot;2026-07-24&quot;:11.25},{&quot;2026-07-25&quot;:11.15},{&quot;2026-07-26&quot;:10.92},{&quot;2026-07-27&quot;:10.93},{&quot;2026-07-28&quot;:10.74},{&quot;2026-07-29&quot;:10.71},{&quot;2026-07-30&quot;:10.95},{&quot;2026-07-31&quot;:11.04},{&quot;2026-08-01&quot;:11.04},{&quot;2026-08-02&quot;:11.04},{&quot;2026-08-03&quot;:11.04},{&quot;2026-08-04&quot;:10.89},{&quot;2026-08-05&quot;:11.35},{&quot;2026-08-07&quot;:11.17},{&quot;2026-08-08&quot;:11.23},{&quot;2026-08-09&quot;:11.08},{&quot;2026-08-10&quot;:11.11},{&quot;2026-08-11&quot;:11.2},{&quot;2026-08-12&quot;:11.16},{&quot;2026-08-13&quot;:10.97},{&quot;2026-08-14&quot;:11.06},{&quot;2026-08-15&quot;:10.97},{&quot;2026-08-16&quot;:10.76},{&quot;2026-08-17&quot;:10.83},{&quot;2026-08-18&quot;:10.61},{&quot;2026-08-19&quot;:10.56},{&quot;2026-08-20&quot;:10.54},{&quot;2026-08-21&quot;:10.66},{&quot;2026-08-22&quot;:10.7},{&quot;2026-08-23&quot;:10.72},{&quot;2026-08-24&quot;:10.83},{&quot;2026-08-25&quot;:10.64},{&quot;2026-08-26&quot;:10.81},{&quot;2026-08-27&quot;:10.83},{&quot;2026-08-28&quot;:10.85},{&quot;2026-08-29&quot;:10.85},{&quot;2026-08-30&quot;:10.81},{&quot;2026-08-31&quot;:10.79},{&quot;2026-09-01&quot;:10.78},{&quot;2026-09-02&quot;:10.78},{&quot;2026-09-03&quot;:10.73},{&quot;2026-09-04&quot;:10.79},{&quot;2026-09-05&quot;:10.83},{&quot;2026-09-06&quot;:10.78},{&quot;2026-09-07&quot;:10.79},{&quot;2026-09-08&quot;:10.79},{&quot;2026-09-09&quot;:10.91},{&quot;2026-09-10&quot;:10.91},{&quot;2026-09-11&quot;:10.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="45996"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.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="City on Fire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f455cc1-a822-44ef-ba7c-bfcff69bd45e.jpg?1783916996" />

        <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">
            City on Fire
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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>
          </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="City on Fire" src="https://cards.scryfall.io/large/front/6/f/6f455cc1-a822-44ef-ba7c-bfcff69bd45e.jpg?1783916996" />
    </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">
                $10.93
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:12.96},{&quot;2026-06-14&quot;:13.04},{&quot;2026-06-15&quot;:13.04},{&quot;2026-06-16&quot;:13.04},{&quot;2026-06-17&quot;:13.04},{&quot;2026-06-18&quot;:13.13},{&quot;2026-06-19&quot;:13.11},{&quot;2026-06-20&quot;:13.11},{&quot;2026-06-21&quot;:13.11},{&quot;2026-06-22&quot;:13.11},{&quot;2026-06-23&quot;:13.17},{&quot;2026-06-24&quot;:13.22},{&quot;2026-06-25&quot;:13.22},{&quot;2026-06-26&quot;:13.22},{&quot;2026-06-27&quot;:13.26},{&quot;2026-06-28&quot;:13.26},{&quot;2026-06-29&quot;:13.3},{&quot;2026-06-30&quot;:13.25},{&quot;2026-07-01&quot;:13.25},{&quot;2026-07-02&quot;:13.25},{&quot;2026-07-03&quot;:13.25},{&quot;2026-07-04&quot;:13.25},{&quot;2026-07-05&quot;:13.22},{&quot;2026-07-06&quot;:13.22},{&quot;2026-07-07&quot;:13.22},{&quot;2026-07-08&quot;:13.22},{&quot;2026-07-09&quot;:13.22},{&quot;2026-07-10&quot;:13.0},{&quot;2026-07-11&quot;:13.0},{&quot;2026-07-12&quot;:13.1},{&quot;2026-07-13&quot;:13.1},{&quot;2026-07-14&quot;:13.1},{&quot;2026-07-15&quot;:13.1},{&quot;2026-07-16&quot;:13.1},{&quot;2026-07-17&quot;:13.1},{&quot;2026-07-18&quot;:13.1},{&quot;2026-07-19&quot;:13.1},{&quot;2026-07-20&quot;:13.05},{&quot;2026-07-21&quot;:13.05},{&quot;2026-07-22&quot;:13.01},{&quot;2026-07-23&quot;:13.01},{&quot;2026-07-24&quot;:13.1},{&quot;2026-07-25&quot;:13.1},{&quot;2026-07-26&quot;:13.1},{&quot;2026-07-27&quot;:13.1},{&quot;2026-07-28&quot;:13.23},{&quot;2026-07-29&quot;:13.23},{&quot;2026-07-30&quot;:13.23},{&quot;2026-07-31&quot;:13.13},{&quot;2026-08-01&quot;:13.13},{&quot;2026-08-02&quot;:13.13},{&quot;2026-08-03&quot;:13.14},{&quot;2026-08-04&quot;:13.14},{&quot;2026-08-05&quot;:13.03},{&quot;2026-08-07&quot;:13.03},{&quot;2026-08-08&quot;:13.01},{&quot;2026-08-09&quot;:13.01},{&quot;2026-08-10&quot;:12.84},{&quot;2026-08-11&quot;:12.84},{&quot;2026-08-12&quot;:12.84},{&quot;2026-08-13&quot;:12.78},{&quot;2026-08-14&quot;:12.78},{&quot;2026-08-15&quot;:12.78},{&quot;2026-08-16&quot;:12.78},{&quot;2026-08-17&quot;:12.78},{&quot;2026-08-18&quot;:12.71},{&quot;2026-08-19&quot;:12.3},{&quot;2026-08-20&quot;:12.3},{&quot;2026-08-21&quot;:12.3},{&quot;2026-08-22&quot;:12.45},{&quot;2026-08-23&quot;:12.45},{&quot;2026-08-24&quot;:12.45},{&quot;2026-08-25&quot;:12.45},{&quot;2026-08-26&quot;:12.29},{&quot;2026-08-27&quot;:12.29},{&quot;2026-08-28&quot;:12.29},{&quot;2026-08-29&quot;:12.29},{&quot;2026-08-30&quot;:12.12},{&quot;2026-08-31&quot;:12.12},{&quot;2026-09-01&quot;:12.11},{&quot;2026-09-02&quot;:12.11},{&quot;2026-09-03&quot;:12.11},{&quot;2026-09-04&quot;:12.11},{&quot;2026-09-05&quot;:12.11},{&quot;2026-09-06&quot;:12.11},{&quot;2026-09-07&quot;:11.98},{&quot;2026-09-08&quot;:11.98},{&quot;2026-09-09&quot;:11.98},{&quot;2026-09-10&quot;:11.98},{&quot;2026-09-11&quot;:11.96}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.83},{&quot;2026-06-14&quot;:11.83},{&quot;2026-06-15&quot;:12.04},{&quot;2026-06-16&quot;:12.0},{&quot;2026-06-17&quot;:11.95},{&quot;2026-06-18&quot;:12.07},{&quot;2026-06-19&quot;:11.96},{&quot;2026-06-20&quot;:11.87},{&quot;2026-06-21&quot;:11.93},{&quot;2026-06-22&quot;:12.01},{&quot;2026-06-23&quot;:11.91},{&quot;2026-06-24&quot;:11.73},{&quot;2026-06-25&quot;:11.17},{&quot;2026-06-26&quot;:11.0},{&quot;2026-06-27&quot;:11.17},{&quot;2026-06-28&quot;:10.84},{&quot;2026-06-29&quot;:11.51},{&quot;2026-06-30&quot;:12.41},{&quot;2026-07-01&quot;:12.44},{&quot;2026-07-02&quot;:12.2},{&quot;2026-07-03&quot;:11.91},{&quot;2026-07-04&quot;:12.61},{&quot;2026-07-05&quot;:12.68},{&quot;2026-07-06&quot;:12.75},{&quot;2026-07-07&quot;:13.02},{&quot;2026-07-08&quot;:12.84},{&quot;2026-07-09&quot;:13.15},{&quot;2026-07-10&quot;:12.32},{&quot;2026-07-11&quot;:11.41},{&quot;2026-07-12&quot;:11.39},{&quot;2026-07-13&quot;:11.06},{&quot;2026-07-14&quot;:10.48},{&quot;2026-07-15&quot;:11.09},{&quot;2026-07-16&quot;:11.27},{&quot;2026-07-17&quot;:11.56},{&quot;2026-07-18&quot;:11.69},{&quot;2026-07-19&quot;:12.06},{&quot;2026-07-20&quot;:12.08},{&quot;2026-07-21&quot;:12.16},{&quot;2026-07-22&quot;:12.37},{&quot;2026-07-23&quot;:12.37},{&quot;2026-07-24&quot;:12.59},{&quot;2026-07-25&quot;:12.73},{&quot;2026-07-26&quot;:12.73},{&quot;2026-07-27&quot;:12.67},{&quot;2026-07-28&quot;:12.66},{&quot;2026-07-29&quot;:12.67},{&quot;2026-07-30&quot;:12.78},{&quot;2026-07-31&quot;:12.39},{&quot;2026-08-01&quot;:12.45},{&quot;2026-08-02&quot;:12.26},{&quot;2026-08-03&quot;:12.01},{&quot;2026-08-04&quot;:11.87},{&quot;2026-08-05&quot;:11.57},{&quot;2026-08-07&quot;:11.59},{&quot;2026-08-08&quot;:11.69},{&quot;2026-08-09&quot;:11.99},{&quot;2026-08-10&quot;:11.76},{&quot;2026-08-11&quot;:11.85},{&quot;2026-08-12&quot;:11.74},{&quot;2026-08-13&quot;:11.84},{&quot;2026-08-14&quot;:11.84},{&quot;2026-08-15&quot;:11.77},{&quot;2026-08-16&quot;:11.84},{&quot;2026-08-17&quot;:11.94},{&quot;2026-08-18&quot;:11.86},{&quot;2026-08-19&quot;:11.87},{&quot;2026-08-20&quot;:11.87},{&quot;2026-08-21&quot;:11.85},{&quot;2026-08-22&quot;:11.79},{&quot;2026-08-23&quot;:11.83},{&quot;2026-08-24&quot;:12.12},{&quot;2026-08-25&quot;:12.18},{&quot;2026-08-26&quot;:12.49},{&quot;2026-08-27&quot;:12.85},{&quot;2026-08-28&quot;:12.83},{&quot;2026-08-29&quot;:12.83},{&quot;2026-08-30&quot;:12.62},{&quot;2026-08-31&quot;:12.27},{&quot;2026-09-01&quot;:11.89},{&quot;2026-09-02&quot;:11.64},{&quot;2026-09-03&quot;:11.43},{&quot;2026-09-04&quot;:11.5},{&quot;2026-09-05&quot;:11.58},{&quot;2026-09-06&quot;:11.46},{&quot;2026-09-07&quot;:11.34},{&quot;2026-09-08&quot;:11.15},{&quot;2026-09-09&quot;:10.94},{&quot;2026-09-10&quot;:10.91},{&quot;2026-09-11&quot;:10.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="45865"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $10.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="Breach the Multiverse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/daf51a76-7a57-4462-ae18-a19e817e49e5.jpg?1783917016" />

        <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">
            Breach the Multiverse
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Breach the Multiverse" src="https://cards.scryfall.io/large/front/d/a/daf51a76-7a57-4462-ae18-a19e817e49e5.jpg?1783917016" />
    </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">
                $10.87
              </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">
                $11.34
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.04},{&quot;2026-06-14&quot;:11.04},{&quot;2026-06-15&quot;:11.04},{&quot;2026-06-16&quot;:11.11},{&quot;2026-06-17&quot;:11.21},{&quot;2026-06-18&quot;:11.45},{&quot;2026-06-19&quot;:11.45},{&quot;2026-06-20&quot;:11.45},{&quot;2026-06-21&quot;:11.45},{&quot;2026-06-22&quot;:11.67},{&quot;2026-06-23&quot;:11.67},{&quot;2026-06-24&quot;:11.67},{&quot;2026-06-25&quot;:11.67},{&quot;2026-06-26&quot;:11.67},{&quot;2026-06-27&quot;:11.72},{&quot;2026-06-28&quot;:11.48},{&quot;2026-06-29&quot;:11.52},{&quot;2026-06-30&quot;:11.52},{&quot;2026-07-01&quot;:11.52},{&quot;2026-07-02&quot;:11.52},{&quot;2026-07-03&quot;:11.52},{&quot;2026-07-04&quot;:11.52},{&quot;2026-07-05&quot;:11.66},{&quot;2026-07-06&quot;:11.61},{&quot;2026-07-07&quot;:11.81},{&quot;2026-07-08&quot;:11.81},{&quot;2026-07-09&quot;:11.81},{&quot;2026-07-10&quot;:11.91},{&quot;2026-07-11&quot;:11.91},{&quot;2026-07-12&quot;:11.74},{&quot;2026-07-13&quot;:11.74},{&quot;2026-07-14&quot;:11.41},{&quot;2026-07-15&quot;:11.41},{&quot;2026-07-16&quot;:11.38},{&quot;2026-07-17&quot;:11.38},{&quot;2026-07-18&quot;:11.66},{&quot;2026-07-19&quot;:11.66},{&quot;2026-07-20&quot;:11.66},{&quot;2026-07-21&quot;:11.6},{&quot;2026-07-22&quot;:11.6},{&quot;2026-07-23&quot;:11.6},{&quot;2026-07-24&quot;:11.6},{&quot;2026-07-25&quot;:11.69},{&quot;2026-07-26&quot;:11.61},{&quot;2026-07-27&quot;:11.51},{&quot;2026-07-28&quot;:11.41},{&quot;2026-07-29&quot;:11.3},{&quot;2026-07-30&quot;:11.3},{&quot;2026-07-31&quot;:11.27},{&quot;2026-08-01&quot;:11.45},{&quot;2026-08-02&quot;:11.45},{&quot;2026-08-03&quot;:11.45},{&quot;2026-08-04&quot;:11.45},{&quot;2026-08-05&quot;:11.5},{&quot;2026-08-07&quot;:11.5},{&quot;2026-08-08&quot;:11.5},{&quot;2026-08-09&quot;:11.71},{&quot;2026-08-10&quot;:11.71},{&quot;2026-08-11&quot;:11.71},{&quot;2026-08-12&quot;:11.45},{&quot;2026-08-13&quot;:11.21},{&quot;2026-08-14&quot;:11.14},{&quot;2026-08-15&quot;:11.14},{&quot;2026-08-16&quot;:11.14},{&quot;2026-08-17&quot;:11.14},{&quot;2026-08-18&quot;:11.18},{&quot;2026-08-19&quot;:11.18},{&quot;2026-08-20&quot;:11.18},{&quot;2026-08-21&quot;:11.18},{&quot;2026-08-22&quot;:11.18},{&quot;2026-08-23&quot;:11.16},{&quot;2026-08-24&quot;:11.16},{&quot;2026-08-25&quot;:11.17},{&quot;2026-08-26&quot;:11.17},{&quot;2026-08-27&quot;:11.08},{&quot;2026-08-28&quot;:11.05},{&quot;2026-08-29&quot;:11.05},{&quot;2026-08-30&quot;:11.28},{&quot;2026-08-31&quot;:11.17},{&quot;2026-09-01&quot;:11.17},{&quot;2026-09-02&quot;:11.17},{&quot;2026-09-03&quot;:11.17},{&quot;2026-09-04&quot;:11.17},{&quot;2026-09-05&quot;:11.17},{&quot;2026-09-06&quot;:11.17},{&quot;2026-09-07&quot;:11.2},{&quot;2026-09-08&quot;:11.2},{&quot;2026-09-09&quot;:11.34},{&quot;2026-09-10&quot;:11.34},{&quot;2026-09-11&quot;:11.34}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.79},{&quot;2026-06-14&quot;:9.59},{&quot;2026-06-15&quot;:9.79},{&quot;2026-06-16&quot;:9.91},{&quot;2026-06-17&quot;:9.77},{&quot;2026-06-18&quot;:10.26},{&quot;2026-06-19&quot;:10.35},{&quot;2026-06-20&quot;:10.43},{&quot;2026-06-21&quot;:10.68},{&quot;2026-06-22&quot;:10.92},{&quot;2026-06-23&quot;:11.13},{&quot;2026-06-24&quot;:11.39},{&quot;2026-06-25&quot;:11.56},{&quot;2026-06-26&quot;:11.6},{&quot;2026-06-27&quot;:11.46},{&quot;2026-06-28&quot;:11.28},{&quot;2026-06-29&quot;:10.55},{&quot;2026-06-30&quot;:10.32},{&quot;2026-07-01&quot;:10.35},{&quot;2026-07-02&quot;:9.93},{&quot;2026-07-03&quot;:9.9},{&quot;2026-07-04&quot;:10.34},{&quot;2026-07-05&quot;:10.31},{&quot;2026-07-06&quot;:10.1},{&quot;2026-07-07&quot;:10.22},{&quot;2026-07-08&quot;:10.14},{&quot;2026-07-09&quot;:10.2},{&quot;2026-07-10&quot;:9.97},{&quot;2026-07-11&quot;:10.17},{&quot;2026-07-12&quot;:10.14},{&quot;2026-07-13&quot;:10.28},{&quot;2026-07-14&quot;:10.38},{&quot;2026-07-15&quot;:10.64},{&quot;2026-07-16&quot;:10.35},{&quot;2026-07-17&quot;:10.83},{&quot;2026-07-18&quot;:11.0},{&quot;2026-07-19&quot;:11.05},{&quot;2026-07-20&quot;:11.5},{&quot;2026-07-21&quot;:11.47},{&quot;2026-07-22&quot;:11.21},{&quot;2026-07-23&quot;:11.1},{&quot;2026-07-24&quot;:10.66},{&quot;2026-07-25&quot;:10.62},{&quot;2026-07-26&quot;:11.12},{&quot;2026-07-27&quot;:10.92},{&quot;2026-07-28&quot;:10.68},{&quot;2026-07-29&quot;:10.63},{&quot;2026-07-30&quot;:10.73},{&quot;2026-07-31&quot;:10.74},{&quot;2026-08-01&quot;:10.91},{&quot;2026-08-02&quot;:11.18},{&quot;2026-08-03&quot;:11.19},{&quot;2026-08-04&quot;:11.12},{&quot;2026-08-05&quot;:10.48},{&quot;2026-08-07&quot;:11.17},{&quot;2026-08-08&quot;:11.15},{&quot;2026-08-09&quot;:10.82},{&quot;2026-08-10&quot;:10.72},{&quot;2026-08-11&quot;:10.74},{&quot;2026-08-12&quot;:10.77},{&quot;2026-08-13&quot;:11.03},{&quot;2026-08-14&quot;:10.9},{&quot;2026-08-15&quot;:10.77},{&quot;2026-08-16&quot;:10.77},{&quot;2026-08-17&quot;:10.79},{&quot;2026-08-18&quot;:10.67},{&quot;2026-08-19&quot;:10.68},{&quot;2026-08-20&quot;:10.72},{&quot;2026-08-21&quot;:10.73},{&quot;2026-08-22&quot;:10.81},{&quot;2026-08-23&quot;:10.82},{&quot;2026-08-24&quot;:10.72},{&quot;2026-08-25&quot;:10.56},{&quot;2026-08-26&quot;:10.57},{&quot;2026-08-27&quot;:10.59},{&quot;2026-08-28&quot;:10.12},{&quot;2026-08-29&quot;:10.12},{&quot;2026-08-30&quot;:9.94},{&quot;2026-08-31&quot;:9.94},{&quot;2026-09-01&quot;:10.18},{&quot;2026-09-02&quot;:10.32},{&quot;2026-09-03&quot;:10.36},{&quot;2026-09-04&quot;:10.41},{&quot;2026-09-05&quot;:10.41},{&quot;2026-09-06&quot;:10.46},{&quot;2026-09-07&quot;:10.91},{&quot;2026-09-08&quot;:10.91},{&quot;2026-09-09&quot;:10.91},{&quot;2026-09-10&quot;:11.02},{&quot;2026-09-11&quot;:10.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="1542"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.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="Diminishing Returns" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a375ec24-4841-4792-ad58-f29cdf0d1bbb.jpg?1783947195" />

        <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">
            Diminishing Returns
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Diminishing Returns" src="https://cards.scryfall.io/large/front/a/3/a375ec24-4841-4792-ad58-f29cdf0d1bbb.jpg?1783947195" />
    </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">
                $10.85
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:16.35},{&quot;2026-06-14&quot;:16.35},{&quot;2026-06-15&quot;:16.35},{&quot;2026-06-16&quot;:16.35},{&quot;2026-06-17&quot;:16.35},{&quot;2026-06-18&quot;:16.45},{&quot;2026-06-19&quot;:16.45},{&quot;2026-06-20&quot;:16.22},{&quot;2026-06-21&quot;:16.22},{&quot;2026-06-22&quot;:16.22},{&quot;2026-06-23&quot;:16.22},{&quot;2026-06-24&quot;:16.22},{&quot;2026-06-25&quot;:16.22},{&quot;2026-06-26&quot;:16.22},{&quot;2026-06-27&quot;:16.22},{&quot;2026-06-28&quot;:16.22},{&quot;2026-06-29&quot;:16.22},{&quot;2026-06-30&quot;:16.22},{&quot;2026-07-01&quot;:16.22},{&quot;2026-07-02&quot;:16.22},{&quot;2026-07-03&quot;:16.22},{&quot;2026-07-04&quot;:16.22},{&quot;2026-07-05&quot;:16.22},{&quot;2026-07-06&quot;:16.22},{&quot;2026-07-07&quot;:16.22},{&quot;2026-07-08&quot;:16.22},{&quot;2026-07-09&quot;:16.22},{&quot;2026-07-10&quot;:16.22},{&quot;2026-07-11&quot;:16.22},{&quot;2026-07-12&quot;:16.22},{&quot;2026-07-13&quot;:16.22},{&quot;2026-07-14&quot;:16.22},{&quot;2026-07-15&quot;:15.86},{&quot;2026-07-16&quot;:15.86},{&quot;2026-07-17&quot;:15.86},{&quot;2026-07-18&quot;:15.5},{&quot;2026-07-19&quot;:15.5},{&quot;2026-07-20&quot;:15.5},{&quot;2026-07-21&quot;:15.5},{&quot;2026-07-22&quot;:15.52},{&quot;2026-07-23&quot;:15.53},{&quot;2026-07-24&quot;:15.53},{&quot;2026-07-25&quot;:15.15},{&quot;2026-07-26&quot;:15.3},{&quot;2026-07-27&quot;:15.3},{&quot;2026-07-28&quot;:15.3},{&quot;2026-07-29&quot;:15.34},{&quot;2026-07-30&quot;:15.34},{&quot;2026-07-31&quot;:15.34},{&quot;2026-08-01&quot;:15.34},{&quot;2026-08-02&quot;:15.38},{&quot;2026-08-03&quot;:15.38},{&quot;2026-08-04&quot;:14.26},{&quot;2026-08-05&quot;:14.26},{&quot;2026-08-07&quot;:14.26},{&quot;2026-08-08&quot;:14.26},{&quot;2026-08-09&quot;:14.26},{&quot;2026-08-10&quot;:14.26},{&quot;2026-08-11&quot;:14.26},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.26},{&quot;2026-08-14&quot;:14.26},{&quot;2026-08-15&quot;:13.24},{&quot;2026-08-16&quot;:13.24},{&quot;2026-08-17&quot;:13.24},{&quot;2026-08-18&quot;:13.24},{&quot;2026-08-19&quot;:12.56},{&quot;2026-08-20&quot;:12.56},{&quot;2026-08-21&quot;:12.56},{&quot;2026-08-22&quot;:12.56},{&quot;2026-08-23&quot;:12.05},{&quot;2026-08-24&quot;:12.05},{&quot;2026-08-25&quot;:12.05},{&quot;2026-08-26&quot;:12.05},{&quot;2026-08-27&quot;:12.05},{&quot;2026-08-28&quot;:12.05},{&quot;2026-08-29&quot;:12.05},{&quot;2026-08-30&quot;:12.05},{&quot;2026-08-31&quot;:12.05},{&quot;2026-09-01&quot;:12.05},{&quot;2026-09-02&quot;:12.05},{&quot;2026-09-03&quot;:11.34},{&quot;2026-09-04&quot;:11.34},{&quot;2026-09-05&quot;:11.34},{&quot;2026-09-06&quot;:11.34},{&quot;2026-09-07&quot;:11.34},{&quot;2026-09-08&quot;:10.85},{&quot;2026-09-09&quot;:10.85},{&quot;2026-09-10&quot;:10.85},{&quot;2026-09-11&quot;:10.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="86907"
  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">
            Sword of War and Peace
        </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">
            $10.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="Sword of War and Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/9893b86f-95f6-42f3-b2de-075bfefa6ef6.jpg?1783917869" />

        <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">
            Sword of War and Peace
        </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">Artifact — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of War and Peace" src="https://cards.scryfall.io/large/front/9/8/9893b86f-95f6-42f3-b2de-075bfefa6ef6.jpg?1783917869" />
    </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">
                $10.84
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:9.04},{&quot;2026-06-10&quot;:9.04},{&quot;2026-06-11&quot;:9.04},{&quot;2026-06-12&quot;:9.19},{&quot;2026-06-13&quot;:9.19},{&quot;2026-06-14&quot;:9.29},{&quot;2026-06-15&quot;:9.3},{&quot;2026-06-16&quot;:9.3},{&quot;2026-06-17&quot;:9.73},{&quot;2026-06-18&quot;:9.69},{&quot;2026-06-19&quot;:9.68},{&quot;2026-06-20&quot;:9.77},{&quot;2026-06-21&quot;:9.77},{&quot;2026-06-22&quot;:9.77},{&quot;2026-06-24&quot;:9.55},{&quot;2026-06-25&quot;:9.63},{&quot;2026-06-26&quot;:9.67},{&quot;2026-06-27&quot;:9.69},{&quot;2026-06-28&quot;:9.73},{&quot;2026-06-29&quot;:9.75},{&quot;2026-06-30&quot;:9.77},{&quot;2026-07-01&quot;:9.85},{&quot;2026-07-02&quot;:9.78},{&quot;2026-07-03&quot;:9.78},{&quot;2026-07-04&quot;:9.68},{&quot;2026-07-05&quot;:9.77},{&quot;2026-07-06&quot;:9.68},{&quot;2026-07-07&quot;:9.68},{&quot;2026-07-08&quot;:9.88},{&quot;2026-07-09&quot;:9.95},{&quot;2026-07-10&quot;:10.04},{&quot;2026-07-11&quot;:10.08},{&quot;2026-07-12&quot;:10.08},{&quot;2026-07-13&quot;:10.09},{&quot;2026-07-14&quot;:10.27},{&quot;2026-07-15&quot;:10.44},{&quot;2026-07-16&quot;:10.44},{&quot;2026-07-17&quot;:10.44},{&quot;2026-07-18&quot;:10.51},{&quot;2026-07-19&quot;:10.51},{&quot;2026-07-20&quot;:10.51},{&quot;2026-07-21&quot;:10.51},{&quot;2026-07-23&quot;:10.51},{&quot;2026-07-25&quot;:10.54},{&quot;2026-07-26&quot;:10.54},{&quot;2026-07-27&quot;:10.54},{&quot;2026-07-29&quot;:10.54},{&quot;2026-07-30&quot;:10.57},{&quot;2026-07-31&quot;:10.57},{&quot;2026-08-01&quot;:10.61},{&quot;2026-08-02&quot;:10.54},{&quot;2026-08-03&quot;:10.54},{&quot;2026-08-04&quot;:10.54},{&quot;2026-08-05&quot;:10.48},{&quot;2026-08-07&quot;:10.51},{&quot;2026-08-08&quot;:10.51},{&quot;2026-08-09&quot;:10.51},{&quot;2026-08-10&quot;:10.51},{&quot;2026-08-11&quot;:10.51},{&quot;2026-08-12&quot;:10.76},{&quot;2026-08-13&quot;:10.98},{&quot;2026-08-14&quot;:10.97},{&quot;2026-08-15&quot;:10.99},{&quot;2026-08-16&quot;:10.99},{&quot;2026-08-17&quot;:10.99},{&quot;2026-08-18&quot;:10.99},{&quot;2026-08-19&quot;:10.99},{&quot;2026-08-20&quot;:10.99},{&quot;2026-08-21&quot;:11.06},{&quot;2026-08-22&quot;:11.06},{&quot;2026-08-23&quot;:11.06},{&quot;2026-08-24&quot;:11.07},{&quot;2026-08-25&quot;:11.07},{&quot;2026-08-26&quot;:11.07},{&quot;2026-08-27&quot;:11.07},{&quot;2026-08-28&quot;:10.93},{&quot;2026-08-29&quot;:10.93},{&quot;2026-08-30&quot;:10.93},{&quot;2026-08-31&quot;:10.93},{&quot;2026-09-01&quot;:10.93},{&quot;2026-09-02&quot;:10.82},{&quot;2026-09-03&quot;:10.74},{&quot;2026-09-04&quot;:10.74},{&quot;2026-09-05&quot;:10.79},{&quot;2026-09-06&quot;:10.69},{&quot;2026-09-07&quot;:10.69},{&quot;2026-09-08&quot;:10.71},{&quot;2026-09-09&quot;:10.78},{&quot;2026-09-10&quot;:10.78},{&quot;2026-09-11&quot;:10.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="24343"
  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">
            Blazemire 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">
            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">
            $10.77
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blazemire Verge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d151c8e2-d715-470d-868a-f45191db9fa0.jpg?1783909431" />

        <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">
            Blazemire 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="Blazemire Verge" src="https://cards.scryfall.io/large/front/d/1/d151c8e2-d715-470d-868a-f45191db9fa0.jpg?1783909431" />
    </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">
                $10.77
              </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">
                $11.12
              </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">$10.00</span>
              <span class="text-xs text-grey-text">Credit: $13.00</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;:9.12},{&quot;2026-06-14&quot;:9.18},{&quot;2026-06-15&quot;:9.18},{&quot;2026-06-16&quot;:9.13},{&quot;2026-06-17&quot;:9.13},{&quot;2026-06-18&quot;:9.18},{&quot;2026-06-19&quot;:9.27},{&quot;2026-06-20&quot;:9.27},{&quot;2026-06-21&quot;:9.21},{&quot;2026-06-22&quot;:9.2},{&quot;2026-06-23&quot;:9.19},{&quot;2026-06-24&quot;:9.19},{&quot;2026-06-25&quot;:9.19},{&quot;2026-06-26&quot;:9.19},{&quot;2026-06-27&quot;:9.19},{&quot;2026-06-28&quot;:9.22},{&quot;2026-06-29&quot;:9.15},{&quot;2026-06-30&quot;:9.09},{&quot;2026-07-01&quot;:9.01},{&quot;2026-07-02&quot;:9.01},{&quot;2026-07-03&quot;:8.98},{&quot;2026-07-04&quot;:8.98},{&quot;2026-07-05&quot;:8.98},{&quot;2026-07-06&quot;:8.87},{&quot;2026-07-07&quot;:8.9},{&quot;2026-07-08&quot;:8.9},{&quot;2026-07-09&quot;:8.97},{&quot;2026-07-10&quot;:9.03},{&quot;2026-07-11&quot;:9.03},{&quot;2026-07-12&quot;:9.06},{&quot;2026-07-13&quot;:9.06},{&quot;2026-07-14&quot;:9.1},{&quot;2026-07-15&quot;:9.1},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:9.02},{&quot;2026-07-18&quot;:9.02},{&quot;2026-07-19&quot;:8.98},{&quot;2026-07-20&quot;:8.98},{&quot;2026-07-21&quot;:8.99},{&quot;2026-07-22&quot;:8.99},{&quot;2026-07-23&quot;:9.1},{&quot;2026-07-24&quot;:9.1},{&quot;2026-07-25&quot;:9.1},{&quot;2026-07-26&quot;:9.15},{&quot;2026-07-27&quot;:9.15},{&quot;2026-07-28&quot;:9.16},{&quot;2026-07-29&quot;:9.37},{&quot;2026-07-30&quot;:9.37},{&quot;2026-07-31&quot;:9.43},{&quot;2026-08-01&quot;:9.43},{&quot;2026-08-02&quot;:9.43},{&quot;2026-08-03&quot;:9.43},{&quot;2026-08-04&quot;:9.43},{&quot;2026-08-05&quot;:9.43},{&quot;2026-08-07&quot;:9.43},{&quot;2026-08-08&quot;:9.64},{&quot;2026-08-09&quot;:9.64},{&quot;2026-08-10&quot;:9.64},{&quot;2026-08-11&quot;:9.59},{&quot;2026-08-12&quot;:9.59},{&quot;2026-08-13&quot;:9.59},{&quot;2026-08-14&quot;:9.48},{&quot;2026-08-15&quot;:9.77},{&quot;2026-08-16&quot;:9.77},{&quot;2026-08-17&quot;:9.71},{&quot;2026-08-18&quot;:9.87},{&quot;2026-08-19&quot;:9.96},{&quot;2026-08-20&quot;:9.95},{&quot;2026-08-21&quot;:10.17},{&quot;2026-08-22&quot;:11.16},{&quot;2026-08-23&quot;:11.1},{&quot;2026-08-24&quot;:11.0},{&quot;2026-08-25&quot;:11.0},{&quot;2026-08-26&quot;:11.0},{&quot;2026-08-27&quot;:11.0},{&quot;2026-08-28&quot;:10.99},{&quot;2026-08-29&quot;:10.99},{&quot;2026-08-30&quot;:10.93},{&quot;2026-08-31&quot;:11.13},{&quot;2026-09-01&quot;:11.18},{&quot;2026-09-02&quot;:11.18},{&quot;2026-09-03&quot;:11.0},{&quot;2026-09-04&quot;:11.0},{&quot;2026-09-05&quot;:11.0},{&quot;2026-09-06&quot;:11.09},{&quot;2026-09-07&quot;:11.12},{&quot;2026-09-08&quot;:11.12},{&quot;2026-09-09&quot;:11.11},{&quot;2026-09-10&quot;:11.11},{&quot;2026-09-11&quot;:11.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.72},{&quot;2026-06-14&quot;:8.45},{&quot;2026-06-15&quot;:8.57},{&quot;2026-06-16&quot;:8.9},{&quot;2026-06-17&quot;:8.68},{&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.59},{&quot;2026-06-22&quot;:8.7},{&quot;2026-06-23&quot;:8.74},{&quot;2026-06-24&quot;:8.67},{&quot;2026-06-25&quot;:8.53},{&quot;2026-06-26&quot;:8.57},{&quot;2026-06-27&quot;:8.49},{&quot;2026-06-28&quot;:8.41},{&quot;2026-06-29&quot;:8.65},{&quot;2026-06-30&quot;:8.66},{&quot;2026-07-01&quot;:8.58},{&quot;2026-07-02&quot;:8.1},{&quot;2026-07-03&quot;:7.96},{&quot;2026-07-04&quot;:7.99},{&quot;2026-07-05&quot;:7.99},{&quot;2026-07-06&quot;:8.37},{&quot;2026-07-07&quot;:8.73},{&quot;2026-07-08&quot;:8.67},{&quot;2026-07-09&quot;:8.71},{&quot;2026-07-10&quot;:8.54},{&quot;2026-07-11&quot;:8.91},{&quot;2026-07-12&quot;:9.04},{&quot;2026-07-13&quot;:9.04},{&quot;2026-07-14&quot;:8.98},{&quot;2026-07-15&quot;:8.59},{&quot;2026-07-16&quot;:8.48},{&quot;2026-07-17&quot;:8.4},{&quot;2026-07-18&quot;:8.37},{&quot;2026-07-19&quot;:8.37},{&quot;2026-07-20&quot;:8.18},{&quot;2026-07-21&quot;:8.05},{&quot;2026-07-22&quot;:8.14},{&quot;2026-07-23&quot;:8.6},{&quot;2026-07-24&quot;:8.81},{&quot;2026-07-25&quot;:8.76},{&quot;2026-07-26&quot;:8.98},{&quot;2026-07-27&quot;:9.18},{&quot;2026-07-28&quot;:8.85},{&quot;2026-07-29&quot;:8.59},{&quot;2026-07-30&quot;:8.6},{&quot;2026-07-31&quot;:8.63},{&quot;2026-08-01&quot;:8.63},{&quot;2026-08-02&quot;:8.4},{&quot;2026-08-03&quot;:8.55},{&quot;2026-08-04&quot;:8.6},{&quot;2026-08-05&quot;:8.54},{&quot;2026-08-07&quot;:8.06},{&quot;2026-08-08&quot;:8.07},{&quot;2026-08-09&quot;:7.98},{&quot;2026-08-10&quot;:8.78},{&quot;2026-08-11&quot;:9.35},{&quot;2026-08-12&quot;:9.75},{&quot;2026-08-13&quot;:10.32},{&quot;2026-08-14&quot;:10.29},{&quot;2026-08-15&quot;:10.13},{&quot;2026-08-16&quot;:9.28},{&quot;2026-08-17&quot;:9.12},{&quot;2026-08-18&quot;:9.67},{&quot;2026-08-19&quot;:9.7},{&quot;2026-08-20&quot;:9.89},{&quot;2026-08-21&quot;:9.97},{&quot;2026-08-22&quot;:9.88},{&quot;2026-08-23&quot;:9.41},{&quot;2026-08-24&quot;:9.96},{&quot;2026-08-25&quot;:9.75},{&quot;2026-08-26&quot;:9.68},{&quot;2026-08-27&quot;:9.7},{&quot;2026-08-28&quot;:9.7},{&quot;2026-08-29&quot;:9.7},{&quot;2026-08-30&quot;:9.82},{&quot;2026-08-31&quot;:10.24},{&quot;2026-09-01&quot;:10.4},{&quot;2026-09-02&quot;:10.54},{&quot;2026-09-03&quot;:10.89},{&quot;2026-09-04&quot;:10.79},{&quot;2026-09-05&quot;:10.33},{&quot;2026-09-06&quot;:10.4},{&quot;2026-09-07&quot;:10.33},{&quot;2026-09-08&quot;:10.86},{&quot;2026-09-09&quot;:10.8},{&quot;2026-09-10&quot;:10.91},{&quot;2026-09-11&quot;:10.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="70826"
  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">
            Swan Song
        </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">
              ↑
              8%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swan Song" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67c5aa41-9c40-4bd3-8e74-29f216b9bc77.jpg?1783915948" />

        <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">
            Swan Song
        </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-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="Swan Song" src="https://cards.scryfall.io/large/front/6/7/67c5aa41-9c40-4bd3-8e74-29f216b9bc77.jpg?1783915948" />
    </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">
                $10.77
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:9.51},{&quot;2026-06-10&quot;:9.95},{&quot;2026-06-11&quot;:10.03},{&quot;2026-06-12&quot;:9.87},{&quot;2026-06-13&quot;:9.87},{&quot;2026-06-14&quot;:10.11},{&quot;2026-06-15&quot;:10.3},{&quot;2026-06-16&quot;:10.26},{&quot;2026-06-17&quot;:9.76},{&quot;2026-06-18&quot;:9.36},{&quot;2026-06-19&quot;:9.19},{&quot;2026-06-20&quot;:9.08},{&quot;2026-06-21&quot;:9.03},{&quot;2026-06-22&quot;:8.92},{&quot;2026-06-24&quot;:8.91},{&quot;2026-06-25&quot;:8.85},{&quot;2026-06-26&quot;:8.83},{&quot;2026-06-27&quot;:8.75},{&quot;2026-06-28&quot;:8.57},{&quot;2026-06-29&quot;:8.24},{&quot;2026-06-30&quot;:8.13},{&quot;2026-07-01&quot;:8.18},{&quot;2026-07-02&quot;:8.21},{&quot;2026-07-03&quot;:8.32},{&quot;2026-07-04&quot;:8.23},{&quot;2026-07-05&quot;:8.42},{&quot;2026-07-06&quot;:8.52},{&quot;2026-07-07&quot;:8.42},{&quot;2026-07-08&quot;:8.39},{&quot;2026-07-09&quot;:8.56},{&quot;2026-07-10&quot;:8.48},{&quot;2026-07-11&quot;:8.16},{&quot;2026-07-12&quot;:8.25},{&quot;2026-07-13&quot;:8.22},{&quot;2026-07-14&quot;:8.19},{&quot;2026-07-15&quot;:8.15},{&quot;2026-07-16&quot;:8.28},{&quot;2026-07-17&quot;:8.16},{&quot;2026-07-18&quot;:8.48},{&quot;2026-07-19&quot;:8.57},{&quot;2026-07-20&quot;:8.68},{&quot;2026-07-21&quot;:8.79},{&quot;2026-07-23&quot;:8.76},{&quot;2026-07-25&quot;:8.97},{&quot;2026-07-26&quot;:8.95},{&quot;2026-07-27&quot;:8.9},{&quot;2026-07-29&quot;:8.83},{&quot;2026-07-30&quot;:8.97},{&quot;2026-07-31&quot;:9.05},{&quot;2026-08-01&quot;:9.1},{&quot;2026-08-02&quot;:9.06},{&quot;2026-08-03&quot;:9.13},{&quot;2026-08-04&quot;:9.1},{&quot;2026-08-05&quot;:9.06},{&quot;2026-08-07&quot;:8.56},{&quot;2026-08-08&quot;:8.41},{&quot;2026-08-09&quot;:8.08},{&quot;2026-08-10&quot;:8.23},{&quot;2026-08-11&quot;:8.68},{&quot;2026-08-12&quot;:8.79},{&quot;2026-08-13&quot;:8.75},{&quot;2026-08-14&quot;:8.7},{&quot;2026-08-15&quot;:8.89},{&quot;2026-08-16&quot;:8.97},{&quot;2026-08-17&quot;:9.06},{&quot;2026-08-18&quot;:9.06},{&quot;2026-08-19&quot;:9.59},{&quot;2026-08-20&quot;:9.59},{&quot;2026-08-21&quot;:9.54},{&quot;2026-08-22&quot;:9.41},{&quot;2026-08-23&quot;:9.34},{&quot;2026-08-24&quot;:9.45},{&quot;2026-08-25&quot;:9.45},{&quot;2026-08-26&quot;:9.74},{&quot;2026-08-27&quot;:9.86},{&quot;2026-08-28&quot;:9.78},{&quot;2026-08-29&quot;:9.78},{&quot;2026-08-30&quot;:9.9},{&quot;2026-08-31&quot;:10.42},{&quot;2026-09-01&quot;:10.42},{&quot;2026-09-02&quot;:10.74},{&quot;2026-09-03&quot;:10.49},{&quot;2026-09-04&quot;:10.17},{&quot;2026-09-05&quot;:9.97},{&quot;2026-09-06&quot;:10.36},{&quot;2026-09-07&quot;:10.56},{&quot;2026-09-08&quot;:10.52},{&quot;2026-09-09&quot;:10.65},{&quot;2026-09-10&quot;:10.74},{&quot;2026-09-11&quot;:10.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13823"
  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">
            Brainstealer Dragon
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.71
          </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="Brainstealer Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/0984b1f1-dfc8-4cb9-90a3-e084950438bf.jpg?1783922504" />

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Brainstealer Dragon" src="https://cards.scryfall.io/large/front/0/9/0984b1f1-dfc8-4cb9-90a3-e084950438bf.jpg?1783922504" />
    </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">
                $10.71
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:10.88},{&quot;2026-06-10&quot;:10.53},{&quot;2026-06-11&quot;:10.53},{&quot;2026-06-12&quot;:10.52},{&quot;2026-06-13&quot;:10.52},{&quot;2026-06-14&quot;:10.49},{&quot;2026-06-15&quot;:10.49},{&quot;2026-06-16&quot;:10.49},{&quot;2026-06-17&quot;:10.49},{&quot;2026-06-18&quot;:10.5},{&quot;2026-06-19&quot;:10.46},{&quot;2026-06-20&quot;:10.42},{&quot;2026-06-21&quot;:10.42},{&quot;2026-06-22&quot;:10.42},{&quot;2026-06-24&quot;:10.4},{&quot;2026-06-25&quot;:10.4},{&quot;2026-06-26&quot;:10.4},{&quot;2026-06-27&quot;:10.4},{&quot;2026-06-28&quot;:10.31},{&quot;2026-06-29&quot;:10.05},{&quot;2026-06-30&quot;:10.05},{&quot;2026-07-01&quot;:10.05},{&quot;2026-07-02&quot;:9.93},{&quot;2026-07-03&quot;:9.88},{&quot;2026-07-04&quot;:9.84},{&quot;2026-07-05&quot;:10.17},{&quot;2026-07-06&quot;:10.13},{&quot;2026-07-07&quot;:10.13},{&quot;2026-07-08&quot;:10.11},{&quot;2026-07-09&quot;:9.95},{&quot;2026-07-10&quot;:9.88},{&quot;2026-07-11&quot;:9.89},{&quot;2026-07-12&quot;:9.89},{&quot;2026-07-13&quot;:9.89},{&quot;2026-07-14&quot;:9.85},{&quot;2026-07-15&quot;:9.76},{&quot;2026-07-16&quot;:9.76},{&quot;2026-07-17&quot;:9.7},{&quot;2026-07-18&quot;:9.6},{&quot;2026-07-19&quot;:9.64},{&quot;2026-07-20&quot;:9.77},{&quot;2026-07-21&quot;:9.89},{&quot;2026-07-23&quot;:10.06},{&quot;2026-07-25&quot;:10.14},{&quot;2026-07-26&quot;:10.2},{&quot;2026-07-27&quot;:10.37},{&quot;2026-07-29&quot;:10.42},{&quot;2026-07-30&quot;:10.42},{&quot;2026-07-31&quot;:10.49},{&quot;2026-08-01&quot;:10.45},{&quot;2026-08-02&quot;:10.53},{&quot;2026-08-03&quot;:10.53},{&quot;2026-08-04&quot;:10.36},{&quot;2026-08-05&quot;:10.35},{&quot;2026-08-07&quot;:10.35},{&quot;2026-08-08&quot;:10.39},{&quot;2026-08-09&quot;:10.41},{&quot;2026-08-10&quot;:10.52},{&quot;2026-08-11&quot;:10.52},{&quot;2026-08-12&quot;:10.42},{&quot;2026-08-13&quot;:10.42},{&quot;2026-08-14&quot;:10.45},{&quot;2026-08-15&quot;:10.59},{&quot;2026-08-16&quot;:10.31},{&quot;2026-08-17&quot;:10.31},{&quot;2026-08-18&quot;:10.16},{&quot;2026-08-19&quot;:10.13},{&quot;2026-08-20&quot;:10.13},{&quot;2026-08-21&quot;:10.03},{&quot;2026-08-22&quot;:10.06},{&quot;2026-08-23&quot;:10.05},{&quot;2026-08-24&quot;:10.05},{&quot;2026-08-25&quot;:10.05},{&quot;2026-08-26&quot;:10.01},{&quot;2026-08-27&quot;:10.07},{&quot;2026-08-28&quot;:9.92},{&quot;2026-08-29&quot;:9.92},{&quot;2026-08-30&quot;:10.09},{&quot;2026-08-31&quot;:10.17},{&quot;2026-09-01&quot;:10.17},{&quot;2026-09-02&quot;:10.39},{&quot;2026-09-03&quot;:10.47},{&quot;2026-09-04&quot;:10.56},{&quot;2026-09-05&quot;:10.38},{&quot;2026-09-06&quot;:10.37},{&quot;2026-09-07&quot;:10.43},{&quot;2026-09-08&quot;:10.51},{&quot;2026-09-09&quot;:10.6},{&quot;2026-09-10&quot;:10.65},{&quot;2026-09-11&quot;:10.71}]}"
        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="90778"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.69
          </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="Cathars&#39; Crusade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/5296e353-2efc-4d72-a877-7957eff630b9.jpg?1783908185" />

        <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">
            Cathars&#39; Crusade
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Cathars&#39; Crusade" src="https://cards.scryfall.io/large/front/5/2/5296e353-2efc-4d72-a877-7957eff630b9.jpg?1783908185" />
    </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">
                $10.69
              </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.29
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.48},{&quot;2026-06-12&quot;:8.64},{&quot;2026-06-13&quot;:9.04},{&quot;2026-06-14&quot;:9.13},{&quot;2026-06-15&quot;:9.13},{&quot;2026-06-16&quot;:9.13},{&quot;2026-06-17&quot;:9.13},{&quot;2026-06-18&quot;:9.19},{&quot;2026-06-19&quot;:9.06},{&quot;2026-06-20&quot;:9.06},{&quot;2026-06-21&quot;:9.06},{&quot;2026-06-22&quot;:9.08},{&quot;2026-06-23&quot;:8.98},{&quot;2026-06-24&quot;:9.08},{&quot;2026-06-25&quot;:9.04},{&quot;2026-06-26&quot;:8.98},{&quot;2026-06-27&quot;:8.92},{&quot;2026-06-28&quot;:8.79},{&quot;2026-06-29&quot;:8.79},{&quot;2026-06-30&quot;:8.79},{&quot;2026-07-01&quot;:8.79},{&quot;2026-07-02&quot;:8.78},{&quot;2026-07-03&quot;:8.99},{&quot;2026-07-04&quot;:8.99},{&quot;2026-07-05&quot;:8.99},{&quot;2026-07-06&quot;:8.99},{&quot;2026-07-07&quot;:8.93},{&quot;2026-07-08&quot;:8.93},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:8.97},{&quot;2026-07-11&quot;:8.89},{&quot;2026-07-12&quot;:9.01},{&quot;2026-07-13&quot;:8.73},{&quot;2026-07-14&quot;:8.73},{&quot;2026-07-15&quot;:8.82},{&quot;2026-07-16&quot;:8.97},{&quot;2026-07-17&quot;:8.97},{&quot;2026-07-18&quot;:9.18},{&quot;2026-07-19&quot;:9.18},{&quot;2026-07-20&quot;:9.18},{&quot;2026-07-21&quot;:9.18},{&quot;2026-07-23&quot;:8.99},{&quot;2026-07-25&quot;:9.1},{&quot;2026-07-26&quot;:9.32},{&quot;2026-07-27&quot;:9.32},{&quot;2026-07-28&quot;:9.32},{&quot;2026-07-29&quot;:9.29},{&quot;2026-07-30&quot;:9.29},{&quot;2026-07-31&quot;:9.33},{&quot;2026-08-01&quot;:9.44},{&quot;2026-08-02&quot;:9.48},{&quot;2026-08-03&quot;:9.48},{&quot;2026-08-04&quot;:9.48},{&quot;2026-08-05&quot;:9.48},{&quot;2026-08-07&quot;:9.47},{&quot;2026-08-08&quot;:9.43},{&quot;2026-08-09&quot;:9.48},{&quot;2026-08-10&quot;:9.48},{&quot;2026-08-11&quot;:9.34},{&quot;2026-08-12&quot;:9.56},{&quot;2026-08-13&quot;:9.38},{&quot;2026-08-14&quot;:9.43},{&quot;2026-08-15&quot;:9.44},{&quot;2026-08-16&quot;:9.44},{&quot;2026-08-17&quot;:9.34},{&quot;2026-08-18&quot;:9.34},{&quot;2026-08-19&quot;:9.11},{&quot;2026-08-20&quot;:9.11},{&quot;2026-08-21&quot;:9.2},{&quot;2026-08-22&quot;:9.32},{&quot;2026-08-23&quot;:9.34},{&quot;2026-08-24&quot;:9.34},{&quot;2026-08-25&quot;:9.34},{&quot;2026-08-26&quot;:9.34},{&quot;2026-08-27&quot;:9.34},{&quot;2026-08-28&quot;:9.34},{&quot;2026-08-29&quot;:9.34},{&quot;2026-08-30&quot;:9.37},{&quot;2026-08-31&quot;:9.38},{&quot;2026-09-01&quot;:9.38},{&quot;2026-09-02&quot;:9.38},{&quot;2026-09-03&quot;:9.38},{&quot;2026-09-04&quot;:9.38},{&quot;2026-09-05&quot;:9.38},{&quot;2026-09-06&quot;:9.38},{&quot;2026-09-07&quot;:9.29},{&quot;2026-09-08&quot;:9.29},{&quot;2026-09-09&quot;:9.29},{&quot;2026-09-10&quot;:9.29},{&quot;2026-09-11&quot;:9.29}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.29},{&quot;2026-06-12&quot;:8.29},{&quot;2026-06-13&quot;:8.21},{&quot;2026-06-14&quot;:8.32},{&quot;2026-06-15&quot;:8.1},{&quot;2026-06-16&quot;:8.58},{&quot;2026-06-17&quot;:8.46},{&quot;2026-06-18&quot;:8.78},{&quot;2026-06-19&quot;:8.77},{&quot;2026-06-20&quot;:9.27},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.37},{&quot;2026-06-23&quot;:9.37},{&quot;2026-06-24&quot;:9.44},{&quot;2026-06-25&quot;:9.44},{&quot;2026-06-26&quot;:9.5},{&quot;2026-06-27&quot;:9.03},{&quot;2026-06-28&quot;:8.86},{&quot;2026-06-29&quot;:8.77},{&quot;2026-06-30&quot;:9.39},{&quot;2026-07-01&quot;:9.28},{&quot;2026-07-02&quot;:9.28},{&quot;2026-07-03&quot;:9.37},{&quot;2026-07-04&quot;:9.37},{&quot;2026-07-05&quot;:9.1},{&quot;2026-07-06&quot;:9.35},{&quot;2026-07-07&quot;:9.24},{&quot;2026-07-08&quot;:9.06},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:8.99},{&quot;2026-07-11&quot;:8.99},{&quot;2026-07-12&quot;:8.85},{&quot;2026-07-13&quot;:8.85},{&quot;2026-07-14&quot;:8.85},{&quot;2026-07-15&quot;:9.31},{&quot;2026-07-16&quot;:9.06},{&quot;2026-07-17&quot;:8.61},{&quot;2026-07-18&quot;:8.61},{&quot;2026-07-19&quot;:8.55},{&quot;2026-07-20&quot;:8.55},{&quot;2026-07-21&quot;:8.55},{&quot;2026-07-23&quot;:8.83},{&quot;2026-07-25&quot;:8.96},{&quot;2026-07-26&quot;:8.7},{&quot;2026-07-27&quot;:8.65},{&quot;2026-07-28&quot;:8.66},{&quot;2026-07-29&quot;:9.19},{&quot;2026-07-30&quot;:9.37},{&quot;2026-07-31&quot;:9.36},{&quot;2026-08-01&quot;:9.31},{&quot;2026-08-02&quot;:9.49},{&quot;2026-08-03&quot;:9.49},{&quot;2026-08-04&quot;:9.52},{&quot;2026-08-05&quot;:9.5},{&quot;2026-08-07&quot;:9.59},{&quot;2026-08-08&quot;:9.49},{&quot;2026-08-09&quot;:9.53},{&quot;2026-08-10&quot;:9.55},{&quot;2026-08-11&quot;:9.49},{&quot;2026-08-12&quot;:9.72},{&quot;2026-08-13&quot;:9.72},{&quot;2026-08-14&quot;:9.69},{&quot;2026-08-15&quot;:9.6},{&quot;2026-08-16&quot;:9.23},{&quot;2026-08-17&quot;:9.55},{&quot;2026-08-18&quot;:9.38},{&quot;2026-08-19&quot;:9.46},{&quot;2026-08-20&quot;:9.46},{&quot;2026-08-21&quot;:9.4},{&quot;2026-08-22&quot;:9.4},{&quot;2026-08-23&quot;:9.11},{&quot;2026-08-24&quot;:9.28},{&quot;2026-08-25&quot;:9.28},{&quot;2026-08-26&quot;:9.69},{&quot;2026-08-27&quot;:9.64},{&quot;2026-08-28&quot;:9.69},{&quot;2026-08-29&quot;:9.69},{&quot;2026-08-30&quot;:9.95},{&quot;2026-08-31&quot;:9.9},{&quot;2026-09-01&quot;:9.9},{&quot;2026-09-02&quot;:10.02},{&quot;2026-09-03&quot;:10.17},{&quot;2026-09-04&quot;:10.35},{&quot;2026-09-05&quot;:10.66},{&quot;2026-09-06&quot;:10.62},{&quot;2026-09-07&quot;:10.79},{&quot;2026-09-08&quot;:10.79},{&quot;2026-09-09&quot;:10.77},{&quot;2026-09-10&quot;:10.68},{&quot;2026-09-11&quot;:10.69}]}"
        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="28458"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-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">
            Karazikar, the Eye Tyrant
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Karazikar, the Eye Tyrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da46b47b-0156-4a01-b4b1-28526a6826f4.jpg?1783926239" />

        <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">
            Karazikar, the Eye Tyrant
        </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 — Beholder</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-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="Karazikar, the Eye Tyrant" src="https://cards.scryfall.io/large/front/d/a/da46b47b-0156-4a01-b4b1-28526a6826f4.jpg?1783926239" />
    </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">
                $10.68
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$8.50</span>
              <span class="text-xs text-grey-text">Credit: $11.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-13&quot;:8.89},{&quot;2026-06-14&quot;:8.79},{&quot;2026-06-15&quot;:8.79},{&quot;2026-06-16&quot;:9.27},{&quot;2026-06-17&quot;:9.38},{&quot;2026-06-18&quot;:9.4},{&quot;2026-06-19&quot;:9.75},{&quot;2026-06-20&quot;:9.75},{&quot;2026-06-21&quot;:9.75},{&quot;2026-06-22&quot;:9.78},{&quot;2026-06-23&quot;:9.78},{&quot;2026-06-24&quot;:9.78},{&quot;2026-06-25&quot;:9.78},{&quot;2026-06-26&quot;:9.78},{&quot;2026-06-27&quot;:9.68},{&quot;2026-06-28&quot;:10.91},{&quot;2026-06-29&quot;:11.12},{&quot;2026-06-30&quot;:12.17},{&quot;2026-07-01&quot;:12.17},{&quot;2026-07-02&quot;:13.03},{&quot;2026-07-03&quot;:13.03},{&quot;2026-07-04&quot;:13.12},{&quot;2026-07-05&quot;:13.96},{&quot;2026-07-06&quot;:13.96},{&quot;2026-07-07&quot;:13.96},{&quot;2026-07-08&quot;:13.96},{&quot;2026-07-09&quot;:14.32},{&quot;2026-07-10&quot;:14.62},{&quot;2026-07-11&quot;:15.89},{&quot;2026-07-12&quot;:15.89},{&quot;2026-07-13&quot;:15.89},{&quot;2026-07-14&quot;:15.8},{&quot;2026-07-15&quot;:15.7},{&quot;2026-07-16&quot;:15.43},{&quot;2026-07-17&quot;:15.43},{&quot;2026-07-18&quot;:15.43},{&quot;2026-07-19&quot;:15.43},{&quot;2026-07-20&quot;:16.35},{&quot;2026-07-21&quot;:17.2},{&quot;2026-07-22&quot;:16.72},{&quot;2026-07-23&quot;:16.72},{&quot;2026-07-24&quot;:16.72},{&quot;2026-07-25&quot;:16.32},{&quot;2026-07-26&quot;:16.32},{&quot;2026-07-27&quot;:16.2},{&quot;2026-07-28&quot;:15.69},{&quot;2026-07-29&quot;:15.27},{&quot;2026-07-30&quot;:13.52},{&quot;2026-07-31&quot;:12.73},{&quot;2026-08-01&quot;:12.44},{&quot;2026-08-02&quot;:12.79},{&quot;2026-08-03&quot;:11.74},{&quot;2026-08-04&quot;:11.74},{&quot;2026-08-05&quot;:11.74},{&quot;2026-08-07&quot;:11.95},{&quot;2026-08-08&quot;:11.87},{&quot;2026-08-09&quot;:11.87},{&quot;2026-08-10&quot;:9.86},{&quot;2026-08-11&quot;:9.75},{&quot;2026-08-12&quot;:9.83},{&quot;2026-08-13&quot;:9.97},{&quot;2026-08-14&quot;:10.19},{&quot;2026-08-15&quot;:10.77},{&quot;2026-08-16&quot;:10.77},{&quot;2026-08-17&quot;:10.77},{&quot;2026-08-18&quot;:10.54},{&quot;2026-08-19&quot;:10.54},{&quot;2026-08-20&quot;:10.52},{&quot;2026-08-21&quot;:10.52},{&quot;2026-08-22&quot;:10.27},{&quot;2026-08-23&quot;:10.33},{&quot;2026-08-24&quot;:10.11},{&quot;2026-08-25&quot;:10.1},{&quot;2026-08-26&quot;:10.1},{&quot;2026-08-27&quot;:10.1},{&quot;2026-08-28&quot;:10.33},{&quot;2026-08-29&quot;:10.33},{&quot;2026-08-30&quot;:11.39},{&quot;2026-08-31&quot;:11.39},{&quot;2026-09-01&quot;:11.39},{&quot;2026-09-02&quot;:11.56},{&quot;2026-09-03&quot;:11.33},{&quot;2026-09-04&quot;:11.33},{&quot;2026-09-05&quot;:11.33},{&quot;2026-09-06&quot;:11.33},{&quot;2026-09-07&quot;:11.43},{&quot;2026-09-08&quot;:11.28},{&quot;2026-09-09&quot;:11.28},{&quot;2026-09-10&quot;:10.76},{&quot;2026-09-11&quot;:10.68}],&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="53129"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rest in Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cda8edb5-f42d-46a4-8469-a121222c7e75.jpg?1783910574" />

        <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">
            Rest in Peace
        </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-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="Rest in Peace" src="https://cards.scryfall.io/large/front/c/d/cda8edb5-f42d-46a4-8469-a121222c7e75.jpg?1783910574" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:11.66},{&quot;2026-06-12&quot;:11.66},{&quot;2026-06-13&quot;:11.66},{&quot;2026-06-14&quot;:11.57},{&quot;2026-06-15&quot;:11.57},{&quot;2026-06-16&quot;:11.57},{&quot;2026-06-17&quot;:11.57},{&quot;2026-06-18&quot;:11.57},{&quot;2026-06-19&quot;:11.57},{&quot;2026-06-20&quot;:11.57},{&quot;2026-06-21&quot;:11.57},{&quot;2026-06-22&quot;:11.57},{&quot;2026-06-23&quot;:11.57},{&quot;2026-06-24&quot;:11.57},{&quot;2026-06-25&quot;:11.57},{&quot;2026-06-26&quot;:11.57},{&quot;2026-06-27&quot;:11.57},{&quot;2026-06-28&quot;:11.57},{&quot;2026-06-29&quot;:11.47},{&quot;2026-06-30&quot;:11.32},{&quot;2026-07-01&quot;:11.32},{&quot;2026-07-02&quot;:11.32},{&quot;2026-07-03&quot;:11.32},{&quot;2026-07-04&quot;:11.32},{&quot;2026-07-05&quot;:11.32},{&quot;2026-07-06&quot;:11.32},{&quot;2026-07-07&quot;:11.32},{&quot;2026-07-08&quot;:11.32},{&quot;2026-07-09&quot;:11.32},{&quot;2026-07-10&quot;:11.32},{&quot;2026-07-11&quot;:11.32},{&quot;2026-07-12&quot;:11.32},{&quot;2026-07-13&quot;:11.32},{&quot;2026-07-14&quot;:11.32},{&quot;2026-07-15&quot;:11.32},{&quot;2026-07-16&quot;:11.32},{&quot;2026-07-17&quot;:11.21},{&quot;2026-07-18&quot;:11.21},{&quot;2026-07-19&quot;:11.21},{&quot;2026-07-20&quot;:11.21},{&quot;2026-07-21&quot;:11.21},{&quot;2026-07-23&quot;:11.21},{&quot;2026-07-25&quot;:11.08},{&quot;2026-07-26&quot;:11.08},{&quot;2026-07-27&quot;:11.08},{&quot;2026-07-28&quot;:11.08},{&quot;2026-07-29&quot;:11.08},{&quot;2026-07-30&quot;:11.08},{&quot;2026-07-31&quot;:10.91},{&quot;2026-08-01&quot;:10.91},{&quot;2026-08-02&quot;:10.95},{&quot;2026-08-03&quot;:10.95},{&quot;2026-08-04&quot;:10.95},{&quot;2026-08-05&quot;:10.95},{&quot;2026-08-07&quot;:10.95},{&quot;2026-08-08&quot;:10.95},{&quot;2026-08-09&quot;:10.95},{&quot;2026-08-10&quot;:10.95},{&quot;2026-08-11&quot;:10.95},{&quot;2026-08-12&quot;:10.95},{&quot;2026-08-13&quot;:10.85},{&quot;2026-08-14&quot;:10.85},{&quot;2026-08-15&quot;:10.85},{&quot;2026-08-16&quot;:10.85},{&quot;2026-08-17&quot;:10.85},{&quot;2026-08-18&quot;:10.85},{&quot;2026-08-19&quot;:10.85},{&quot;2026-08-20&quot;:10.85},{&quot;2026-08-21&quot;:10.85},{&quot;2026-08-22&quot;:10.85},{&quot;2026-08-23&quot;:10.85},{&quot;2026-08-24&quot;:10.85},{&quot;2026-08-25&quot;:10.85},{&quot;2026-08-26&quot;:10.85},{&quot;2026-08-27&quot;:10.85},{&quot;2026-08-28&quot;:10.85},{&quot;2026-08-29&quot;:10.85},{&quot;2026-08-30&quot;:10.85},{&quot;2026-08-31&quot;:10.85},{&quot;2026-09-01&quot;:10.85},{&quot;2026-09-02&quot;:10.89},{&quot;2026-09-03&quot;:10.89},{&quot;2026-09-04&quot;:10.89},{&quot;2026-09-05&quot;:10.89},{&quot;2026-09-06&quot;:10.89},{&quot;2026-09-07&quot;:10.89},{&quot;2026-09-08&quot;:10.89},{&quot;2026-09-09&quot;:10.78},{&quot;2026-09-10&quot;:10.78},{&quot;2026-09-11&quot;:10.68}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.12},{&quot;2026-06-12&quot;:1.12},{&quot;2026-06-13&quot;:1.12},{&quot;2026-06-14&quot;:1.11},{&quot;2026-06-15&quot;:1.11},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.07},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.08},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.05},{&quot;2026-06-27&quot;:1.05},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.08},{&quot;2026-07-04&quot;:1.09},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.08},{&quot;2026-07-07&quot;:1.05},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.07},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.02},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:1.03},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.02},{&quot;2026-07-19&quot;:0.99},{&quot;2026-07-20&quot;:0.99},{&quot;2026-07-21&quot;:0.98},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-25&quot;:0.97},{&quot;2026-07-26&quot;:0.99},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:0.98},{&quot;2026-07-29&quot;:0.98},{&quot;2026-07-30&quot;:0.92},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.89},{&quot;2026-08-02&quot;:0.92},{&quot;2026-08-03&quot;:0.92},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:0.86},{&quot;2026-08-08&quot;:0.87},{&quot;2026-08-09&quot;:0.88},{&quot;2026-08-10&quot;:0.87},{&quot;2026-08-11&quot;:0.85},{&quot;2026-08-12&quot;:0.88},{&quot;2026-08-13&quot;:0.87},{&quot;2026-08-14&quot;:0.9},{&quot;2026-08-15&quot;:0.9},{&quot;2026-08-16&quot;:0.85},{&quot;2026-08-17&quot;:0.83},{&quot;2026-08-18&quot;:0.82},{&quot;2026-08-19&quot;:0.82},{&quot;2026-08-20&quot;:0.82},{&quot;2026-08-21&quot;:0.81},{&quot;2026-08-22&quot;:0.8},{&quot;2026-08-23&quot;:0.81},{&quot;2026-08-24&quot;:0.79},{&quot;2026-08-25&quot;:0.79},{&quot;2026-08-26&quot;:0.76},{&quot;2026-08-27&quot;:0.76},{&quot;2026-08-28&quot;:0.72},{&quot;2026-08-29&quot;:0.72},{&quot;2026-08-30&quot;:0.71},{&quot;2026-08-31&quot;:0.74},{&quot;2026-09-01&quot;:0.74},{&quot;2026-09-02&quot;:0.73},{&quot;2026-09-03&quot;:0.74},{&quot;2026-09-04&quot;:0.74},{&quot;2026-09-05&quot;:0.77},{&quot;2026-09-06&quot;:0.77},{&quot;2026-09-07&quot;:0.77},{&quot;2026-09-08&quot;:0.76},{&quot;2026-09-09&quot;:0.77},{&quot;2026-09-10&quot;:0.77},{&quot;2026-09-11&quot;:0.76}]}"
        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="77886"
  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">
            Irenicus&#39;s Vile Duplication
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Irenicus&#39;s Vile Duplication" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/2418e448-039a-4786-9dec-fcd9e17520a4.jpg?1783910286" />

        <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">
            Irenicus&#39;s Vile Duplication
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Irenicus&#39;s Vile Duplication" src="https://cards.scryfall.io/large/front/2/4/2418e448-039a-4786-9dec-fcd9e17520a4.jpg?1783910286" />
    </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">
                $10.68
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:10.94},{&quot;2026-06-14&quot;:10.92},{&quot;2026-06-15&quot;:10.96},{&quot;2026-06-16&quot;:11.02},{&quot;2026-06-17&quot;:10.98},{&quot;2026-06-18&quot;:11.11},{&quot;2026-06-19&quot;:11.11},{&quot;2026-06-20&quot;:11.15},{&quot;2026-06-21&quot;:11.15},{&quot;2026-06-22&quot;:11.21},{&quot;2026-06-23&quot;:11.24},{&quot;2026-06-24&quot;:11.24},{&quot;2026-06-25&quot;:11.24},{&quot;2026-06-26&quot;:11.19},{&quot;2026-06-27&quot;:11.3},{&quot;2026-06-28&quot;:11.3},{&quot;2026-06-29&quot;:11.15},{&quot;2026-06-30&quot;:11.19},{&quot;2026-07-01&quot;:11.1},{&quot;2026-07-02&quot;:11.06},{&quot;2026-07-03&quot;:11.01},{&quot;2026-07-04&quot;:11.01},{&quot;2026-07-05&quot;:11.01},{&quot;2026-07-06&quot;:11.0},{&quot;2026-07-07&quot;:11.01},{&quot;2026-07-08&quot;:11.01},{&quot;2026-07-09&quot;:10.97},{&quot;2026-07-10&quot;:10.97},{&quot;2026-07-11&quot;:10.4},{&quot;2026-07-12&quot;:10.44},{&quot;2026-07-13&quot;:10.21},{&quot;2026-07-14&quot;:10.1},{&quot;2026-07-15&quot;:9.96},{&quot;2026-07-16&quot;:9.94},{&quot;2026-07-17&quot;:10.11},{&quot;2026-07-18&quot;:10.11},{&quot;2026-07-19&quot;:10.18},{&quot;2026-07-20&quot;:10.19},{&quot;2026-07-21&quot;:10.21},{&quot;2026-07-22&quot;:10.39},{&quot;2026-07-23&quot;:10.56},{&quot;2026-07-24&quot;:10.64},{&quot;2026-07-25&quot;:10.75},{&quot;2026-07-26&quot;:10.89},{&quot;2026-07-27&quot;:10.96},{&quot;2026-07-28&quot;:10.96},{&quot;2026-07-29&quot;:10.98},{&quot;2026-07-30&quot;:10.98},{&quot;2026-07-31&quot;:11.14},{&quot;2026-08-01&quot;:11.13},{&quot;2026-08-02&quot;:11.14},{&quot;2026-08-03&quot;:11.07},{&quot;2026-08-04&quot;:11.09},{&quot;2026-08-05&quot;:10.94},{&quot;2026-08-07&quot;:10.93},{&quot;2026-08-08&quot;:10.98},{&quot;2026-08-09&quot;:10.94},{&quot;2026-08-10&quot;:10.96},{&quot;2026-08-11&quot;:10.95},{&quot;2026-08-12&quot;:10.89},{&quot;2026-08-13&quot;:10.82},{&quot;2026-08-14&quot;:10.75},{&quot;2026-08-15&quot;:10.58},{&quot;2026-08-16&quot;:10.52},{&quot;2026-08-17&quot;:10.52},{&quot;2026-08-18&quot;:10.52},{&quot;2026-08-19&quot;:10.48},{&quot;2026-08-20&quot;:10.38},{&quot;2026-08-21&quot;:10.3},{&quot;2026-08-22&quot;:10.22},{&quot;2026-08-23&quot;:10.22},{&quot;2026-08-24&quot;:10.31},{&quot;2026-08-25&quot;:10.39},{&quot;2026-08-26&quot;:10.44},{&quot;2026-08-27&quot;:10.58},{&quot;2026-08-28&quot;:10.59},{&quot;2026-08-29&quot;:10.59},{&quot;2026-08-30&quot;:10.6},{&quot;2026-08-31&quot;:10.6},{&quot;2026-09-01&quot;:10.6},{&quot;2026-09-02&quot;:10.62},{&quot;2026-09-03&quot;:10.62},{&quot;2026-09-04&quot;:10.5},{&quot;2026-09-05&quot;:10.49},{&quot;2026-09-06&quot;:10.48},{&quot;2026-09-07&quot;:10.58},{&quot;2026-09-08&quot;:10.58},{&quot;2026-09-09&quot;:10.51},{&quot;2026-09-10&quot;:10.52},{&quot;2026-09-11&quot;:10.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85634"
  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">
            Aesi, Tyrant of Gyre Strait
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Aesi, Tyrant of Gyre Strait" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/197f1c07-e570-42f9-9cb1-bf67634d765d.jpg?1783909992" />

        <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">
            Aesi, Tyrant of Gyre Strait
        </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 — Serpent</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-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="Aesi, Tyrant of Gyre Strait" src="https://cards.scryfall.io/large/front/1/9/197f1c07-e570-42f9-9cb1-bf67634d765d.jpg?1783909992" />
    </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">
                $10.67
              </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">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:10.67},{&quot;2026-06-13&quot;:11.12},{&quot;2026-06-14&quot;:11.13},{&quot;2026-06-15&quot;:11.05},{&quot;2026-06-16&quot;:11.05},{&quot;2026-06-17&quot;:11.03},{&quot;2026-06-18&quot;:11.41},{&quot;2026-06-19&quot;:11.35},{&quot;2026-06-20&quot;:11.59},{&quot;2026-06-21&quot;:11.62},{&quot;2026-06-22&quot;:11.62},{&quot;2026-06-23&quot;:11.69},{&quot;2026-06-24&quot;:11.69},{&quot;2026-06-25&quot;:11.69},{&quot;2026-06-26&quot;:11.58},{&quot;2026-06-27&quot;:11.7},{&quot;2026-06-28&quot;:11.57},{&quot;2026-06-29&quot;:11.57},{&quot;2026-06-30&quot;:11.65},{&quot;2026-07-01&quot;:11.26},{&quot;2026-07-02&quot;:11.33},{&quot;2026-07-03&quot;:11.33},{&quot;2026-07-04&quot;:10.91},{&quot;2026-07-05&quot;:10.63},{&quot;2026-07-06&quot;:10.64},{&quot;2026-07-07&quot;:10.77},{&quot;2026-07-08&quot;:10.77},{&quot;2026-07-09&quot;:10.83},{&quot;2026-07-10&quot;:10.83},{&quot;2026-07-11&quot;:10.94},{&quot;2026-07-12&quot;:10.71},{&quot;2026-07-13&quot;:10.7},{&quot;2026-07-14&quot;:10.53},{&quot;2026-07-15&quot;:10.52},{&quot;2026-07-16&quot;:10.52},{&quot;2026-07-17&quot;:10.59},{&quot;2026-07-18&quot;:10.76},{&quot;2026-07-19&quot;:10.82},{&quot;2026-07-20&quot;:10.69},{&quot;2026-07-21&quot;:10.65},{&quot;2026-07-23&quot;:10.66},{&quot;2026-07-24&quot;:10.78},{&quot;2026-07-25&quot;:10.81},{&quot;2026-07-26&quot;:10.76},{&quot;2026-07-27&quot;:10.98},{&quot;2026-07-28&quot;:11.07},{&quot;2026-07-29&quot;:11.13},{&quot;2026-07-30&quot;:10.95},{&quot;2026-07-31&quot;:10.53},{&quot;2026-08-01&quot;:10.42},{&quot;2026-08-02&quot;:10.97},{&quot;2026-08-03&quot;:10.62},{&quot;2026-08-04&quot;:10.72},{&quot;2026-08-05&quot;:10.39},{&quot;2026-08-07&quot;:9.8},{&quot;2026-08-08&quot;:9.78},{&quot;2026-08-09&quot;:10.3},{&quot;2026-08-10&quot;:10.52},{&quot;2026-08-11&quot;:10.52},{&quot;2026-08-12&quot;:10.68},{&quot;2026-08-13&quot;:10.62},{&quot;2026-08-14&quot;:10.92},{&quot;2026-08-15&quot;:10.55},{&quot;2026-08-16&quot;:10.72},{&quot;2026-08-17&quot;:10.56},{&quot;2026-08-18&quot;:10.7},{&quot;2026-08-19&quot;:10.57},{&quot;2026-08-20&quot;:10.57},{&quot;2026-08-21&quot;:11.23},{&quot;2026-08-22&quot;:11.42},{&quot;2026-08-23&quot;:11.45},{&quot;2026-08-24&quot;:11.45},{&quot;2026-08-25&quot;:11.58},{&quot;2026-08-26&quot;:11.29},{&quot;2026-08-27&quot;:11.34},{&quot;2026-08-28&quot;:11.73},{&quot;2026-08-29&quot;:11.73},{&quot;2026-08-30&quot;:11.56},{&quot;2026-08-31&quot;:11.32},{&quot;2026-09-01&quot;:11.01},{&quot;2026-09-02&quot;:10.66},{&quot;2026-09-03&quot;:10.71},{&quot;2026-09-04&quot;:10.89},{&quot;2026-09-05&quot;:10.72},{&quot;2026-09-06&quot;:10.68},{&quot;2026-09-07&quot;:10.88},{&quot;2026-09-08&quot;:10.86},{&quot;2026-09-09&quot;:10.41},{&quot;2026-09-10&quot;:10.51},{&quot;2026-09-11&quot;:10.67}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goldspan Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/848c1951-90fa-4f01-9aed-76f1afcd9995.jpg?1782683200" />

        <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">
            Goldspan Dragon
        </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-3'></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="Goldspan Dragon" src="https://cards.scryfall.io/large/front/8/4/848c1951-90fa-4f01-9aed-76f1afcd9995.jpg?1782683200" />
    </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">
                $10.65
              </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">
                $0.00
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.86},{&quot;2026-06-14&quot;:5.75},{&quot;2026-06-15&quot;:5.47},{&quot;2026-06-16&quot;:5.47},{&quot;2026-06-17&quot;:5.1},{&quot;2026-06-18&quot;:5.49},{&quot;2026-06-19&quot;:5.79},{&quot;2026-06-20&quot;:5.72},{&quot;2026-06-21&quot;:5.69},{&quot;2026-06-22&quot;:5.84},{&quot;2026-06-23&quot;:6.05},{&quot;2026-06-24&quot;:5.94},{&quot;2026-06-25&quot;:5.92},{&quot;2026-06-26&quot;:5.74},{&quot;2026-06-27&quot;:5.49},{&quot;2026-06-28&quot;:5.56},{&quot;2026-06-29&quot;:5.6},{&quot;2026-06-30&quot;:5.54},{&quot;2026-07-01&quot;:5.6},{&quot;2026-07-02&quot;:5.73},{&quot;2026-07-03&quot;:5.62},{&quot;2026-07-04&quot;:5.75},{&quot;2026-07-05&quot;:5.8},{&quot;2026-07-06&quot;:5.72},{&quot;2026-07-07&quot;:5.66},{&quot;2026-07-08&quot;:5.61},{&quot;2026-07-09&quot;:5.62},{&quot;2026-07-10&quot;:5.24},{&quot;2026-07-11&quot;:5.15},{&quot;2026-07-12&quot;:5.13},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.15},{&quot;2026-07-15&quot;:5.2},{&quot;2026-07-16&quot;:5.07},{&quot;2026-07-17&quot;:4.79},{&quot;2026-07-18&quot;:5.51},{&quot;2026-07-19&quot;:5.69},{&quot;2026-07-20&quot;:5.74},{&quot;2026-07-21&quot;:5.83},{&quot;2026-07-22&quot;:5.84},{&quot;2026-07-23&quot;:5.94},{&quot;2026-07-24&quot;:6.08},{&quot;2026-07-25&quot;:6.19},{&quot;2026-07-26&quot;:5.99},{&quot;2026-07-27&quot;:6.14},{&quot;2026-07-28&quot;:6.17},{&quot;2026-07-29&quot;:6.49},{&quot;2026-07-30&quot;:6.38},{&quot;2026-07-31&quot;:6.45},{&quot;2026-08-01&quot;:6.59},{&quot;2026-08-02&quot;:6.74},{&quot;2026-08-03&quot;:6.77},{&quot;2026-08-04&quot;:6.64},{&quot;2026-08-05&quot;:6.83},{&quot;2026-08-07&quot;:6.73},{&quot;2026-08-08&quot;:7.12},{&quot;2026-08-09&quot;:7.33},{&quot;2026-08-10&quot;:7.37},{&quot;2026-08-11&quot;:7.35},{&quot;2026-08-12&quot;:7.67},{&quot;2026-08-13&quot;:7.55},{&quot;2026-08-14&quot;:7.99},{&quot;2026-08-15&quot;:8.37},{&quot;2026-08-16&quot;:8.73},{&quot;2026-08-17&quot;:8.63},{&quot;2026-08-18&quot;:8.65},{&quot;2026-08-19&quot;:8.78},{&quot;2026-08-20&quot;:8.73},{&quot;2026-08-21&quot;:8.74},{&quot;2026-08-22&quot;:9.4},{&quot;2026-08-23&quot;:9.65},{&quot;2026-08-24&quot;:9.68},{&quot;2026-08-25&quot;:11.09},{&quot;2026-08-26&quot;:9.43},{&quot;2026-08-27&quot;:10.17},{&quot;2026-08-28&quot;:10.23},{&quot;2026-08-29&quot;:10.23},{&quot;2026-08-30&quot;:10.26},{&quot;2026-08-31&quot;:10.3},{&quot;2026-09-01&quot;:10.12},{&quot;2026-09-02&quot;:10.9},{&quot;2026-09-03&quot;:11.46},{&quot;2026-09-04&quot;:10.93},{&quot;2026-09-05&quot;:11.63},{&quot;2026-09-06&quot;:11.91},{&quot;2026-09-07&quot;:12.78},{&quot;2026-09-08&quot;:12.96},{&quot;2026-09-09&quot;:11.81},{&quot;2026-09-10&quot;:10.68},{&quot;2026-09-11&quot;:10.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95832"
  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-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">
            Sacred Foundry
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Mountain Plains
      </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">
            $10.62
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Sacred Foundry
        </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 — Mountain Plains</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="Sacred Foundry" src="https://cards.scryfall.io/large/front/8/b/8b4e2642-3c87-4708-b9b4-2e7f7359ac7d.jpg?1752947600" />
    </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">
                $10.62
              </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">
                $11.00
              </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">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:11.54},{&quot;2026-06-14&quot;:11.61},{&quot;2026-06-15&quot;:11.57},{&quot;2026-06-16&quot;:11.57},{&quot;2026-06-17&quot;:11.57},{&quot;2026-06-18&quot;:11.65},{&quot;2026-06-19&quot;:11.65},{&quot;2026-06-20&quot;:11.65},{&quot;2026-06-21&quot;:12.07},{&quot;2026-06-22&quot;:11.93},{&quot;2026-06-23&quot;:11.79},{&quot;2026-06-24&quot;:11.77},{&quot;2026-06-25&quot;:11.77},{&quot;2026-06-26&quot;:11.7},{&quot;2026-06-27&quot;:11.2},{&quot;2026-06-28&quot;:10.57},{&quot;2026-06-29&quot;:10.47},{&quot;2026-06-30&quot;:10.23},{&quot;2026-07-01&quot;:10.06},{&quot;2026-07-02&quot;:9.98},{&quot;2026-07-03&quot;:9.61},{&quot;2026-07-04&quot;:9.69},{&quot;2026-07-05&quot;:9.69},{&quot;2026-07-06&quot;:9.63},{&quot;2026-07-07&quot;:9.66},{&quot;2026-07-08&quot;:9.71},{&quot;2026-07-09&quot;:9.89},{&quot;2026-07-10&quot;:9.8},{&quot;2026-07-11&quot;:9.84},{&quot;2026-07-12&quot;:9.84},{&quot;2026-07-13&quot;:9.89},{&quot;2026-07-14&quot;:9.86},{&quot;2026-07-15&quot;:9.89},{&quot;2026-07-16&quot;:9.82},{&quot;2026-07-17&quot;:9.91},{&quot;2026-07-18&quot;:9.91},{&quot;2026-07-19&quot;:9.98},{&quot;2026-07-20&quot;:10.21},{&quot;2026-07-21&quot;:10.49},{&quot;2026-07-22&quot;:10.54},{&quot;2026-07-23&quot;:10.62},{&quot;2026-07-24&quot;:10.66},{&quot;2026-07-25&quot;:10.57},{&quot;2026-07-26&quot;:10.52},{&quot;2026-07-27&quot;:10.44},{&quot;2026-07-28&quot;:10.54},{&quot;2026-07-29&quot;:10.54},{&quot;2026-07-30&quot;:10.54},{&quot;2026-07-31&quot;:10.48},{&quot;2026-08-01&quot;:10.46},{&quot;2026-08-02&quot;:10.46},{&quot;2026-08-03&quot;:10.46},{&quot;2026-08-04&quot;:10.46},{&quot;2026-08-05&quot;:10.46},{&quot;2026-08-07&quot;:10.25},{&quot;2026-08-08&quot;:10.29},{&quot;2026-08-09&quot;:10.2},{&quot;2026-08-10&quot;:10.27},{&quot;2026-08-11&quot;:10.38},{&quot;2026-08-12&quot;:10.38},{&quot;2026-08-13&quot;:10.41},{&quot;2026-08-14&quot;:10.41},{&quot;2026-08-15&quot;:10.42},{&quot;2026-08-16&quot;:10.32},{&quot;2026-08-17&quot;:10.32},{&quot;2026-08-18&quot;:10.32},{&quot;2026-08-19&quot;:10.42},{&quot;2026-08-20&quot;:10.49},{&quot;2026-08-21&quot;:10.51},{&quot;2026-08-22&quot;:10.5},{&quot;2026-08-23&quot;:10.5},{&quot;2026-08-24&quot;:10.63},{&quot;2026-08-25&quot;:10.67},{&quot;2026-08-26&quot;:10.57},{&quot;2026-08-27&quot;:10.5},{&quot;2026-08-28&quot;:10.56},{&quot;2026-08-29&quot;:10.56},{&quot;2026-08-30&quot;:10.47},{&quot;2026-08-31&quot;:10.65},{&quot;2026-09-01&quot;:10.8},{&quot;2026-09-02&quot;:10.92},{&quot;2026-09-03&quot;:10.84},{&quot;2026-09-04&quot;:11.01},{&quot;2026-09-05&quot;:11.07},{&quot;2026-09-06&quot;:11.1},{&quot;2026-09-07&quot;:11.1},{&quot;2026-09-08&quot;:11.1},{&quot;2026-09-09&quot;:11.08},{&quot;2026-09-10&quot;:11.17},{&quot;2026-09-11&quot;:11.0}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.28},{&quot;2026-06-14&quot;:10.42},{&quot;2026-06-15&quot;:10.34},{&quot;2026-06-16&quot;:10.09},{&quot;2026-06-17&quot;:10.17},{&quot;2026-06-18&quot;:10.4},{&quot;2026-06-19&quot;:10.36},{&quot;2026-06-20&quot;:10.29},{&quot;2026-06-21&quot;:9.93},{&quot;2026-06-22&quot;:9.2},{&quot;2026-06-23&quot;:9.19},{&quot;2026-06-24&quot;:9.18},{&quot;2026-06-25&quot;:9.07},{&quot;2026-06-26&quot;:9.0},{&quot;2026-06-27&quot;:9.29},{&quot;2026-06-28&quot;:11.24},{&quot;2026-06-29&quot;:10.73},{&quot;2026-06-30&quot;:9.09},{&quot;2026-07-01&quot;:8.91},{&quot;2026-07-02&quot;:8.93},{&quot;2026-07-03&quot;:9.34},{&quot;2026-07-04&quot;:9.42},{&quot;2026-07-05&quot;:9.45},{&quot;2026-07-06&quot;:9.96},{&quot;2026-07-07&quot;:9.6},{&quot;2026-07-08&quot;:9.44},{&quot;2026-07-09&quot;:9.68},{&quot;2026-07-10&quot;:9.91},{&quot;2026-07-11&quot;:9.78},{&quot;2026-07-12&quot;:9.7},{&quot;2026-07-13&quot;:10.17},{&quot;2026-07-14&quot;:10.51},{&quot;2026-07-15&quot;:10.39},{&quot;2026-07-16&quot;:10.03},{&quot;2026-07-17&quot;:9.83},{&quot;2026-07-18&quot;:10.29},{&quot;2026-07-19&quot;:10.4},{&quot;2026-07-20&quot;:10.34},{&quot;2026-07-21&quot;:9.97},{&quot;2026-07-22&quot;:10.05},{&quot;2026-07-23&quot;:10.5},{&quot;2026-07-24&quot;:10.83},{&quot;2026-07-25&quot;:10.58},{&quot;2026-07-26&quot;:10.52},{&quot;2026-07-27&quot;:10.34},{&quot;2026-07-28&quot;:10.13},{&quot;2026-07-29&quot;:10.04},{&quot;2026-07-30&quot;:10.06},{&quot;2026-07-31&quot;:10.31},{&quot;2026-08-01&quot;:10.55},{&quot;2026-08-02&quot;:10.85},{&quot;2026-08-03&quot;:10.21},{&quot;2026-08-04&quot;:10.08},{&quot;2026-08-05&quot;:9.87},{&quot;2026-08-07&quot;:9.76},{&quot;2026-08-08&quot;:9.59},{&quot;2026-08-09&quot;:9.53},{&quot;2026-08-10&quot;:9.53},{&quot;2026-08-11&quot;:9.48},{&quot;2026-08-12&quot;:9.79},{&quot;2026-08-13&quot;:10.1},{&quot;2026-08-14&quot;:10.03},{&quot;2026-08-15&quot;:9.74},{&quot;2026-08-16&quot;:10.01},{&quot;2026-08-17&quot;:10.15},{&quot;2026-08-18&quot;:10.09},{&quot;2026-08-19&quot;:9.35},{&quot;2026-08-20&quot;:9.33},{&quot;2026-08-21&quot;:9.85},{&quot;2026-08-22&quot;:9.4},{&quot;2026-08-23&quot;:9.45},{&quot;2026-08-24&quot;:10.39},{&quot;2026-08-25&quot;:10.68},{&quot;2026-08-26&quot;:10.67},{&quot;2026-08-27&quot;:11.15},{&quot;2026-08-28&quot;:10.99},{&quot;2026-08-29&quot;:10.99},{&quot;2026-08-30&quot;:11.13},{&quot;2026-08-31&quot;:10.69},{&quot;2026-09-01&quot;:10.46},{&quot;2026-09-02&quot;:10.33},{&quot;2026-09-03&quot;:10.58},{&quot;2026-09-04&quot;:10.79},{&quot;2026-09-05&quot;:10.9},{&quot;2026-09-06&quot;:10.77},{&quot;2026-09-07&quot;:10.8},{&quot;2026-09-08&quot;:10.95},{&quot;2026-09-09&quot;:10.46},{&quot;2026-09-10&quot;:10.36},{&quot;2026-09-11&quot;:10.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="17541"
  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-dis 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">
            Magewright&#39;s Stone
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Magewright&#39;s Stone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d27e8442-91ce-4106-bfc6-a1f6e0e34c2d.jpg?1783943382" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Magewright&#39;s Stone" src="https://cards.scryfall.io/large/front/d/2/d27e8442-91ce-4106-bfc6-a1f6e0e34c2d.jpg?1783943382" />
    </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">
                $10.57
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $18.32
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:18.8},{&quot;2026-06-11&quot;:18.8},{&quot;2026-06-12&quot;:18.8},{&quot;2026-06-13&quot;:18.8},{&quot;2026-06-14&quot;:18.8},{&quot;2026-06-15&quot;:18.8},{&quot;2026-06-16&quot;:18.8},{&quot;2026-06-17&quot;:18.8},{&quot;2026-06-18&quot;:18.8},{&quot;2026-06-19&quot;:18.8},{&quot;2026-06-20&quot;:18.8},{&quot;2026-06-21&quot;:18.8},{&quot;2026-06-22&quot;:18.8},{&quot;2026-06-23&quot;:18.8},{&quot;2026-06-24&quot;:18.8},{&quot;2026-06-25&quot;:18.8},{&quot;2026-06-26&quot;:18.8},{&quot;2026-06-27&quot;:18.8},{&quot;2026-06-28&quot;:18.8},{&quot;2026-06-29&quot;:18.8},{&quot;2026-06-30&quot;:18.8},{&quot;2026-07-01&quot;:18.8},{&quot;2026-07-02&quot;:18.8},{&quot;2026-07-03&quot;:18.8},{&quot;2026-07-04&quot;:18.8},{&quot;2026-07-05&quot;:18.8},{&quot;2026-07-06&quot;:18.8},{&quot;2026-07-07&quot;:18.8},{&quot;2026-07-08&quot;:18.8},{&quot;2026-07-09&quot;:18.8},{&quot;2026-07-10&quot;:18.8},{&quot;2026-07-11&quot;:18.8},{&quot;2026-07-12&quot;:18.8},{&quot;2026-07-13&quot;:18.8},{&quot;2026-07-14&quot;:18.8},{&quot;2026-07-15&quot;:18.8},{&quot;2026-07-16&quot;:18.8},{&quot;2026-07-17&quot;:18.8},{&quot;2026-07-18&quot;:18.8},{&quot;2026-07-19&quot;:18.8},{&quot;2026-07-20&quot;:18.8},{&quot;2026-07-21&quot;:18.8},{&quot;2026-07-23&quot;:18.8},{&quot;2026-07-25&quot;:18.76},{&quot;2026-07-26&quot;:18.76},{&quot;2026-07-27&quot;:18.76},{&quot;2026-07-29&quot;:18.76},{&quot;2026-07-30&quot;:18.76},{&quot;2026-07-31&quot;:18.76},{&quot;2026-08-01&quot;:18.76},{&quot;2026-08-02&quot;:18.76},{&quot;2026-08-03&quot;:18.76},{&quot;2026-08-04&quot;:18.76},{&quot;2026-08-05&quot;:18.32},{&quot;2026-08-07&quot;:18.32},{&quot;2026-08-08&quot;:18.32},{&quot;2026-08-09&quot;:18.55},{&quot;2026-08-10&quot;:18.32},{&quot;2026-08-11&quot;:18.32},{&quot;2026-08-12&quot;:18.32},{&quot;2026-08-13&quot;:18.32},{&quot;2026-08-14&quot;:18.32},{&quot;2026-08-15&quot;:18.32},{&quot;2026-08-16&quot;:18.32},{&quot;2026-08-17&quot;:18.32},{&quot;2026-08-18&quot;:18.32},{&quot;2026-08-19&quot;:18.32},{&quot;2026-08-20&quot;:18.32},{&quot;2026-08-21&quot;:18.32},{&quot;2026-08-22&quot;:18.32},{&quot;2026-08-23&quot;:18.32},{&quot;2026-08-24&quot;:18.32},{&quot;2026-08-25&quot;:18.32},{&quot;2026-08-26&quot;:18.32},{&quot;2026-08-27&quot;:18.32},{&quot;2026-08-28&quot;:18.32},{&quot;2026-08-29&quot;:18.32},{&quot;2026-08-30&quot;:18.32},{&quot;2026-08-31&quot;:18.32},{&quot;2026-09-01&quot;:18.32},{&quot;2026-09-02&quot;:18.32},{&quot;2026-09-03&quot;:18.32},{&quot;2026-09-04&quot;:18.32},{&quot;2026-09-05&quot;:18.32},{&quot;2026-09-06&quot;:18.32},{&quot;2026-09-07&quot;:18.32},{&quot;2026-09-08&quot;:18.32},{&quot;2026-09-09&quot;:18.32},{&quot;2026-09-10&quot;:18.32},{&quot;2026-09-11&quot;:18.32}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.43},{&quot;2026-06-11&quot;:8.11},{&quot;2026-06-12&quot;:8.13},{&quot;2026-06-13&quot;:8.13},{&quot;2026-06-14&quot;:8.13},{&quot;2026-06-15&quot;:8.12},{&quot;2026-06-16&quot;:7.73},{&quot;2026-06-17&quot;:7.73},{&quot;2026-06-18&quot;:7.73},{&quot;2026-06-19&quot;:7.73},{&quot;2026-06-20&quot;:7.73},{&quot;2026-06-21&quot;:7.73},{&quot;2026-06-22&quot;:7.73},{&quot;2026-06-23&quot;:7.73},{&quot;2026-06-24&quot;:8.16},{&quot;2026-06-25&quot;:8.53},{&quot;2026-06-26&quot;:8.98},{&quot;2026-06-27&quot;:9.44},{&quot;2026-06-28&quot;:9.44},{&quot;2026-06-29&quot;:9.42},{&quot;2026-06-30&quot;:9.48},{&quot;2026-07-01&quot;:9.48},{&quot;2026-07-02&quot;:9.87},{&quot;2026-07-03&quot;:9.92},{&quot;2026-07-04&quot;:9.92},{&quot;2026-07-05&quot;:9.92},{&quot;2026-07-06&quot;:9.92},{&quot;2026-07-07&quot;:9.92},{&quot;2026-07-08&quot;:9.9},{&quot;2026-07-09&quot;:9.96},{&quot;2026-07-10&quot;:9.93},{&quot;2026-07-11&quot;:9.96},{&quot;2026-07-12&quot;:9.84},{&quot;2026-07-13&quot;:9.84},{&quot;2026-07-14&quot;:9.79},{&quot;2026-07-15&quot;:9.79},{&quot;2026-07-16&quot;:9.79},{&quot;2026-07-17&quot;:9.77},{&quot;2026-07-18&quot;:9.59},{&quot;2026-07-19&quot;:9.72},{&quot;2026-07-20&quot;:9.59},{&quot;2026-07-21&quot;:9.59},{&quot;2026-07-23&quot;:9.65},{&quot;2026-07-25&quot;:9.29},{&quot;2026-07-26&quot;:9.29},{&quot;2026-07-27&quot;:8.86},{&quot;2026-07-29&quot;:8.86},{&quot;2026-07-30&quot;:8.91},{&quot;2026-07-31&quot;:8.83},{&quot;2026-08-01&quot;:8.83},{&quot;2026-08-02&quot;:8.74},{&quot;2026-08-03&quot;:8.35},{&quot;2026-08-04&quot;:8.32},{&quot;2026-08-05&quot;:8.32},{&quot;2026-08-07&quot;:8.71},{&quot;2026-08-08&quot;:8.71},{&quot;2026-08-09&quot;:8.74},{&quot;2026-08-10&quot;:8.9},{&quot;2026-08-11&quot;:9.19},{&quot;2026-08-12&quot;:9.22},{&quot;2026-08-13&quot;:9.01},{&quot;2026-08-14&quot;:9.01},{&quot;2026-08-15&quot;:9.01},{&quot;2026-08-16&quot;:9.01},{&quot;2026-08-17&quot;:9.03},{&quot;2026-08-18&quot;:9.15},{&quot;2026-08-19&quot;:9.4},{&quot;2026-08-20&quot;:9.4},{&quot;2026-08-21&quot;:10.13},{&quot;2026-08-22&quot;:10.39},{&quot;2026-08-23&quot;:10.39},{&quot;2026-08-24&quot;:10.26},{&quot;2026-08-25&quot;:10.26},{&quot;2026-08-26&quot;:10.26},{&quot;2026-08-27&quot;:10.43},{&quot;2026-08-28&quot;:10.43},{&quot;2026-08-29&quot;:10.43},{&quot;2026-08-30&quot;:10.44},{&quot;2026-08-31&quot;:10.89},{&quot;2026-09-01&quot;:10.89},{&quot;2026-09-02&quot;:10.91},{&quot;2026-09-03&quot;:10.91},{&quot;2026-09-04&quot;:10.91},{&quot;2026-09-05&quot;:11.0},{&quot;2026-09-06&quot;:11.0},{&quot;2026-09-07&quot;:11.0},{&quot;2026-09-08&quot;:11.0},{&quot;2026-09-09&quot;:11.0},{&quot;2026-09-10&quot;:10.81},{&quot;2026-09-11&quot;:10.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19425"
  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">
            Plaza of Heroes
        </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">
            $8.34
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Plaza of Heroes
        </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="Plaza of Heroes" src="https://cards.scryfall.io/large/front/e/a/ea9fc6ee-2205-4f77-8e14-313bfbe68c1e.jpg?1783921181" />
    </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">
                $8.34
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:9.67},{&quot;2026-06-13&quot;:9.84},{&quot;2026-06-14&quot;:9.84},{&quot;2026-06-15&quot;:9.93},{&quot;2026-06-16&quot;:10.04},{&quot;2026-06-17&quot;:10.04},{&quot;2026-06-18&quot;:10.16},{&quot;2026-06-19&quot;:10.16},{&quot;2026-06-20&quot;:10.09},{&quot;2026-06-21&quot;:10.09},{&quot;2026-06-22&quot;:10.09},{&quot;2026-06-23&quot;:10.09},{&quot;2026-06-24&quot;:10.09},{&quot;2026-06-25&quot;:10.12},{&quot;2026-06-26&quot;:10.12},{&quot;2026-06-27&quot;:10.12},{&quot;2026-06-28&quot;:10.12},{&quot;2026-06-29&quot;:10.18},{&quot;2026-06-30&quot;:10.18},{&quot;2026-07-01&quot;:10.17},{&quot;2026-07-02&quot;:10.17},{&quot;2026-07-03&quot;:10.17},{&quot;2026-07-04&quot;:10.11},{&quot;2026-07-05&quot;:10.11},{&quot;2026-07-06&quot;:10.2},{&quot;2026-07-07&quot;:10.2},{&quot;2026-07-08&quot;:10.2},{&quot;2026-07-09&quot;:10.22},{&quot;2026-07-10&quot;:10.2},{&quot;2026-07-11&quot;:10.2},{&quot;2026-07-12&quot;:10.2},{&quot;2026-07-13&quot;:10.2},{&quot;2026-07-14&quot;:10.2},{&quot;2026-07-15&quot;:10.2},{&quot;2026-07-16&quot;:10.2},{&quot;2026-07-17&quot;:10.2},{&quot;2026-07-18&quot;:10.21},{&quot;2026-07-19&quot;:10.21},{&quot;2026-07-20&quot;:10.21},{&quot;2026-07-21&quot;:10.15},{&quot;2026-07-23&quot;:10.03},{&quot;2026-07-24&quot;:10.03},{&quot;2026-07-25&quot;:10.03},{&quot;2026-07-26&quot;:10.03},{&quot;2026-07-27&quot;:10.03},{&quot;2026-07-28&quot;:9.95},{&quot;2026-07-29&quot;:9.95},{&quot;2026-07-30&quot;:10.01},{&quot;2026-07-31&quot;:9.94},{&quot;2026-08-01&quot;:9.94},{&quot;2026-08-02&quot;:9.85},{&quot;2026-08-03&quot;:9.85},{&quot;2026-08-04&quot;:9.85},{&quot;2026-08-05&quot;:9.86},{&quot;2026-08-07&quot;:9.86},{&quot;2026-08-08&quot;:9.86},{&quot;2026-08-09&quot;:9.77},{&quot;2026-08-10&quot;:9.77},{&quot;2026-08-11&quot;:9.77},{&quot;2026-08-12&quot;:9.77},{&quot;2026-08-13&quot;:9.77},{&quot;2026-08-14&quot;:9.77},{&quot;2026-08-15&quot;:9.88},{&quot;2026-08-16&quot;:10.21},{&quot;2026-08-17&quot;:10.21},{&quot;2026-08-18&quot;:10.21},{&quot;2026-08-19&quot;:10.21},{&quot;2026-08-20&quot;:10.21},{&quot;2026-08-21&quot;:10.23},{&quot;2026-08-22&quot;:10.23},{&quot;2026-08-23&quot;:10.23},{&quot;2026-08-24&quot;:10.23},{&quot;2026-08-25&quot;:10.24},{&quot;2026-08-26&quot;:10.24},{&quot;2026-08-27&quot;:10.24},{&quot;2026-08-28&quot;:10.24},{&quot;2026-08-29&quot;:10.24},{&quot;2026-08-30&quot;:10.37},{&quot;2026-08-31&quot;:10.37},{&quot;2026-09-01&quot;:10.37},{&quot;2026-09-02&quot;:10.37},{&quot;2026-09-03&quot;:10.37},{&quot;2026-09-04&quot;:10.53},{&quot;2026-09-05&quot;:10.53},{&quot;2026-09-06&quot;:10.57},{&quot;2026-09-07&quot;:10.52},{&quot;2026-09-08&quot;:10.52},{&quot;2026-09-09&quot;:10.59},{&quot;2026-09-10&quot;:10.57},{&quot;2026-09-11&quot;:10.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:8.87},{&quot;2026-06-13&quot;:8.87},{&quot;2026-06-14&quot;:8.96},{&quot;2026-06-15&quot;:9.07},{&quot;2026-06-16&quot;:9.07},{&quot;2026-06-17&quot;:9.23},{&quot;2026-06-18&quot;:9.23},{&quot;2026-06-19&quot;:9.23},{&quot;2026-06-20&quot;:9.23},{&quot;2026-06-21&quot;:9.23},{&quot;2026-06-22&quot;:9.23},{&quot;2026-06-23&quot;:8.86},{&quot;2026-06-24&quot;:8.86},{&quot;2026-06-25&quot;:8.86},{&quot;2026-06-26&quot;:8.91},{&quot;2026-06-27&quot;:8.91},{&quot;2026-06-28&quot;:8.91},{&quot;2026-06-29&quot;:9.1},{&quot;2026-06-30&quot;:9.26},{&quot;2026-07-01&quot;:9.26},{&quot;2026-07-02&quot;:9.26},{&quot;2026-07-03&quot;:9.26},{&quot;2026-07-04&quot;:9.27},{&quot;2026-07-05&quot;:9.27},{&quot;2026-07-06&quot;:9.27},{&quot;2026-07-07&quot;:9.32},{&quot;2026-07-08&quot;:9.39},{&quot;2026-07-09&quot;:9.41},{&quot;2026-07-10&quot;:9.43},{&quot;2026-07-11&quot;:9.43},{&quot;2026-07-12&quot;:9.43},{&quot;2026-07-13&quot;:9.43},{&quot;2026-07-14&quot;:9.39},{&quot;2026-07-15&quot;:9.48},{&quot;2026-07-16&quot;:9.48},{&quot;2026-07-17&quot;:9.48},{&quot;2026-07-18&quot;:9.48},{&quot;2026-07-19&quot;:9.48},{&quot;2026-07-20&quot;:9.48},{&quot;2026-07-21&quot;:9.48},{&quot;2026-07-23&quot;:9.48},{&quot;2026-07-24&quot;:9.48},{&quot;2026-07-25&quot;:9.53},{&quot;2026-07-26&quot;:9.53},{&quot;2026-07-27&quot;:9.53},{&quot;2026-07-28&quot;:9.53},{&quot;2026-07-29&quot;:9.53},{&quot;2026-07-30&quot;:9.53},{&quot;2026-07-31&quot;:9.53},{&quot;2026-08-01&quot;:9.38},{&quot;2026-08-02&quot;:9.38},{&quot;2026-08-03&quot;:9.38},{&quot;2026-08-04&quot;:9.38},{&quot;2026-08-05&quot;:9.38},{&quot;2026-08-07&quot;:9.48},{&quot;2026-08-08&quot;:9.48},{&quot;2026-08-09&quot;:9.48},{&quot;2026-08-10&quot;:9.48},{&quot;2026-08-11&quot;:9.48},{&quot;2026-08-12&quot;:9.48},{&quot;2026-08-13&quot;:9.48},{&quot;2026-08-14&quot;:9.48},{&quot;2026-08-15&quot;:9.37},{&quot;2026-08-16&quot;:9.24},{&quot;2026-08-17&quot;:9.17},{&quot;2026-08-18&quot;:9.07},{&quot;2026-08-19&quot;:9.24},{&quot;2026-08-20&quot;:9.24},{&quot;2026-08-21&quot;:9.24},{&quot;2026-08-22&quot;:9.0},{&quot;2026-08-23&quot;:9.0},{&quot;2026-08-24&quot;:9.0},{&quot;2026-08-25&quot;:8.73},{&quot;2026-08-26&quot;:8.73},{&quot;2026-08-27&quot;:8.73},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.77},{&quot;2026-08-31&quot;:8.63},{&quot;2026-09-01&quot;:8.63},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.53},{&quot;2026-09-04&quot;:8.53},{&quot;2026-09-05&quot;:8.36},{&quot;2026-09-06&quot;:8.37},{&quot;2026-09-07&quot;:8.38},{&quot;2026-09-08&quot;:8.38},{&quot;2026-09-09&quot;:8.34},{&quot;2026-09-10&quot;:8.34},{&quot;2026-09-11&quot;:8.34}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20852"
  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-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">
            Sword of War and Peace
        </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">
            $10.51
          </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="Sword of War and Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/46e6f50b-4b18-4aab-a7b0-869f25bc4c40.jpg?1783930091" />

        <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">
            Sword of War and Peace
        </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">Artifact — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of War and Peace" src="https://cards.scryfall.io/large/front/4/6/46e6f50b-4b18-4aab-a7b0-869f25bc4c40.jpg?1783930091" />
    </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">
                $10.51
              </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.90
              </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">$5.25</span>
              <span class="text-xs text-grey-text">Credit: $6.83</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;:14.57},{&quot;2026-06-14&quot;:14.57},{&quot;2026-06-15&quot;:14.57},{&quot;2026-06-16&quot;:14.57},{&quot;2026-06-17&quot;:14.57},{&quot;2026-06-18&quot;:14.57},{&quot;2026-06-19&quot;:14.57},{&quot;2026-06-20&quot;:14.57},{&quot;2026-06-21&quot;:14.57},{&quot;2026-06-22&quot;:14.57},{&quot;2026-06-23&quot;:14.54},{&quot;2026-06-24&quot;:14.54},{&quot;2026-06-25&quot;:14.54},{&quot;2026-06-26&quot;:14.54},{&quot;2026-06-27&quot;:14.54},{&quot;2026-06-28&quot;:14.54},{&quot;2026-06-29&quot;:14.54},{&quot;2026-06-30&quot;:14.51},{&quot;2026-07-01&quot;:14.51},{&quot;2026-07-02&quot;:14.51},{&quot;2026-07-03&quot;:14.51},{&quot;2026-07-04&quot;:14.51},{&quot;2026-07-05&quot;:14.51},{&quot;2026-07-06&quot;:14.51},{&quot;2026-07-07&quot;:14.51},{&quot;2026-07-08&quot;:14.51},{&quot;2026-07-09&quot;:14.51},{&quot;2026-07-10&quot;:14.51},{&quot;2026-07-11&quot;:14.51},{&quot;2026-07-12&quot;:14.51},{&quot;2026-07-13&quot;:14.51},{&quot;2026-07-14&quot;:14.47},{&quot;2026-07-15&quot;:14.47},{&quot;2026-07-16&quot;:14.47},{&quot;2026-07-17&quot;:14.41},{&quot;2026-07-18&quot;:14.41},{&quot;2026-07-19&quot;:14.71},{&quot;2026-07-20&quot;:14.71},{&quot;2026-07-21&quot;:14.71},{&quot;2026-07-22&quot;:14.67},{&quot;2026-07-23&quot;:14.67},{&quot;2026-07-24&quot;:14.67},{&quot;2026-07-25&quot;:14.67},{&quot;2026-07-26&quot;:14.6},{&quot;2026-07-27&quot;:14.6},{&quot;2026-07-28&quot;:14.6},{&quot;2026-07-29&quot;:14.6},{&quot;2026-07-30&quot;:14.6},{&quot;2026-07-31&quot;:14.46},{&quot;2026-08-01&quot;:14.46},{&quot;2026-08-02&quot;:14.43},{&quot;2026-08-03&quot;:14.43},{&quot;2026-08-04&quot;:14.43},{&quot;2026-08-05&quot;:14.43},{&quot;2026-08-07&quot;:14.43},{&quot;2026-08-08&quot;:14.43},{&quot;2026-08-09&quot;:14.43},{&quot;2026-08-10&quot;:14.43},{&quot;2026-08-11&quot;:14.43},{&quot;2026-08-12&quot;:14.43},{&quot;2026-08-13&quot;:14.43},{&quot;2026-08-14&quot;:14.43},{&quot;2026-08-15&quot;:14.43},{&quot;2026-08-16&quot;:14.43},{&quot;2026-08-17&quot;:14.48},{&quot;2026-08-18&quot;:14.48},{&quot;2026-08-19&quot;:14.48},{&quot;2026-08-20&quot;:14.48},{&quot;2026-08-21&quot;:14.48},{&quot;2026-08-22&quot;:14.52},{&quot;2026-08-23&quot;:14.28},{&quot;2026-08-24&quot;:14.28},{&quot;2026-08-25&quot;:14.08},{&quot;2026-08-26&quot;:14.08},{&quot;2026-08-27&quot;:14.08},{&quot;2026-08-28&quot;:14.08},{&quot;2026-08-29&quot;:14.08},{&quot;2026-08-30&quot;:14.08},{&quot;2026-08-31&quot;:14.16},{&quot;2026-09-01&quot;:14.19},{&quot;2026-09-02&quot;:14.19},{&quot;2026-09-03&quot;:14.19},{&quot;2026-09-04&quot;:14.19},{&quot;2026-09-05&quot;:14.19},{&quot;2026-09-06&quot;:13.9},{&quot;2026-09-07&quot;:13.9},{&quot;2026-09-08&quot;:13.9},{&quot;2026-09-09&quot;:13.9},{&quot;2026-09-10&quot;:13.9},{&quot;2026-09-11&quot;:13.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.17},{&quot;2026-06-14&quot;:11.17},{&quot;2026-06-15&quot;:11.19},{&quot;2026-06-16&quot;:11.0},{&quot;2026-06-17&quot;:11.02},{&quot;2026-06-18&quot;:10.77},{&quot;2026-06-19&quot;:10.77},{&quot;2026-06-20&quot;:10.74},{&quot;2026-06-21&quot;:10.49},{&quot;2026-06-22&quot;:10.68},{&quot;2026-06-23&quot;:10.68},{&quot;2026-06-24&quot;:10.71},{&quot;2026-06-25&quot;:10.71},{&quot;2026-06-26&quot;:10.71},{&quot;2026-06-27&quot;:10.73},{&quot;2026-06-28&quot;:10.73},{&quot;2026-06-29&quot;:10.73},{&quot;2026-06-30&quot;:10.49},{&quot;2026-07-01&quot;:10.49},{&quot;2026-07-02&quot;:10.49},{&quot;2026-07-03&quot;:10.58},{&quot;2026-07-04&quot;:10.58},{&quot;2026-07-05&quot;:10.58},{&quot;2026-07-06&quot;:10.44},{&quot;2026-07-07&quot;:10.45},{&quot;2026-07-08&quot;:10.34},{&quot;2026-07-09&quot;:10.35},{&quot;2026-07-10&quot;:10.35},{&quot;2026-07-11&quot;:10.23},{&quot;2026-07-12&quot;:10.27},{&quot;2026-07-13&quot;:10.27},{&quot;2026-07-14&quot;:10.22},{&quot;2026-07-15&quot;:10.58},{&quot;2026-07-16&quot;:10.58},{&quot;2026-07-17&quot;:10.58},{&quot;2026-07-18&quot;:10.58},{&quot;2026-07-19&quot;:10.58},{&quot;2026-07-20&quot;:10.58},{&quot;2026-07-21&quot;:10.58},{&quot;2026-07-22&quot;:10.58},{&quot;2026-07-23&quot;:10.5},{&quot;2026-07-24&quot;:10.64},{&quot;2026-07-25&quot;:10.64},{&quot;2026-07-26&quot;:10.55},{&quot;2026-07-27&quot;:10.52},{&quot;2026-07-28&quot;:10.46},{&quot;2026-07-29&quot;:10.53},{&quot;2026-07-30&quot;:10.58},{&quot;2026-07-31&quot;:10.73},{&quot;2026-08-01&quot;:10.73},{&quot;2026-08-02&quot;:10.73},{&quot;2026-08-03&quot;:10.73},{&quot;2026-08-04&quot;:10.89},{&quot;2026-08-05&quot;:10.89},{&quot;2026-08-07&quot;:10.89},{&quot;2026-08-08&quot;:10.89},{&quot;2026-08-09&quot;:10.89},{&quot;2026-08-10&quot;:10.89},{&quot;2026-08-11&quot;:10.89},{&quot;2026-08-12&quot;:10.89},{&quot;2026-08-13&quot;:10.91},{&quot;2026-08-14&quot;:10.68},{&quot;2026-08-15&quot;:10.68},{&quot;2026-08-16&quot;:10.63},{&quot;2026-08-17&quot;:10.47},{&quot;2026-08-18&quot;:10.34},{&quot;2026-08-19&quot;:10.34},{&quot;2026-08-20&quot;:10.34},{&quot;2026-08-21&quot;:10.34},{&quot;2026-08-22&quot;:10.34},{&quot;2026-08-23&quot;:10.34},{&quot;2026-08-24&quot;:10.42},{&quot;2026-08-25&quot;:10.42},{&quot;2026-08-26&quot;:10.42},{&quot;2026-08-27&quot;:10.44},{&quot;2026-08-28&quot;:10.38},{&quot;2026-08-29&quot;:10.38},{&quot;2026-08-30&quot;:10.58},{&quot;2026-08-31&quot;:10.58},{&quot;2026-09-01&quot;:10.44},{&quot;2026-09-02&quot;:10.44},{&quot;2026-09-03&quot;:10.51},{&quot;2026-09-04&quot;:10.51},{&quot;2026-09-05&quot;:10.51},{&quot;2026-09-06&quot;:10.51},{&quot;2026-09-07&quot;:10.51},{&quot;2026-09-08&quot;:10.51},{&quot;2026-09-09&quot;:10.51},{&quot;2026-09-10&quot;:10.51},{&quot;2026-09-11&quot;:10.51}]}"
        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="87476"
  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">
            Sanguine Bond
        </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">
            $10.51
          </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="Sanguine Bond" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd199c13-9437-4162-bde9-9301589989aa.jpg?1783914924" />

        <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">
            Sanguine Bond
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sanguine Bond" src="https://cards.scryfall.io/large/front/b/d/bd199c13-9437-4162-bde9-9301589989aa.jpg?1783914924" />
    </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">
                $6.55
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $10.51
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:10.36},{&quot;2026-06-11&quot;:10.38},{&quot;2026-06-12&quot;:10.38},{&quot;2026-06-13&quot;:10.35},{&quot;2026-06-14&quot;:10.35},{&quot;2026-06-15&quot;:10.53},{&quot;2026-06-16&quot;:10.36},{&quot;2026-06-17&quot;:10.36},{&quot;2026-06-18&quot;:10.36},{&quot;2026-06-19&quot;:10.17},{&quot;2026-06-20&quot;:10.17},{&quot;2026-06-21&quot;:10.17},{&quot;2026-06-22&quot;:10.02},{&quot;2026-06-23&quot;:9.8},{&quot;2026-06-24&quot;:9.8},{&quot;2026-06-25&quot;:9.71},{&quot;2026-06-26&quot;:9.71},{&quot;2026-06-27&quot;:9.64},{&quot;2026-06-28&quot;:9.81},{&quot;2026-06-29&quot;:9.81},{&quot;2026-06-30&quot;:9.81},{&quot;2026-07-01&quot;:9.62},{&quot;2026-07-02&quot;:9.62},{&quot;2026-07-03&quot;:9.6},{&quot;2026-07-04&quot;:9.6},{&quot;2026-07-05&quot;:9.6},{&quot;2026-07-06&quot;:9.39},{&quot;2026-07-07&quot;:9.39},{&quot;2026-07-08&quot;:9.22},{&quot;2026-07-09&quot;:9.03},{&quot;2026-07-10&quot;:9.03},{&quot;2026-07-11&quot;:9.42},{&quot;2026-07-12&quot;:9.44},{&quot;2026-07-13&quot;:9.44},{&quot;2026-07-14&quot;:9.44},{&quot;2026-07-15&quot;:9.44},{&quot;2026-07-16&quot;:9.48},{&quot;2026-07-17&quot;:9.49},{&quot;2026-07-18&quot;:9.33},{&quot;2026-07-19&quot;:9.33},{&quot;2026-07-20&quot;:9.11},{&quot;2026-07-21&quot;:9.11},{&quot;2026-07-23&quot;:9.24},{&quot;2026-07-25&quot;:9.24},{&quot;2026-07-26&quot;:9.24},{&quot;2026-07-27&quot;:9.24},{&quot;2026-07-29&quot;:9.57},{&quot;2026-07-30&quot;:9.86},{&quot;2026-07-31&quot;:9.86},{&quot;2026-08-01&quot;:9.86},{&quot;2026-08-02&quot;:9.71},{&quot;2026-08-03&quot;:9.71},{&quot;2026-08-04&quot;:9.71},{&quot;2026-08-05&quot;:9.71},{&quot;2026-08-07&quot;:9.71},{&quot;2026-08-08&quot;:10.12},{&quot;2026-08-09&quot;:10.12},{&quot;2026-08-10&quot;:10.31},{&quot;2026-08-11&quot;:10.31},{&quot;2026-08-12&quot;:10.31},{&quot;2026-08-13&quot;:10.18},{&quot;2026-08-14&quot;:10.02},{&quot;2026-08-15&quot;:10.16},{&quot;2026-08-16&quot;:10.16},{&quot;2026-08-17&quot;:10.16},{&quot;2026-08-18&quot;:10.22},{&quot;2026-08-19&quot;:10.22},{&quot;2026-08-20&quot;:10.22},{&quot;2026-08-21&quot;:10.21},{&quot;2026-08-22&quot;:10.23},{&quot;2026-08-23&quot;:10.23},{&quot;2026-08-24&quot;:10.23},{&quot;2026-08-25&quot;:10.23},{&quot;2026-08-26&quot;:10.23},{&quot;2026-08-27&quot;:10.23},{&quot;2026-08-28&quot;:10.39},{&quot;2026-08-29&quot;:10.39},{&quot;2026-08-30&quot;:10.39},{&quot;2026-08-31&quot;:10.39},{&quot;2026-09-01&quot;:10.39},{&quot;2026-09-02&quot;:10.68},{&quot;2026-09-03&quot;:10.68},{&quot;2026-09-04&quot;:10.68},{&quot;2026-09-05&quot;:10.61},{&quot;2026-09-06&quot;:10.76},{&quot;2026-09-07&quot;:10.47},{&quot;2026-09-08&quot;:10.51},{&quot;2026-09-09&quot;:10.54},{&quot;2026-09-10&quot;:10.54},{&quot;2026-09-11&quot;:10.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.27},{&quot;2026-06-11&quot;:5.03},{&quot;2026-06-12&quot;:5.12},{&quot;2026-06-13&quot;:5.58},{&quot;2026-06-14&quot;:5.83},{&quot;2026-06-15&quot;:5.82},{&quot;2026-06-16&quot;:5.85},{&quot;2026-06-17&quot;:5.76},{&quot;2026-06-18&quot;:5.92},{&quot;2026-06-19&quot;:5.74},{&quot;2026-06-20&quot;:5.68},{&quot;2026-06-21&quot;:5.8},{&quot;2026-06-22&quot;:5.86},{&quot;2026-06-23&quot;:5.67},{&quot;2026-06-24&quot;:5.6},{&quot;2026-06-25&quot;:5.56},{&quot;2026-06-26&quot;:5.54},{&quot;2026-06-27&quot;:6.07},{&quot;2026-06-28&quot;:5.99},{&quot;2026-06-29&quot;:6.02},{&quot;2026-06-30&quot;:6.08},{&quot;2026-07-01&quot;:5.89},{&quot;2026-07-02&quot;:5.54},{&quot;2026-07-03&quot;:5.63},{&quot;2026-07-04&quot;:5.39},{&quot;2026-07-05&quot;:5.43},{&quot;2026-07-06&quot;:5.43},{&quot;2026-07-07&quot;:5.53},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.62},{&quot;2026-07-10&quot;:5.82},{&quot;2026-07-11&quot;:5.84},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.81},{&quot;2026-07-14&quot;:6.02},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.89},{&quot;2026-07-17&quot;:6.01},{&quot;2026-07-18&quot;:6.01},{&quot;2026-07-19&quot;:6.08},{&quot;2026-07-20&quot;:6.29},{&quot;2026-07-21&quot;:6.52},{&quot;2026-07-23&quot;:6.85},{&quot;2026-07-25&quot;:6.61},{&quot;2026-07-26&quot;:6.66},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-29&quot;:6.51},{&quot;2026-07-30&quot;:6.67},{&quot;2026-07-31&quot;:6.73},{&quot;2026-08-01&quot;:6.75},{&quot;2026-08-02&quot;:6.58},{&quot;2026-08-03&quot;:6.44},{&quot;2026-08-04&quot;:6.75},{&quot;2026-08-05&quot;:6.81},{&quot;2026-08-07&quot;:7.08},{&quot;2026-08-08&quot;:6.97},{&quot;2026-08-09&quot;:6.93},{&quot;2026-08-10&quot;:7.33},{&quot;2026-08-11&quot;:7.33},{&quot;2026-08-12&quot;:7.44},{&quot;2026-08-13&quot;:7.25},{&quot;2026-08-14&quot;:6.78},{&quot;2026-08-15&quot;:6.19},{&quot;2026-08-16&quot;:6.04},{&quot;2026-08-17&quot;:6.18},{&quot;2026-08-18&quot;:6.23},{&quot;2026-08-19&quot;:6.28},{&quot;2026-08-20&quot;:6.28},{&quot;2026-08-21&quot;:6.61},{&quot;2026-08-22&quot;:6.52},{&quot;2026-08-23&quot;:6.62},{&quot;2026-08-24&quot;:7.31},{&quot;2026-08-25&quot;:7.31},{&quot;2026-08-26&quot;:7.7},{&quot;2026-08-27&quot;:7.58},{&quot;2026-08-28&quot;:7.54},{&quot;2026-08-29&quot;:7.54},{&quot;2026-08-30&quot;:7.25},{&quot;2026-08-31&quot;:6.42},{&quot;2026-09-01&quot;:6.42},{&quot;2026-09-02&quot;:6.5},{&quot;2026-09-03&quot;:7.63},{&quot;2026-09-04&quot;:7.84},{&quot;2026-09-05&quot;:8.49},{&quot;2026-09-06&quot;:8.68},{&quot;2026-09-07&quot;:7.42},{&quot;2026-09-08&quot;:6.51},{&quot;2026-09-09&quot;:6.68},{&quot;2026-09-10&quot;:6.44},{&quot;2026-09-11&quot;:6.55}]}"
        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="20957"
  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">
            Brainstorm
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Brainstorm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd595e2f-65e4-46e8-9d28-f94ac308b275.jpg?1783930076" />

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

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

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            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-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brainstorm" src="https://cards.scryfall.io/large/front/d/d/dd595e2f-65e4-46e8-9d28-f94ac308b275.jpg?1783930076" />
    </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">
                $8.20
              </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">
                $10.50
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:10.67},{&quot;2026-06-11&quot;:10.67},{&quot;2026-06-12&quot;:11.17},{&quot;2026-06-13&quot;:11.17},{&quot;2026-06-14&quot;:11.17},{&quot;2026-06-15&quot;:11.29},{&quot;2026-06-16&quot;:11.29},{&quot;2026-06-17&quot;:11.29},{&quot;2026-06-18&quot;:11.24},{&quot;2026-06-19&quot;:11.24},{&quot;2026-06-20&quot;:11.24},{&quot;2026-06-21&quot;:11.24},{&quot;2026-06-22&quot;:11.24},{&quot;2026-06-23&quot;:11.24},{&quot;2026-06-24&quot;:11.24},{&quot;2026-06-25&quot;:11.24},{&quot;2026-06-26&quot;:11.22},{&quot;2026-06-27&quot;:11.22},{&quot;2026-06-28&quot;:11.22},{&quot;2026-06-29&quot;:11.21},{&quot;2026-06-30&quot;:11.21},{&quot;2026-07-01&quot;:11.44},{&quot;2026-07-02&quot;:11.44},{&quot;2026-07-03&quot;:11.44},{&quot;2026-07-04&quot;:11.27},{&quot;2026-07-05&quot;:11.27},{&quot;2026-07-06&quot;:11.27},{&quot;2026-07-07&quot;:11.27},{&quot;2026-07-08&quot;:11.27},{&quot;2026-07-09&quot;:11.27},{&quot;2026-07-10&quot;:11.27},{&quot;2026-07-11&quot;:11.1},{&quot;2026-07-12&quot;:10.96},{&quot;2026-07-13&quot;:10.95},{&quot;2026-07-14&quot;:10.95},{&quot;2026-07-15&quot;:10.95},{&quot;2026-07-16&quot;:10.95},{&quot;2026-07-17&quot;:10.95},{&quot;2026-07-18&quot;:10.95},{&quot;2026-07-19&quot;:10.95},{&quot;2026-07-20&quot;:10.95},{&quot;2026-07-21&quot;:10.97},{&quot;2026-07-23&quot;:10.76},{&quot;2026-07-25&quot;:10.76},{&quot;2026-07-26&quot;:10.76},{&quot;2026-07-27&quot;:10.76},{&quot;2026-07-29&quot;:10.76},{&quot;2026-07-30&quot;:10.76},{&quot;2026-07-31&quot;:10.76},{&quot;2026-08-01&quot;:10.81},{&quot;2026-08-02&quot;:10.81},{&quot;2026-08-03&quot;:10.81},{&quot;2026-08-04&quot;:10.81},{&quot;2026-08-05&quot;:10.81},{&quot;2026-08-07&quot;:10.88},{&quot;2026-08-08&quot;:10.88},{&quot;2026-08-09&quot;:10.88},{&quot;2026-08-10&quot;:10.88},{&quot;2026-08-11&quot;:10.84},{&quot;2026-08-12&quot;:10.64},{&quot;2026-08-13&quot;:10.64},{&quot;2026-08-14&quot;:10.64},{&quot;2026-08-15&quot;:10.64},{&quot;2026-08-16&quot;:10.64},{&quot;2026-08-17&quot;:10.64},{&quot;2026-08-18&quot;:10.64},{&quot;2026-08-19&quot;:10.64},{&quot;2026-08-20&quot;:10.64},{&quot;2026-08-21&quot;:10.43},{&quot;2026-08-22&quot;:10.43},{&quot;2026-08-23&quot;:10.43},{&quot;2026-08-24&quot;:10.43},{&quot;2026-08-25&quot;:10.43},{&quot;2026-08-26&quot;:10.3},{&quot;2026-08-27&quot;:10.3},{&quot;2026-08-28&quot;:10.42},{&quot;2026-08-29&quot;:10.42},{&quot;2026-08-30&quot;:10.46},{&quot;2026-08-31&quot;:10.56},{&quot;2026-09-01&quot;:10.56},{&quot;2026-09-02&quot;:10.56},{&quot;2026-09-03&quot;:10.56},{&quot;2026-09-04&quot;:10.5},{&quot;2026-09-05&quot;:10.5},{&quot;2026-09-06&quot;:10.5},{&quot;2026-09-07&quot;:10.5},{&quot;2026-09-08&quot;:10.5},{&quot;2026-09-09&quot;:10.5},{&quot;2026-09-10&quot;:10.5},{&quot;2026-09-11&quot;:10.5}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.54},{&quot;2026-06-11&quot;:9.54},{&quot;2026-06-12&quot;:9.54},{&quot;2026-06-13&quot;:9.54},{&quot;2026-06-14&quot;:9.54},{&quot;2026-06-15&quot;:9.47},{&quot;2026-06-16&quot;:9.47},{&quot;2026-06-17&quot;:9.47},{&quot;2026-06-18&quot;:9.47},{&quot;2026-06-19&quot;:9.47},{&quot;2026-06-20&quot;:9.21},{&quot;2026-06-21&quot;:9.21},{&quot;2026-06-22&quot;:9.21},{&quot;2026-06-23&quot;:9.06},{&quot;2026-06-24&quot;:9.06},{&quot;2026-06-25&quot;:9.06},{&quot;2026-06-26&quot;:9.06},{&quot;2026-06-27&quot;:9.06},{&quot;2026-06-28&quot;:9.06},{&quot;2026-06-29&quot;:9.09},{&quot;2026-06-30&quot;:9.09},{&quot;2026-07-01&quot;:9.09},{&quot;2026-07-02&quot;:8.97},{&quot;2026-07-03&quot;:8.97},{&quot;2026-07-04&quot;:8.97},{&quot;2026-07-05&quot;:8.97},{&quot;2026-07-06&quot;:8.97},{&quot;2026-07-07&quot;:8.97},{&quot;2026-07-08&quot;:8.97},{&quot;2026-07-09&quot;:8.97},{&quot;2026-07-10&quot;:8.97},{&quot;2026-07-11&quot;:8.97},{&quot;2026-07-12&quot;:8.97},{&quot;2026-07-13&quot;:8.97},{&quot;2026-07-14&quot;:8.97},{&quot;2026-07-15&quot;:8.91},{&quot;2026-07-16&quot;:8.91},{&quot;2026-07-17&quot;:8.91},{&quot;2026-07-18&quot;:8.94},{&quot;2026-07-19&quot;:8.99},{&quot;2026-07-20&quot;:8.99},{&quot;2026-07-21&quot;:8.99},{&quot;2026-07-23&quot;:8.89},{&quot;2026-07-25&quot;:8.89},{&quot;2026-07-26&quot;:8.89},{&quot;2026-07-27&quot;:8.89},{&quot;2026-07-29&quot;:8.84},{&quot;2026-07-30&quot;:8.84},{&quot;2026-07-31&quot;:8.84},{&quot;2026-08-01&quot;:8.84},{&quot;2026-08-02&quot;:8.84},{&quot;2026-08-03&quot;:8.84},{&quot;2026-08-04&quot;:8.86},{&quot;2026-08-05&quot;:8.8},{&quot;2026-08-07&quot;:8.71},{&quot;2026-08-08&quot;:8.71},{&quot;2026-08-09&quot;:8.71},{&quot;2026-08-10&quot;:8.63},{&quot;2026-08-11&quot;:8.63},{&quot;2026-08-12&quot;:8.63},{&quot;2026-08-13&quot;:8.57},{&quot;2026-08-14&quot;:8.5},{&quot;2026-08-15&quot;:8.5},{&quot;2026-08-16&quot;:8.41},{&quot;2026-08-17&quot;:8.41},{&quot;2026-08-18&quot;:8.31},{&quot;2026-08-19&quot;:8.31},{&quot;2026-08-20&quot;:8.31},{&quot;2026-08-21&quot;:8.29},{&quot;2026-08-22&quot;:8.29},{&quot;2026-08-23&quot;:8.29},{&quot;2026-08-24&quot;:8.29},{&quot;2026-08-25&quot;:8.29},{&quot;2026-08-26&quot;:8.13},{&quot;2026-08-27&quot;:8.13},{&quot;2026-08-28&quot;:8.12},{&quot;2026-08-29&quot;:8.12},{&quot;2026-08-30&quot;:8.21},{&quot;2026-08-31&quot;:8.22},{&quot;2026-09-01&quot;:8.22},{&quot;2026-09-02&quot;:8.22},{&quot;2026-09-03&quot;:8.34},{&quot;2026-09-04&quot;:8.32},{&quot;2026-09-05&quot;:8.32},{&quot;2026-09-06&quot;:8.32},{&quot;2026-09-07&quot;:8.32},{&quot;2026-09-08&quot;:8.32},{&quot;2026-09-09&quot;:8.32},{&quot;2026-09-10&quot;:8.2},{&quot;2026-09-11&quot;:8.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96492"
  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">
            Swan Song
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.43
          </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="Swan Song" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/83d0b761-d694-4232-9f40-5bd8c82a05f1.jpg?1783906053" />

        <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">
            Swan Song
        </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-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="Swan Song" src="https://cards.scryfall.io/large/front/8/3/83d0b761-d694-4232-9f40-5bd8c82a05f1.jpg?1783906053" />
    </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">
                $10.43
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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;:8.27},{&quot;2026-06-14&quot;:8.02},{&quot;2026-06-15&quot;:8.0},{&quot;2026-06-16&quot;:8.11},{&quot;2026-06-17&quot;:8.58},{&quot;2026-06-18&quot;:8.54},{&quot;2026-06-19&quot;:8.5},{&quot;2026-06-20&quot;:8.75},{&quot;2026-06-21&quot;:8.45},{&quot;2026-06-22&quot;:8.32},{&quot;2026-06-23&quot;:8.21},{&quot;2026-06-24&quot;:7.86},{&quot;2026-06-25&quot;:8.03},{&quot;2026-06-26&quot;:8.0},{&quot;2026-06-27&quot;:8.14},{&quot;2026-06-28&quot;:8.52},{&quot;2026-06-29&quot;:8.21},{&quot;2026-06-30&quot;:8.12},{&quot;2026-07-01&quot;:8.3},{&quot;2026-07-02&quot;:8.36},{&quot;2026-07-03&quot;:8.23},{&quot;2026-07-04&quot;:8.27},{&quot;2026-07-05&quot;:8.31},{&quot;2026-07-06&quot;:8.37},{&quot;2026-07-07&quot;:8.16},{&quot;2026-07-08&quot;:8.08},{&quot;2026-07-09&quot;:8.22},{&quot;2026-07-10&quot;:8.47},{&quot;2026-07-11&quot;:8.83},{&quot;2026-07-12&quot;:8.9},{&quot;2026-07-13&quot;:9.03},{&quot;2026-07-14&quot;:9.13},{&quot;2026-07-15&quot;:9.13},{&quot;2026-07-16&quot;:9.06},{&quot;2026-07-17&quot;:9.1},{&quot;2026-07-18&quot;:8.82},{&quot;2026-07-19&quot;:8.71},{&quot;2026-07-20&quot;:8.76},{&quot;2026-07-21&quot;:8.8},{&quot;2026-07-22&quot;:8.46},{&quot;2026-07-23&quot;:8.47},{&quot;2026-07-24&quot;:8.97},{&quot;2026-07-25&quot;:9.38},{&quot;2026-07-26&quot;:9.49},{&quot;2026-07-27&quot;:9.41},{&quot;2026-07-28&quot;:9.86},{&quot;2026-07-29&quot;:9.72},{&quot;2026-07-30&quot;:9.71},{&quot;2026-07-31&quot;:10.17},{&quot;2026-08-01&quot;:10.03},{&quot;2026-08-02&quot;:10.27},{&quot;2026-08-03&quot;:9.1},{&quot;2026-08-04&quot;:8.59},{&quot;2026-08-05&quot;:8.58},{&quot;2026-08-07&quot;:9.02},{&quot;2026-08-08&quot;:9.6},{&quot;2026-08-09&quot;:9.46},{&quot;2026-08-10&quot;:9.76},{&quot;2026-08-11&quot;:10.32},{&quot;2026-08-12&quot;:10.76},{&quot;2026-08-13&quot;:10.32},{&quot;2026-08-14&quot;:9.9},{&quot;2026-08-15&quot;:9.94},{&quot;2026-08-16&quot;:9.82},{&quot;2026-08-17&quot;:10.07},{&quot;2026-08-18&quot;:10.29},{&quot;2026-08-19&quot;:10.91},{&quot;2026-08-20&quot;:11.32},{&quot;2026-08-21&quot;:11.18},{&quot;2026-08-22&quot;:10.89},{&quot;2026-08-23&quot;:11.4},{&quot;2026-08-24&quot;:11.7},{&quot;2026-08-25&quot;:11.32},{&quot;2026-08-26&quot;:11.01},{&quot;2026-08-27&quot;:10.63},{&quot;2026-08-28&quot;:10.61},{&quot;2026-08-29&quot;:10.61},{&quot;2026-08-30&quot;:11.08},{&quot;2026-08-31&quot;:11.09},{&quot;2026-09-01&quot;:10.81},{&quot;2026-09-02&quot;:10.39},{&quot;2026-09-03&quot;:10.55},{&quot;2026-09-04&quot;:10.37},{&quot;2026-09-05&quot;:10.4},{&quot;2026-09-06&quot;:10.38},{&quot;2026-09-07&quot;:10.55},{&quot;2026-09-08&quot;:10.21},{&quot;2026-09-09&quot;:10.31},{&quot;2026-09-10&quot;:10.36},{&quot;2026-09-11&quot;:10.43}]}"
        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="33757"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Mystic Remora
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mystic Remora" src="https://cards.scryfall.io/large/front/5/8/58e93dff-b774-4765-b7bd-d3957e42ff4a.jpg?1783947511" />
    </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">
                $10.42
              </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">$8.50</span>
              <span class="text-xs text-grey-text">Credit: $11.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;normal&quot;:[{&quot;2026-06-10&quot;:9.79},{&quot;2026-06-11&quot;:9.58},{&quot;2026-06-12&quot;:9.56},{&quot;2026-06-13&quot;:9.7},{&quot;2026-06-14&quot;:9.4},{&quot;2026-06-15&quot;:9.54},{&quot;2026-06-16&quot;:9.79},{&quot;2026-06-17&quot;:9.79},{&quot;2026-06-18&quot;:9.76},{&quot;2026-06-19&quot;:9.84},{&quot;2026-06-20&quot;:9.9},{&quot;2026-06-21&quot;:9.9},{&quot;2026-06-22&quot;:10.17},{&quot;2026-06-23&quot;:10.59},{&quot;2026-06-24&quot;:10.68},{&quot;2026-06-25&quot;:10.87},{&quot;2026-06-26&quot;:10.51},{&quot;2026-06-27&quot;:10.85},{&quot;2026-06-28&quot;:10.71},{&quot;2026-06-29&quot;:10.3},{&quot;2026-06-30&quot;:10.3},{&quot;2026-07-01&quot;:9.24},{&quot;2026-07-02&quot;:9.62},{&quot;2026-07-03&quot;:9.39},{&quot;2026-07-04&quot;:9.39},{&quot;2026-07-05&quot;:9.69},{&quot;2026-07-06&quot;:9.31},{&quot;2026-07-07&quot;:8.61},{&quot;2026-07-08&quot;:8.63},{&quot;2026-07-09&quot;:8.63},{&quot;2026-07-10&quot;:8.88},{&quot;2026-07-11&quot;:8.83},{&quot;2026-07-12&quot;:8.71},{&quot;2026-07-13&quot;:8.56},{&quot;2026-07-14&quot;:9.38},{&quot;2026-07-15&quot;:9.06},{&quot;2026-07-16&quot;:9.09},{&quot;2026-07-17&quot;:8.62},{&quot;2026-07-18&quot;:8.85},{&quot;2026-07-19&quot;:9.14},{&quot;2026-07-20&quot;:9.16},{&quot;2026-07-21&quot;:9.16},{&quot;2026-07-23&quot;:8.9},{&quot;2026-07-25&quot;:9.12},{&quot;2026-07-26&quot;:9.21},{&quot;2026-07-27&quot;:9.05},{&quot;2026-07-29&quot;:8.73},{&quot;2026-07-30&quot;:9.11},{&quot;2026-07-31&quot;:9.98},{&quot;2026-08-01&quot;:10.68},{&quot;2026-08-02&quot;:11.02},{&quot;2026-08-03&quot;:11.02},{&quot;2026-08-04&quot;:11.23},{&quot;2026-08-05&quot;:10.92},{&quot;2026-08-07&quot;:10.47},{&quot;2026-08-08&quot;:10.29},{&quot;2026-08-09&quot;:10.29},{&quot;2026-08-10&quot;:9.72},{&quot;2026-08-11&quot;:9.8},{&quot;2026-08-12&quot;:9.73},{&quot;2026-08-13&quot;:9.75},{&quot;2026-08-14&quot;:9.45},{&quot;2026-08-15&quot;:9.36},{&quot;2026-08-16&quot;:9.21},{&quot;2026-08-17&quot;:9.06},{&quot;2026-08-18&quot;:10.1},{&quot;2026-08-19&quot;:9.9},{&quot;2026-08-20&quot;:9.9},{&quot;2026-08-21&quot;:10.64},{&quot;2026-08-22&quot;:10.68},{&quot;2026-08-23&quot;:10.73},{&quot;2026-08-24&quot;:11.65},{&quot;2026-08-25&quot;:11.65},{&quot;2026-08-26&quot;:11.73},{&quot;2026-08-27&quot;:11.8},{&quot;2026-08-28&quot;:11.6},{&quot;2026-08-29&quot;:11.6},{&quot;2026-08-30&quot;:10.91},{&quot;2026-08-31&quot;:9.63},{&quot;2026-09-01&quot;:9.63},{&quot;2026-09-02&quot;:8.45},{&quot;2026-09-03&quot;:8.77},{&quot;2026-09-04&quot;:9.56},{&quot;2026-09-05&quot;:9.88},{&quot;2026-09-06&quot;:9.78},{&quot;2026-09-07&quot;:10.1},{&quot;2026-09-08&quot;:10.39},{&quot;2026-09-09&quot;:9.84},{&quot;2026-09-10&quot;:10.19},{&quot;2026-09-11&quot;:10.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="43846"
  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-m10 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">
            Traumatize
        </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">
            $10.42
          </span>
        </div>
      </div>
    </div>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Traumatize" src="https://cards.scryfall.io/large/front/f/9/f9cdf46e-cf63-406c-b8f7-121117c6f10b.jpg?1783942386" />
    </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">
                $10.42
              </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>

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.07},{&quot;2026-06-10&quot;:7.07},{&quot;2026-06-11&quot;:7.07},{&quot;2026-06-12&quot;:7.07},{&quot;2026-06-13&quot;:7.07},{&quot;2026-06-14&quot;:7.07},{&quot;2026-06-15&quot;:7.07},{&quot;2026-06-16&quot;:7.07},{&quot;2026-06-17&quot;:7.07},{&quot;2026-06-18&quot;:7.07},{&quot;2026-06-19&quot;:7.07},{&quot;2026-06-20&quot;:7.07},{&quot;2026-06-21&quot;:7.07},{&quot;2026-06-22&quot;:7.07},{&quot;2026-06-24&quot;:7.07},{&quot;2026-06-25&quot;:7.07},{&quot;2026-06-26&quot;:7.07},{&quot;2026-06-27&quot;:7.07},{&quot;2026-06-28&quot;:7.07},{&quot;2026-06-29&quot;:7.07},{&quot;2026-06-30&quot;:7.07},{&quot;2026-07-01&quot;:7.07},{&quot;2026-07-02&quot;:7.07},{&quot;2026-07-03&quot;:7.43},{&quot;2026-07-04&quot;:7.43},{&quot;2026-07-05&quot;:7.43},{&quot;2026-07-06&quot;:7.43},{&quot;2026-07-07&quot;:7.43},{&quot;2026-07-08&quot;:7.43},{&quot;2026-07-09&quot;:7.43},{&quot;2026-07-10&quot;:7.43},{&quot;2026-07-11&quot;:7.43},{&quot;2026-07-12&quot;:7.43},{&quot;2026-07-13&quot;:7.43},{&quot;2026-07-14&quot;:7.43},{&quot;2026-07-15&quot;:7.43},{&quot;2026-07-16&quot;:7.43},{&quot;2026-07-17&quot;:7.43},{&quot;2026-07-18&quot;:7.43},{&quot;2026-07-19&quot;:7.43},{&quot;2026-07-20&quot;:7.43},{&quot;2026-07-21&quot;:7.43},{&quot;2026-07-23&quot;:7.43},{&quot;2026-07-25&quot;:7.43},{&quot;2026-07-26&quot;:7.43},{&quot;2026-07-27&quot;:7.43},{&quot;2026-07-29&quot;:7.43},{&quot;2026-07-30&quot;:7.43},{&quot;2026-07-31&quot;:7.43},{&quot;2026-08-01&quot;:7.43},{&quot;2026-08-02&quot;:7.43},{&quot;2026-08-03&quot;:7.43},{&quot;2026-08-04&quot;:7.43},{&quot;2026-08-05&quot;:7.43},{&quot;2026-08-07&quot;:7.43},{&quot;2026-08-08&quot;:8.65},{&quot;2026-08-09&quot;:8.65},{&quot;2026-08-10&quot;:8.65},{&quot;2026-08-11&quot;:8.65},{&quot;2026-08-12&quot;:8.65},{&quot;2026-08-13&quot;:8.65},{&quot;2026-08-14&quot;:8.65},{&quot;2026-08-15&quot;:8.65},{&quot;2026-08-16&quot;:8.65},{&quot;2026-08-17&quot;:8.65},{&quot;2026-08-18&quot;:8.65},{&quot;2026-08-19&quot;:8.65},{&quot;2026-08-20&quot;:8.65},{&quot;2026-08-21&quot;:8.65},{&quot;2026-08-22&quot;:8.65},{&quot;2026-08-23&quot;:8.65},{&quot;2026-08-24&quot;:8.65},{&quot;2026-08-25&quot;:8.65},{&quot;2026-08-26&quot;:8.65},{&quot;2026-08-27&quot;:8.65},{&quot;2026-08-28&quot;:8.65},{&quot;2026-08-29&quot;:8.65},{&quot;2026-08-30&quot;:8.65},{&quot;2026-08-31&quot;:8.65},{&quot;2026-09-01&quot;:8.65},{&quot;2026-09-02&quot;:8.65},{&quot;2026-09-03&quot;:8.65},{&quot;2026-09-04&quot;:8.65},{&quot;2026-09-05&quot;:8.65},{&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-08&quot;:9.63},{&quot;2026-06-10&quot;:9.63},{&quot;2026-06-11&quot;:9.63},{&quot;2026-06-12&quot;:9.63},{&quot;2026-06-13&quot;:9.63},{&quot;2026-06-14&quot;:10.15},{&quot;2026-06-15&quot;:10.15},{&quot;2026-06-16&quot;:10.15},{&quot;2026-06-17&quot;:10.15},{&quot;2026-06-18&quot;:10.15},{&quot;2026-06-19&quot;:10.15},{&quot;2026-06-20&quot;:10.15},{&quot;2026-06-21&quot;:10.15},{&quot;2026-06-22&quot;:10.19},{&quot;2026-06-24&quot;:10.28},{&quot;2026-06-25&quot;:10.28},{&quot;2026-06-26&quot;:10.65},{&quot;2026-06-27&quot;:10.65},{&quot;2026-06-28&quot;:10.51},{&quot;2026-06-29&quot;:10.51},{&quot;2026-06-30&quot;:10.51},{&quot;2026-07-01&quot;:10.51},{&quot;2026-07-02&quot;:10.52},{&quot;2026-07-03&quot;:10.52},{&quot;2026-07-04&quot;:10.52},{&quot;2026-07-05&quot;:10.69},{&quot;2026-07-06&quot;:10.69},{&quot;2026-07-07&quot;:10.69},{&quot;2026-07-08&quot;:10.69},{&quot;2026-07-09&quot;:10.69},{&quot;2026-07-10&quot;:10.69},{&quot;2026-07-11&quot;:10.69},{&quot;2026-07-12&quot;:10.33},{&quot;2026-07-13&quot;:10.33},{&quot;2026-07-14&quot;:10.54},{&quot;2026-07-15&quot;:10.54},{&quot;2026-07-16&quot;:10.54},{&quot;2026-07-17&quot;:10.54},{&quot;2026-07-18&quot;:10.54},{&quot;2026-07-19&quot;:10.54},{&quot;2026-07-20&quot;:10.54},{&quot;2026-07-21&quot;:10.54},{&quot;2026-07-23&quot;:10.57},{&quot;2026-07-25&quot;:10.57},{&quot;2026-07-26&quot;:10.57},{&quot;2026-07-27&quot;:10.57},{&quot;2026-07-29&quot;:10.57},{&quot;2026-07-30&quot;:10.28},{&quot;2026-07-31&quot;:10.28},{&quot;2026-08-01&quot;:10.28},{&quot;2026-08-02&quot;:10.28},{&quot;2026-08-03&quot;:10.62},{&quot;2026-08-04&quot;:10.62},{&quot;2026-08-05&quot;:10.62},{&quot;2026-08-07&quot;:10.62},{&quot;2026-08-08&quot;:10.19},{&quot;2026-08-09&quot;:10.19},{&quot;2026-08-10&quot;:10.76},{&quot;2026-08-11&quot;:10.76},{&quot;2026-08-12&quot;:10.92},{&quot;2026-08-13&quot;:11.08},{&quot;2026-08-14&quot;:11.08},{&quot;2026-08-15&quot;:11.08},{&quot;2026-08-16&quot;:11.08},{&quot;2026-08-17&quot;:11.08},{&quot;2026-08-18&quot;:9.93},{&quot;2026-08-19&quot;:9.93},{&quot;2026-08-20&quot;:9.93},{&quot;2026-08-21&quot;:9.93},{&quot;2026-08-22&quot;:9.93},{&quot;2026-08-23&quot;:10.25},{&quot;2026-08-24&quot;:10.25},{&quot;2026-08-25&quot;:10.25},{&quot;2026-08-26&quot;:10.25},{&quot;2026-08-27&quot;:10.25},{&quot;2026-08-28&quot;:10.25},{&quot;2026-08-29&quot;:10.25},{&quot;2026-08-30&quot;:10.49},{&quot;2026-08-31&quot;:10.21},{&quot;2026-09-01&quot;:10.21},{&quot;2026-09-02&quot;:10.21},{&quot;2026-09-03&quot;:10.42},{&quot;2026-09-04&quot;:10.42},{&quot;2026-09-05&quot;:10.42},{&quot;2026-09-06&quot;:10.42},{&quot;2026-09-07&quot;:10.42},{&quot;2026-09-08&quot;:10.42},{&quot;2026-09-09&quot;:10.42},{&quot;2026-09-10&quot;:10.42},{&quot;2026-09-11&quot;:10.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Leonardo, Cutting Edge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5aaae49a-75bf-44fd-b819-415cbcfa0827.jpg?1783904030" />

        <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">
            Leonardo, Cutting Edge
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Leonardo, Cutting Edge" src="https://cards.scryfall.io/large/front/5/a/5aaae49a-75bf-44fd-b819-415cbcfa0827.jpg?1783904030" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:12.11},{&quot;2026-06-10&quot;:11.95},{&quot;2026-06-11&quot;:12.36},{&quot;2026-06-12&quot;:12.36},{&quot;2026-06-13&quot;:12.36},{&quot;2026-06-14&quot;:12.31},{&quot;2026-06-15&quot;:12.48},{&quot;2026-06-16&quot;:12.38},{&quot;2026-06-17&quot;:12.31},{&quot;2026-06-18&quot;:12.19},{&quot;2026-06-19&quot;:12.11},{&quot;2026-06-20&quot;:12.13},{&quot;2026-06-21&quot;:11.98},{&quot;2026-06-22&quot;:11.98},{&quot;2026-06-24&quot;:11.65},{&quot;2026-06-25&quot;:11.48},{&quot;2026-06-26&quot;:11.52},{&quot;2026-06-27&quot;:11.24},{&quot;2026-06-28&quot;:11.24},{&quot;2026-06-29&quot;:11.29},{&quot;2026-06-30&quot;:11.24},{&quot;2026-07-01&quot;:11.24},{&quot;2026-07-02&quot;:11.21},{&quot;2026-07-03&quot;:10.93},{&quot;2026-07-04&quot;:10.93},{&quot;2026-07-05&quot;:10.91},{&quot;2026-07-06&quot;:10.93},{&quot;2026-07-07&quot;:10.95},{&quot;2026-07-08&quot;:10.98},{&quot;2026-07-09&quot;:10.82},{&quot;2026-07-10&quot;:10.73},{&quot;2026-07-11&quot;:10.73},{&quot;2026-07-12&quot;:10.63},{&quot;2026-07-13&quot;:10.59},{&quot;2026-07-14&quot;:10.57},{&quot;2026-07-15&quot;:10.57},{&quot;2026-07-16&quot;:10.57},{&quot;2026-07-17&quot;:10.51},{&quot;2026-07-18&quot;:10.51},{&quot;2026-07-19&quot;:10.51},{&quot;2026-07-20&quot;:10.43},{&quot;2026-07-21&quot;:10.33},{&quot;2026-07-23&quot;:10.18},{&quot;2026-07-25&quot;:10.27},{&quot;2026-07-26&quot;:10.18},{&quot;2026-07-27&quot;:10.18},{&quot;2026-07-29&quot;:10.02},{&quot;2026-07-30&quot;:10.02},{&quot;2026-07-31&quot;:10.06},{&quot;2026-08-01&quot;:10.1},{&quot;2026-08-02&quot;:10.05},{&quot;2026-08-03&quot;:10.07},{&quot;2026-08-04&quot;:10.05},{&quot;2026-08-05&quot;:10.07},{&quot;2026-08-07&quot;:10.08},{&quot;2026-08-08&quot;:9.89},{&quot;2026-08-09&quot;:9.89},{&quot;2026-08-10&quot;:9.88},{&quot;2026-08-11&quot;:9.82},{&quot;2026-08-12&quot;:9.82},{&quot;2026-08-13&quot;:9.77},{&quot;2026-08-14&quot;:9.77},{&quot;2026-08-15&quot;:9.77},{&quot;2026-08-16&quot;:9.75},{&quot;2026-08-17&quot;:10.17},{&quot;2026-08-18&quot;:10.08},{&quot;2026-08-19&quot;:10.04},{&quot;2026-08-20&quot;:10.04},{&quot;2026-08-21&quot;:10.11},{&quot;2026-08-22&quot;:10.26},{&quot;2026-08-23&quot;:10.4},{&quot;2026-08-24&quot;:10.4},{&quot;2026-08-25&quot;:10.4},{&quot;2026-08-26&quot;:10.62},{&quot;2026-08-27&quot;:10.62},{&quot;2026-08-28&quot;:10.53},{&quot;2026-08-29&quot;:10.53},{&quot;2026-08-30&quot;:10.57},{&quot;2026-08-31&quot;:10.64},{&quot;2026-09-01&quot;:10.64},{&quot;2026-09-02&quot;:10.61},{&quot;2026-09-03&quot;:10.61},{&quot;2026-09-04&quot;:10.61},{&quot;2026-09-05&quot;:10.47},{&quot;2026-09-06&quot;:10.47},{&quot;2026-09-07&quot;:10.39},{&quot;2026-09-08&quot;:10.53},{&quot;2026-09-09&quot;:10.42},{&quot;2026-09-10&quot;:10.42},{&quot;2026-09-11&quot;:10.42}],&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="51557"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Aurelia, the Warleader
        </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">
            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">
            $10.41
          </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="Aurelia, the Warleader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1e7c2afb-e04e-4012-b8a2-7a7273b52136.jpg?1783916866" />

        <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">
            Aurelia, the Warleader
        </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-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-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="Aurelia, the Warleader" src="https://cards.scryfall.io/large/front/1/e/1e7c2afb-e04e-4012-b8a2-7a7273b52136.jpg?1783916866" />
    </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">
                $10.41
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $16.30
              </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.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;2026-06-08&quot;:18.78},{&quot;2026-06-10&quot;:18.78},{&quot;2026-06-11&quot;:18.78},{&quot;2026-06-12&quot;:18.42},{&quot;2026-06-13&quot;:18.42},{&quot;2026-06-14&quot;:17.89},{&quot;2026-06-15&quot;:18.01},{&quot;2026-06-16&quot;:18.01},{&quot;2026-06-17&quot;:18.01},{&quot;2026-06-18&quot;:18.01},{&quot;2026-06-19&quot;:18.01},{&quot;2026-06-20&quot;:18.01},{&quot;2026-06-21&quot;:18.01},{&quot;2026-06-22&quot;:18.01},{&quot;2026-06-24&quot;:18.01},{&quot;2026-06-25&quot;:18.01},{&quot;2026-06-26&quot;:18.01},{&quot;2026-06-27&quot;:18.01},{&quot;2026-06-28&quot;:18.01},{&quot;2026-06-29&quot;:18.01},{&quot;2026-06-30&quot;:18.01},{&quot;2026-07-01&quot;:18.01},{&quot;2026-07-02&quot;:17.88},{&quot;2026-07-03&quot;:17.88},{&quot;2026-07-04&quot;:17.88},{&quot;2026-07-05&quot;:17.88},{&quot;2026-07-06&quot;:17.88},{&quot;2026-07-07&quot;:17.88},{&quot;2026-07-08&quot;:17.88},{&quot;2026-07-09&quot;:17.88},{&quot;2026-07-10&quot;:17.88},{&quot;2026-07-11&quot;:17.88},{&quot;2026-07-12&quot;:17.88},{&quot;2026-07-13&quot;:17.88},{&quot;2026-07-14&quot;:17.88},{&quot;2026-07-15&quot;:17.88},{&quot;2026-07-16&quot;:17.88},{&quot;2026-07-17&quot;:17.88},{&quot;2026-07-18&quot;:17.88},{&quot;2026-07-19&quot;:17.88},{&quot;2026-07-20&quot;:17.73},{&quot;2026-07-21&quot;:17.73},{&quot;2026-07-23&quot;:17.73},{&quot;2026-07-25&quot;:17.73},{&quot;2026-07-26&quot;:17.63},{&quot;2026-07-27&quot;:17.63},{&quot;2026-07-29&quot;:17.63},{&quot;2026-07-30&quot;:17.63},{&quot;2026-07-31&quot;:17.63},{&quot;2026-08-01&quot;:17.63},{&quot;2026-08-02&quot;:17.63},{&quot;2026-08-03&quot;:17.63},{&quot;2026-08-04&quot;:17.4},{&quot;2026-08-05&quot;:17.4},{&quot;2026-08-07&quot;:17.4},{&quot;2026-08-08&quot;:17.4},{&quot;2026-08-09&quot;:17.4},{&quot;2026-08-10&quot;:17.4},{&quot;2026-08-11&quot;:17.29},{&quot;2026-08-12&quot;:17.29},{&quot;2026-08-13&quot;:17.29},{&quot;2026-08-14&quot;:17.29},{&quot;2026-08-15&quot;:17.13},{&quot;2026-08-16&quot;:17.13},{&quot;2026-08-17&quot;:17.13},{&quot;2026-08-18&quot;:17.13},{&quot;2026-08-19&quot;:17.13},{&quot;2026-08-20&quot;:17.13},{&quot;2026-08-21&quot;:16.94},{&quot;2026-08-22&quot;:16.94},{&quot;2026-08-23&quot;:16.94},{&quot;2026-08-24&quot;:16.94},{&quot;2026-08-25&quot;:16.94},{&quot;2026-08-26&quot;:16.86},{&quot;2026-08-27&quot;:16.73},{&quot;2026-08-28&quot;:16.73},{&quot;2026-08-29&quot;:16.73},{&quot;2026-08-30&quot;:16.73},{&quot;2026-08-31&quot;:16.73},{&quot;2026-09-01&quot;:16.73},{&quot;2026-09-02&quot;:16.73},{&quot;2026-09-03&quot;:16.73},{&quot;2026-09-04&quot;:16.73},{&quot;2026-09-05&quot;:16.73},{&quot;2026-09-06&quot;:16.73},{&quot;2026-09-07&quot;:16.3},{&quot;2026-09-08&quot;:16.3},{&quot;2026-09-09&quot;:16.3},{&quot;2026-09-10&quot;:16.3},{&quot;2026-09-11&quot;:16.3}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:11.82},{&quot;2026-06-10&quot;:11.82},{&quot;2026-06-11&quot;:11.9},{&quot;2026-06-12&quot;:11.69},{&quot;2026-06-13&quot;:11.78},{&quot;2026-06-14&quot;:11.84},{&quot;2026-06-15&quot;:11.81},{&quot;2026-06-16&quot;:11.74},{&quot;2026-06-17&quot;:11.74},{&quot;2026-06-18&quot;:11.67},{&quot;2026-06-19&quot;:11.67},{&quot;2026-06-20&quot;:11.67},{&quot;2026-06-21&quot;:11.67},{&quot;2026-06-22&quot;:11.7},{&quot;2026-06-24&quot;:11.51},{&quot;2026-06-25&quot;:11.51},{&quot;2026-06-26&quot;:11.68},{&quot;2026-06-27&quot;:11.77},{&quot;2026-06-28&quot;:11.71},{&quot;2026-06-29&quot;:11.95},{&quot;2026-06-30&quot;:12.08},{&quot;2026-07-01&quot;:12.34},{&quot;2026-07-02&quot;:12.27},{&quot;2026-07-03&quot;:12.44},{&quot;2026-07-04&quot;:12.44},{&quot;2026-07-05&quot;:12.44},{&quot;2026-07-06&quot;:12.73},{&quot;2026-07-07&quot;:12.73},{&quot;2026-07-08&quot;:12.73},{&quot;2026-07-09&quot;:12.74},{&quot;2026-07-10&quot;:12.74},{&quot;2026-07-11&quot;:13.08},{&quot;2026-07-12&quot;:13.08},{&quot;2026-07-13&quot;:13.08},{&quot;2026-07-14&quot;:13.08},{&quot;2026-07-15&quot;:13.03},{&quot;2026-07-16&quot;:12.98},{&quot;2026-07-17&quot;:12.98},{&quot;2026-07-18&quot;:12.83},{&quot;2026-07-19&quot;:12.83},{&quot;2026-07-20&quot;:12.81},{&quot;2026-07-21&quot;:12.47},{&quot;2026-07-23&quot;:12.69},{&quot;2026-07-25&quot;:12.5},{&quot;2026-07-26&quot;:12.36},{&quot;2026-07-27&quot;:12.36},{&quot;2026-07-29&quot;:12.36},{&quot;2026-07-30&quot;:12.36},{&quot;2026-07-31&quot;:12.01},{&quot;2026-08-01&quot;:11.91},{&quot;2026-08-02&quot;:11.87},{&quot;2026-08-03&quot;:11.87},{&quot;2026-08-04&quot;:11.46},{&quot;2026-08-05&quot;:11.39},{&quot;2026-08-07&quot;:11.39},{&quot;2026-08-08&quot;:11.7},{&quot;2026-08-09&quot;:11.71},{&quot;2026-08-10&quot;:11.71},{&quot;2026-08-11&quot;:11.8},{&quot;2026-08-12&quot;:11.79},{&quot;2026-08-13&quot;:11.79},{&quot;2026-08-14&quot;:11.39},{&quot;2026-08-15&quot;:11.39},{&quot;2026-08-16&quot;:11.39},{&quot;2026-08-17&quot;:11.34},{&quot;2026-08-18&quot;:11.17},{&quot;2026-08-19&quot;:11.17},{&quot;2026-08-20&quot;:11.17},{&quot;2026-08-21&quot;:10.98},{&quot;2026-08-22&quot;:10.98},{&quot;2026-08-23&quot;:10.98},{&quot;2026-08-24&quot;:10.48},{&quot;2026-08-25&quot;:10.48},{&quot;2026-08-26&quot;:10.32},{&quot;2026-08-27&quot;:10.41},{&quot;2026-08-28&quot;:10.19},{&quot;2026-08-29&quot;:10.19},{&quot;2026-08-30&quot;:10.48},{&quot;2026-08-31&quot;:10.25},{&quot;2026-09-01&quot;:10.25},{&quot;2026-09-02&quot;:10.11},{&quot;2026-09-03&quot;:10.11},{&quot;2026-09-04&quot;:9.82},{&quot;2026-09-05&quot;:9.82},{&quot;2026-09-06&quot;:10.36},{&quot;2026-09-07&quot;:10.36},{&quot;2026-09-08&quot;:10.44},{&quot;2026-09-09&quot;:10.44},{&quot;2026-09-10&quot;:10.44},{&quot;2026-09-11&quot;:10.41}]}"
        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="76440"
  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">
            Klauth, Unrivaled Ancient
        </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">
            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">
            $10.38
          </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="Klauth, Unrivaled Ancient" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6b09f0bd-0dbb-48f1-ac48-4bc967cd0f97.jpg?1783910352" />

        <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">
            Klauth, Unrivaled Ancient
        </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-5'></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="Klauth, Unrivaled Ancient" src="https://cards.scryfall.io/large/front/6/b/6b09f0bd-0dbb-48f1-ac48-4bc967cd0f97.jpg?1783910352" />
    </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">
                $10.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.06},{&quot;2026-06-14&quot;:13.27},{&quot;2026-06-15&quot;:13.27},{&quot;2026-06-16&quot;:13.37},{&quot;2026-06-17&quot;:12.75},{&quot;2026-06-18&quot;:12.28},{&quot;2026-06-19&quot;:12.39},{&quot;2026-06-20&quot;:12.48},{&quot;2026-06-21&quot;:12.46},{&quot;2026-06-22&quot;:12.03},{&quot;2026-06-23&quot;:11.9},{&quot;2026-06-24&quot;:11.71},{&quot;2026-06-25&quot;:11.65},{&quot;2026-06-26&quot;:11.8},{&quot;2026-06-27&quot;:11.95},{&quot;2026-06-28&quot;:11.95},{&quot;2026-06-29&quot;:12.23},{&quot;2026-06-30&quot;:12.2},{&quot;2026-07-01&quot;:12.17},{&quot;2026-07-02&quot;:12.15},{&quot;2026-07-03&quot;:12.23},{&quot;2026-07-04&quot;:12.26},{&quot;2026-07-05&quot;:12.2},{&quot;2026-07-06&quot;:12.16},{&quot;2026-07-07&quot;:12.1},{&quot;2026-07-08&quot;:11.98},{&quot;2026-07-09&quot;:12.02},{&quot;2026-07-10&quot;:12.1},{&quot;2026-07-11&quot;:12.03},{&quot;2026-07-12&quot;:12.26},{&quot;2026-07-13&quot;:12.3},{&quot;2026-07-14&quot;:12.59},{&quot;2026-07-15&quot;:12.55},{&quot;2026-07-16&quot;:12.55},{&quot;2026-07-17&quot;:12.58},{&quot;2026-07-18&quot;:12.61},{&quot;2026-07-19&quot;:12.55},{&quot;2026-07-20&quot;:12.56},{&quot;2026-07-21&quot;:12.45},{&quot;2026-07-22&quot;:12.43},{&quot;2026-07-23&quot;:12.58},{&quot;2026-07-24&quot;:12.71},{&quot;2026-07-25&quot;:12.41},{&quot;2026-07-26&quot;:11.69},{&quot;2026-07-27&quot;:11.47},{&quot;2026-07-28&quot;:11.43},{&quot;2026-07-29&quot;:10.98},{&quot;2026-07-30&quot;:10.97},{&quot;2026-07-31&quot;:10.68},{&quot;2026-08-01&quot;:11.1},{&quot;2026-08-02&quot;:11.01},{&quot;2026-08-03&quot;:10.87},{&quot;2026-08-04&quot;:10.81},{&quot;2026-08-05&quot;:10.2},{&quot;2026-08-07&quot;:9.58},{&quot;2026-08-08&quot;:9.52},{&quot;2026-08-09&quot;:9.66},{&quot;2026-08-10&quot;:9.48},{&quot;2026-08-11&quot;:9.71},{&quot;2026-08-12&quot;:9.57},{&quot;2026-08-13&quot;:9.57},{&quot;2026-08-14&quot;:9.43},{&quot;2026-08-15&quot;:9.97},{&quot;2026-08-16&quot;:10.32},{&quot;2026-08-17&quot;:10.31},{&quot;2026-08-18&quot;:10.2},{&quot;2026-08-19&quot;:10.15},{&quot;2026-08-20&quot;:9.77},{&quot;2026-08-21&quot;:9.77},{&quot;2026-08-22&quot;:9.54},{&quot;2026-08-23&quot;:9.81},{&quot;2026-08-24&quot;:9.64},{&quot;2026-08-25&quot;:9.77},{&quot;2026-08-26&quot;:9.77},{&quot;2026-08-27&quot;:9.82},{&quot;2026-08-28&quot;:9.83},{&quot;2026-08-29&quot;:9.83},{&quot;2026-08-30&quot;:10.03},{&quot;2026-08-31&quot;:10.04},{&quot;2026-09-01&quot;:9.93},{&quot;2026-09-02&quot;:9.93},{&quot;2026-09-03&quot;:9.99},{&quot;2026-09-04&quot;:9.98},{&quot;2026-09-05&quot;:9.98},{&quot;2026-09-06&quot;:9.97},{&quot;2026-09-07&quot;:9.93},{&quot;2026-09-08&quot;:10.09},{&quot;2026-09-09&quot;:10.09},{&quot;2026-09-10&quot;:10.13},{&quot;2026-09-11&quot;:10.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95830"
  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-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">
            Breeding Pool
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Forest Island
      </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">
            $10.34
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Breeding Pool" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c750d5a-f743-41ff-b5ba-02025ca0bec2.jpg?1752947580" />

        <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">
            Breeding Pool
        </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 — Forest Island</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="Breeding Pool" src="https://cards.scryfall.io/large/front/3/c/3c750d5a-f743-41ff-b5ba-02025ca0bec2.jpg?1752947580" />
    </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">
                $10.34
              </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">
                $9.61
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.2},{&quot;2026-06-14&quot;:11.2},{&quot;2026-06-15&quot;:10.95},{&quot;2026-06-16&quot;:10.64},{&quot;2026-06-17&quot;:10.64},{&quot;2026-06-18&quot;:10.56},{&quot;2026-06-19&quot;:10.6},{&quot;2026-06-20&quot;:10.64},{&quot;2026-06-21&quot;:10.12},{&quot;2026-06-22&quot;:9.91},{&quot;2026-06-23&quot;:9.99},{&quot;2026-06-24&quot;:9.97},{&quot;2026-06-25&quot;:10.0},{&quot;2026-06-26&quot;:10.1},{&quot;2026-06-27&quot;:10.1},{&quot;2026-06-28&quot;:10.1},{&quot;2026-06-29&quot;:10.23},{&quot;2026-06-30&quot;:10.56},{&quot;2026-07-01&quot;:10.59},{&quot;2026-07-02&quot;:10.45},{&quot;2026-07-03&quot;:10.3},{&quot;2026-07-04&quot;:10.21},{&quot;2026-07-05&quot;:10.22},{&quot;2026-07-06&quot;:10.2},{&quot;2026-07-07&quot;:10.08},{&quot;2026-07-08&quot;:9.77},{&quot;2026-07-09&quot;:9.82},{&quot;2026-07-10&quot;:9.44},{&quot;2026-07-11&quot;:9.44},{&quot;2026-07-12&quot;:9.35},{&quot;2026-07-13&quot;:9.09},{&quot;2026-07-14&quot;:8.98},{&quot;2026-07-15&quot;:9.04},{&quot;2026-07-16&quot;:8.91},{&quot;2026-07-17&quot;:8.84},{&quot;2026-07-18&quot;:9.06},{&quot;2026-07-19&quot;:9.3},{&quot;2026-07-20&quot;:9.54},{&quot;2026-07-21&quot;:9.6},{&quot;2026-07-22&quot;:9.78},{&quot;2026-07-23&quot;:10.04},{&quot;2026-07-24&quot;:10.07},{&quot;2026-07-25&quot;:10.07},{&quot;2026-07-26&quot;:10.07},{&quot;2026-07-27&quot;:10.0},{&quot;2026-07-28&quot;:9.99},{&quot;2026-07-29&quot;:10.0},{&quot;2026-07-30&quot;:9.95},{&quot;2026-07-31&quot;:10.03},{&quot;2026-08-01&quot;:10.16},{&quot;2026-08-02&quot;:10.18},{&quot;2026-08-03&quot;:10.18},{&quot;2026-08-04&quot;:10.19},{&quot;2026-08-05&quot;:10.19},{&quot;2026-08-07&quot;:10.22},{&quot;2026-08-08&quot;:10.14},{&quot;2026-08-09&quot;:10.05},{&quot;2026-08-10&quot;:9.93},{&quot;2026-08-11&quot;:9.96},{&quot;2026-08-12&quot;:9.96},{&quot;2026-08-13&quot;:9.96},{&quot;2026-08-14&quot;:9.86},{&quot;2026-08-15&quot;:9.86},{&quot;2026-08-16&quot;:9.87},{&quot;2026-08-17&quot;:9.55},{&quot;2026-08-18&quot;:9.53},{&quot;2026-08-19&quot;:9.41},{&quot;2026-08-20&quot;:9.4},{&quot;2026-08-21&quot;:9.45},{&quot;2026-08-22&quot;:9.63},{&quot;2026-08-23&quot;:9.5},{&quot;2026-08-24&quot;:9.69},{&quot;2026-08-25&quot;:9.83},{&quot;2026-08-26&quot;:9.83},{&quot;2026-08-27&quot;:9.67},{&quot;2026-08-28&quot;:9.95},{&quot;2026-08-29&quot;:9.95},{&quot;2026-08-30&quot;:9.84},{&quot;2026-08-31&quot;:10.0},{&quot;2026-09-01&quot;:9.82},{&quot;2026-09-02&quot;:9.82},{&quot;2026-09-03&quot;:9.63},{&quot;2026-09-04&quot;:9.58},{&quot;2026-09-05&quot;:9.58},{&quot;2026-09-06&quot;:9.35},{&quot;2026-09-07&quot;:9.23},{&quot;2026-09-08&quot;:9.37},{&quot;2026-09-09&quot;:9.47},{&quot;2026-09-10&quot;:9.57},{&quot;2026-09-11&quot;:9.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.42},{&quot;2026-06-14&quot;:10.38},{&quot;2026-06-15&quot;:10.46},{&quot;2026-06-16&quot;:10.3},{&quot;2026-06-17&quot;:10.51},{&quot;2026-06-18&quot;:10.57},{&quot;2026-06-19&quot;:10.36},{&quot;2026-06-20&quot;:10.16},{&quot;2026-06-21&quot;:10.11},{&quot;2026-06-22&quot;:9.72},{&quot;2026-06-23&quot;:9.66},{&quot;2026-06-24&quot;:9.72},{&quot;2026-06-25&quot;:9.53},{&quot;2026-06-26&quot;:9.26},{&quot;2026-06-27&quot;:9.45},{&quot;2026-06-28&quot;:9.64},{&quot;2026-06-29&quot;:9.4},{&quot;2026-06-30&quot;:9.76},{&quot;2026-07-01&quot;:9.53},{&quot;2026-07-02&quot;:9.16},{&quot;2026-07-03&quot;:9.59},{&quot;2026-07-04&quot;:9.77},{&quot;2026-07-05&quot;:9.83},{&quot;2026-07-06&quot;:9.74},{&quot;2026-07-07&quot;:9.28},{&quot;2026-07-08&quot;:9.69},{&quot;2026-07-09&quot;:9.76},{&quot;2026-07-10&quot;:9.15},{&quot;2026-07-11&quot;:9.37},{&quot;2026-07-12&quot;:9.22},{&quot;2026-07-13&quot;:9.32},{&quot;2026-07-14&quot;:9.61},{&quot;2026-07-15&quot;:9.88},{&quot;2026-07-16&quot;:9.89},{&quot;2026-07-17&quot;:9.63},{&quot;2026-07-18&quot;:9.24},{&quot;2026-07-19&quot;:9.25},{&quot;2026-07-20&quot;:9.36},{&quot;2026-07-21&quot;:9.33},{&quot;2026-07-22&quot;:9.63},{&quot;2026-07-23&quot;:9.79},{&quot;2026-07-24&quot;:9.35},{&quot;2026-07-25&quot;:9.37},{&quot;2026-07-26&quot;:9.34},{&quot;2026-07-27&quot;:9.64},{&quot;2026-07-28&quot;:9.52},{&quot;2026-07-29&quot;:9.4},{&quot;2026-07-30&quot;:9.56},{&quot;2026-07-31&quot;:10.07},{&quot;2026-08-01&quot;:10.16},{&quot;2026-08-02&quot;:10.3},{&quot;2026-08-03&quot;:10.21},{&quot;2026-08-04&quot;:10.18},{&quot;2026-08-05&quot;:9.65},{&quot;2026-08-07&quot;:9.6},{&quot;2026-08-08&quot;:9.82},{&quot;2026-08-09&quot;:9.67},{&quot;2026-08-10&quot;:9.34},{&quot;2026-08-11&quot;:9.61},{&quot;2026-08-12&quot;:9.47},{&quot;2026-08-13&quot;:9.55},{&quot;2026-08-14&quot;:9.51},{&quot;2026-08-15&quot;:9.45},{&quot;2026-08-16&quot;:9.56},{&quot;2026-08-17&quot;:9.7},{&quot;2026-08-18&quot;:9.92},{&quot;2026-08-19&quot;:10.06},{&quot;2026-08-20&quot;:10.1},{&quot;2026-08-21&quot;:10.14},{&quot;2026-08-22&quot;:10.04},{&quot;2026-08-23&quot;:9.53},{&quot;2026-08-24&quot;:9.24},{&quot;2026-08-25&quot;:9.9},{&quot;2026-08-26&quot;:9.76},{&quot;2026-08-27&quot;:9.77},{&quot;2026-08-28&quot;:9.27},{&quot;2026-08-29&quot;:9.27},{&quot;2026-08-30&quot;:9.31},{&quot;2026-08-31&quot;:9.54},{&quot;2026-09-01&quot;:10.17},{&quot;2026-09-02&quot;:10.21},{&quot;2026-09-03&quot;:9.93},{&quot;2026-09-04&quot;:9.61},{&quot;2026-09-05&quot;:10.02},{&quot;2026-09-06&quot;:9.77},{&quot;2026-09-07&quot;:9.57},{&quot;2026-09-08&quot;:9.65},{&quot;2026-09-09&quot;:9.98},{&quot;2026-09-10&quot;:10.16},{&quot;2026-09-11&quot;:10.34}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20387"
  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-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">
            Dockside Extortionist
        </span>


      </div>

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

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

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

        <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">
            Dockside Extortionist
        </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 — Goblin Pirate</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Dockside Extortionist" src="https://cards.scryfall.io/large/front/9/e/9e2e3efb-75cb-430f-b9f4-cb58f3aeb91b.jpg?1783921889" />
    </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">
                $10.30
              </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">
                $24.99
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:26.33},{&quot;2026-06-14&quot;:26.33},{&quot;2026-06-15&quot;:26.33},{&quot;2026-06-16&quot;:26.33},{&quot;2026-06-17&quot;:26.33},{&quot;2026-06-18&quot;:26.33},{&quot;2026-06-19&quot;:26.33},{&quot;2026-06-20&quot;:26.33},{&quot;2026-06-21&quot;:26.33},{&quot;2026-06-22&quot;:26.33},{&quot;2026-06-23&quot;:26.33},{&quot;2026-06-24&quot;:26.33},{&quot;2026-06-25&quot;:26.33},{&quot;2026-06-26&quot;:26.33},{&quot;2026-06-27&quot;:26.33},{&quot;2026-06-28&quot;:26.33},{&quot;2026-06-29&quot;:26.33},{&quot;2026-06-30&quot;:26.33},{&quot;2026-07-01&quot;:26.33},{&quot;2026-07-02&quot;:26.33},{&quot;2026-07-03&quot;:26.33},{&quot;2026-07-04&quot;:26.33},{&quot;2026-07-05&quot;:26.33},{&quot;2026-07-06&quot;:26.33},{&quot;2026-07-07&quot;:26.33},{&quot;2026-07-08&quot;:26.33},{&quot;2026-07-09&quot;:26.33},{&quot;2026-07-10&quot;:26.33},{&quot;2026-07-11&quot;:26.33},{&quot;2026-07-12&quot;:26.33},{&quot;2026-07-13&quot;:26.25},{&quot;2026-07-14&quot;:26.25},{&quot;2026-07-15&quot;:26.25},{&quot;2026-07-16&quot;:26.25},{&quot;2026-07-17&quot;:26.25},{&quot;2026-07-18&quot;:26.25},{&quot;2026-07-19&quot;:26.25},{&quot;2026-07-20&quot;:26.25},{&quot;2026-07-21&quot;:26.46},{&quot;2026-07-22&quot;:26.61},{&quot;2026-07-23&quot;:26.61},{&quot;2026-07-24&quot;:26.61},{&quot;2026-07-25&quot;:26.61},{&quot;2026-07-26&quot;:26.61},{&quot;2026-07-27&quot;:26.61},{&quot;2026-07-28&quot;:26.61},{&quot;2026-07-29&quot;:26.61},{&quot;2026-07-30&quot;:26.85},{&quot;2026-07-31&quot;:26.85},{&quot;2026-08-01&quot;:26.75},{&quot;2026-08-02&quot;:26.75},{&quot;2026-08-03&quot;:26.75},{&quot;2026-08-04&quot;:26.85},{&quot;2026-08-05&quot;:28.1},{&quot;2026-08-07&quot;:30.59},{&quot;2026-08-08&quot;:35.01},{&quot;2026-08-09&quot;:26.48},{&quot;2026-08-10&quot;:26.48},{&quot;2026-08-11&quot;:26.48},{&quot;2026-08-12&quot;:26.48},{&quot;2026-08-13&quot;:26.48},{&quot;2026-08-14&quot;:26.48},{&quot;2026-08-15&quot;:26.48},{&quot;2026-08-16&quot;:26.48},{&quot;2026-08-17&quot;:26.48},{&quot;2026-08-18&quot;:26.48},{&quot;2026-08-19&quot;:26.48},{&quot;2026-08-20&quot;:25.98},{&quot;2026-08-21&quot;:25.73},{&quot;2026-08-22&quot;:25.73},{&quot;2026-08-23&quot;:25.58},{&quot;2026-08-24&quot;:25.58},{&quot;2026-08-25&quot;:25.58},{&quot;2026-08-26&quot;:25.58},{&quot;2026-08-27&quot;:25.58},{&quot;2026-08-28&quot;:25.58},{&quot;2026-08-29&quot;:25.58},{&quot;2026-08-30&quot;:25.58},{&quot;2026-08-31&quot;:25.58},{&quot;2026-09-01&quot;:25.58},{&quot;2026-09-02&quot;:25.58},{&quot;2026-09-03&quot;:25.58},{&quot;2026-09-04&quot;:24.99},{&quot;2026-09-05&quot;:24.99},{&quot;2026-09-06&quot;:24.99},{&quot;2026-09-07&quot;:24.99},{&quot;2026-09-08&quot;:24.99},{&quot;2026-09-09&quot;:24.99},{&quot;2026-09-10&quot;:24.99},{&quot;2026-09-11&quot;:24.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.82},{&quot;2026-06-14&quot;:11.69},{&quot;2026-06-15&quot;:11.88},{&quot;2026-06-16&quot;:12.01},{&quot;2026-06-17&quot;:12.01},{&quot;2026-06-18&quot;:12.01},{&quot;2026-06-19&quot;:12.01},{&quot;2026-06-20&quot;:12.01},{&quot;2026-06-21&quot;:12.01},{&quot;2026-06-22&quot;:12.01},{&quot;2026-06-23&quot;:12.01},{&quot;2026-06-24&quot;:12.01},{&quot;2026-06-25&quot;:12.01},{&quot;2026-06-26&quot;:12.01},{&quot;2026-06-27&quot;:12.01},{&quot;2026-06-28&quot;:12.01},{&quot;2026-06-29&quot;:11.89},{&quot;2026-06-30&quot;:11.7},{&quot;2026-07-01&quot;:11.39},{&quot;2026-07-02&quot;:11.39},{&quot;2026-07-03&quot;:11.39},{&quot;2026-07-04&quot;:11.39},{&quot;2026-07-05&quot;:11.39},{&quot;2026-07-06&quot;:11.39},{&quot;2026-07-07&quot;:11.39},{&quot;2026-07-08&quot;:11.39},{&quot;2026-07-09&quot;:11.39},{&quot;2026-07-10&quot;:11.39},{&quot;2026-07-11&quot;:11.39},{&quot;2026-07-12&quot;:11.36},{&quot;2026-07-13&quot;:11.05},{&quot;2026-07-14&quot;:11.05},{&quot;2026-07-15&quot;:11.05},{&quot;2026-07-16&quot;:11.05},{&quot;2026-07-17&quot;:11.05},{&quot;2026-07-18&quot;:11.05},{&quot;2026-07-19&quot;:11.04},{&quot;2026-07-20&quot;:11.04},{&quot;2026-07-21&quot;:11.04},{&quot;2026-07-22&quot;:10.96},{&quot;2026-07-23&quot;:10.96},{&quot;2026-07-24&quot;:10.96},{&quot;2026-07-25&quot;:10.96},{&quot;2026-07-26&quot;:10.92},{&quot;2026-07-27&quot;:10.92},{&quot;2026-07-28&quot;:10.9},{&quot;2026-07-29&quot;:10.9},{&quot;2026-07-30&quot;:10.9},{&quot;2026-07-31&quot;:10.9},{&quot;2026-08-01&quot;:10.9},{&quot;2026-08-02&quot;:10.9},{&quot;2026-08-03&quot;:10.9},{&quot;2026-08-04&quot;:10.9},{&quot;2026-08-05&quot;:10.9},{&quot;2026-08-07&quot;:10.91},{&quot;2026-08-08&quot;:10.91},{&quot;2026-08-09&quot;:10.91},{&quot;2026-08-10&quot;:10.69},{&quot;2026-08-11&quot;:10.71},{&quot;2026-08-12&quot;:10.71},{&quot;2026-08-13&quot;:10.54},{&quot;2026-08-14&quot;:10.54},{&quot;2026-08-15&quot;:10.54},{&quot;2026-08-16&quot;:10.46},{&quot;2026-08-17&quot;:10.46},{&quot;2026-08-18&quot;:10.52},{&quot;2026-08-19&quot;:10.44},{&quot;2026-08-20&quot;:10.25},{&quot;2026-08-21&quot;:10.25},{&quot;2026-08-22&quot;:10.25},{&quot;2026-08-23&quot;:10.25},{&quot;2026-08-24&quot;:10.29},{&quot;2026-08-25&quot;:10.29},{&quot;2026-08-26&quot;:9.91},{&quot;2026-08-27&quot;:10.23},{&quot;2026-08-28&quot;:10.23},{&quot;2026-08-29&quot;:10.23},{&quot;2026-08-30&quot;:10.23},{&quot;2026-08-31&quot;:10.23},{&quot;2026-09-01&quot;:10.23},{&quot;2026-09-02&quot;:10.23},{&quot;2026-09-03&quot;:10.23},{&quot;2026-09-04&quot;:10.23},{&quot;2026-09-05&quot;:10.27},{&quot;2026-09-06&quot;:10.27},{&quot;2026-09-07&quot;:10.26},{&quot;2026-09-08&quot;:10.26},{&quot;2026-09-09&quot;:10.26},{&quot;2026-09-10&quot;:10.26},{&quot;2026-09-11&quot;:10.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mount Doom
        </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 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="Mount Doom" src="https://cards.scryfall.io/large/front/e/9/e9a087f9-57c3-4743-b03b-7bfd2b86eefd.jpg?1783916194" />
    </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">
                $10.25
              </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">
                $14.48
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:13.16},{&quot;2026-06-11&quot;:13.32},{&quot;2026-06-12&quot;:13.32},{&quot;2026-06-13&quot;:13.32},{&quot;2026-06-14&quot;:13.27},{&quot;2026-06-15&quot;:13.27},{&quot;2026-06-16&quot;:13.27},{&quot;2026-06-17&quot;:13.51},{&quot;2026-06-18&quot;:13.51},{&quot;2026-06-19&quot;:13.63},{&quot;2026-06-20&quot;:13.63},{&quot;2026-06-21&quot;:13.51},{&quot;2026-06-22&quot;:13.51},{&quot;2026-06-23&quot;:13.51},{&quot;2026-06-24&quot;:13.68},{&quot;2026-06-25&quot;:13.68},{&quot;2026-06-26&quot;:13.68},{&quot;2026-06-27&quot;:13.76},{&quot;2026-06-28&quot;:13.76},{&quot;2026-06-29&quot;:13.76},{&quot;2026-06-30&quot;:14.26},{&quot;2026-07-01&quot;:14.26},{&quot;2026-07-02&quot;:14.3},{&quot;2026-07-03&quot;:14.3},{&quot;2026-07-04&quot;:14.3},{&quot;2026-07-05&quot;:14.28},{&quot;2026-07-06&quot;:14.29},{&quot;2026-07-07&quot;:14.12},{&quot;2026-07-08&quot;:14.12},{&quot;2026-07-09&quot;:14.12},{&quot;2026-07-10&quot;:14.03},{&quot;2026-07-11&quot;:14.03},{&quot;2026-07-12&quot;:14.1},{&quot;2026-07-13&quot;:14.22},{&quot;2026-07-14&quot;:14.22},{&quot;2026-07-15&quot;:14.22},{&quot;2026-07-16&quot;:14.22},{&quot;2026-07-17&quot;:14.17},{&quot;2026-07-18&quot;:14.17},{&quot;2026-07-19&quot;:14.25},{&quot;2026-07-20&quot;:14.25},{&quot;2026-07-21&quot;:14.25},{&quot;2026-07-23&quot;:14.38},{&quot;2026-07-25&quot;:14.73},{&quot;2026-07-26&quot;:14.73},{&quot;2026-07-27&quot;:14.73},{&quot;2026-07-29&quot;:14.67},{&quot;2026-07-30&quot;:14.67},{&quot;2026-07-31&quot;:14.68},{&quot;2026-08-01&quot;:14.68},{&quot;2026-08-02&quot;:14.65},{&quot;2026-08-03&quot;:14.65},{&quot;2026-08-04&quot;:14.61},{&quot;2026-08-05&quot;:14.72},{&quot;2026-08-07&quot;:14.25},{&quot;2026-08-08&quot;:14.31},{&quot;2026-08-09&quot;:14.31},{&quot;2026-08-10&quot;:14.31},{&quot;2026-08-11&quot;:14.31},{&quot;2026-08-12&quot;:14.31},{&quot;2026-08-13&quot;:14.31},{&quot;2026-08-14&quot;:14.31},{&quot;2026-08-15&quot;:14.31},{&quot;2026-08-16&quot;:14.31},{&quot;2026-08-17&quot;:14.6},{&quot;2026-08-18&quot;:14.73},{&quot;2026-08-19&quot;:14.78},{&quot;2026-08-20&quot;:14.78},{&quot;2026-08-21&quot;:14.78},{&quot;2026-08-22&quot;:14.78},{&quot;2026-08-23&quot;:14.78},{&quot;2026-08-24&quot;:14.78},{&quot;2026-08-25&quot;:14.78},{&quot;2026-08-26&quot;:14.9},{&quot;2026-08-27&quot;:14.9},{&quot;2026-08-28&quot;:15.0},{&quot;2026-08-29&quot;:15.0},{&quot;2026-08-30&quot;:15.0},{&quot;2026-08-31&quot;:14.97},{&quot;2026-09-01&quot;:14.97},{&quot;2026-09-02&quot;:14.97},{&quot;2026-09-03&quot;:14.97},{&quot;2026-09-04&quot;:14.9},{&quot;2026-09-05&quot;:14.9},{&quot;2026-09-06&quot;:14.66},{&quot;2026-09-07&quot;:14.57},{&quot;2026-09-08&quot;:14.51},{&quot;2026-09-09&quot;:14.51},{&quot;2026-09-10&quot;:14.51},{&quot;2026-09-11&quot;:14.48}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.27},{&quot;2026-06-11&quot;:8.96},{&quot;2026-06-12&quot;:8.97},{&quot;2026-06-13&quot;:9.08},{&quot;2026-06-14&quot;:9.18},{&quot;2026-06-15&quot;:8.88},{&quot;2026-06-16&quot;:8.88},{&quot;2026-06-17&quot;:8.72},{&quot;2026-06-18&quot;:8.69},{&quot;2026-06-19&quot;:8.64},{&quot;2026-06-20&quot;:8.64},{&quot;2026-06-21&quot;:8.51},{&quot;2026-06-22&quot;:8.63},{&quot;2026-06-23&quot;:8.94},{&quot;2026-06-24&quot;:8.81},{&quot;2026-06-25&quot;:8.91},{&quot;2026-06-26&quot;:9.08},{&quot;2026-06-27&quot;:9.13},{&quot;2026-06-28&quot;:9.15},{&quot;2026-06-29&quot;:9.77},{&quot;2026-06-30&quot;:9.95},{&quot;2026-07-01&quot;:9.88},{&quot;2026-07-02&quot;:9.81},{&quot;2026-07-03&quot;:9.81},{&quot;2026-07-04&quot;:9.75},{&quot;2026-07-05&quot;:9.81},{&quot;2026-07-06&quot;:9.94},{&quot;2026-07-07&quot;:9.94},{&quot;2026-07-08&quot;:9.98},{&quot;2026-07-09&quot;:9.98},{&quot;2026-07-10&quot;:9.95},{&quot;2026-07-11&quot;:9.97},{&quot;2026-07-12&quot;:9.9},{&quot;2026-07-13&quot;:9.74},{&quot;2026-07-14&quot;:9.68},{&quot;2026-07-15&quot;:9.7},{&quot;2026-07-16&quot;:9.64},{&quot;2026-07-17&quot;:9.64},{&quot;2026-07-18&quot;:9.68},{&quot;2026-07-19&quot;:9.59},{&quot;2026-07-20&quot;:9.7},{&quot;2026-07-21&quot;:9.77},{&quot;2026-07-23&quot;:9.86},{&quot;2026-07-25&quot;:9.83},{&quot;2026-07-26&quot;:9.83},{&quot;2026-07-27&quot;:9.84},{&quot;2026-07-29&quot;:9.85},{&quot;2026-07-30&quot;:9.84},{&quot;2026-07-31&quot;:9.85},{&quot;2026-08-01&quot;:9.85},{&quot;2026-08-02&quot;:10.04},{&quot;2026-08-03&quot;:10.13},{&quot;2026-08-04&quot;:10.11},{&quot;2026-08-05&quot;:10.25},{&quot;2026-08-07&quot;:10.36},{&quot;2026-08-08&quot;:10.36},{&quot;2026-08-09&quot;:10.41},{&quot;2026-08-10&quot;:10.41},{&quot;2026-08-11&quot;:10.55},{&quot;2026-08-12&quot;:10.56},{&quot;2026-08-13&quot;:10.61},{&quot;2026-08-14&quot;:11.1},{&quot;2026-08-15&quot;:11.0},{&quot;2026-08-16&quot;:10.84},{&quot;2026-08-17&quot;:10.66},{&quot;2026-08-18&quot;:10.66},{&quot;2026-08-19&quot;:10.55},{&quot;2026-08-20&quot;:10.55},{&quot;2026-08-21&quot;:10.67},{&quot;2026-08-22&quot;:10.68},{&quot;2026-08-23&quot;:10.68},{&quot;2026-08-24&quot;:10.89},{&quot;2026-08-25&quot;:10.89},{&quot;2026-08-26&quot;:9.99},{&quot;2026-08-27&quot;:9.95},{&quot;2026-08-28&quot;:9.9},{&quot;2026-08-29&quot;:9.9},{&quot;2026-08-30&quot;:10.26},{&quot;2026-08-31&quot;:10.41},{&quot;2026-09-01&quot;:10.41},{&quot;2026-09-02&quot;:10.07},{&quot;2026-09-03&quot;:10.08},{&quot;2026-09-04&quot;:10.21},{&quot;2026-09-05&quot;:10.15},{&quot;2026-09-06&quot;:10.03},{&quot;2026-09-07&quot;:9.98},{&quot;2026-09-08&quot;:10.39},{&quot;2026-09-09&quot;:10.39},{&quot;2026-09-10&quot;:10.25},{&quot;2026-09-11&quot;:10.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18845"
  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-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">
            Mystic Remora
        </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">
            $10.22
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Mystic Remora
        </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-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="Mystic Remora" src="https://cards.scryfall.io/large/front/9/f/9f87c041-c516-4911-ad28-1fb961c0d3dc.jpg?1783918385" />
    </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">
                $10.22
              </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">
                $19.42
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:17.07},{&quot;2026-06-13&quot;:17.3},{&quot;2026-06-14&quot;:17.32},{&quot;2026-06-15&quot;:17.45},{&quot;2026-06-16&quot;:17.45},{&quot;2026-06-17&quot;:17.61},{&quot;2026-06-18&quot;:17.61},{&quot;2026-06-19&quot;:17.84},{&quot;2026-06-20&quot;:17.84},{&quot;2026-06-21&quot;:17.84},{&quot;2026-06-22&quot;:17.94},{&quot;2026-06-23&quot;:17.94},{&quot;2026-06-24&quot;:18.22},{&quot;2026-06-25&quot;:18.22},{&quot;2026-06-26&quot;:18.28},{&quot;2026-06-27&quot;:18.46},{&quot;2026-06-28&quot;:18.46},{&quot;2026-06-29&quot;:18.63},{&quot;2026-06-30&quot;:18.54},{&quot;2026-07-01&quot;:18.4},{&quot;2026-07-02&quot;:18.4},{&quot;2026-07-03&quot;:18.13},{&quot;2026-07-04&quot;:18.13},{&quot;2026-07-05&quot;:18.13},{&quot;2026-07-06&quot;:18.13},{&quot;2026-07-07&quot;:18.13},{&quot;2026-07-08&quot;:18.13},{&quot;2026-07-09&quot;:18.12},{&quot;2026-07-10&quot;:17.78},{&quot;2026-07-11&quot;:17.78},{&quot;2026-07-12&quot;:17.78},{&quot;2026-07-13&quot;:17.78},{&quot;2026-07-14&quot;:17.78},{&quot;2026-07-15&quot;:17.78},{&quot;2026-07-16&quot;:17.77},{&quot;2026-07-17&quot;:17.77},{&quot;2026-07-18&quot;:17.68},{&quot;2026-07-19&quot;:17.72},{&quot;2026-07-20&quot;:17.72},{&quot;2026-07-21&quot;:17.72},{&quot;2026-07-23&quot;:17.73},{&quot;2026-07-24&quot;:17.78},{&quot;2026-07-25&quot;:17.78},{&quot;2026-07-26&quot;:17.78},{&quot;2026-07-27&quot;:17.78},{&quot;2026-07-28&quot;:17.78},{&quot;2026-07-29&quot;:17.78},{&quot;2026-07-30&quot;:17.78},{&quot;2026-07-31&quot;:17.78},{&quot;2026-08-01&quot;:17.78},{&quot;2026-08-02&quot;:17.78},{&quot;2026-08-03&quot;:17.78},{&quot;2026-08-04&quot;:17.78},{&quot;2026-08-05&quot;:17.87},{&quot;2026-08-07&quot;:17.82},{&quot;2026-08-08&quot;:17.82},{&quot;2026-08-09&quot;:17.85},{&quot;2026-08-10&quot;:17.77},{&quot;2026-08-11&quot;:17.9},{&quot;2026-08-12&quot;:17.9},{&quot;2026-08-13&quot;:17.98},{&quot;2026-08-14&quot;:17.98},{&quot;2026-08-15&quot;:18.2},{&quot;2026-08-16&quot;:18.2},{&quot;2026-08-17&quot;:18.66},{&quot;2026-08-18&quot;:18.92},{&quot;2026-08-19&quot;:19.19},{&quot;2026-08-20&quot;:19.19},{&quot;2026-08-21&quot;:19.27},{&quot;2026-08-22&quot;:19.25},{&quot;2026-08-23&quot;:19.25},{&quot;2026-08-24&quot;:19.25},{&quot;2026-08-25&quot;:19.25},{&quot;2026-08-26&quot;:19.25},{&quot;2026-08-27&quot;:19.25},{&quot;2026-08-28&quot;:19.25},{&quot;2026-08-29&quot;:19.25},{&quot;2026-08-30&quot;:19.34},{&quot;2026-08-31&quot;:19.34},{&quot;2026-09-01&quot;:19.4},{&quot;2026-09-02&quot;:19.44},{&quot;2026-09-03&quot;:19.47},{&quot;2026-09-04&quot;:19.47},{&quot;2026-09-05&quot;:19.47},{&quot;2026-09-06&quot;:19.41},{&quot;2026-09-07&quot;:19.4},{&quot;2026-09-08&quot;:19.4},{&quot;2026-09-09&quot;:19.35},{&quot;2026-09-10&quot;:19.35},{&quot;2026-09-11&quot;:19.42}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:10.05},{&quot;2026-06-13&quot;:10.09},{&quot;2026-06-14&quot;:10.32},{&quot;2026-06-15&quot;:10.46},{&quot;2026-06-16&quot;:10.46},{&quot;2026-06-17&quot;:10.48},{&quot;2026-06-18&quot;:10.48},{&quot;2026-06-19&quot;:10.48},{&quot;2026-06-20&quot;:10.5},{&quot;2026-06-21&quot;:10.5},{&quot;2026-06-22&quot;:10.39},{&quot;2026-06-23&quot;:10.57},{&quot;2026-06-24&quot;:10.53},{&quot;2026-06-25&quot;:10.55},{&quot;2026-06-26&quot;:9.8},{&quot;2026-06-27&quot;:10.61},{&quot;2026-06-28&quot;:10.64},{&quot;2026-06-29&quot;:10.78},{&quot;2026-06-30&quot;:10.81},{&quot;2026-07-01&quot;:10.95},{&quot;2026-07-02&quot;:10.87},{&quot;2026-07-03&quot;:10.82},{&quot;2026-07-04&quot;:10.67},{&quot;2026-07-05&quot;:10.67},{&quot;2026-07-06&quot;:10.68},{&quot;2026-07-07&quot;:10.69},{&quot;2026-07-08&quot;:10.7},{&quot;2026-07-09&quot;:10.54},{&quot;2026-07-10&quot;:10.58},{&quot;2026-07-11&quot;:10.58},{&quot;2026-07-12&quot;:10.67},{&quot;2026-07-13&quot;:10.74},{&quot;2026-07-14&quot;:10.74},{&quot;2026-07-15&quot;:10.6},{&quot;2026-07-16&quot;:10.67},{&quot;2026-07-17&quot;:10.59},{&quot;2026-07-18&quot;:10.58},{&quot;2026-07-19&quot;:10.58},{&quot;2026-07-20&quot;:10.58},{&quot;2026-07-21&quot;:10.49},{&quot;2026-07-23&quot;:10.57},{&quot;2026-07-24&quot;:10.59},{&quot;2026-07-25&quot;:10.59},{&quot;2026-07-26&quot;:10.6},{&quot;2026-07-27&quot;:10.6},{&quot;2026-07-28&quot;:10.6},{&quot;2026-07-29&quot;:10.58},{&quot;2026-07-30&quot;:10.6},{&quot;2026-07-31&quot;:10.76},{&quot;2026-08-01&quot;:10.69},{&quot;2026-08-02&quot;:10.7},{&quot;2026-08-03&quot;:10.75},{&quot;2026-08-04&quot;:10.87},{&quot;2026-08-05&quot;:11.01},{&quot;2026-08-07&quot;:11.33},{&quot;2026-08-08&quot;:11.33},{&quot;2026-08-09&quot;:11.33},{&quot;2026-08-10&quot;:11.25},{&quot;2026-08-11&quot;:11.25},{&quot;2026-08-12&quot;:11.25},{&quot;2026-08-13&quot;:11.22},{&quot;2026-08-14&quot;:11.24},{&quot;2026-08-15&quot;:11.28},{&quot;2026-08-16&quot;:11.28},{&quot;2026-08-17&quot;:11.42},{&quot;2026-08-18&quot;:11.51},{&quot;2026-08-19&quot;:11.54},{&quot;2026-08-20&quot;:11.54},{&quot;2026-08-21&quot;:11.29},{&quot;2026-08-22&quot;:11.39},{&quot;2026-08-23&quot;:11.52},{&quot;2026-08-24&quot;:11.52},{&quot;2026-08-25&quot;:11.43},{&quot;2026-08-26&quot;:11.12},{&quot;2026-08-27&quot;:11.23},{&quot;2026-08-28&quot;:10.92},{&quot;2026-08-29&quot;:10.92},{&quot;2026-08-30&quot;:10.72},{&quot;2026-08-31&quot;:10.52},{&quot;2026-09-01&quot;:10.52},{&quot;2026-09-02&quot;:10.46},{&quot;2026-09-03&quot;:10.33},{&quot;2026-09-04&quot;:10.33},{&quot;2026-09-05&quot;:10.33},{&quot;2026-09-06&quot;:10.4},{&quot;2026-09-07&quot;:10.26},{&quot;2026-09-08&quot;:10.26},{&quot;2026-09-09&quot;:10.39},{&quot;2026-09-10&quot;:10.18},{&quot;2026-09-11&quot;:10.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="82360"
  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">
            Unmask
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Unmask
        </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-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="Unmask" src="https://cards.scryfall.io/large/front/c/4/c4bfe8e8-1a7a-4782-a6bf-7dff317ba9e3.jpg?1783916755" />
    </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">
                $10.20
              </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">$7.25</span>
              <span class="text-xs text-grey-text">Credit: $9.43</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.48},{&quot;2026-06-10&quot;:6.71},{&quot;2026-06-11&quot;:6.76},{&quot;2026-06-12&quot;:7.12},{&quot;2026-06-13&quot;:7.16},{&quot;2026-06-14&quot;:7.16},{&quot;2026-06-15&quot;:7.4},{&quot;2026-06-16&quot;:7.51},{&quot;2026-06-17&quot;:7.51},{&quot;2026-06-18&quot;:7.51},{&quot;2026-06-19&quot;:7.77},{&quot;2026-06-20&quot;:7.77},{&quot;2026-06-21&quot;:7.77},{&quot;2026-06-22&quot;:7.79},{&quot;2026-06-24&quot;:7.79},{&quot;2026-06-25&quot;:7.79},{&quot;2026-06-26&quot;:7.82},{&quot;2026-06-27&quot;:8.02},{&quot;2026-06-28&quot;:8.02},{&quot;2026-06-29&quot;:8.32},{&quot;2026-06-30&quot;:8.38},{&quot;2026-07-01&quot;:8.38},{&quot;2026-07-02&quot;:8.38},{&quot;2026-07-03&quot;:8.28},{&quot;2026-07-04&quot;:8.49},{&quot;2026-07-05&quot;:8.53},{&quot;2026-07-06&quot;:8.53},{&quot;2026-07-07&quot;:8.53},{&quot;2026-07-08&quot;:9.08},{&quot;2026-07-09&quot;:9.08},{&quot;2026-07-10&quot;:9.08},{&quot;2026-07-11&quot;:9.08},{&quot;2026-07-12&quot;:8.95},{&quot;2026-07-13&quot;:8.95},{&quot;2026-07-14&quot;:8.95},{&quot;2026-07-15&quot;:9.29},{&quot;2026-07-16&quot;:9.29},{&quot;2026-07-17&quot;:9.29},{&quot;2026-07-18&quot;:9.29},{&quot;2026-07-19&quot;:9.29},{&quot;2026-07-20&quot;:9.29},{&quot;2026-07-21&quot;:9.29},{&quot;2026-07-23&quot;:9.67},{&quot;2026-07-25&quot;:9.67},{&quot;2026-07-26&quot;:9.67},{&quot;2026-07-27&quot;:9.67},{&quot;2026-07-29&quot;:9.67},{&quot;2026-07-30&quot;:9.67},{&quot;2026-07-31&quot;:9.67},{&quot;2026-08-01&quot;:9.96},{&quot;2026-08-02&quot;:9.96},{&quot;2026-08-03&quot;:9.96},{&quot;2026-08-04&quot;:9.96},{&quot;2026-08-05&quot;:9.96},{&quot;2026-08-07&quot;:10.04},{&quot;2026-08-08&quot;:10.16},{&quot;2026-08-09&quot;:10.16},{&quot;2026-08-10&quot;:10.16},{&quot;2026-08-11&quot;:10.24},{&quot;2026-08-12&quot;:10.24},{&quot;2026-08-13&quot;:10.39},{&quot;2026-08-14&quot;:10.39},{&quot;2026-08-15&quot;:10.56},{&quot;2026-08-16&quot;:10.56},{&quot;2026-08-17&quot;:10.56},{&quot;2026-08-18&quot;:10.56},{&quot;2026-08-19&quot;:10.86},{&quot;2026-08-20&quot;:10.86},{&quot;2026-08-21&quot;:10.86},{&quot;2026-08-22&quot;:10.86},{&quot;2026-08-23&quot;:10.86},{&quot;2026-08-24&quot;:10.86},{&quot;2026-08-25&quot;:10.86},{&quot;2026-08-26&quot;:10.86},{&quot;2026-08-27&quot;:10.65},{&quot;2026-08-28&quot;:10.65},{&quot;2026-08-29&quot;:10.65},{&quot;2026-08-30&quot;:10.49},{&quot;2026-08-31&quot;:10.49},{&quot;2026-09-01&quot;:10.49},{&quot;2026-09-02&quot;:10.53},{&quot;2026-09-03&quot;:10.53},{&quot;2026-09-04&quot;:10.53},{&quot;2026-09-05&quot;:10.28},{&quot;2026-09-06&quot;:10.28},{&quot;2026-09-07&quot;:10.28},{&quot;2026-09-08&quot;:10.2},{&quot;2026-09-09&quot;:10.2},{&quot;2026-09-10&quot;:10.2},{&quot;2026-09-11&quot;:10.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phelddagrif
      </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">
            $10.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="Phelddagrif" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/9/d9631cb2-d53b-4401-b53b-29d27bdefc44.jpg?1783947164" />

        <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">
            Phelddagrif
        </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 — Phelddagrif</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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phelddagrif" src="https://cards.scryfall.io/large/front/d/9/d9631cb2-d53b-4401-b53b-29d27bdefc44.jpg?1783947164" />
    </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">
                $10.18
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08&quot;:9.23},{&quot;2026-06-10&quot;:9.16},{&quot;2026-06-11&quot;:9.16},{&quot;2026-06-12&quot;:9.24},{&quot;2026-06-13&quot;:9.38},{&quot;2026-06-14&quot;:9.38},{&quot;2026-06-15&quot;:9.38},{&quot;2026-06-16&quot;:9.44},{&quot;2026-06-17&quot;:9.44},{&quot;2026-06-18&quot;:9.44},{&quot;2026-06-19&quot;:9.44},{&quot;2026-06-20&quot;:9.44},{&quot;2026-06-21&quot;:9.44},{&quot;2026-06-22&quot;:9.44},{&quot;2026-06-24&quot;:9.44},{&quot;2026-06-25&quot;:9.44},{&quot;2026-06-26&quot;:9.44},{&quot;2026-06-27&quot;:9.3},{&quot;2026-06-28&quot;:9.3},{&quot;2026-06-29&quot;:9.3},{&quot;2026-06-30&quot;:9.3},{&quot;2026-07-01&quot;:9.3},{&quot;2026-07-02&quot;:9.3},{&quot;2026-07-03&quot;:9.3},{&quot;2026-07-04&quot;:9.3},{&quot;2026-07-05&quot;:9.3},{&quot;2026-07-06&quot;:9.25},{&quot;2026-07-07&quot;:9.25},{&quot;2026-07-08&quot;:9.25},{&quot;2026-07-09&quot;:9.26},{&quot;2026-07-10&quot;:9.21},{&quot;2026-07-11&quot;:9.21},{&quot;2026-07-12&quot;:9.28},{&quot;2026-07-13&quot;:9.28},{&quot;2026-07-14&quot;:9.28},{&quot;2026-07-15&quot;:9.28},{&quot;2026-07-16&quot;:9.28},{&quot;2026-07-17&quot;:9.12},{&quot;2026-07-18&quot;:9.16},{&quot;2026-07-19&quot;:9.16},{&quot;2026-07-20&quot;:9.16},{&quot;2026-07-21&quot;:9.16},{&quot;2026-07-23&quot;:9.16},{&quot;2026-07-25&quot;:9.16},{&quot;2026-07-26&quot;:9.16},{&quot;2026-07-27&quot;:9.21},{&quot;2026-07-29&quot;:9.23},{&quot;2026-07-30&quot;:9.22},{&quot;2026-07-31&quot;:9.22},{&quot;2026-08-01&quot;:9.22},{&quot;2026-08-02&quot;:9.22},{&quot;2026-08-03&quot;:9.27},{&quot;2026-08-04&quot;:9.44},{&quot;2026-08-05&quot;:9.7},{&quot;2026-08-07&quot;:9.84},{&quot;2026-08-08&quot;:9.84},{&quot;2026-08-09&quot;:9.84},{&quot;2026-08-10&quot;:9.84},{&quot;2026-08-11&quot;:9.84},{&quot;2026-08-12&quot;:9.84},{&quot;2026-08-13&quot;:9.84},{&quot;2026-08-14&quot;:9.84},{&quot;2026-08-15&quot;:9.84},{&quot;2026-08-16&quot;:9.84},{&quot;2026-08-17&quot;:9.84},{&quot;2026-08-18&quot;:9.84},{&quot;2026-08-19&quot;:9.84},{&quot;2026-08-20&quot;:9.84},{&quot;2026-08-21&quot;:9.84},{&quot;2026-08-22&quot;:9.84},{&quot;2026-08-23&quot;:9.84},{&quot;2026-08-24&quot;:9.84},{&quot;2026-08-25&quot;:9.84},{&quot;2026-08-26&quot;:10.07},{&quot;2026-08-27&quot;:10.07},{&quot;2026-08-28&quot;:10.07},{&quot;2026-08-29&quot;:10.07},{&quot;2026-08-30&quot;:10.15},{&quot;2026-08-31&quot;:10.14},{&quot;2026-09-01&quot;:10.14},{&quot;2026-09-02&quot;:10.14},{&quot;2026-09-03&quot;:10.18},{&quot;2026-09-04&quot;:10.18},{&quot;2026-09-05&quot;:10.18},{&quot;2026-09-06&quot;:10.18},{&quot;2026-09-07&quot;:10.18},{&quot;2026-09-08&quot;:10.18},{&quot;2026-09-09&quot;:10.18},{&quot;2026-09-10&quot;:10.18},{&quot;2026-09-11&quot;:10.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="80357"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-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">
            Reanimate
        </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">
            $10.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="Reanimate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/4/04fc99dc-bfbe-4567-b791-6b1db96471ec.jpg?1783933816" />

        <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">
            Reanimate
        </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-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="Reanimate" src="https://cards.scryfall.io/large/front/0/4/04fc99dc-bfbe-4567-b791-6b1db96471ec.jpg?1783933816" />
    </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">
                $10.09
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $26.04
              </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">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:24.53},{&quot;2026-06-11&quot;:24.53},{&quot;2026-06-12&quot;:24.53},{&quot;2026-06-13&quot;:24.53},{&quot;2026-06-14&quot;:24.53},{&quot;2026-06-15&quot;:24.53},{&quot;2026-06-16&quot;:24.53},{&quot;2026-06-17&quot;:24.53},{&quot;2026-06-18&quot;:24.53},{&quot;2026-06-19&quot;:24.53},{&quot;2026-06-20&quot;:24.73},{&quot;2026-06-21&quot;:24.73},{&quot;2026-06-22&quot;:24.73},{&quot;2026-06-23&quot;:24.73},{&quot;2026-06-24&quot;:24.73},{&quot;2026-06-25&quot;:24.73},{&quot;2026-06-26&quot;:24.81},{&quot;2026-06-27&quot;:24.81},{&quot;2026-06-28&quot;:24.81},{&quot;2026-06-29&quot;:24.81},{&quot;2026-06-30&quot;:24.81},{&quot;2026-07-01&quot;:24.97},{&quot;2026-07-02&quot;:24.97},{&quot;2026-07-03&quot;:24.97},{&quot;2026-07-04&quot;:24.97},{&quot;2026-07-05&quot;:25.11},{&quot;2026-07-06&quot;:25.11},{&quot;2026-07-07&quot;:25.11},{&quot;2026-07-08&quot;:25.11},{&quot;2026-07-09&quot;:25.11},{&quot;2026-07-10&quot;:25.11},{&quot;2026-07-11&quot;:25.11},{&quot;2026-07-12&quot;:25.11},{&quot;2026-07-13&quot;:25.11},{&quot;2026-07-14&quot;:25.11},{&quot;2026-07-15&quot;:25.11},{&quot;2026-07-16&quot;:25.11},{&quot;2026-07-17&quot;:25.11},{&quot;2026-07-18&quot;:25.11},{&quot;2026-07-19&quot;:25.11},{&quot;2026-07-20&quot;:25.11},{&quot;2026-07-21&quot;:25.19},{&quot;2026-07-23&quot;:25.31},{&quot;2026-07-25&quot;:25.31},{&quot;2026-07-26&quot;:25.31},{&quot;2026-07-27&quot;:25.31},{&quot;2026-07-29&quot;:25.31},{&quot;2026-07-30&quot;:25.31},{&quot;2026-07-31&quot;:25.31},{&quot;2026-08-01&quot;:25.31},{&quot;2026-08-02&quot;:25.31},{&quot;2026-08-03&quot;:25.31},{&quot;2026-08-04&quot;:25.31},{&quot;2026-08-05&quot;:25.31},{&quot;2026-08-07&quot;:25.31},{&quot;2026-08-08&quot;:25.31},{&quot;2026-08-09&quot;:25.31},{&quot;2026-08-10&quot;:25.31},{&quot;2026-08-11&quot;:25.41},{&quot;2026-08-12&quot;:25.41},{&quot;2026-08-13&quot;:25.44},{&quot;2026-08-14&quot;:25.44},{&quot;2026-08-15&quot;:25.44},{&quot;2026-08-16&quot;:25.44},{&quot;2026-08-17&quot;:25.44},{&quot;2026-08-18&quot;:25.44},{&quot;2026-08-19&quot;:25.44},{&quot;2026-08-20&quot;:25.44},{&quot;2026-08-21&quot;:25.44},{&quot;2026-08-22&quot;:25.44},{&quot;2026-08-23&quot;:25.44},{&quot;2026-08-24&quot;:25.44},{&quot;2026-08-25&quot;:25.44},{&quot;2026-08-26&quot;:25.64},{&quot;2026-08-27&quot;:25.64},{&quot;2026-08-28&quot;:25.64},{&quot;2026-08-29&quot;:25.64},{&quot;2026-08-30&quot;:25.64},{&quot;2026-08-31&quot;:25.79},{&quot;2026-09-01&quot;:25.79},{&quot;2026-09-02&quot;:25.79},{&quot;2026-09-03&quot;:25.79},{&quot;2026-09-04&quot;:25.87},{&quot;2026-09-05&quot;:25.87},{&quot;2026-09-06&quot;:25.87},{&quot;2026-09-07&quot;:25.87},{&quot;2026-09-08&quot;:25.87},{&quot;2026-09-09&quot;:25.87},{&quot;2026-09-10&quot;:25.88},{&quot;2026-09-11&quot;:26.04}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.34},{&quot;2026-06-11&quot;:9.34},{&quot;2026-06-12&quot;:9.34},{&quot;2026-06-13&quot;:9.34},{&quot;2026-06-14&quot;:9.34},{&quot;2026-06-15&quot;:9.34},{&quot;2026-06-16&quot;:9.2},{&quot;2026-06-17&quot;:9.2},{&quot;2026-06-18&quot;:9.2},{&quot;2026-06-19&quot;:9.2},{&quot;2026-06-20&quot;:9.2},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.17},{&quot;2026-06-23&quot;:9.19},{&quot;2026-06-24&quot;:9.12},{&quot;2026-06-25&quot;:9.12},{&quot;2026-06-26&quot;:9.31},{&quot;2026-06-27&quot;:9.43},{&quot;2026-06-28&quot;:9.43},{&quot;2026-06-29&quot;:9.43},{&quot;2026-06-30&quot;:9.43},{&quot;2026-07-01&quot;:9.43},{&quot;2026-07-02&quot;:9.55},{&quot;2026-07-03&quot;:9.55},{&quot;2026-07-04&quot;:9.57},{&quot;2026-07-05&quot;:9.71},{&quot;2026-07-06&quot;:9.54},{&quot;2026-07-07&quot;:9.54},{&quot;2026-07-08&quot;:9.54},{&quot;2026-07-09&quot;:9.76},{&quot;2026-07-10&quot;:9.82},{&quot;2026-07-11&quot;:9.84},{&quot;2026-07-12&quot;:9.7},{&quot;2026-07-13&quot;:9.6},{&quot;2026-07-14&quot;:9.61},{&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.69},{&quot;2026-07-19&quot;:9.69},{&quot;2026-07-20&quot;:9.63},{&quot;2026-07-21&quot;:9.69},{&quot;2026-07-23&quot;:9.69},{&quot;2026-07-25&quot;:9.67},{&quot;2026-07-26&quot;:9.67},{&quot;2026-07-27&quot;:9.67},{&quot;2026-07-29&quot;:9.67},{&quot;2026-07-30&quot;:9.67},{&quot;2026-07-31&quot;:9.67},{&quot;2026-08-01&quot;:9.74},{&quot;2026-08-02&quot;:9.74},{&quot;2026-08-03&quot;:9.74},{&quot;2026-08-04&quot;:9.74},{&quot;2026-08-05&quot;:9.75},{&quot;2026-08-07&quot;:9.64},{&quot;2026-08-08&quot;:9.64},{&quot;2026-08-09&quot;:9.64},{&quot;2026-08-10&quot;:9.59},{&quot;2026-08-11&quot;:9.6},{&quot;2026-08-12&quot;:9.6},{&quot;2026-08-13&quot;:9.6},{&quot;2026-08-14&quot;:9.6},{&quot;2026-08-15&quot;:9.6},{&quot;2026-08-16&quot;:9.6},{&quot;2026-08-17&quot;:9.72},{&quot;2026-08-18&quot;:9.74},{&quot;2026-08-19&quot;:9.72},{&quot;2026-08-20&quot;:9.72},{&quot;2026-08-21&quot;:9.92},{&quot;2026-08-22&quot;:10.03},{&quot;2026-08-23&quot;:9.91},{&quot;2026-08-24&quot;:10.01},{&quot;2026-08-25&quot;:10.01},{&quot;2026-08-26&quot;:9.88},{&quot;2026-08-27&quot;:9.86},{&quot;2026-08-28&quot;:9.77},{&quot;2026-08-29&quot;:9.77},{&quot;2026-08-30&quot;:9.83},{&quot;2026-08-31&quot;:9.84},{&quot;2026-09-01&quot;:9.84},{&quot;2026-09-02&quot;:9.98},{&quot;2026-09-03&quot;:9.88},{&quot;2026-09-04&quot;:9.95},{&quot;2026-09-05&quot;:10.14},{&quot;2026-09-06&quot;:10.14},{&quot;2026-09-07&quot;:10.26},{&quot;2026-09-08&quot;:10.18},{&quot;2026-09-09&quot;:10.18},{&quot;2026-09-10&quot;:10.18},{&quot;2026-09-11&quot;:10.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="95213"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.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="Starting Town" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc7d1912-7e27-49ef-bd98-375d975a42b0.jpg?1783906546" />

        <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">
            Starting Town
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Starting Town" src="https://cards.scryfall.io/large/front/f/c/fc7d1912-7e27-49ef-bd98-375d975a42b0.jpg?1783906546" />
    </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">
                $10.03
              </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">
                $16.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">$9.75</span>
              <span class="text-xs text-grey-text">Credit: $12.68</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.79},{&quot;2026-06-14&quot;:19.79},{&quot;2026-06-15&quot;:19.37},{&quot;2026-06-16&quot;:18.96},{&quot;2026-06-17&quot;:18.88},{&quot;2026-06-18&quot;:18.88},{&quot;2026-06-19&quot;:18.88},{&quot;2026-06-20&quot;:18.97},{&quot;2026-06-21&quot;:19.0},{&quot;2026-06-22&quot;:19.0},{&quot;2026-06-23&quot;:19.0},{&quot;2026-06-24&quot;:18.87},{&quot;2026-06-25&quot;:18.75},{&quot;2026-06-26&quot;:18.75},{&quot;2026-06-27&quot;:18.75},{&quot;2026-06-28&quot;:18.75},{&quot;2026-06-29&quot;:18.71},{&quot;2026-06-30&quot;:18.59},{&quot;2026-07-01&quot;:18.91},{&quot;2026-07-02&quot;:18.91},{&quot;2026-07-03&quot;:18.91},{&quot;2026-07-04&quot;:19.05},{&quot;2026-07-05&quot;:19.05},{&quot;2026-07-06&quot;:19.14},{&quot;2026-07-07&quot;:19.26},{&quot;2026-07-08&quot;:19.26},{&quot;2026-07-09&quot;:19.4},{&quot;2026-07-10&quot;:19.18},{&quot;2026-07-11&quot;:18.9},{&quot;2026-07-12&quot;:18.9},{&quot;2026-07-13&quot;:18.89},{&quot;2026-07-14&quot;:18.86},{&quot;2026-07-15&quot;:18.65},{&quot;2026-07-16&quot;:17.92},{&quot;2026-07-17&quot;:16.38},{&quot;2026-07-18&quot;:15.8},{&quot;2026-07-19&quot;:15.9},{&quot;2026-07-20&quot;:16.04},{&quot;2026-07-21&quot;:16.11},{&quot;2026-07-22&quot;:16.11},{&quot;2026-07-23&quot;:16.11},{&quot;2026-07-24&quot;:15.99},{&quot;2026-07-25&quot;:15.09},{&quot;2026-07-26&quot;:15.09},{&quot;2026-07-27&quot;:15.09},{&quot;2026-07-28&quot;:15.51},{&quot;2026-07-29&quot;:15.51},{&quot;2026-07-30&quot;:15.57},{&quot;2026-07-31&quot;:15.42},{&quot;2026-08-01&quot;:15.42},{&quot;2026-08-02&quot;:15.18},{&quot;2026-08-03&quot;:14.95},{&quot;2026-08-04&quot;:14.88},{&quot;2026-08-05&quot;:14.55},{&quot;2026-08-07&quot;:14.28},{&quot;2026-08-08&quot;:14.04},{&quot;2026-08-09&quot;:14.42},{&quot;2026-08-10&quot;:14.41},{&quot;2026-08-11&quot;:13.93},{&quot;2026-08-12&quot;:14.15},{&quot;2026-08-13&quot;:14.0},{&quot;2026-08-14&quot;:14.04},{&quot;2026-08-15&quot;:14.23},{&quot;2026-08-16&quot;:14.09},{&quot;2026-08-17&quot;:14.93},{&quot;2026-08-18&quot;:14.86},{&quot;2026-08-19&quot;:15.09},{&quot;2026-08-20&quot;:15.13},{&quot;2026-08-21&quot;:15.1},{&quot;2026-08-22&quot;:15.1},{&quot;2026-08-23&quot;:15.33},{&quot;2026-08-24&quot;:15.51},{&quot;2026-08-25&quot;:15.51},{&quot;2026-08-26&quot;:15.03},{&quot;2026-08-27&quot;:14.87},{&quot;2026-08-28&quot;:14.87},{&quot;2026-08-29&quot;:14.87},{&quot;2026-08-30&quot;:14.95},{&quot;2026-08-31&quot;:15.07},{&quot;2026-09-01&quot;:15.11},{&quot;2026-09-02&quot;:15.12},{&quot;2026-09-03&quot;:15.01},{&quot;2026-09-04&quot;:15.22},{&quot;2026-09-05&quot;:15.27},{&quot;2026-09-06&quot;:15.27},{&quot;2026-09-07&quot;:15.29},{&quot;2026-09-08&quot;:15.53},{&quot;2026-09-09&quot;:15.55},{&quot;2026-09-10&quot;:15.51},{&quot;2026-09-11&quot;:16.01}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.7},{&quot;2026-06-14&quot;:9.57},{&quot;2026-06-15&quot;:9.32},{&quot;2026-06-16&quot;:9.1},{&quot;2026-06-17&quot;:9.03},{&quot;2026-06-18&quot;:8.83},{&quot;2026-06-19&quot;:9.03},{&quot;2026-06-20&quot;:9.15},{&quot;2026-06-21&quot;:8.77},{&quot;2026-06-22&quot;:8.72},{&quot;2026-06-23&quot;:8.88},{&quot;2026-06-24&quot;:9.2},{&quot;2026-06-25&quot;:9.25},{&quot;2026-06-26&quot;:9.07},{&quot;2026-06-27&quot;:8.12},{&quot;2026-06-28&quot;:8.39},{&quot;2026-06-29&quot;:8.82},{&quot;2026-06-30&quot;:9.0},{&quot;2026-07-01&quot;:9.2},{&quot;2026-07-02&quot;:8.95},{&quot;2026-07-03&quot;:8.24},{&quot;2026-07-04&quot;:8.67},{&quot;2026-07-05&quot;:8.99},{&quot;2026-07-06&quot;:9.12},{&quot;2026-07-07&quot;:9.11},{&quot;2026-07-08&quot;:9.56},{&quot;2026-07-09&quot;:9.92},{&quot;2026-07-10&quot;:9.7},{&quot;2026-07-11&quot;:9.97},{&quot;2026-07-12&quot;:9.41},{&quot;2026-07-13&quot;:8.64},{&quot;2026-07-14&quot;:8.67},{&quot;2026-07-15&quot;:8.84},{&quot;2026-07-16&quot;:9.33},{&quot;2026-07-17&quot;:9.29},{&quot;2026-07-18&quot;:9.15},{&quot;2026-07-19&quot;:8.8},{&quot;2026-07-20&quot;:8.08},{&quot;2026-07-21&quot;:7.72},{&quot;2026-07-22&quot;:7.25},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-24&quot;:7.32},{&quot;2026-07-25&quot;:7.56},{&quot;2026-07-26&quot;:7.35},{&quot;2026-07-27&quot;:7.66},{&quot;2026-07-28&quot;:7.85},{&quot;2026-07-29&quot;:7.86},{&quot;2026-07-30&quot;:7.84},{&quot;2026-07-31&quot;:8.76},{&quot;2026-08-01&quot;:9.01},{&quot;2026-08-02&quot;:8.99},{&quot;2026-08-03&quot;:8.88},{&quot;2026-08-04&quot;:9.02},{&quot;2026-08-05&quot;:9.17},{&quot;2026-08-07&quot;:8.25},{&quot;2026-08-08&quot;:8.48},{&quot;2026-08-09&quot;:8.34},{&quot;2026-08-10&quot;:8.06},{&quot;2026-08-11&quot;:8.89},{&quot;2026-08-12&quot;:9.22},{&quot;2026-08-13&quot;:9.33},{&quot;2026-08-14&quot;:8.46},{&quot;2026-08-15&quot;:8.48},{&quot;2026-08-16&quot;:8.44},{&quot;2026-08-17&quot;:9.99},{&quot;2026-08-18&quot;:10.41},{&quot;2026-08-19&quot;:10.52},{&quot;2026-08-20&quot;:10.45},{&quot;2026-08-21&quot;:10.46},{&quot;2026-08-22&quot;:9.13},{&quot;2026-08-23&quot;:10.05},{&quot;2026-08-24&quot;:10.39},{&quot;2026-08-25&quot;:10.02},{&quot;2026-08-26&quot;:10.06},{&quot;2026-08-27&quot;:9.71},{&quot;2026-08-28&quot;:10.02},{&quot;2026-08-29&quot;:10.02},{&quot;2026-08-30&quot;:11.17},{&quot;2026-08-31&quot;:11.12},{&quot;2026-09-01&quot;:10.24},{&quot;2026-09-02&quot;:10.46},{&quot;2026-09-03&quot;:10.14},{&quot;2026-09-04&quot;:9.6},{&quot;2026-09-05&quot;:9.51},{&quot;2026-09-06&quot;:9.61},{&quot;2026-09-07&quot;:10.28},{&quot;2026-09-08&quot;:10.58},{&quot;2026-09-09&quot;:10.34},{&quot;2026-09-10&quot;:10.08},{&quot;2026-09-11&quot;:10.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="97972"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $10.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="Formidable Speaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/265522eb-4f6a-40e7-b374-3833fa63c80b.jpg?1782683987" />

        <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">
            Formidable Speaker
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Formidable Speaker" src="https://cards.scryfall.io/large/front/2/6/265522eb-4f6a-40e7-b374-3833fa63c80b.jpg?1782683987" />
    </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">
                $10.03
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $10.26
              </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">$8.50</span>
              <span class="text-xs text-grey-text">Credit: $11.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;:13.36},{&quot;2026-06-11&quot;:13.34},{&quot;2026-06-12&quot;:13.34},{&quot;2026-06-13&quot;:12.97},{&quot;2026-06-14&quot;:12.11},{&quot;2026-06-15&quot;:12.07},{&quot;2026-06-16&quot;:12.07},{&quot;2026-06-17&quot;:12.07},{&quot;2026-06-18&quot;:12.07},{&quot;2026-06-19&quot;:11.66},{&quot;2026-06-20&quot;:11.66},{&quot;2026-06-21&quot;:11.66},{&quot;2026-06-22&quot;:11.37},{&quot;2026-06-23&quot;:11.37},{&quot;2026-06-24&quot;:10.95},{&quot;2026-06-25&quot;:10.79},{&quot;2026-06-26&quot;:10.79},{&quot;2026-06-27&quot;:10.62},{&quot;2026-06-28&quot;:10.66},{&quot;2026-06-29&quot;:10.45},{&quot;2026-06-30&quot;:10.48},{&quot;2026-07-01&quot;:10.2},{&quot;2026-07-02&quot;:10.15},{&quot;2026-07-03&quot;:10.26},{&quot;2026-07-04&quot;:10.3},{&quot;2026-07-05&quot;:10.3},{&quot;2026-07-06&quot;:10.3},{&quot;2026-07-07&quot;:10.25},{&quot;2026-07-08&quot;:9.99},{&quot;2026-07-09&quot;:9.79},{&quot;2026-07-10&quot;:9.77},{&quot;2026-07-11&quot;:9.77},{&quot;2026-07-12&quot;:9.77},{&quot;2026-07-13&quot;:9.7},{&quot;2026-07-14&quot;:9.67},{&quot;2026-07-15&quot;:9.51},{&quot;2026-07-16&quot;:9.32},{&quot;2026-07-17&quot;:9.15},{&quot;2026-07-18&quot;:9.14},{&quot;2026-07-19&quot;:9.39},{&quot;2026-07-20&quot;:9.42},{&quot;2026-07-21&quot;:9.41},{&quot;2026-07-23&quot;:9.44},{&quot;2026-07-25&quot;:9.47},{&quot;2026-07-26&quot;:9.48},{&quot;2026-07-27&quot;:9.27},{&quot;2026-07-29&quot;:9.4},{&quot;2026-07-30&quot;:9.29},{&quot;2026-07-31&quot;:9.45},{&quot;2026-08-01&quot;:9.42},{&quot;2026-08-02&quot;:9.64},{&quot;2026-08-03&quot;:9.69},{&quot;2026-08-04&quot;:9.68},{&quot;2026-08-05&quot;:9.81},{&quot;2026-08-07&quot;:10.01},{&quot;2026-08-08&quot;:10.04},{&quot;2026-08-09&quot;:9.99},{&quot;2026-08-10&quot;:10.0},{&quot;2026-08-11&quot;:10.0},{&quot;2026-08-12&quot;:10.06},{&quot;2026-08-13&quot;:10.01},{&quot;2026-08-14&quot;:10.02},{&quot;2026-08-15&quot;:10.06},{&quot;2026-08-16&quot;:9.93},{&quot;2026-08-17&quot;:9.94},{&quot;2026-08-18&quot;:10.05},{&quot;2026-08-19&quot;:10.24},{&quot;2026-08-20&quot;:10.24},{&quot;2026-08-21&quot;:10.23},{&quot;2026-08-22&quot;:10.32},{&quot;2026-08-23&quot;:10.39},{&quot;2026-08-24&quot;:10.38},{&quot;2026-08-25&quot;:10.38},{&quot;2026-08-26&quot;:9.97},{&quot;2026-08-27&quot;:9.93},{&quot;2026-08-28&quot;:9.84},{&quot;2026-08-29&quot;:9.84},{&quot;2026-08-30&quot;:9.76},{&quot;2026-08-31&quot;:9.89},{&quot;2026-09-01&quot;:9.89},{&quot;2026-09-02&quot;:10.11},{&quot;2026-09-03&quot;:10.18},{&quot;2026-09-04&quot;:10.19},{&quot;2026-09-05&quot;:10.2},{&quot;2026-09-06&quot;:10.39},{&quot;2026-09-07&quot;:10.23},{&quot;2026-09-08&quot;:10.23},{&quot;2026-09-09&quot;:10.35},{&quot;2026-09-10&quot;:10.31},{&quot;2026-09-11&quot;:10.26}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.16},{&quot;2026-06-11&quot;:8.65},{&quot;2026-06-12&quot;:8.13},{&quot;2026-06-13&quot;:8.48},{&quot;2026-06-14&quot;:8.51},{&quot;2026-06-15&quot;:8.8},{&quot;2026-06-16&quot;:8.42},{&quot;2026-06-17&quot;:8.06},{&quot;2026-06-18&quot;:8.03},{&quot;2026-06-19&quot;:8.01},{&quot;2026-06-20&quot;:8.05},{&quot;2026-06-21&quot;:8.62},{&quot;2026-06-22&quot;:8.6},{&quot;2026-06-23&quot;:7.98},{&quot;2026-06-24&quot;:7.81},{&quot;2026-06-25&quot;:7.67},{&quot;2026-06-26&quot;:7.37},{&quot;2026-06-27&quot;:7.86},{&quot;2026-06-28&quot;:8.13},{&quot;2026-06-29&quot;:7.85},{&quot;2026-06-30&quot;:7.74},{&quot;2026-07-01&quot;:7.73},{&quot;2026-07-02&quot;:7.68},{&quot;2026-07-03&quot;:7.79},{&quot;2026-07-04&quot;:7.58},{&quot;2026-07-05&quot;:7.91},{&quot;2026-07-06&quot;:7.73},{&quot;2026-07-07&quot;:8.02},{&quot;2026-07-08&quot;:7.92},{&quot;2026-07-09&quot;:7.87},{&quot;2026-07-10&quot;:7.56},{&quot;2026-07-11&quot;:7.34},{&quot;2026-07-12&quot;:7.59},{&quot;2026-07-13&quot;:8.02},{&quot;2026-07-14&quot;:7.78},{&quot;2026-07-15&quot;:7.83},{&quot;2026-07-16&quot;:8.18},{&quot;2026-07-17&quot;:7.81},{&quot;2026-07-18&quot;:7.99},{&quot;2026-07-19&quot;:8.05},{&quot;2026-07-20&quot;:7.5},{&quot;2026-07-21&quot;:7.83},{&quot;2026-07-23&quot;:8.04},{&quot;2026-07-25&quot;:7.75},{&quot;2026-07-26&quot;:7.95},{&quot;2026-07-27&quot;:7.99},{&quot;2026-07-29&quot;:8.61},{&quot;2026-07-30&quot;:8.57},{&quot;2026-07-31&quot;:8.54},{&quot;2026-08-01&quot;:8.33},{&quot;2026-08-02&quot;:8.54},{&quot;2026-08-03&quot;:8.31},{&quot;2026-08-04&quot;:8.39},{&quot;2026-08-05&quot;:8.36},{&quot;2026-08-07&quot;:7.93},{&quot;2026-08-08&quot;:8.3},{&quot;2026-08-09&quot;:8.84},{&quot;2026-08-10&quot;:8.64},{&quot;2026-08-11&quot;:9.07},{&quot;2026-08-12&quot;:9.58},{&quot;2026-08-13&quot;:9.15},{&quot;2026-08-14&quot;:9.15},{&quot;2026-08-15&quot;:9.0},{&quot;2026-08-16&quot;:9.09},{&quot;2026-08-17&quot;:9.19},{&quot;2026-08-18&quot;:9.76},{&quot;2026-08-19&quot;:9.42},{&quot;2026-08-20&quot;:9.42},{&quot;2026-08-21&quot;:9.49},{&quot;2026-08-22&quot;:9.71},{&quot;2026-08-23&quot;:10.07},{&quot;2026-08-24&quot;:10.0},{&quot;2026-08-25&quot;:10.0},{&quot;2026-08-26&quot;:10.0},{&quot;2026-08-27&quot;:9.59},{&quot;2026-08-28&quot;:9.08},{&quot;2026-08-29&quot;:9.08},{&quot;2026-08-30&quot;:9.58},{&quot;2026-08-31&quot;:9.87},{&quot;2026-09-01&quot;:9.87},{&quot;2026-09-02&quot;:9.35},{&quot;2026-09-03&quot;:9.2},{&quot;2026-09-04&quot;:9.21},{&quot;2026-09-05&quot;:9.49},{&quot;2026-09-06&quot;:9.79},{&quot;2026-09-07&quot;:10.01},{&quot;2026-09-08&quot;:10.09},{&quot;2026-09-09&quot;:10.0},{&quot;2026-09-10&quot;:9.89},{&quot;2026-09-11&quot;:10.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="92382"
  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-pmei 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">
            Benevolent Hydra
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Benevolent Hydra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f3b80559-dd4a-4280-8472-28a85fe5eb71.jpg?1783907942" />

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Benevolent Hydra" src="https://cards.scryfall.io/large/front/f/3/f3b80559-dd4a-4280-8472-28a85fe5eb71.jpg?1783907942" />
    </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">
                $9.98
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.60</span>
              <span class="text-xs text-grey-text">Credit: $4.68</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;:11.89},{&quot;2026-06-14&quot;:11.84},{&quot;2026-06-15&quot;:11.84},{&quot;2026-06-16&quot;:11.89},{&quot;2026-06-17&quot;:11.89},{&quot;2026-06-18&quot;:11.89},{&quot;2026-06-19&quot;:11.89},{&quot;2026-06-20&quot;:11.88},{&quot;2026-06-21&quot;:11.91},{&quot;2026-06-22&quot;:11.91},{&quot;2026-06-23&quot;:11.91},{&quot;2026-06-24&quot;:11.79},{&quot;2026-06-25&quot;:11.75},{&quot;2026-06-26&quot;:11.75},{&quot;2026-06-27&quot;:11.56},{&quot;2026-06-28&quot;:11.56},{&quot;2026-06-29&quot;:11.56},{&quot;2026-06-30&quot;:11.59},{&quot;2026-07-01&quot;:11.59},{&quot;2026-07-02&quot;:11.59},{&quot;2026-07-03&quot;:11.53},{&quot;2026-07-04&quot;:11.53},{&quot;2026-07-05&quot;:11.39},{&quot;2026-07-06&quot;:11.33},{&quot;2026-07-07&quot;:11.33},{&quot;2026-07-08&quot;:11.23},{&quot;2026-07-09&quot;:11.23},{&quot;2026-07-10&quot;:11.16},{&quot;2026-07-11&quot;:11.16},{&quot;2026-07-12&quot;:10.94},{&quot;2026-07-13&quot;:10.94},{&quot;2026-07-14&quot;:10.96},{&quot;2026-07-15&quot;:10.92},{&quot;2026-07-16&quot;:10.92},{&quot;2026-07-17&quot;:10.92},{&quot;2026-07-18&quot;:11.0},{&quot;2026-07-19&quot;:11.0},{&quot;2026-07-20&quot;:10.97},{&quot;2026-07-21&quot;:10.81},{&quot;2026-07-22&quot;:10.84},{&quot;2026-07-23&quot;:10.84},{&quot;2026-07-24&quot;:10.67},{&quot;2026-07-25&quot;:10.67},{&quot;2026-07-26&quot;:10.65},{&quot;2026-07-27&quot;:10.65},{&quot;2026-07-28&quot;:10.65},{&quot;2026-07-29&quot;:10.65},{&quot;2026-07-30&quot;:10.62},{&quot;2026-07-31&quot;:10.58},{&quot;2026-08-01&quot;:10.58},{&quot;2026-08-02&quot;:10.58},{&quot;2026-08-03&quot;:10.58},{&quot;2026-08-04&quot;:10.55},{&quot;2026-08-05&quot;:10.55},{&quot;2026-08-07&quot;:10.45},{&quot;2026-08-08&quot;:10.45},{&quot;2026-08-09&quot;:10.45},{&quot;2026-08-10&quot;:10.45},{&quot;2026-08-11&quot;:10.45},{&quot;2026-08-12&quot;:10.45},{&quot;2026-08-13&quot;:10.45},{&quot;2026-08-14&quot;:10.36},{&quot;2026-08-15&quot;:10.36},{&quot;2026-08-16&quot;:10.37},{&quot;2026-08-17&quot;:10.48},{&quot;2026-08-18&quot;:10.42},{&quot;2026-08-19&quot;:10.42},{&quot;2026-08-20&quot;:10.42},{&quot;2026-08-21&quot;:10.46},{&quot;2026-08-22&quot;:10.45},{&quot;2026-08-23&quot;:10.55},{&quot;2026-08-24&quot;:10.55},{&quot;2026-08-25&quot;:10.54},{&quot;2026-08-26&quot;:10.54},{&quot;2026-08-27&quot;:10.54},{&quot;2026-08-28&quot;:10.54},{&quot;2026-08-29&quot;:10.54},{&quot;2026-08-30&quot;:10.3},{&quot;2026-08-31&quot;:10.35},{&quot;2026-09-01&quot;:10.3},{&quot;2026-09-02&quot;:10.36},{&quot;2026-09-03&quot;:10.36},{&quot;2026-09-04&quot;:10.36},{&quot;2026-09-05&quot;:10.36},{&quot;2026-09-06&quot;:10.29},{&quot;2026-09-07&quot;:10.29},{&quot;2026-09-08&quot;:9.98},{&quot;2026-09-09&quot;:9.91},{&quot;2026-09-10&quot;:9.93},{&quot;2026-09-11&quot;:9.98}],&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="29751"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Wrath of God" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/4566f6a3-4d25-4df0-84be-fe4201138955.jpg?1783947863" />

        <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">
            Wrath of God
        </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="Wrath of God" src="https://cards.scryfall.io/large/front/4/5/4566f6a3-4d25-4df0-84be-fe4201138955.jpg?1783947863" />
    </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">
                $9.95
              </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">$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;normal&quot;:[{&quot;2026-06-08&quot;:8.2},{&quot;2026-06-10&quot;:8.2},{&quot;2026-06-11&quot;:8.2},{&quot;2026-06-12&quot;:8.2},{&quot;2026-06-13&quot;:8.2},{&quot;2026-06-14&quot;:8.2},{&quot;2026-06-15&quot;:8.2},{&quot;2026-06-16&quot;:8.2},{&quot;2026-06-17&quot;:8.2},{&quot;2026-06-18&quot;:8.2},{&quot;2026-06-19&quot;:8.2},{&quot;2026-06-20&quot;:8.2},{&quot;2026-06-21&quot;:8.2},{&quot;2026-06-22&quot;:8.2},{&quot;2026-06-24&quot;:8.2},{&quot;2026-06-25&quot;:8.2},{&quot;2026-06-26&quot;:8.2},{&quot;2026-06-27&quot;:8.2},{&quot;2026-06-28&quot;:8.2},{&quot;2026-06-29&quot;:8.2},{&quot;2026-06-30&quot;:8.2},{&quot;2026-07-01&quot;:8.2},{&quot;2026-07-02&quot;:8.2},{&quot;2026-07-03&quot;:8.2},{&quot;2026-07-04&quot;:8.57},{&quot;2026-07-05&quot;:8.42},{&quot;2026-07-06&quot;:8.42},{&quot;2026-07-07&quot;:8.42},{&quot;2026-07-08&quot;:8.92},{&quot;2026-07-09&quot;:8.92},{&quot;2026-07-10&quot;:8.92},{&quot;2026-07-11&quot;:8.92},{&quot;2026-07-12&quot;:8.92},{&quot;2026-07-13&quot;:8.92},{&quot;2026-07-14&quot;:8.92},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:9.02},{&quot;2026-07-18&quot;:9.02},{&quot;2026-07-19&quot;:9.02},{&quot;2026-07-20&quot;:9.02},{&quot;2026-07-21&quot;:9.02},{&quot;2026-07-23&quot;:9.02},{&quot;2026-07-25&quot;:9.02},{&quot;2026-07-26&quot;:9.02},{&quot;2026-07-27&quot;:9.02},{&quot;2026-07-29&quot;:8.52},{&quot;2026-07-30&quot;:8.52},{&quot;2026-07-31&quot;:8.52},{&quot;2026-08-01&quot;:8.52},{&quot;2026-08-02&quot;:8.52},{&quot;2026-08-03&quot;:8.52},{&quot;2026-08-04&quot;:8.52},{&quot;2026-08-05&quot;:8.59},{&quot;2026-08-07&quot;:8.59},{&quot;2026-08-08&quot;:8.59},{&quot;2026-08-09&quot;:8.76},{&quot;2026-08-10&quot;:8.76},{&quot;2026-08-11&quot;:8.77},{&quot;2026-08-12&quot;:8.77},{&quot;2026-08-13&quot;:8.77},{&quot;2026-08-14&quot;:8.84},{&quot;2026-08-15&quot;:8.84},{&quot;2026-08-16&quot;:8.82},{&quot;2026-08-17&quot;:8.82},{&quot;2026-08-18&quot;:8.82},{&quot;2026-08-19&quot;:8.82},{&quot;2026-08-20&quot;:8.82},{&quot;2026-08-21&quot;:8.82},{&quot;2026-08-22&quot;:8.82},{&quot;2026-08-23&quot;:9.04},{&quot;2026-08-24&quot;:9.04},{&quot;2026-08-25&quot;:9.04},{&quot;2026-08-26&quot;:9.04},{&quot;2026-08-27&quot;:8.95},{&quot;2026-08-28&quot;:8.95},{&quot;2026-08-29&quot;:8.95},{&quot;2026-08-30&quot;:9.24},{&quot;2026-08-31&quot;:9.73},{&quot;2026-09-01&quot;:9.73},{&quot;2026-09-02&quot;:9.63},{&quot;2026-09-03&quot;:9.63},{&quot;2026-09-04&quot;:9.72},{&quot;2026-09-05&quot;:9.72},{&quot;2026-09-06&quot;:9.72},{&quot;2026-09-07&quot;:9.83},{&quot;2026-09-08&quot;:9.83},{&quot;2026-09-09&quot;:9.83},{&quot;2026-09-10&quot;:9.83},{&quot;2026-09-11&quot;:9.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="49072"
  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-mh1 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 Engineer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.80
          </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 Engineer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a55c4d47-5252-40af-961d-c08bc688028a.jpg?1783933112" />

        <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 Engineer
        </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 Artificer</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 Engineer" src="https://cards.scryfall.io/large/front/a/5/a55c4d47-5252-40af-961d-c08bc688028a.jpg?1783933112" />
    </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">
                $9.80
              </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">
                $11.39
              </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">$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;2026-06-12&quot;:11.0},{&quot;2026-06-13&quot;:11.0},{&quot;2026-06-14&quot;:11.0},{&quot;2026-06-15&quot;:11.11},{&quot;2026-06-16&quot;:11.11},{&quot;2026-06-17&quot;:11.11},{&quot;2026-06-18&quot;:11.11},{&quot;2026-06-19&quot;:11.11},{&quot;2026-06-20&quot;:11.11},{&quot;2026-06-21&quot;:11.16},{&quot;2026-06-22&quot;:11.11},{&quot;2026-06-23&quot;:11.11},{&quot;2026-06-24&quot;:11.11},{&quot;2026-06-25&quot;:11.11},{&quot;2026-06-26&quot;:11.11},{&quot;2026-06-27&quot;:11.11},{&quot;2026-06-28&quot;:11.09},{&quot;2026-06-29&quot;:11.09},{&quot;2026-06-30&quot;:11.09},{&quot;2026-07-01&quot;:11.09},{&quot;2026-07-02&quot;:11.09},{&quot;2026-07-03&quot;:11.09},{&quot;2026-07-04&quot;:11.09},{&quot;2026-07-05&quot;:11.09},{&quot;2026-07-06&quot;:11.09},{&quot;2026-07-07&quot;:11.09},{&quot;2026-07-08&quot;:11.09},{&quot;2026-07-09&quot;:11.12},{&quot;2026-07-10&quot;:11.12},{&quot;2026-07-11&quot;:11.12},{&quot;2026-07-12&quot;:11.12},{&quot;2026-07-13&quot;:11.17},{&quot;2026-07-14&quot;:11.22},{&quot;2026-07-15&quot;:11.22},{&quot;2026-07-16&quot;:11.22},{&quot;2026-07-17&quot;:11.19},{&quot;2026-07-18&quot;:11.19},{&quot;2026-07-19&quot;:11.19},{&quot;2026-07-20&quot;:11.19},{&quot;2026-07-21&quot;:11.19},{&quot;2026-07-23&quot;:11.19},{&quot;2026-07-24&quot;:11.19},{&quot;2026-07-25&quot;:11.22},{&quot;2026-07-26&quot;:11.22},{&quot;2026-07-27&quot;:11.22},{&quot;2026-07-28&quot;:11.22},{&quot;2026-07-29&quot;:11.22},{&quot;2026-07-30&quot;:11.22},{&quot;2026-07-31&quot;:11.22},{&quot;2026-08-01&quot;:11.62},{&quot;2026-08-02&quot;:11.62},{&quot;2026-08-03&quot;:11.62},{&quot;2026-08-04&quot;:11.62},{&quot;2026-08-05&quot;:11.62},{&quot;2026-08-07&quot;:11.62},{&quot;2026-08-08&quot;:11.5},{&quot;2026-08-09&quot;:11.5},{&quot;2026-08-10&quot;:11.5},{&quot;2026-08-11&quot;:11.5},{&quot;2026-08-12&quot;:11.52},{&quot;2026-08-13&quot;:11.52},{&quot;2026-08-14&quot;:11.52},{&quot;2026-08-15&quot;:11.52},{&quot;2026-08-16&quot;:11.52},{&quot;2026-08-17&quot;:11.52},{&quot;2026-08-18&quot;:11.52},{&quot;2026-08-19&quot;:11.45},{&quot;2026-08-20&quot;:11.45},{&quot;2026-08-21&quot;:11.45},{&quot;2026-08-22&quot;:11.45},{&quot;2026-08-23&quot;:11.45},{&quot;2026-08-24&quot;:11.45},{&quot;2026-08-25&quot;:11.45},{&quot;2026-08-26&quot;:11.45},{&quot;2026-08-27&quot;:11.28},{&quot;2026-08-28&quot;:11.28},{&quot;2026-08-29&quot;:11.28},{&quot;2026-08-30&quot;:11.28},{&quot;2026-08-31&quot;:11.28},{&quot;2026-09-01&quot;:11.28},{&quot;2026-09-02&quot;:11.28},{&quot;2026-09-03&quot;:11.28},{&quot;2026-09-04&quot;:11.28},{&quot;2026-09-05&quot;:11.28},{&quot;2026-09-06&quot;:11.23},{&quot;2026-09-07&quot;:11.23},{&quot;2026-09-08&quot;:11.23},{&quot;2026-09-09&quot;:11.39},{&quot;2026-09-10&quot;:11.39},{&quot;2026-09-11&quot;:11.39}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.72},{&quot;2026-06-13&quot;:9.83},{&quot;2026-06-14&quot;:9.82},{&quot;2026-06-15&quot;:9.98},{&quot;2026-06-16&quot;:9.96},{&quot;2026-06-17&quot;:9.84},{&quot;2026-06-18&quot;:9.85},{&quot;2026-06-19&quot;:9.8},{&quot;2026-06-20&quot;:9.83},{&quot;2026-06-21&quot;:9.78},{&quot;2026-06-22&quot;:10.2},{&quot;2026-06-23&quot;:10.1},{&quot;2026-06-24&quot;:10.3},{&quot;2026-06-25&quot;:10.32},{&quot;2026-06-26&quot;:10.32},{&quot;2026-06-27&quot;:10.42},{&quot;2026-06-28&quot;:10.45},{&quot;2026-06-29&quot;:10.35},{&quot;2026-06-30&quot;:10.11},{&quot;2026-07-01&quot;:9.84},{&quot;2026-07-02&quot;:9.9},{&quot;2026-07-03&quot;:9.87},{&quot;2026-07-04&quot;:9.91},{&quot;2026-07-05&quot;:9.74},{&quot;2026-07-06&quot;:9.89},{&quot;2026-07-07&quot;:9.89},{&quot;2026-07-08&quot;:9.96},{&quot;2026-07-09&quot;:10.31},{&quot;2026-07-10&quot;:10.32},{&quot;2026-07-11&quot;:10.32},{&quot;2026-07-12&quot;:10.25},{&quot;2026-07-13&quot;:10.17},{&quot;2026-07-14&quot;:10.36},{&quot;2026-07-15&quot;:10.16},{&quot;2026-07-16&quot;:10.04},{&quot;2026-07-17&quot;:10.04},{&quot;2026-07-18&quot;:10.04},{&quot;2026-07-19&quot;:10.02},{&quot;2026-07-20&quot;:9.94},{&quot;2026-07-21&quot;:9.94},{&quot;2026-07-23&quot;:9.93},{&quot;2026-07-24&quot;:9.93},{&quot;2026-07-25&quot;:9.89},{&quot;2026-07-26&quot;:9.82},{&quot;2026-07-27&quot;:9.78},{&quot;2026-07-28&quot;:9.68},{&quot;2026-07-29&quot;:9.96},{&quot;2026-07-30&quot;:9.9},{&quot;2026-07-31&quot;:10.03},{&quot;2026-08-01&quot;:9.95},{&quot;2026-08-02&quot;:10.06},{&quot;2026-08-03&quot;:10.03},{&quot;2026-08-04&quot;:9.77},{&quot;2026-08-05&quot;:9.7},{&quot;2026-08-07&quot;:9.8},{&quot;2026-08-08&quot;:9.86},{&quot;2026-08-09&quot;:9.77},{&quot;2026-08-10&quot;:9.79},{&quot;2026-08-11&quot;:9.48},{&quot;2026-08-12&quot;:9.48},{&quot;2026-08-13&quot;:9.43},{&quot;2026-08-14&quot;:9.66},{&quot;2026-08-15&quot;:9.69},{&quot;2026-08-16&quot;:9.64},{&quot;2026-08-17&quot;:9.65},{&quot;2026-08-18&quot;:9.81},{&quot;2026-08-19&quot;:9.81},{&quot;2026-08-20&quot;:9.81},{&quot;2026-08-21&quot;:9.87},{&quot;2026-08-22&quot;:9.71},{&quot;2026-08-23&quot;:9.95},{&quot;2026-08-24&quot;:9.95},{&quot;2026-08-25&quot;:9.63},{&quot;2026-08-26&quot;:9.63},{&quot;2026-08-27&quot;:9.62},{&quot;2026-08-28&quot;:9.52},{&quot;2026-08-29&quot;:9.52},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.24},{&quot;2026-09-01&quot;:9.26},{&quot;2026-09-02&quot;:9.14},{&quot;2026-09-03&quot;:9.21},{&quot;2026-09-04&quot;:9.3},{&quot;2026-09-05&quot;:9.48},{&quot;2026-09-06&quot;:9.62},{&quot;2026-09-07&quot;:9.7},{&quot;2026-09-08&quot;:9.8},{&quot;2026-09-09&quot;:9.87},{&quot;2026-09-10&quot;:9.8},{&quot;2026-09-11&quot;:9.8}]}"
        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="68326"
  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-snc 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">
            Ledger Shredder
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.80
          </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="Ledger Shredder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7ea4b5bc-18a4-45db-a56a-ab3f8bd2fb0d.jpg?1783923147" />

        <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">
            Ledger Shredder
        </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 — Bird Advisor</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ledger Shredder" src="https://cards.scryfall.io/large/front/7/e/7ea4b5bc-18a4-45db-a56a-ab3f8bd2fb0d.jpg?1783923147" />
    </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">
                $9.80
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.51
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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.06},{&quot;2026-06-14&quot;:8.06},{&quot;2026-06-15&quot;:8.06},{&quot;2026-06-16&quot;:8.09},{&quot;2026-06-17&quot;:8.08},{&quot;2026-06-18&quot;:8.08},{&quot;2026-06-19&quot;:8.34},{&quot;2026-06-20&quot;:8.34},{&quot;2026-06-21&quot;:8.34},{&quot;2026-06-22&quot;:8.4},{&quot;2026-06-23&quot;:8.32},{&quot;2026-06-24&quot;:8.33},{&quot;2026-06-25&quot;:8.33},{&quot;2026-06-26&quot;:8.28},{&quot;2026-06-27&quot;:8.28},{&quot;2026-06-28&quot;:8.35},{&quot;2026-06-29&quot;:8.59},{&quot;2026-06-30&quot;:9.08},{&quot;2026-07-01&quot;:9.08},{&quot;2026-07-02&quot;:9.01},{&quot;2026-07-03&quot;:9.01},{&quot;2026-07-04&quot;:9.11},{&quot;2026-07-05&quot;:9.1},{&quot;2026-07-06&quot;:9.1},{&quot;2026-07-07&quot;:9.11},{&quot;2026-07-08&quot;:9.07},{&quot;2026-07-09&quot;:9.03},{&quot;2026-07-10&quot;:9.06},{&quot;2026-07-11&quot;:9.06},{&quot;2026-07-12&quot;:8.8},{&quot;2026-07-13&quot;:8.8},{&quot;2026-07-14&quot;:8.77},{&quot;2026-07-15&quot;:8.77},{&quot;2026-07-16&quot;:8.79},{&quot;2026-07-17&quot;:8.68},{&quot;2026-07-18&quot;:8.68},{&quot;2026-07-19&quot;:8.68},{&quot;2026-07-20&quot;:8.84},{&quot;2026-07-21&quot;:8.97},{&quot;2026-07-22&quot;:8.97},{&quot;2026-07-23&quot;:8.97},{&quot;2026-07-24&quot;:8.92},{&quot;2026-07-25&quot;:8.91},{&quot;2026-07-26&quot;:8.91},{&quot;2026-07-27&quot;:8.92},{&quot;2026-07-28&quot;:8.92},{&quot;2026-07-29&quot;:8.92},{&quot;2026-07-30&quot;:8.92},{&quot;2026-07-31&quot;:8.67},{&quot;2026-08-01&quot;:8.67},{&quot;2026-08-02&quot;:8.67},{&quot;2026-08-03&quot;:8.68},{&quot;2026-08-04&quot;:8.71},{&quot;2026-08-05&quot;:8.71},{&quot;2026-08-07&quot;:8.8},{&quot;2026-08-08&quot;:8.8},{&quot;2026-08-09&quot;:8.8},{&quot;2026-08-10&quot;:8.79},{&quot;2026-08-11&quot;:9.3},{&quot;2026-08-12&quot;:9.59},{&quot;2026-08-13&quot;:9.59},{&quot;2026-08-14&quot;:9.49},{&quot;2026-08-15&quot;:9.53},{&quot;2026-08-16&quot;:9.38},{&quot;2026-08-17&quot;:9.34},{&quot;2026-08-18&quot;:9.08},{&quot;2026-08-19&quot;:9.1},{&quot;2026-08-20&quot;:9.1},{&quot;2026-08-21&quot;:9.1},{&quot;2026-08-22&quot;:9.11},{&quot;2026-08-23&quot;:9.11},{&quot;2026-08-24&quot;:9.1},{&quot;2026-08-25&quot;:9.2},{&quot;2026-08-26&quot;:9.15},{&quot;2026-08-27&quot;:9.15},{&quot;2026-08-28&quot;:9.2},{&quot;2026-08-29&quot;:9.2},{&quot;2026-08-30&quot;:9.2},{&quot;2026-08-31&quot;:9.2},{&quot;2026-09-01&quot;:9.2},{&quot;2026-09-02&quot;:9.26},{&quot;2026-09-03&quot;:9.23},{&quot;2026-09-04&quot;:9.23},{&quot;2026-09-05&quot;:9.41},{&quot;2026-09-06&quot;:9.89},{&quot;2026-09-07&quot;:9.89},{&quot;2026-09-08&quot;:9.71},{&quot;2026-09-09&quot;:9.71},{&quot;2026-09-10&quot;:9.71},{&quot;2026-09-11&quot;:9.51}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.49},{&quot;2026-06-14&quot;:7.66},{&quot;2026-06-15&quot;:7.46},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.74},{&quot;2026-06-18&quot;:7.86},{&quot;2026-06-19&quot;:7.97},{&quot;2026-06-20&quot;:8.12},{&quot;2026-06-21&quot;:8.05},{&quot;2026-06-22&quot;:8.08},{&quot;2026-06-23&quot;:8.01},{&quot;2026-06-24&quot;:7.86},{&quot;2026-06-25&quot;:7.88},{&quot;2026-06-26&quot;:7.93},{&quot;2026-06-27&quot;:8.03},{&quot;2026-06-28&quot;:7.85},{&quot;2026-06-29&quot;:7.73},{&quot;2026-06-30&quot;:7.35},{&quot;2026-07-01&quot;:7.31},{&quot;2026-07-02&quot;:7.41},{&quot;2026-07-03&quot;:7.65},{&quot;2026-07-04&quot;:7.95},{&quot;2026-07-05&quot;:8.32},{&quot;2026-07-06&quot;:8.42},{&quot;2026-07-07&quot;:8.21},{&quot;2026-07-08&quot;:8.23},{&quot;2026-07-09&quot;:7.79},{&quot;2026-07-10&quot;:7.84},{&quot;2026-07-11&quot;:7.64},{&quot;2026-07-12&quot;:7.98},{&quot;2026-07-13&quot;:8.33},{&quot;2026-07-14&quot;:9.07},{&quot;2026-07-15&quot;:8.84},{&quot;2026-07-16&quot;:8.56},{&quot;2026-07-17&quot;:8.44},{&quot;2026-07-18&quot;:8.54},{&quot;2026-07-19&quot;:8.13},{&quot;2026-07-20&quot;:8.19},{&quot;2026-07-21&quot;:8.43},{&quot;2026-07-22&quot;:8.65},{&quot;2026-07-23&quot;:8.68},{&quot;2026-07-24&quot;:8.78},{&quot;2026-07-25&quot;:9.07},{&quot;2026-07-26&quot;:9.21},{&quot;2026-07-27&quot;:8.92},{&quot;2026-07-28&quot;:8.94},{&quot;2026-07-29&quot;:9.44},{&quot;2026-07-30&quot;:9.53},{&quot;2026-07-31&quot;:9.67},{&quot;2026-08-01&quot;:9.67},{&quot;2026-08-02&quot;:9.43},{&quot;2026-08-03&quot;:9.51},{&quot;2026-08-04&quot;:9.44},{&quot;2026-08-05&quot;:9.15},{&quot;2026-08-07&quot;:8.53},{&quot;2026-08-08&quot;:8.58},{&quot;2026-08-09&quot;:8.8},{&quot;2026-08-10&quot;:9.16},{&quot;2026-08-11&quot;:9.28},{&quot;2026-08-12&quot;:9.23},{&quot;2026-08-13&quot;:9.22},{&quot;2026-08-14&quot;:9.39},{&quot;2026-08-15&quot;:9.34},{&quot;2026-08-16&quot;:9.34},{&quot;2026-08-17&quot;:9.51},{&quot;2026-08-18&quot;:9.48},{&quot;2026-08-19&quot;:9.54},{&quot;2026-08-20&quot;:9.54},{&quot;2026-08-21&quot;:9.8},{&quot;2026-08-22&quot;:9.86},{&quot;2026-08-23&quot;:9.8},{&quot;2026-08-24&quot;:9.88},{&quot;2026-08-25&quot;:9.59},{&quot;2026-08-26&quot;:9.36},{&quot;2026-08-27&quot;:9.49},{&quot;2026-08-28&quot;:9.53},{&quot;2026-08-29&quot;:9.53},{&quot;2026-08-30&quot;:9.57},{&quot;2026-08-31&quot;:9.78},{&quot;2026-09-01&quot;:9.74},{&quot;2026-09-02&quot;:9.74},{&quot;2026-09-03&quot;:9.88},{&quot;2026-09-04&quot;:9.85},{&quot;2026-09-05&quot;:10.05},{&quot;2026-09-06&quot;:10.17},{&quot;2026-09-07&quot;:10.13},{&quot;2026-09-08&quot;:10.03},{&quot;2026-09-09&quot;:10.09},{&quot;2026-09-10&quot;:9.94},{&quot;2026-09-11&quot;:9.8}]}"
        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="108210"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.80
          </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="Talisman of Creativity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a267b55c-3f77-4cf9-83ee-f2c0bf3b5549.jpg?1783903710" />

        <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">
            Talisman of Creativity
        </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">Artifact</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Talisman of Creativity" src="https://cards.scryfall.io/large/front/a/2/a267b55c-3f77-4cf9-83ee-f2c0bf3b5549.jpg?1783903710" />
    </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">
            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">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.80
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</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;:12.59},{&quot;2026-06-14&quot;:12.42},{&quot;2026-06-15&quot;:12.1},{&quot;2026-06-16&quot;:12.04},{&quot;2026-06-17&quot;:12.08},{&quot;2026-06-18&quot;:11.93},{&quot;2026-06-19&quot;:11.7},{&quot;2026-06-20&quot;:11.74},{&quot;2026-06-21&quot;:11.74},{&quot;2026-06-22&quot;:11.64},{&quot;2026-06-23&quot;:11.29},{&quot;2026-06-24&quot;:11.52},{&quot;2026-06-25&quot;:11.72},{&quot;2026-06-26&quot;:11.34},{&quot;2026-06-27&quot;:10.31},{&quot;2026-06-28&quot;:10.29},{&quot;2026-06-29&quot;:10.29},{&quot;2026-06-30&quot;:9.84},{&quot;2026-07-01&quot;:9.34},{&quot;2026-07-02&quot;:9.57},{&quot;2026-07-03&quot;:8.87},{&quot;2026-07-04&quot;:8.52},{&quot;2026-07-05&quot;:8.22},{&quot;2026-07-06&quot;:8.06},{&quot;2026-07-07&quot;:8.27},{&quot;2026-07-08&quot;:8.39},{&quot;2026-07-09&quot;:8.24},{&quot;2026-07-10&quot;:8.29},{&quot;2026-07-11&quot;:8.49},{&quot;2026-07-12&quot;:8.76},{&quot;2026-07-13&quot;:8.65},{&quot;2026-07-14&quot;:8.65},{&quot;2026-07-15&quot;:8.93},{&quot;2026-07-16&quot;:8.86},{&quot;2026-07-17&quot;:8.78},{&quot;2026-07-18&quot;:8.72},{&quot;2026-07-19&quot;:8.95},{&quot;2026-07-20&quot;:8.7},{&quot;2026-07-21&quot;:8.75},{&quot;2026-07-22&quot;:8.75},{&quot;2026-07-23&quot;:8.92},{&quot;2026-07-24&quot;:8.74},{&quot;2026-07-25&quot;:8.73},{&quot;2026-07-26&quot;:8.71},{&quot;2026-07-27&quot;:8.68},{&quot;2026-07-28&quot;:8.66},{&quot;2026-07-29&quot;:8.7},{&quot;2026-07-30&quot;:8.63},{&quot;2026-07-31&quot;:8.45},{&quot;2026-08-01&quot;:8.44},{&quot;2026-08-02&quot;:8.44},{&quot;2026-08-03&quot;:8.44},{&quot;2026-08-04&quot;:8.35},{&quot;2026-08-05&quot;:8.37},{&quot;2026-08-07&quot;:8.36},{&quot;2026-08-08&quot;:8.5},{&quot;2026-08-09&quot;:8.63},{&quot;2026-08-10&quot;:8.65},{&quot;2026-08-11&quot;:8.7},{&quot;2026-08-12&quot;:8.72},{&quot;2026-08-13&quot;:8.76},{&quot;2026-08-14&quot;:8.82},{&quot;2026-08-15&quot;:8.94},{&quot;2026-08-16&quot;:8.83},{&quot;2026-08-17&quot;:8.96},{&quot;2026-08-18&quot;:9.06},{&quot;2026-08-19&quot;:9.27},{&quot;2026-08-20&quot;:9.28},{&quot;2026-08-21&quot;:9.33},{&quot;2026-08-22&quot;:9.34},{&quot;2026-08-23&quot;:9.35},{&quot;2026-08-24&quot;:9.21},{&quot;2026-08-25&quot;:9.39},{&quot;2026-08-26&quot;:9.44},{&quot;2026-08-27&quot;:9.43},{&quot;2026-08-28&quot;:9.41},{&quot;2026-08-29&quot;:9.41},{&quot;2026-08-30&quot;:9.25},{&quot;2026-08-31&quot;:9.55},{&quot;2026-09-01&quot;:9.61},{&quot;2026-09-02&quot;:9.61},{&quot;2026-09-03&quot;:9.44},{&quot;2026-09-04&quot;:9.53},{&quot;2026-09-05&quot;:9.63},{&quot;2026-09-06&quot;:9.73},{&quot;2026-09-07&quot;:9.79},{&quot;2026-09-08&quot;:9.85},{&quot;2026-09-09&quot;:9.69},{&quot;2026-09-10&quot;:9.75},{&quot;2026-09-11&quot;:9.8}],&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="16255"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-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">
            Wedding Ring
        </span>


      </div>

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

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

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

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

        <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">
            Wedding Ring
        </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">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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="Wedding Ring" src="https://cards.scryfall.io/large/front/7/f/7f0b1400-0608-47fd-9c73-b7730bcf6b7f.jpg?1783924997" />
    </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">
                $9.79
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $7.48</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;:12.21},{&quot;2026-06-14&quot;:12.35},{&quot;2026-06-15&quot;:12.22},{&quot;2026-06-16&quot;:12.22},{&quot;2026-06-17&quot;:11.85},{&quot;2026-06-18&quot;:11.54},{&quot;2026-06-19&quot;:11.37},{&quot;2026-06-20&quot;:11.37},{&quot;2026-06-21&quot;:11.39},{&quot;2026-06-22&quot;:11.4},{&quot;2026-06-23&quot;:11.4},{&quot;2026-06-24&quot;:11.42},{&quot;2026-06-25&quot;:11.42},{&quot;2026-06-26&quot;:10.91},{&quot;2026-06-27&quot;:11.38},{&quot;2026-06-28&quot;:11.38},{&quot;2026-06-29&quot;:11.36},{&quot;2026-06-30&quot;:10.86},{&quot;2026-07-01&quot;:10.98},{&quot;2026-07-02&quot;:11.05},{&quot;2026-07-03&quot;:11.07},{&quot;2026-07-04&quot;:11.17},{&quot;2026-07-05&quot;:11.21},{&quot;2026-07-06&quot;:11.23},{&quot;2026-07-07&quot;:11.42},{&quot;2026-07-08&quot;:11.42},{&quot;2026-07-09&quot;:11.42},{&quot;2026-07-10&quot;:11.42},{&quot;2026-07-11&quot;:11.42},{&quot;2026-07-12&quot;:11.66},{&quot;2026-07-13&quot;:11.66},{&quot;2026-07-14&quot;:11.58},{&quot;2026-07-15&quot;:11.48},{&quot;2026-07-16&quot;:11.48},{&quot;2026-07-17&quot;:11.48},{&quot;2026-07-18&quot;:11.48},{&quot;2026-07-19&quot;:11.44},{&quot;2026-07-20&quot;:11.47},{&quot;2026-07-21&quot;:11.47},{&quot;2026-07-22&quot;:11.44},{&quot;2026-07-23&quot;:11.22},{&quot;2026-07-24&quot;:11.22},{&quot;2026-07-25&quot;:11.22},{&quot;2026-07-26&quot;:11.13},{&quot;2026-07-27&quot;:11.13},{&quot;2026-07-28&quot;:11.16},{&quot;2026-07-29&quot;:11.16},{&quot;2026-07-30&quot;:11.11},{&quot;2026-07-31&quot;:10.97},{&quot;2026-08-01&quot;:10.97},{&quot;2026-08-02&quot;:10.97},{&quot;2026-08-03&quot;:10.97},{&quot;2026-08-04&quot;:10.91},{&quot;2026-08-05&quot;:10.91},{&quot;2026-08-07&quot;:10.76},{&quot;2026-08-08&quot;:10.76},{&quot;2026-08-09&quot;:10.76},{&quot;2026-08-10&quot;:10.65},{&quot;2026-08-11&quot;:10.55},{&quot;2026-08-12&quot;:10.59},{&quot;2026-08-13&quot;:10.65},{&quot;2026-08-14&quot;:10.65},{&quot;2026-08-15&quot;:10.53},{&quot;2026-08-16&quot;:10.51},{&quot;2026-08-17&quot;:10.6},{&quot;2026-08-18&quot;:10.62},{&quot;2026-08-19&quot;:10.43},{&quot;2026-08-20&quot;:10.29},{&quot;2026-08-21&quot;:10.19},{&quot;2026-08-22&quot;:10.14},{&quot;2026-08-23&quot;:10.09},{&quot;2026-08-24&quot;:9.8},{&quot;2026-08-25&quot;:9.79},{&quot;2026-08-26&quot;:9.77},{&quot;2026-08-27&quot;:9.67},{&quot;2026-08-28&quot;:9.78},{&quot;2026-08-29&quot;:9.78},{&quot;2026-08-30&quot;:9.75},{&quot;2026-08-31&quot;:9.75},{&quot;2026-09-01&quot;:9.75},{&quot;2026-09-02&quot;:9.76},{&quot;2026-09-03&quot;:9.77},{&quot;2026-09-04&quot;:9.77},{&quot;2026-09-05&quot;:9.76},{&quot;2026-09-06&quot;:9.76},{&quot;2026-09-07&quot;:9.79},{&quot;2026-09-08&quot;:9.77},{&quot;2026-09-09&quot;:9.7},{&quot;2026-09-10&quot;:9.74},{&quot;2026-09-11&quot;:9.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.72
          </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="Beast Whisperer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17fbebd9-9faf-4a7b-8e79-b67c074eba8c.jpg?1783927720" />

        <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">
            Beast Whisperer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Beast Whisperer" src="https://cards.scryfall.io/large/front/1/7/17fbebd9-9faf-4a7b-8e79-b67c074eba8c.jpg?1783927720" />
    </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">
                $9.72
              </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">
                $18.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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:17.19},{&quot;2026-06-12&quot;:17.19},{&quot;2026-06-13&quot;:17.19},{&quot;2026-06-14&quot;:17.19},{&quot;2026-06-15&quot;:17.19},{&quot;2026-06-16&quot;:17.19},{&quot;2026-06-17&quot;:17.19},{&quot;2026-06-18&quot;:17.19},{&quot;2026-06-19&quot;:17.35},{&quot;2026-06-20&quot;:17.35},{&quot;2026-06-21&quot;:17.35},{&quot;2026-06-22&quot;:17.35},{&quot;2026-06-23&quot;:17.35},{&quot;2026-06-24&quot;:17.35},{&quot;2026-06-25&quot;:17.35},{&quot;2026-06-26&quot;:17.35},{&quot;2026-06-27&quot;:17.35},{&quot;2026-06-28&quot;:17.3},{&quot;2026-06-29&quot;:17.3},{&quot;2026-06-30&quot;:17.4},{&quot;2026-07-01&quot;:17.4},{&quot;2026-07-02&quot;:17.4},{&quot;2026-07-03&quot;:17.4},{&quot;2026-07-04&quot;:17.33},{&quot;2026-07-05&quot;:17.33},{&quot;2026-07-06&quot;:17.33},{&quot;2026-07-07&quot;:17.33},{&quot;2026-07-08&quot;:17.33},{&quot;2026-07-09&quot;:17.33},{&quot;2026-07-10&quot;:17.33},{&quot;2026-07-11&quot;:17.33},{&quot;2026-07-12&quot;:17.33},{&quot;2026-07-13&quot;:17.33},{&quot;2026-07-14&quot;:17.33},{&quot;2026-07-15&quot;:17.33},{&quot;2026-07-16&quot;:17.33},{&quot;2026-07-17&quot;:17.33},{&quot;2026-07-18&quot;:17.33},{&quot;2026-07-19&quot;:17.33},{&quot;2026-07-20&quot;:17.33},{&quot;2026-07-21&quot;:17.33},{&quot;2026-07-23&quot;:17.33},{&quot;2026-07-25&quot;:17.33},{&quot;2026-07-26&quot;:17.33},{&quot;2026-07-27&quot;:17.11},{&quot;2026-07-28&quot;:17.11},{&quot;2026-07-29&quot;:17.11},{&quot;2026-07-30&quot;:17.11},{&quot;2026-07-31&quot;:17.11},{&quot;2026-08-01&quot;:17.11},{&quot;2026-08-02&quot;:17.43},{&quot;2026-08-03&quot;:17.43},{&quot;2026-08-04&quot;:17.43},{&quot;2026-08-05&quot;:17.43},{&quot;2026-08-07&quot;:17.51},{&quot;2026-08-08&quot;:17.51},{&quot;2026-08-09&quot;:17.51},{&quot;2026-08-10&quot;:17.51},{&quot;2026-08-11&quot;:17.51},{&quot;2026-08-12&quot;:17.72},{&quot;2026-08-13&quot;:17.72},{&quot;2026-08-14&quot;:17.72},{&quot;2026-08-15&quot;:17.72},{&quot;2026-08-16&quot;:17.72},{&quot;2026-08-17&quot;:17.72},{&quot;2026-08-18&quot;:17.72},{&quot;2026-08-19&quot;:17.72},{&quot;2026-08-20&quot;:17.72},{&quot;2026-08-21&quot;:17.72},{&quot;2026-08-22&quot;:17.72},{&quot;2026-08-23&quot;:17.72},{&quot;2026-08-24&quot;:17.72},{&quot;2026-08-25&quot;:17.72},{&quot;2026-08-26&quot;:18.2},{&quot;2026-08-27&quot;:18.2},{&quot;2026-08-28&quot;:18.2},{&quot;2026-08-29&quot;:18.2},{&quot;2026-08-30&quot;:17.93},{&quot;2026-08-31&quot;:17.99},{&quot;2026-09-01&quot;:18.16},{&quot;2026-09-02&quot;:18.16},{&quot;2026-09-03&quot;:18.16},{&quot;2026-09-04&quot;:18.16},{&quot;2026-09-05&quot;:18.16},{&quot;2026-09-06&quot;:18.16},{&quot;2026-09-07&quot;:18.16},{&quot;2026-09-08&quot;:18.16},{&quot;2026-09-09&quot;:18.16},{&quot;2026-09-10&quot;:18.16},{&quot;2026-09-11&quot;:18.16}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.55},{&quot;2026-06-12&quot;:8.62},{&quot;2026-06-13&quot;:8.62},{&quot;2026-06-14&quot;:8.68},{&quot;2026-06-15&quot;:8.68},{&quot;2026-06-16&quot;:8.76},{&quot;2026-06-17&quot;:8.76},{&quot;2026-06-18&quot;:8.67},{&quot;2026-06-19&quot;:8.67},{&quot;2026-06-20&quot;:8.67},{&quot;2026-06-21&quot;:8.71},{&quot;2026-06-22&quot;:8.71},{&quot;2026-06-23&quot;:8.71},{&quot;2026-06-24&quot;:8.71},{&quot;2026-06-25&quot;:8.6},{&quot;2026-06-26&quot;:8.6},{&quot;2026-06-27&quot;:8.91},{&quot;2026-06-28&quot;:8.91},{&quot;2026-06-29&quot;:9.02},{&quot;2026-06-30&quot;:9.02},{&quot;2026-07-01&quot;:9.02},{&quot;2026-07-02&quot;:9.02},{&quot;2026-07-03&quot;:9.02},{&quot;2026-07-04&quot;:9.02},{&quot;2026-07-05&quot;:8.96},{&quot;2026-07-06&quot;:8.96},{&quot;2026-07-07&quot;:8.96},{&quot;2026-07-08&quot;:8.65},{&quot;2026-07-09&quot;:8.64},{&quot;2026-07-10&quot;:8.55},{&quot;2026-07-11&quot;:8.45},{&quot;2026-07-12&quot;:8.45},{&quot;2026-07-13&quot;:8.46},{&quot;2026-07-14&quot;:8.46},{&quot;2026-07-15&quot;:8.46},{&quot;2026-07-16&quot;:8.46},{&quot;2026-07-17&quot;:8.46},{&quot;2026-07-18&quot;:8.29},{&quot;2026-07-19&quot;:8.29},{&quot;2026-07-20&quot;:8.29},{&quot;2026-07-21&quot;:8.29},{&quot;2026-07-23&quot;:8.29},{&quot;2026-07-25&quot;:8.38},{&quot;2026-07-26&quot;:8.38},{&quot;2026-07-27&quot;:8.38},{&quot;2026-07-28&quot;:8.42},{&quot;2026-07-29&quot;:8.49},{&quot;2026-07-30&quot;:8.49},{&quot;2026-07-31&quot;:8.49},{&quot;2026-08-01&quot;:8.49},{&quot;2026-08-02&quot;:8.53},{&quot;2026-08-03&quot;:8.6},{&quot;2026-08-04&quot;:8.6},{&quot;2026-08-05&quot;:8.6},{&quot;2026-08-07&quot;:8.57},{&quot;2026-08-08&quot;:8.57},{&quot;2026-08-09&quot;:8.52},{&quot;2026-08-10&quot;:8.45},{&quot;2026-08-11&quot;:8.35},{&quot;2026-08-12&quot;:8.35},{&quot;2026-08-13&quot;:8.38},{&quot;2026-08-14&quot;:8.53},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.61},{&quot;2026-08-17&quot;:8.62},{&quot;2026-08-18&quot;:8.84},{&quot;2026-08-19&quot;:8.99},{&quot;2026-08-20&quot;:8.99},{&quot;2026-08-21&quot;:9.05},{&quot;2026-08-22&quot;:9.05},{&quot;2026-08-23&quot;:9.06},{&quot;2026-08-24&quot;:9.11},{&quot;2026-08-25&quot;:9.2},{&quot;2026-08-26&quot;:9.2},{&quot;2026-08-27&quot;:9.33},{&quot;2026-08-28&quot;:9.4},{&quot;2026-08-29&quot;:9.4},{&quot;2026-08-30&quot;:9.53},{&quot;2026-08-31&quot;:9.7},{&quot;2026-09-01&quot;:9.7},{&quot;2026-09-02&quot;:9.69},{&quot;2026-09-03&quot;:9.68},{&quot;2026-09-04&quot;:9.65},{&quot;2026-09-05&quot;:9.65},{&quot;2026-09-06&quot;:9.65},{&quot;2026-09-07&quot;:9.68},{&quot;2026-09-08&quot;:9.68},{&quot;2026-09-09&quot;:9.68},{&quot;2026-09-10&quot;:9.72},{&quot;2026-09-11&quot;:9.72}]}"
        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="14883"
  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-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">
            Kaldra Compleat
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary 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">
            $9.69
          </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="Kaldra Compleat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/572fb0dc-d876-4e1b-91d1-9c595f6f6f04.jpg?1783915404" />

        <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">
            Kaldra Compleat
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kaldra Compleat" src="https://cards.scryfall.io/large/front/5/7/572fb0dc-d876-4e1b-91d1-9c595f6f6f04.jpg?1783915404" />
    </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">
                $9.69
              </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.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;normal&quot;:[{&quot;2026-06-13&quot;:8.08},{&quot;2026-06-14&quot;:8.05},{&quot;2026-06-15&quot;:8.1},{&quot;2026-06-16&quot;:8.05},{&quot;2026-06-17&quot;:8.17},{&quot;2026-06-18&quot;:8.11},{&quot;2026-06-19&quot;:7.83},{&quot;2026-06-20&quot;:8.06},{&quot;2026-06-21&quot;:8.25},{&quot;2026-06-22&quot;:8.39},{&quot;2026-06-23&quot;:8.4},{&quot;2026-06-24&quot;:8.34},{&quot;2026-06-25&quot;:8.23},{&quot;2026-06-26&quot;:7.81},{&quot;2026-06-27&quot;:7.7},{&quot;2026-06-28&quot;:7.75},{&quot;2026-06-29&quot;:7.87},{&quot;2026-06-30&quot;:7.66},{&quot;2026-07-01&quot;:7.7},{&quot;2026-07-02&quot;:7.66},{&quot;2026-07-03&quot;:7.76},{&quot;2026-07-04&quot;:7.8},{&quot;2026-07-05&quot;:7.86},{&quot;2026-07-06&quot;:7.84},{&quot;2026-07-07&quot;:8.21},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.37},{&quot;2026-07-10&quot;:8.5},{&quot;2026-07-11&quot;:8.68},{&quot;2026-07-12&quot;:8.68},{&quot;2026-07-13&quot;:8.59},{&quot;2026-07-14&quot;:8.61},{&quot;2026-07-15&quot;:8.95},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:8.95},{&quot;2026-07-18&quot;:8.9},{&quot;2026-07-19&quot;:8.87},{&quot;2026-07-20&quot;:8.81},{&quot;2026-07-21&quot;:8.83},{&quot;2026-07-22&quot;:8.67},{&quot;2026-07-23&quot;:8.74},{&quot;2026-07-24&quot;:8.69},{&quot;2026-07-25&quot;:8.68},{&quot;2026-07-26&quot;:8.68},{&quot;2026-07-27&quot;:8.68},{&quot;2026-07-28&quot;:8.71},{&quot;2026-07-29&quot;:8.83},{&quot;2026-07-30&quot;:8.96},{&quot;2026-07-31&quot;:9.16},{&quot;2026-08-01&quot;:9.08},{&quot;2026-08-02&quot;:9.15},{&quot;2026-08-03&quot;:9.19},{&quot;2026-08-04&quot;:9.17},{&quot;2026-08-05&quot;:9.49},{&quot;2026-08-07&quot;:9.59},{&quot;2026-08-08&quot;:9.5},{&quot;2026-08-09&quot;:9.8},{&quot;2026-08-10&quot;:9.94},{&quot;2026-08-11&quot;:9.88},{&quot;2026-08-12&quot;:9.84},{&quot;2026-08-13&quot;:9.83},{&quot;2026-08-14&quot;:9.85},{&quot;2026-08-15&quot;:9.74},{&quot;2026-08-16&quot;:9.59},{&quot;2026-08-17&quot;:9.38},{&quot;2026-08-18&quot;:9.56},{&quot;2026-08-19&quot;:9.33},{&quot;2026-08-20&quot;:9.01},{&quot;2026-08-21&quot;:9.08},{&quot;2026-08-22&quot;:8.98},{&quot;2026-08-23&quot;:9.03},{&quot;2026-08-24&quot;:9.12},{&quot;2026-08-25&quot;:9.26},{&quot;2026-08-26&quot;:9.4},{&quot;2026-08-27&quot;:9.49},{&quot;2026-08-28&quot;:9.44},{&quot;2026-08-29&quot;:9.44},{&quot;2026-08-30&quot;:9.53},{&quot;2026-08-31&quot;:9.66},{&quot;2026-09-01&quot;:9.63},{&quot;2026-09-02&quot;:9.63},{&quot;2026-09-03&quot;:9.62},{&quot;2026-09-04&quot;:9.59},{&quot;2026-09-05&quot;:9.59},{&quot;2026-09-06&quot;:9.59},{&quot;2026-09-07&quot;:9.66},{&quot;2026-09-08&quot;:9.66},{&quot;2026-09-09&quot;:9.85},{&quot;2026-09-10&quot;:9.74},{&quot;2026-09-11&quot;:9.69}]}"
        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="49180"
  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-mh1 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">
            Force of Vigor
        </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">
              ↑
              1%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Force of Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/017c415b-d635-43c6-92b8-8c95d1c4ff8d.jpg?1783933099" />

        <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">
            Force of Vigor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Force of Vigor" src="https://cards.scryfall.io/large/front/0/1/017c415b-d635-43c6-92b8-8c95d1c4ff8d.jpg?1783933099" />
    </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">
                $9.66
              </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">
                $16.20
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:15.42},{&quot;2026-06-10&quot;:15.8},{&quot;2026-06-11&quot;:15.8},{&quot;2026-06-12&quot;:16.01},{&quot;2026-06-13&quot;:16.01},{&quot;2026-06-14&quot;:16.01},{&quot;2026-06-15&quot;:16.01},{&quot;2026-06-16&quot;:16.01},{&quot;2026-06-17&quot;:16.01},{&quot;2026-06-18&quot;:16.01},{&quot;2026-06-19&quot;:16.01},{&quot;2026-06-20&quot;:16.01},{&quot;2026-06-21&quot;:16.01},{&quot;2026-06-22&quot;:16.01},{&quot;2026-06-24&quot;:16.01},{&quot;2026-06-25&quot;:16.01},{&quot;2026-06-26&quot;:16.01},{&quot;2026-06-27&quot;:16.01},{&quot;2026-06-28&quot;:16.01},{&quot;2026-06-29&quot;:16.01},{&quot;2026-06-30&quot;:16.01},{&quot;2026-07-01&quot;:16.01},{&quot;2026-07-02&quot;:16.01},{&quot;2026-07-03&quot;:15.97},{&quot;2026-07-04&quot;:15.97},{&quot;2026-07-05&quot;:15.97},{&quot;2026-07-06&quot;:15.97},{&quot;2026-07-07&quot;:15.97},{&quot;2026-07-08&quot;:15.97},{&quot;2026-07-09&quot;:15.97},{&quot;2026-07-10&quot;:15.97},{&quot;2026-07-11&quot;:15.97},{&quot;2026-07-12&quot;:15.97},{&quot;2026-07-13&quot;:15.97},{&quot;2026-07-14&quot;:15.97},{&quot;2026-07-15&quot;:15.97},{&quot;2026-07-16&quot;:15.97},{&quot;2026-07-17&quot;:15.97},{&quot;2026-07-18&quot;:15.97},{&quot;2026-07-19&quot;:15.97},{&quot;2026-07-20&quot;:15.97},{&quot;2026-07-21&quot;:15.97},{&quot;2026-07-23&quot;:15.97},{&quot;2026-07-25&quot;:15.96},{&quot;2026-07-26&quot;:15.96},{&quot;2026-07-27&quot;:15.96},{&quot;2026-07-29&quot;:15.96},{&quot;2026-07-30&quot;:15.92},{&quot;2026-07-31&quot;:15.92},{&quot;2026-08-01&quot;:15.92},{&quot;2026-08-02&quot;:15.89},{&quot;2026-08-03&quot;:15.89},{&quot;2026-08-04&quot;:15.89},{&quot;2026-08-05&quot;:15.89},{&quot;2026-08-07&quot;:15.93},{&quot;2026-08-08&quot;:15.93},{&quot;2026-08-09&quot;:15.93},{&quot;2026-08-10&quot;:15.93},{&quot;2026-08-11&quot;:15.93},{&quot;2026-08-12&quot;:15.93},{&quot;2026-08-13&quot;:15.93},{&quot;2026-08-14&quot;:15.93},{&quot;2026-08-15&quot;:15.93},{&quot;2026-08-16&quot;:15.93},{&quot;2026-08-17&quot;:15.93},{&quot;2026-08-18&quot;:15.93},{&quot;2026-08-19&quot;:15.98},{&quot;2026-08-20&quot;:15.98},{&quot;2026-08-21&quot;:15.98},{&quot;2026-08-22&quot;:15.92},{&quot;2026-08-23&quot;:15.92},{&quot;2026-08-24&quot;:15.92},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:15.92},{&quot;2026-08-28&quot;:16.09},{&quot;2026-08-29&quot;:16.09},{&quot;2026-08-30&quot;:16.09},{&quot;2026-08-31&quot;:16.2},{&quot;2026-09-01&quot;:16.2},{&quot;2026-09-02&quot;:16.2},{&quot;2026-09-03&quot;:16.2},{&quot;2026-09-04&quot;:16.2},{&quot;2026-09-05&quot;:16.2},{&quot;2026-09-06&quot;:16.2},{&quot;2026-09-07&quot;:16.2},{&quot;2026-09-08&quot;:16.2},{&quot;2026-09-09&quot;:16.2},{&quot;2026-09-10&quot;:16.2},{&quot;2026-09-11&quot;:16.2}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.77},{&quot;2026-06-10&quot;:9.0},{&quot;2026-06-11&quot;:8.91},{&quot;2026-06-12&quot;:9.0},{&quot;2026-06-13&quot;:8.83},{&quot;2026-06-14&quot;:8.81},{&quot;2026-06-15&quot;:8.93},{&quot;2026-06-16&quot;:8.91},{&quot;2026-06-17&quot;:8.95},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.84},{&quot;2026-06-20&quot;:8.89},{&quot;2026-06-21&quot;:8.87},{&quot;2026-06-22&quot;:8.88},{&quot;2026-06-24&quot;:8.93},{&quot;2026-06-25&quot;:9.02},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:9.02},{&quot;2026-06-28&quot;:9.0},{&quot;2026-06-29&quot;:9.04},{&quot;2026-06-30&quot;:8.84},{&quot;2026-07-01&quot;:8.69},{&quot;2026-07-02&quot;:8.69},{&quot;2026-07-03&quot;:8.69},{&quot;2026-07-04&quot;:8.5},{&quot;2026-07-05&quot;:8.4},{&quot;2026-07-06&quot;:8.34},{&quot;2026-07-07&quot;:7.99},{&quot;2026-07-08&quot;:7.9},{&quot;2026-07-09&quot;:7.69},{&quot;2026-07-10&quot;:7.97},{&quot;2026-07-11&quot;:7.94},{&quot;2026-07-12&quot;:7.93},{&quot;2026-07-13&quot;:7.99},{&quot;2026-07-14&quot;:8.08},{&quot;2026-07-15&quot;:8.31},{&quot;2026-07-16&quot;:8.35},{&quot;2026-07-17&quot;:8.43},{&quot;2026-07-18&quot;:8.45},{&quot;2026-07-19&quot;:8.39},{&quot;2026-07-20&quot;:8.51},{&quot;2026-07-21&quot;:8.51},{&quot;2026-07-23&quot;:8.51},{&quot;2026-07-25&quot;:8.33},{&quot;2026-07-26&quot;:8.37},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-29&quot;:8.55},{&quot;2026-07-30&quot;:8.4},{&quot;2026-07-31&quot;:8.58},{&quot;2026-08-01&quot;:8.49},{&quot;2026-08-02&quot;:8.59},{&quot;2026-08-03&quot;:8.65},{&quot;2026-08-04&quot;:8.67},{&quot;2026-08-05&quot;:8.72},{&quot;2026-08-07&quot;:8.6},{&quot;2026-08-08&quot;:8.69},{&quot;2026-08-09&quot;:8.67},{&quot;2026-08-10&quot;:8.47},{&quot;2026-08-11&quot;:8.44},{&quot;2026-08-12&quot;:8.01},{&quot;2026-08-13&quot;:8.04},{&quot;2026-08-14&quot;:8.05},{&quot;2026-08-15&quot;:8.05},{&quot;2026-08-16&quot;:8.16},{&quot;2026-08-17&quot;:8.29},{&quot;2026-08-18&quot;:8.21},{&quot;2026-08-19&quot;:8.19},{&quot;2026-08-20&quot;:8.19},{&quot;2026-08-21&quot;:8.45},{&quot;2026-08-22&quot;:8.52},{&quot;2026-08-23&quot;:8.58},{&quot;2026-08-24&quot;:8.59},{&quot;2026-08-25&quot;:8.59},{&quot;2026-08-26&quot;:8.64},{&quot;2026-08-27&quot;:8.64},{&quot;2026-08-28&quot;:8.63},{&quot;2026-08-29&quot;:8.63},{&quot;2026-08-30&quot;:8.92},{&quot;2026-08-31&quot;:8.91},{&quot;2026-09-01&quot;:8.91},{&quot;2026-09-02&quot;:9.21},{&quot;2026-09-03&quot;:9.53},{&quot;2026-09-04&quot;:9.53},{&quot;2026-09-05&quot;:9.53},{&quot;2026-09-06&quot;:9.72},{&quot;2026-09-07&quot;:9.72},{&quot;2026-09-08&quot;:9.72},{&quot;2026-09-09&quot;:9.72},{&quot;2026-09-10&quot;:9.72},{&quot;2026-09-11&quot;:9.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Castle Garenbrig
        </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="Castle Garenbrig" src="https://cards.scryfall.io/large/front/e/3/e3c2c66c-f7f0-41d5-a805-a129aeaf1b75.jpg?1783932578" />
    </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">
                $9.66
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.82
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</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;:7.7},{&quot;2026-06-11&quot;:7.7},{&quot;2026-06-12&quot;:7.7},{&quot;2026-06-13&quot;:7.7},{&quot;2026-06-14&quot;:7.7},{&quot;2026-06-15&quot;:7.85},{&quot;2026-06-16&quot;:7.85},{&quot;2026-06-17&quot;:7.85},{&quot;2026-06-18&quot;:7.91},{&quot;2026-06-19&quot;:7.92},{&quot;2026-06-20&quot;:7.92},{&quot;2026-06-21&quot;:7.92},{&quot;2026-06-22&quot;:7.92},{&quot;2026-06-23&quot;:7.98},{&quot;2026-06-24&quot;:7.98},{&quot;2026-06-25&quot;:7.98},{&quot;2026-06-26&quot;:7.97},{&quot;2026-06-27&quot;:7.97},{&quot;2026-06-28&quot;:7.97},{&quot;2026-06-29&quot;:7.97},{&quot;2026-06-30&quot;:7.97},{&quot;2026-07-01&quot;:7.97},{&quot;2026-07-02&quot;:8.1},{&quot;2026-07-03&quot;:8.1},{&quot;2026-07-04&quot;:8.01},{&quot;2026-07-05&quot;:8.01},{&quot;2026-07-06&quot;:8.07},{&quot;2026-07-07&quot;:8.07},{&quot;2026-07-08&quot;:8.07},{&quot;2026-07-09&quot;:8.07},{&quot;2026-07-10&quot;:8.08},{&quot;2026-07-11&quot;:8.08},{&quot;2026-07-12&quot;:8.08},{&quot;2026-07-13&quot;:8.08},{&quot;2026-07-14&quot;:8.08},{&quot;2026-07-15&quot;:8.08},{&quot;2026-07-16&quot;:8.08},{&quot;2026-07-17&quot;:8.07},{&quot;2026-07-18&quot;:8.07},{&quot;2026-07-19&quot;:8.07},{&quot;2026-07-20&quot;:8.07},{&quot;2026-07-21&quot;:8.07},{&quot;2026-07-23&quot;:8.02},{&quot;2026-07-25&quot;:8.04},{&quot;2026-07-26&quot;:8.04},{&quot;2026-07-27&quot;:8.04},{&quot;2026-07-29&quot;:8.03},{&quot;2026-07-30&quot;:8.03},{&quot;2026-07-31&quot;:8.05},{&quot;2026-08-01&quot;:8.05},{&quot;2026-08-02&quot;:8.05},{&quot;2026-08-03&quot;:8.05},{&quot;2026-08-04&quot;:8.11},{&quot;2026-08-05&quot;:8.18},{&quot;2026-08-07&quot;:8.15},{&quot;2026-08-08&quot;:8.2},{&quot;2026-08-09&quot;:8.2},{&quot;2026-08-10&quot;:8.2},{&quot;2026-08-11&quot;:8.2},{&quot;2026-08-12&quot;:8.21},{&quot;2026-08-13&quot;:8.21},{&quot;2026-08-14&quot;:8.15},{&quot;2026-08-15&quot;:8.15},{&quot;2026-08-16&quot;:8.15},{&quot;2026-08-17&quot;:8.15},{&quot;2026-08-18&quot;:8.15},{&quot;2026-08-19&quot;:8.24},{&quot;2026-08-20&quot;:8.24},{&quot;2026-08-21&quot;:8.32},{&quot;2026-08-22&quot;:8.32},{&quot;2026-08-23&quot;:8.35},{&quot;2026-08-24&quot;:8.54},{&quot;2026-08-25&quot;:8.54},{&quot;2026-08-26&quot;:8.54},{&quot;2026-08-27&quot;:8.54},{&quot;2026-08-28&quot;:8.56},{&quot;2026-08-29&quot;:8.56},{&quot;2026-08-30&quot;:8.66},{&quot;2026-08-31&quot;:8.82},{&quot;2026-09-01&quot;:8.82},{&quot;2026-09-02&quot;:8.82},{&quot;2026-09-03&quot;:8.82},{&quot;2026-09-04&quot;:8.82},{&quot;2026-09-05&quot;:8.82},{&quot;2026-09-06&quot;:8.82},{&quot;2026-09-07&quot;:8.82},{&quot;2026-09-08&quot;:8.82},{&quot;2026-09-09&quot;:8.82},{&quot;2026-09-10&quot;:8.82},{&quot;2026-09-11&quot;:8.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.11},{&quot;2026-06-11&quot;:7.06},{&quot;2026-06-12&quot;:7.01},{&quot;2026-06-13&quot;:7.31},{&quot;2026-06-14&quot;:7.3},{&quot;2026-06-15&quot;:7.56},{&quot;2026-06-16&quot;:7.56},{&quot;2026-06-17&quot;:7.46},{&quot;2026-06-18&quot;:7.46},{&quot;2026-06-19&quot;:7.47},{&quot;2026-06-20&quot;:7.59},{&quot;2026-06-21&quot;:7.41},{&quot;2026-06-22&quot;:7.32},{&quot;2026-06-23&quot;:7.16},{&quot;2026-06-24&quot;:7.22},{&quot;2026-06-25&quot;:7.38},{&quot;2026-06-26&quot;:7.36},{&quot;2026-06-27&quot;:7.35},{&quot;2026-06-28&quot;:7.47},{&quot;2026-06-29&quot;:7.44},{&quot;2026-06-30&quot;:7.18},{&quot;2026-07-01&quot;:7.17},{&quot;2026-07-02&quot;:7.19},{&quot;2026-07-03&quot;:7.18},{&quot;2026-07-04&quot;:7.2},{&quot;2026-07-05&quot;:7.16},{&quot;2026-07-06&quot;:7.24},{&quot;2026-07-07&quot;:7.25},{&quot;2026-07-08&quot;:7.29},{&quot;2026-07-09&quot;:7.16},{&quot;2026-07-10&quot;:7.01},{&quot;2026-07-11&quot;:7.08},{&quot;2026-07-12&quot;:6.98},{&quot;2026-07-13&quot;:6.78},{&quot;2026-07-14&quot;:6.75},{&quot;2026-07-15&quot;:6.78},{&quot;2026-07-16&quot;:6.68},{&quot;2026-07-17&quot;:6.75},{&quot;2026-07-18&quot;:7.25},{&quot;2026-07-19&quot;:7.45},{&quot;2026-07-20&quot;:7.62},{&quot;2026-07-21&quot;:8.13},{&quot;2026-07-23&quot;:8.34},{&quot;2026-07-25&quot;:8.42},{&quot;2026-07-26&quot;:8.42},{&quot;2026-07-27&quot;:8.17},{&quot;2026-07-29&quot;:8.28},{&quot;2026-07-30&quot;:8.16},{&quot;2026-07-31&quot;:7.87},{&quot;2026-08-01&quot;:7.83},{&quot;2026-08-02&quot;:8.06},{&quot;2026-08-03&quot;:8.1},{&quot;2026-08-04&quot;:7.74},{&quot;2026-08-05&quot;:7.72},{&quot;2026-08-07&quot;:7.81},{&quot;2026-08-08&quot;:7.85},{&quot;2026-08-09&quot;:7.67},{&quot;2026-08-10&quot;:7.71},{&quot;2026-08-11&quot;:7.73},{&quot;2026-08-12&quot;:8.06},{&quot;2026-08-13&quot;:8.25},{&quot;2026-08-14&quot;:8.26},{&quot;2026-08-15&quot;:8.61},{&quot;2026-08-16&quot;:7.95},{&quot;2026-08-17&quot;:7.92},{&quot;2026-08-18&quot;:7.62},{&quot;2026-08-19&quot;:7.81},{&quot;2026-08-20&quot;:7.81},{&quot;2026-08-21&quot;:7.96},{&quot;2026-08-22&quot;:7.78},{&quot;2026-08-23&quot;:8.06},{&quot;2026-08-24&quot;:8.63},{&quot;2026-08-25&quot;:8.63},{&quot;2026-08-26&quot;:9.39},{&quot;2026-08-27&quot;:9.39},{&quot;2026-08-28&quot;:9.36},{&quot;2026-08-29&quot;:9.36},{&quot;2026-08-30&quot;:9.28},{&quot;2026-08-31&quot;:9.08},{&quot;2026-09-01&quot;:9.08},{&quot;2026-09-02&quot;:8.66},{&quot;2026-09-03&quot;:8.35},{&quot;2026-09-04&quot;:8.54},{&quot;2026-09-05&quot;:8.51},{&quot;2026-09-06&quot;:8.52},{&quot;2026-09-07&quot;:8.54},{&quot;2026-09-08&quot;:8.68},{&quot;2026-09-09&quot;:9.09},{&quot;2026-09-10&quot;:9.24},{&quot;2026-09-11&quot;:9.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chimil, the Inner Sun" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/b/7b696878-bf6c-4323-baa5-93c44dde075e.jpg?1782684196" />

        <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">
            Chimil, the Inner Sun
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></i>
          </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="Chimil, the Inner Sun" src="https://cards.scryfall.io/large/front/7/b/7b696878-bf6c-4323-baa5-93c44dde075e.jpg?1782684196" />
    </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">
                $9.62
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.73},{&quot;2026-06-11&quot;:4.68},{&quot;2026-06-12&quot;:4.65},{&quot;2026-06-13&quot;:4.54},{&quot;2026-06-14&quot;:4.51},{&quot;2026-06-15&quot;:4.67},{&quot;2026-06-16&quot;:5.04},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.11},{&quot;2026-06-19&quot;:5.46},{&quot;2026-06-20&quot;:5.48},{&quot;2026-06-21&quot;:5.57},{&quot;2026-06-22&quot;:5.68},{&quot;2026-06-23&quot;:5.62},{&quot;2026-06-24&quot;:5.51},{&quot;2026-06-25&quot;:5.56},{&quot;2026-06-26&quot;:5.31},{&quot;2026-06-27&quot;:5.89},{&quot;2026-06-28&quot;:6.07},{&quot;2026-06-29&quot;:6.26},{&quot;2026-06-30&quot;:6.31},{&quot;2026-07-01&quot;:6.27},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.3},{&quot;2026-07-04&quot;:5.94},{&quot;2026-07-05&quot;:6.93},{&quot;2026-07-06&quot;:7.32},{&quot;2026-07-07&quot;:7.29},{&quot;2026-07-08&quot;:6.81},{&quot;2026-07-09&quot;:6.91},{&quot;2026-07-10&quot;:7.15},{&quot;2026-07-11&quot;:6.88},{&quot;2026-07-12&quot;:6.94},{&quot;2026-07-13&quot;:7.34},{&quot;2026-07-14&quot;:7.59},{&quot;2026-07-15&quot;:7.87},{&quot;2026-07-16&quot;:7.9},{&quot;2026-07-17&quot;:8.23},{&quot;2026-07-18&quot;:8.4},{&quot;2026-07-19&quot;:9.24},{&quot;2026-07-20&quot;:9.58},{&quot;2026-07-21&quot;:10.15},{&quot;2026-07-23&quot;:11.02},{&quot;2026-07-25&quot;:10.95},{&quot;2026-07-26&quot;:10.47},{&quot;2026-07-27&quot;:10.04},{&quot;2026-07-29&quot;:10.32},{&quot;2026-07-30&quot;:10.59},{&quot;2026-07-31&quot;:11.49},{&quot;2026-08-01&quot;:11.41},{&quot;2026-08-02&quot;:11.9},{&quot;2026-08-03&quot;:12.25},{&quot;2026-08-04&quot;:12.02},{&quot;2026-08-05&quot;:12.39},{&quot;2026-08-07&quot;:12.02},{&quot;2026-08-08&quot;:11.66},{&quot;2026-08-09&quot;:11.42},{&quot;2026-08-10&quot;:10.98},{&quot;2026-08-11&quot;:11.07},{&quot;2026-08-12&quot;:10.44},{&quot;2026-08-13&quot;:10.23},{&quot;2026-08-14&quot;:10.02},{&quot;2026-08-15&quot;:10.06},{&quot;2026-08-16&quot;:9.59},{&quot;2026-08-17&quot;:9.74},{&quot;2026-08-18&quot;:10.2},{&quot;2026-08-19&quot;:9.81},{&quot;2026-08-20&quot;:9.81},{&quot;2026-08-21&quot;:10.29},{&quot;2026-08-22&quot;:10.21},{&quot;2026-08-23&quot;:10.18},{&quot;2026-08-24&quot;:10.34},{&quot;2026-08-25&quot;:10.34},{&quot;2026-08-26&quot;:10.02},{&quot;2026-08-27&quot;:9.7},{&quot;2026-08-28&quot;:9.72},{&quot;2026-08-29&quot;:9.72},{&quot;2026-08-30&quot;:9.69},{&quot;2026-08-31&quot;:9.54},{&quot;2026-09-01&quot;:9.54},{&quot;2026-09-02&quot;:9.69},{&quot;2026-09-03&quot;:9.69},{&quot;2026-09-04&quot;:9.75},{&quot;2026-09-05&quot;:9.18},{&quot;2026-09-06&quot;:9.04},{&quot;2026-09-07&quot;:9.55},{&quot;2026-09-08&quot;:9.26},{&quot;2026-09-09&quot;:9.6},{&quot;2026-09-10&quot;:9.53},{&quot;2026-09-11&quot;:9.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13846"
  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">
            Nalfeshnee
        </span>


      </div>

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

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

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

        <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">
            Nalfeshnee
        </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 — Beast Demon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Nalfeshnee" src="https://cards.scryfall.io/large/front/b/7/b7717617-706a-4338-a207-dd8c08feb1c3.jpg?1783922503" />
    </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">
                $9.57
              </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">$5.75</span>
              <span class="text-xs text-grey-text">Credit: $7.48</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;:10.48},{&quot;2026-06-12&quot;:10.46},{&quot;2026-06-13&quot;:10.44},{&quot;2026-06-14&quot;:10.44},{&quot;2026-06-15&quot;:10.44},{&quot;2026-06-16&quot;:10.45},{&quot;2026-06-17&quot;:10.45},{&quot;2026-06-18&quot;:10.35},{&quot;2026-06-19&quot;:10.44},{&quot;2026-06-20&quot;:10.44},{&quot;2026-06-21&quot;:10.44},{&quot;2026-06-22&quot;:10.44},{&quot;2026-06-23&quot;:10.39},{&quot;2026-06-24&quot;:10.18},{&quot;2026-06-25&quot;:10.3},{&quot;2026-06-26&quot;:10.31},{&quot;2026-06-27&quot;:10.27},{&quot;2026-06-28&quot;:10.27},{&quot;2026-06-29&quot;:10.39},{&quot;2026-06-30&quot;:10.37},{&quot;2026-07-01&quot;:10.19},{&quot;2026-07-02&quot;:10.32},{&quot;2026-07-03&quot;:10.32},{&quot;2026-07-04&quot;:10.4},{&quot;2026-07-05&quot;:10.38},{&quot;2026-07-06&quot;:10.35},{&quot;2026-07-07&quot;:10.35},{&quot;2026-07-08&quot;:10.35},{&quot;2026-07-09&quot;:10.37},{&quot;2026-07-10&quot;:10.31},{&quot;2026-07-11&quot;:10.31},{&quot;2026-07-12&quot;:10.31},{&quot;2026-07-13&quot;:10.07},{&quot;2026-07-14&quot;:10.06},{&quot;2026-07-15&quot;:10.01},{&quot;2026-07-16&quot;:10.05},{&quot;2026-07-17&quot;:10.05},{&quot;2026-07-18&quot;:10.0},{&quot;2026-07-19&quot;:10.0},{&quot;2026-07-20&quot;:10.0},{&quot;2026-07-21&quot;:9.95},{&quot;2026-07-23&quot;:10.02},{&quot;2026-07-25&quot;:10.21},{&quot;2026-07-26&quot;:10.43},{&quot;2026-07-27&quot;:10.43},{&quot;2026-07-28&quot;:10.46},{&quot;2026-07-29&quot;:10.46},{&quot;2026-07-30&quot;:10.68},{&quot;2026-07-31&quot;:10.83},{&quot;2026-08-01&quot;:10.83},{&quot;2026-08-02&quot;:10.83},{&quot;2026-08-03&quot;:10.74},{&quot;2026-08-04&quot;:10.32},{&quot;2026-08-05&quot;:10.42},{&quot;2026-08-07&quot;:10.39},{&quot;2026-08-08&quot;:10.28},{&quot;2026-08-09&quot;:10.07},{&quot;2026-08-10&quot;:10.07},{&quot;2026-08-11&quot;:10.07},{&quot;2026-08-12&quot;:10.07},{&quot;2026-08-13&quot;:10.02},{&quot;2026-08-14&quot;:9.94},{&quot;2026-08-15&quot;:9.9},{&quot;2026-08-16&quot;:9.75},{&quot;2026-08-17&quot;:9.66},{&quot;2026-08-18&quot;:9.73},{&quot;2026-08-19&quot;:9.74},{&quot;2026-08-20&quot;:9.74},{&quot;2026-08-21&quot;:10.05},{&quot;2026-08-22&quot;:10.23},{&quot;2026-08-23&quot;:10.23},{&quot;2026-08-24&quot;:10.27},{&quot;2026-08-25&quot;:10.27},{&quot;2026-08-26&quot;:10.19},{&quot;2026-08-27&quot;:10.19},{&quot;2026-08-28&quot;:10.19},{&quot;2026-08-29&quot;:10.19},{&quot;2026-08-30&quot;:9.94},{&quot;2026-08-31&quot;:9.83},{&quot;2026-09-01&quot;:9.83},{&quot;2026-09-02&quot;:9.87},{&quot;2026-09-03&quot;:9.91},{&quot;2026-09-04&quot;:9.76},{&quot;2026-09-05&quot;:9.79},{&quot;2026-09-06&quot;:9.68},{&quot;2026-09-07&quot;:9.63},{&quot;2026-09-08&quot;:9.63},{&quot;2026-09-09&quot;:9.64},{&quot;2026-09-10&quot;:9.57},{&quot;2026-09-11&quot;:9.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Untimely Malfunction" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/857bfb0e-17dc-4dda-bc37-3df927a9eae6.jpg?1783909463" />

        <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">
            Untimely Malfunction
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Untimely Malfunction" src="https://cards.scryfall.io/large/front/8/5/857bfb0e-17dc-4dda-bc37-3df927a9eae6.jpg?1783909463" />
    </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">
                $9.57
              </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">
                $10.63
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:8.47},{&quot;2026-06-11&quot;:8.63},{&quot;2026-06-12&quot;:8.67},{&quot;2026-06-13&quot;:8.67},{&quot;2026-06-14&quot;:8.91},{&quot;2026-06-15&quot;:8.88},{&quot;2026-06-16&quot;:8.76},{&quot;2026-06-17&quot;:8.46},{&quot;2026-06-18&quot;:8.27},{&quot;2026-06-19&quot;:8.51},{&quot;2026-06-20&quot;:8.36},{&quot;2026-06-21&quot;:8.36},{&quot;2026-06-22&quot;:8.36},{&quot;2026-06-23&quot;:8.36},{&quot;2026-06-24&quot;:8.42},{&quot;2026-06-25&quot;:8.09},{&quot;2026-06-26&quot;:8.09},{&quot;2026-06-27&quot;:8.13},{&quot;2026-06-28&quot;:8.21},{&quot;2026-06-29&quot;:8.3},{&quot;2026-06-30&quot;:8.21},{&quot;2026-07-01&quot;:8.39},{&quot;2026-07-02&quot;:8.43},{&quot;2026-07-03&quot;:8.06},{&quot;2026-07-04&quot;:7.98},{&quot;2026-07-05&quot;:8.05},{&quot;2026-07-06&quot;:8.06},{&quot;2026-07-07&quot;:8.12},{&quot;2026-07-08&quot;:8.12},{&quot;2026-07-09&quot;:8.3},{&quot;2026-07-10&quot;:8.3},{&quot;2026-07-11&quot;:8.34},{&quot;2026-07-12&quot;:8.22},{&quot;2026-07-13&quot;:8.05},{&quot;2026-07-14&quot;:8.31},{&quot;2026-07-15&quot;:8.48},{&quot;2026-07-16&quot;:8.53},{&quot;2026-07-17&quot;:8.54},{&quot;2026-07-18&quot;:8.57},{&quot;2026-07-19&quot;:8.55},{&quot;2026-07-20&quot;:8.93},{&quot;2026-07-21&quot;:9.3},{&quot;2026-07-23&quot;:9.26},{&quot;2026-07-25&quot;:9.23},{&quot;2026-07-26&quot;:9.32},{&quot;2026-07-27&quot;:9.38},{&quot;2026-07-29&quot;:9.29},{&quot;2026-07-30&quot;:9.07},{&quot;2026-07-31&quot;:8.5},{&quot;2026-08-01&quot;:8.5},{&quot;2026-08-02&quot;:8.58},{&quot;2026-08-03&quot;:8.64},{&quot;2026-08-04&quot;:8.79},{&quot;2026-08-05&quot;:8.79},{&quot;2026-08-07&quot;:9.1},{&quot;2026-08-08&quot;:8.97},{&quot;2026-08-09&quot;:9.01},{&quot;2026-08-10&quot;:9.06},{&quot;2026-08-11&quot;:9.66},{&quot;2026-08-12&quot;:9.65},{&quot;2026-08-13&quot;:9.65},{&quot;2026-08-14&quot;:9.52},{&quot;2026-08-15&quot;:9.55},{&quot;2026-08-16&quot;:9.58},{&quot;2026-08-17&quot;:9.55},{&quot;2026-08-18&quot;:9.5},{&quot;2026-08-19&quot;:9.53},{&quot;2026-08-20&quot;:9.53},{&quot;2026-08-21&quot;:9.63},{&quot;2026-08-22&quot;:9.43},{&quot;2026-08-23&quot;:9.58},{&quot;2026-08-24&quot;:9.79},{&quot;2026-08-25&quot;:9.79},{&quot;2026-08-26&quot;:10.22},{&quot;2026-08-27&quot;:10.88},{&quot;2026-08-28&quot;:11.31},{&quot;2026-08-29&quot;:11.31},{&quot;2026-08-30&quot;:11.31},{&quot;2026-08-31&quot;:11.3},{&quot;2026-09-01&quot;:11.3},{&quot;2026-09-02&quot;:11.02},{&quot;2026-09-03&quot;:11.02},{&quot;2026-09-04&quot;:10.67},{&quot;2026-09-05&quot;:10.26},{&quot;2026-09-06&quot;:10.26},{&quot;2026-09-07&quot;:10.28},{&quot;2026-09-08&quot;:10.66},{&quot;2026-09-09&quot;:10.24},{&quot;2026-09-10&quot;:10.32},{&quot;2026-09-11&quot;:10.63}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.82},{&quot;2026-06-11&quot;:6.79},{&quot;2026-06-12&quot;:7.33},{&quot;2026-06-13&quot;:7.01},{&quot;2026-06-14&quot;:7.1},{&quot;2026-06-15&quot;:7.26},{&quot;2026-06-16&quot;:7.22},{&quot;2026-06-17&quot;:7.29},{&quot;2026-06-18&quot;:7.06},{&quot;2026-06-19&quot;:7.22},{&quot;2026-06-20&quot;:7.49},{&quot;2026-06-21&quot;:7.21},{&quot;2026-06-22&quot;:7.31},{&quot;2026-06-23&quot;:7.43},{&quot;2026-06-24&quot;:7.63},{&quot;2026-06-25&quot;:8.15},{&quot;2026-06-26&quot;:8.18},{&quot;2026-06-27&quot;:8.16},{&quot;2026-06-28&quot;:7.58},{&quot;2026-06-29&quot;:7.59},{&quot;2026-06-30&quot;:8.2},{&quot;2026-07-01&quot;:7.87},{&quot;2026-07-02&quot;:7.7},{&quot;2026-07-03&quot;:7.8},{&quot;2026-07-04&quot;:7.79},{&quot;2026-07-05&quot;:7.05},{&quot;2026-07-06&quot;:7.15},{&quot;2026-07-07&quot;:7.43},{&quot;2026-07-08&quot;:7.7},{&quot;2026-07-09&quot;:7.53},{&quot;2026-07-10&quot;:7.61},{&quot;2026-07-11&quot;:7.61},{&quot;2026-07-12&quot;:7.32},{&quot;2026-07-13&quot;:6.93},{&quot;2026-07-14&quot;:7.19},{&quot;2026-07-15&quot;:7.84},{&quot;2026-07-16&quot;:7.75},{&quot;2026-07-17&quot;:8.15},{&quot;2026-07-18&quot;:8.46},{&quot;2026-07-19&quot;:8.71},{&quot;2026-07-20&quot;:8.43},{&quot;2026-07-21&quot;:8.45},{&quot;2026-07-23&quot;:7.76},{&quot;2026-07-25&quot;:8.76},{&quot;2026-07-26&quot;:8.98},{&quot;2026-07-27&quot;:8.8},{&quot;2026-07-29&quot;:8.38},{&quot;2026-07-30&quot;:7.99},{&quot;2026-07-31&quot;:8.08},{&quot;2026-08-01&quot;:8.48},{&quot;2026-08-02&quot;:8.65},{&quot;2026-08-03&quot;:8.63},{&quot;2026-08-04&quot;:8.24},{&quot;2026-08-05&quot;:8.59},{&quot;2026-08-07&quot;:8.36},{&quot;2026-08-08&quot;:8.19},{&quot;2026-08-09&quot;:8.09},{&quot;2026-08-10&quot;:8.04},{&quot;2026-08-11&quot;:8.41},{&quot;2026-08-12&quot;:9.0},{&quot;2026-08-13&quot;:8.8},{&quot;2026-08-14&quot;:8.35},{&quot;2026-08-15&quot;:8.54},{&quot;2026-08-16&quot;:7.58},{&quot;2026-08-17&quot;:8.05},{&quot;2026-08-18&quot;:8.53},{&quot;2026-08-19&quot;:8.96},{&quot;2026-08-20&quot;:8.96},{&quot;2026-08-21&quot;:8.37},{&quot;2026-08-22&quot;:8.01},{&quot;2026-08-23&quot;:8.65},{&quot;2026-08-24&quot;:8.88},{&quot;2026-08-25&quot;:8.88},{&quot;2026-08-26&quot;:9.36},{&quot;2026-08-27&quot;:9.23},{&quot;2026-08-28&quot;:8.87},{&quot;2026-08-29&quot;:8.87},{&quot;2026-08-30&quot;:8.43},{&quot;2026-08-31&quot;:8.66},{&quot;2026-09-01&quot;:8.66},{&quot;2026-09-02&quot;:8.52},{&quot;2026-09-03&quot;:8.55},{&quot;2026-09-04&quot;:8.7},{&quot;2026-09-05&quot;:9.35},{&quot;2026-09-06&quot;:9.33},{&quot;2026-09-07&quot;:9.22},{&quot;2026-09-08&quot;:9.75},{&quot;2026-09-09&quot;:9.47},{&quot;2026-09-10&quot;:9.43},{&quot;2026-09-11&quot;:9.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lightning, Army of One" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/1103da9c-300c-406b-997d-9e5bb7cd02d6.jpg?1783906566" />

        <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, Army of One
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Lightning, Army of One" src="https://cards.scryfall.io/large/front/1/1/1103da9c-300c-406b-997d-9e5bb7cd02d6.jpg?1783906566" />
    </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">
                $9.57
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $13.14
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:12.29},{&quot;2026-06-14&quot;:12.29},{&quot;2026-06-15&quot;:12.19},{&quot;2026-06-16&quot;:12.37},{&quot;2026-06-17&quot;:12.3},{&quot;2026-06-18&quot;:12.22},{&quot;2026-06-19&quot;:12.23},{&quot;2026-06-20&quot;:12.23},{&quot;2026-06-21&quot;:12.23},{&quot;2026-06-22&quot;:12.06},{&quot;2026-06-23&quot;:12.13},{&quot;2026-06-24&quot;:12.3},{&quot;2026-06-25&quot;:12.23},{&quot;2026-06-26&quot;:12.26},{&quot;2026-06-27&quot;:12.26},{&quot;2026-06-28&quot;:12.26},{&quot;2026-06-29&quot;:12.13},{&quot;2026-06-30&quot;:12.13},{&quot;2026-07-01&quot;:11.87},{&quot;2026-07-02&quot;:11.87},{&quot;2026-07-03&quot;:11.6},{&quot;2026-07-04&quot;:11.52},{&quot;2026-07-05&quot;:11.52},{&quot;2026-07-06&quot;:11.32},{&quot;2026-07-07&quot;:11.19},{&quot;2026-07-08&quot;:11.29},{&quot;2026-07-09&quot;:11.38},{&quot;2026-07-10&quot;:11.34},{&quot;2026-07-11&quot;:11.26},{&quot;2026-07-12&quot;:10.99},{&quot;2026-07-13&quot;:11.13},{&quot;2026-07-14&quot;:11.13},{&quot;2026-07-15&quot;:11.05},{&quot;2026-07-16&quot;:10.85},{&quot;2026-07-17&quot;:10.84},{&quot;2026-07-18&quot;:10.86},{&quot;2026-07-19&quot;:10.94},{&quot;2026-07-20&quot;:10.94},{&quot;2026-07-21&quot;:11.18},{&quot;2026-07-22&quot;:11.29},{&quot;2026-07-23&quot;:11.4},{&quot;2026-07-24&quot;:11.4},{&quot;2026-07-25&quot;:11.37},{&quot;2026-07-26&quot;:11.41},{&quot;2026-07-27&quot;:11.53},{&quot;2026-07-28&quot;:11.75},{&quot;2026-07-29&quot;:11.75},{&quot;2026-07-30&quot;:11.75},{&quot;2026-07-31&quot;:12.08},{&quot;2026-08-01&quot;:12.08},{&quot;2026-08-02&quot;:12.08},{&quot;2026-08-03&quot;:12.08},{&quot;2026-08-04&quot;:12.02},{&quot;2026-08-05&quot;:12.46},{&quot;2026-08-07&quot;:12.53},{&quot;2026-08-08&quot;:12.72},{&quot;2026-08-09&quot;:12.72},{&quot;2026-08-10&quot;:12.72},{&quot;2026-08-11&quot;:12.88},{&quot;2026-08-12&quot;:12.89},{&quot;2026-08-13&quot;:12.89},{&quot;2026-08-14&quot;:12.89},{&quot;2026-08-15&quot;:12.98},{&quot;2026-08-16&quot;:12.98},{&quot;2026-08-17&quot;:12.98},{&quot;2026-08-18&quot;:12.98},{&quot;2026-08-19&quot;:12.98},{&quot;2026-08-20&quot;:13.11},{&quot;2026-08-21&quot;:13.11},{&quot;2026-08-22&quot;:13.11},{&quot;2026-08-23&quot;:13.12},{&quot;2026-08-24&quot;:13.2},{&quot;2026-08-25&quot;:13.14},{&quot;2026-08-26&quot;:13.22},{&quot;2026-08-27&quot;:13.22},{&quot;2026-08-28&quot;:13.25},{&quot;2026-08-29&quot;:13.25},{&quot;2026-08-30&quot;:13.19},{&quot;2026-08-31&quot;:13.14},{&quot;2026-09-01&quot;:13.08},{&quot;2026-09-02&quot;:13.01},{&quot;2026-09-03&quot;:13.01},{&quot;2026-09-04&quot;:13.23},{&quot;2026-09-05&quot;:13.34},{&quot;2026-09-06&quot;:13.08},{&quot;2026-09-07&quot;:13.08},{&quot;2026-09-08&quot;:13.08},{&quot;2026-09-09&quot;:13.14},{&quot;2026-09-10&quot;:13.14},{&quot;2026-09-11&quot;:13.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.34},{&quot;2026-06-14&quot;:10.2},{&quot;2026-06-15&quot;:10.08},{&quot;2026-06-16&quot;:10.35},{&quot;2026-06-17&quot;:10.41},{&quot;2026-06-18&quot;:10.47},{&quot;2026-06-19&quot;:10.41},{&quot;2026-06-20&quot;:10.16},{&quot;2026-06-21&quot;:10.28},{&quot;2026-06-22&quot;:10.08},{&quot;2026-06-23&quot;:10.04},{&quot;2026-06-24&quot;:9.99},{&quot;2026-06-25&quot;:9.85},{&quot;2026-06-26&quot;:10.11},{&quot;2026-06-27&quot;:9.61},{&quot;2026-06-28&quot;:9.52},{&quot;2026-06-29&quot;:9.47},{&quot;2026-06-30&quot;:9.48},{&quot;2026-07-01&quot;:9.73},{&quot;2026-07-02&quot;:10.12},{&quot;2026-07-03&quot;:10.12},{&quot;2026-07-04&quot;:10.01},{&quot;2026-07-05&quot;:9.6},{&quot;2026-07-06&quot;:9.54},{&quot;2026-07-07&quot;:9.87},{&quot;2026-07-08&quot;:9.96},{&quot;2026-07-09&quot;:10.04},{&quot;2026-07-10&quot;:9.74},{&quot;2026-07-11&quot;:9.79},{&quot;2026-07-12&quot;:9.6},{&quot;2026-07-13&quot;:9.1},{&quot;2026-07-14&quot;:9.07},{&quot;2026-07-15&quot;:9.23},{&quot;2026-07-16&quot;:9.37},{&quot;2026-07-17&quot;:9.07},{&quot;2026-07-18&quot;:8.7},{&quot;2026-07-19&quot;:8.67},{&quot;2026-07-20&quot;:9.04},{&quot;2026-07-21&quot;:9.06},{&quot;2026-07-22&quot;:9.22},{&quot;2026-07-23&quot;:9.16},{&quot;2026-07-24&quot;:9.03},{&quot;2026-07-25&quot;:8.93},{&quot;2026-07-26&quot;:8.62},{&quot;2026-07-27&quot;:8.77},{&quot;2026-07-28&quot;:8.84},{&quot;2026-07-29&quot;:9.12},{&quot;2026-07-30&quot;:9.19},{&quot;2026-07-31&quot;:8.98},{&quot;2026-08-01&quot;:8.94},{&quot;2026-08-02&quot;:8.96},{&quot;2026-08-03&quot;:9.07},{&quot;2026-08-04&quot;:9.32},{&quot;2026-08-05&quot;:9.26},{&quot;2026-08-07&quot;:9.25},{&quot;2026-08-08&quot;:9.26},{&quot;2026-08-09&quot;:8.66},{&quot;2026-08-10&quot;:8.71},{&quot;2026-08-11&quot;:9.06},{&quot;2026-08-12&quot;:8.93},{&quot;2026-08-13&quot;:9.48},{&quot;2026-08-14&quot;:9.91},{&quot;2026-08-15&quot;:9.92},{&quot;2026-08-16&quot;:10.41},{&quot;2026-08-17&quot;:10.47},{&quot;2026-08-18&quot;:10.18},{&quot;2026-08-19&quot;:9.75},{&quot;2026-08-20&quot;:9.6},{&quot;2026-08-21&quot;:9.63},{&quot;2026-08-22&quot;:9.84},{&quot;2026-08-23&quot;:9.48},{&quot;2026-08-24&quot;:9.72},{&quot;2026-08-25&quot;:10.47},{&quot;2026-08-26&quot;:10.59},{&quot;2026-08-27&quot;:10.3},{&quot;2026-08-28&quot;:9.99},{&quot;2026-08-29&quot;:9.99},{&quot;2026-08-30&quot;:9.49},{&quot;2026-08-31&quot;:9.91},{&quot;2026-09-01&quot;:10.28},{&quot;2026-09-02&quot;:10.02},{&quot;2026-09-03&quot;:10.16},{&quot;2026-09-04&quot;:10.5},{&quot;2026-09-05&quot;:10.59},{&quot;2026-09-06&quot;:10.46},{&quot;2026-09-07&quot;:10.52},{&quot;2026-09-08&quot;:10.87},{&quot;2026-09-09&quot;:9.85},{&quot;2026-09-10&quot;:10.09},{&quot;2026-09-11&quot;:9.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Avatar 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">
            $9.55
          </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="Overlord of the Hauntwoods" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/05d08ff1-edcc-4c76-96e0-683b3da36ebb.jpg?1783909450" />

        <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">
            Overlord of the Hauntwoods
        </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 Creature — Avatar 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-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="Overlord of the Hauntwoods" src="https://cards.scryfall.io/large/front/0/5/05d08ff1-edcc-4c76-96e0-683b3da36ebb.jpg?1783909450" />
    </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">
                $9.55
              </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.80
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</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;:9.47},{&quot;2026-06-10&quot;:9.5},{&quot;2026-06-11&quot;:9.42},{&quot;2026-06-12&quot;:9.45},{&quot;2026-06-13&quot;:9.45},{&quot;2026-06-14&quot;:9.45},{&quot;2026-06-15&quot;:9.55},{&quot;2026-06-16&quot;:9.55},{&quot;2026-06-17&quot;:9.65},{&quot;2026-06-18&quot;:9.63},{&quot;2026-06-19&quot;:9.59},{&quot;2026-06-20&quot;:9.59},{&quot;2026-06-21&quot;:9.59},{&quot;2026-06-22&quot;:9.56},{&quot;2026-06-24&quot;:9.56},{&quot;2026-06-25&quot;:9.56},{&quot;2026-06-26&quot;:9.56},{&quot;2026-06-27&quot;:9.56},{&quot;2026-06-28&quot;:9.56},{&quot;2026-06-29&quot;:9.61},{&quot;2026-06-30&quot;:9.59},{&quot;2026-07-01&quot;:9.59},{&quot;2026-07-02&quot;:9.46},{&quot;2026-07-03&quot;:9.46},{&quot;2026-07-04&quot;:9.38},{&quot;2026-07-05&quot;:9.38},{&quot;2026-07-06&quot;:9.38},{&quot;2026-07-07&quot;:9.38},{&quot;2026-07-08&quot;:9.39},{&quot;2026-07-09&quot;:9.39},{&quot;2026-07-10&quot;:9.36},{&quot;2026-07-11&quot;:9.33},{&quot;2026-07-12&quot;:9.33},{&quot;2026-07-13&quot;:9.33},{&quot;2026-07-14&quot;:9.33},{&quot;2026-07-15&quot;:9.37},{&quot;2026-07-16&quot;:9.37},{&quot;2026-07-17&quot;:9.37},{&quot;2026-07-18&quot;:9.37},{&quot;2026-07-19&quot;:9.37},{&quot;2026-07-20&quot;:9.44},{&quot;2026-07-21&quot;:9.44},{&quot;2026-07-23&quot;:9.48},{&quot;2026-07-25&quot;:9.4},{&quot;2026-07-26&quot;:9.4},{&quot;2026-07-27&quot;:9.4},{&quot;2026-07-29&quot;:9.32},{&quot;2026-07-30&quot;:9.32},{&quot;2026-07-31&quot;:9.16},{&quot;2026-08-01&quot;:9.16},{&quot;2026-08-02&quot;:9.16},{&quot;2026-08-03&quot;:9.16},{&quot;2026-08-04&quot;:9.16},{&quot;2026-08-05&quot;:9.19},{&quot;2026-08-07&quot;:9.23},{&quot;2026-08-08&quot;:9.17},{&quot;2026-08-09&quot;:9.17},{&quot;2026-08-10&quot;:9.13},{&quot;2026-08-11&quot;:9.13},{&quot;2026-08-12&quot;:9.13},{&quot;2026-08-13&quot;:9.09},{&quot;2026-08-14&quot;:9.12},{&quot;2026-08-15&quot;:9.12},{&quot;2026-08-16&quot;:9.12},{&quot;2026-08-17&quot;:9.12},{&quot;2026-08-18&quot;:9.23},{&quot;2026-08-19&quot;:9.23},{&quot;2026-08-20&quot;:9.23},{&quot;2026-08-21&quot;:9.28},{&quot;2026-08-22&quot;:9.36},{&quot;2026-08-23&quot;:9.33},{&quot;2026-08-24&quot;:9.33},{&quot;2026-08-25&quot;:9.33},{&quot;2026-08-26&quot;:9.33},{&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.35},{&quot;2026-08-31&quot;:9.49},{&quot;2026-09-01&quot;:9.49},{&quot;2026-09-02&quot;:9.49},{&quot;2026-09-03&quot;:9.49},{&quot;2026-09-04&quot;:9.49},{&quot;2026-09-05&quot;:9.49},{&quot;2026-09-06&quot;:9.43},{&quot;2026-09-07&quot;:9.44},{&quot;2026-09-08&quot;:9.32},{&quot;2026-09-09&quot;:9.57},{&quot;2026-09-10&quot;:9.79},{&quot;2026-09-11&quot;:9.8}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:9.12},{&quot;2026-06-10&quot;:9.2},{&quot;2026-06-11&quot;:9.3},{&quot;2026-06-12&quot;:9.15},{&quot;2026-06-13&quot;:9.09},{&quot;2026-06-14&quot;:9.25},{&quot;2026-06-15&quot;:8.88},{&quot;2026-06-16&quot;:8.88},{&quot;2026-06-17&quot;:8.77},{&quot;2026-06-18&quot;:8.8},{&quot;2026-06-19&quot;:8.9},{&quot;2026-06-20&quot;:8.95},{&quot;2026-06-21&quot;:8.96},{&quot;2026-06-22&quot;:9.03},{&quot;2026-06-24&quot;:8.8},{&quot;2026-06-25&quot;:8.84},{&quot;2026-06-26&quot;:8.31},{&quot;2026-06-27&quot;:8.34},{&quot;2026-06-28&quot;:8.35},{&quot;2026-06-29&quot;:8.23},{&quot;2026-06-30&quot;:8.28},{&quot;2026-07-01&quot;:8.55},{&quot;2026-07-02&quot;:8.47},{&quot;2026-07-03&quot;:8.6},{&quot;2026-07-04&quot;:8.49},{&quot;2026-07-05&quot;:8.54},{&quot;2026-07-06&quot;:8.52},{&quot;2026-07-07&quot;:8.41},{&quot;2026-07-08&quot;:8.23},{&quot;2026-07-09&quot;:8.28},{&quot;2026-07-10&quot;:8.39},{&quot;2026-07-11&quot;:8.67},{&quot;2026-07-12&quot;:8.84},{&quot;2026-07-13&quot;:8.98},{&quot;2026-07-14&quot;:8.77},{&quot;2026-07-15&quot;:8.66},{&quot;2026-07-16&quot;:8.65},{&quot;2026-07-17&quot;:8.66},{&quot;2026-07-18&quot;:8.57},{&quot;2026-07-19&quot;:8.51},{&quot;2026-07-20&quot;:8.27},{&quot;2026-07-21&quot;:8.01},{&quot;2026-07-23&quot;:7.88},{&quot;2026-07-25&quot;:8.48},{&quot;2026-07-26&quot;:8.56},{&quot;2026-07-27&quot;:8.61},{&quot;2026-07-29&quot;:8.55},{&quot;2026-07-30&quot;:8.49},{&quot;2026-07-31&quot;:8.44},{&quot;2026-08-01&quot;:8.48},{&quot;2026-08-02&quot;:8.72},{&quot;2026-08-03&quot;:8.89},{&quot;2026-08-04&quot;:8.87},{&quot;2026-08-05&quot;:8.95},{&quot;2026-08-07&quot;:8.8},{&quot;2026-08-08&quot;:8.57},{&quot;2026-08-09&quot;:8.45},{&quot;2026-08-10&quot;:8.31},{&quot;2026-08-11&quot;:8.09},{&quot;2026-08-12&quot;:8.07},{&quot;2026-08-13&quot;:8.14},{&quot;2026-08-14&quot;:7.62},{&quot;2026-08-15&quot;:7.59},{&quot;2026-08-16&quot;:7.82},{&quot;2026-08-17&quot;:7.99},{&quot;2026-08-18&quot;:8.25},{&quot;2026-08-19&quot;:8.65},{&quot;2026-08-20&quot;:8.65},{&quot;2026-08-21&quot;:9.2},{&quot;2026-08-22&quot;:9.2},{&quot;2026-08-23&quot;:8.79},{&quot;2026-08-24&quot;:8.84},{&quot;2026-08-25&quot;:8.84},{&quot;2026-08-26&quot;:8.2},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.74},{&quot;2026-08-29&quot;:8.74},{&quot;2026-08-30&quot;:9.22},{&quot;2026-08-31&quot;:9.11},{&quot;2026-09-01&quot;:9.11},{&quot;2026-09-02&quot;:9.05},{&quot;2026-09-03&quot;:9.24},{&quot;2026-09-04&quot;:9.25},{&quot;2026-09-05&quot;:9.51},{&quot;2026-09-06&quot;:9.73},{&quot;2026-09-07&quot;:9.77},{&quot;2026-09-08&quot;:9.63},{&quot;2026-09-09&quot;:9.38},{&quot;2026-09-10&quot;:9.38},{&quot;2026-09-11&quot;:9.55}]}"
        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 401-450 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=8&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=8&amp;username=denvermullets" rel="prev">8</a><a role="link" aria-disabled="true" aria-current="page">9</a><a href="/load_collection?direction=asc&amp;page=10&amp;username=denvermullets" rel="next">10</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=10&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="86616"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MM2-151
            </td>

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86907"
          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">
              2XM-300
            </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>
              Sword of War and Peace


            </td>

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

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24343"
          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">
              256
            </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>
              Blazemire 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">
                  $10.77

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70826"
          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">
              197
            </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>
              Swan Song


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13823"
          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">
              670
            </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>
              Brainstealer Dragon


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90778"
          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-inr ss-rare ss-fw ss-2x mr-4"></i>
              Cathars&#39; Crusade


            </td>

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85634"
          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">
              CMR-365
            </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>
              Aesi, Tyrant of Gyre Strait


            </td>

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

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

                </div>
            </td>

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95832"
          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">
              256
            </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-rare ss-fw ss-2x mr-4"></i>
              Sacred Foundry


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19425"
          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">
              421
            </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>
              Plaza of Heroes


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

                </div>
            </td>

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20852"
          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">
              300
            </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-mythic ss-fw ss-2x mr-4"></i>
              Sword of War and Peace


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87476"
          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">
              35
            </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>
              Sanguine Bond


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


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

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

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

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

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


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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108501"
          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-tmt ss-mythic ss-fw ss-2x mr-4"></i>
              Leonardo, Cutting Edge


            </td>

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

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

                </div>
            </td>

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

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

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

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


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

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

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

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

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


            </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-5'></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">
                  $10.38

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95830"
          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">
              251
            </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-rare ss-fw ss-2x mr-4"></i>
              Breeding Pool


            </td>

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18845"
          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">
              288
            </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-rare ss-fw ss-2x mr-4"></i>
              Mystic Remora


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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $10.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">
                $9.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.17
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13846"
          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">
              678
            </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>
              Nalfeshnee


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Lightning, Army of One


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

                </div>
            </td>

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

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

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

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

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

</template></turbo-stream>