<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="108474"
  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">
            North Wind Avatar
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.10
          </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="North Wind Avatar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/4/d4316e3e-550f-459d-bbcb-1006d029246d.jpg?1783904041" />

        <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">
            North Wind Avatar
        </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 Spirit Avatar</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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><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="North Wind Avatar" src="https://cards.scryfall.io/large/front/d/4/d4316e3e-550f-459d-bbcb-1006d029246d.jpg?1783904041" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:3.17},{&quot;2026-06-17&quot;:3.26},{&quot;2026-06-18&quot;:3.26},{&quot;2026-06-19&quot;:3.24},{&quot;2026-06-20&quot;:3.25},{&quot;2026-06-21&quot;:3.25},{&quot;2026-06-22&quot;:3.16},{&quot;2026-06-23&quot;:3.16},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.16},{&quot;2026-06-26&quot;:3.16},{&quot;2026-06-27&quot;:3.2},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.23},{&quot;2026-06-30&quot;:3.34},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.32},{&quot;2026-07-03&quot;:3.32},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.32},{&quot;2026-07-07&quot;:3.31},{&quot;2026-07-08&quot;:3.35},{&quot;2026-07-09&quot;:3.32},{&quot;2026-07-10&quot;:3.32},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.34},{&quot;2026-07-13&quot;:3.34},{&quot;2026-07-14&quot;:3.34},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.4},{&quot;2026-07-20&quot;:3.44},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-22&quot;:3.42},{&quot;2026-07-23&quot;:3.64},{&quot;2026-07-24&quot;:3.64},{&quot;2026-07-25&quot;:3.59},{&quot;2026-07-26&quot;:3.68},{&quot;2026-07-27&quot;:3.77},{&quot;2026-07-28&quot;:3.77},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.72},{&quot;2026-07-31&quot;:3.72},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.65},{&quot;2026-08-03&quot;:3.76},{&quot;2026-08-04&quot;:3.85},{&quot;2026-08-05&quot;:3.85},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.85},{&quot;2026-08-10&quot;:3.85},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:3.88},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.83},{&quot;2026-08-15&quot;:3.85},{&quot;2026-08-16&quot;:3.85},{&quot;2026-08-17&quot;:3.85},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.91},{&quot;2026-08-20&quot;:3.91},{&quot;2026-08-21&quot;:3.89},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.89},{&quot;2026-08-24&quot;:3.89},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:3.89},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.89},{&quot;2026-08-29&quot;:3.89},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:3.89},{&quot;2026-09-01&quot;:3.89},{&quot;2026-09-02&quot;:3.89},{&quot;2026-09-03&quot;:3.84},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:3.29},{&quot;2026-09-06&quot;:3.29},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.24},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.29},{&quot;2026-09-12&quot;:3.24},{&quot;2026-09-13&quot;:3.24}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.8},{&quot;2026-06-24&quot;:2.78},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.78},{&quot;2026-06-27&quot;:2.81},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.88},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.06},{&quot;2026-07-08&quot;:2.99},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:2.97},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:3.01},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:3.01},{&quot;2026-07-17&quot;:3.01},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.08},{&quot;2026-07-20&quot;:3.08},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-22&quot;:3.0},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.77},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.21},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.28},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.48},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.48},{&quot;2026-08-14&quot;:3.48},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.33},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.27},{&quot;2026-08-20&quot;:3.16},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.72},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.12},{&quot;2026-09-05&quot;:2.15},{&quot;2026-09-06&quot;:1.99},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.1},{&quot;2026-09-12&quot;:2.1},{&quot;2026-09-13&quot;:2.1}]}"
        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="12406"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Wild Magic Surge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c4c89d88-9d40-46b6-bee0-6bc2e2ca8ba1.jpg?1783922725" />

        <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">
            Wild Magic Surge
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Wild Magic Surge" src="https://cards.scryfall.io/large/front/c/4/c4c89d88-9d40-46b6-bee0-6bc2e2ca8ba1.jpg?1783922725" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.55},{&quot;2026-06-14&quot;:1.55},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.51},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.61},{&quot;2026-06-27&quot;:1.61},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.03},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.05},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:1.99},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:2.05},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.13},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.17},{&quot;2026-08-05&quot;:2.17},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.35},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.42},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.41},{&quot;2026-09-13&quot;:2.41}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:2.11},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.12},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.02},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.99},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:2.01},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.96},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.26},{&quot;2026-08-13&quot;:3.2},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.24},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c36cb953-0553-462c-bd7e-4193987d36c9.jpg?1783928706" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Kodama&#39;s Reach
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/c/3/c36cb953-0553-462c-bd7e-4193987d36c9.jpg?1783928706" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.66},{&quot;2026-06-13&quot;:1.63},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.63},{&quot;2026-06-17&quot;:1.63},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.58},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.65},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.67},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.63},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.69},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.69},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.7},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.88},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.96},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:1.93},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.89},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:1.91},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.91},{&quot;2026-08-19&quot;:1.91},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.11},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Bojuka Bog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6e1d1e83-c34a-46af-8aec-ff698446099f.jpg?1783926162" />

        <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">
            Bojuka Bog
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bojuka Bog" src="https://cards.scryfall.io/large/front/6/e/6e1d1e83-c34a-46af-8aec-ff698446099f.jpg?1783926162" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.2},{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.24},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.29},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.45},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.43},{&quot;2026-06-27&quot;:1.5},{&quot;2026-06-28&quot;:1.53},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.53},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.51},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.7},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.8},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.86},{&quot;2026-07-20&quot;:1.86},{&quot;2026-07-21&quot;:1.91},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:1.92},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-28&quot;:1.98},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.8},{&quot;2026-08-11&quot;:1.8},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.81},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.8},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.78},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.03},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30088"
  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">
            Will-o&#39;-the-Wisp
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Will-o&#39;-the-Wisp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/583ef317-8105-4917-ba3c-93de3eebd944.jpg?1783947835" />

        <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">
            Will-o&#39;-the-Wisp
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Will-o&#39;-the-Wisp" src="https://cards.scryfall.io/large/front/5/8/583ef317-8105-4917-ba3c-93de3eebd944.jpg?1783947835" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

      <!-- 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-15&quot;:1.23},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.24},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.24},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.24},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.52},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.52},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.81},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.81},{&quot;2026-08-25&quot;:1.81},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.08},{&quot;2026-09-03&quot;:2.09},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:2.09},{&quot;2026-09-06&quot;:2.09},{&quot;2026-09-07&quot;:2.09},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:2.09},{&quot;2026-09-10&quot;:2.09},{&quot;2026-09-11&quot;:2.09},{&quot;2026-09-12&quot;:2.09},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Mishra&#39;s Bauble
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mishra&#39;s Bauble" src="https://cards.scryfall.io/large/front/b/0/b02452bb-a049-4e86-ba2c-135803caa03d.jpg?1783919786" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.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 Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.28},{&quot;2026-06-18&quot;:3.32},{&quot;2026-06-19&quot;:3.32},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-23&quot;:3.17},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.04},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.04},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.04},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:2.98},{&quot;2026-07-07&quot;:3.12},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.09},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.91},{&quot;2026-07-18&quot;:3.01},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-22&quot;:2.91},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.97},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.95},{&quot;2026-07-28&quot;:2.91},{&quot;2026-07-29&quot;:2.95},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:3.06},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.02},{&quot;2026-08-08&quot;:3.01},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:3.02},{&quot;2026-08-13&quot;:3.02},{&quot;2026-08-14&quot;:3.02},{&quot;2026-08-15&quot;:3.02},{&quot;2026-08-16&quot;:3.04},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.05},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.08},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.0},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:3.03},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1},{&quot;2026-09-12&quot;:3.1},{&quot;2026-09-13&quot;:2.98}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.44},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.19},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.43},{&quot;2026-07-08&quot;:2.46},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.48},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:2.12},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.6},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.71},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.41},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.34},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78104"
  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">
            Wall of Blood
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Wall of Blood" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/82919b9d-b54b-4874-89f0-a7b12af6d420.jpg?1783925035" />

        <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">
            Wall of Blood
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wall of Blood" src="https://cards.scryfall.io/large/front/8/2/82919b9d-b54b-4874-89f0-a7b12af6d420.jpg?1783925035" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.79},{&quot;2026-06-17&quot;:3.2},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.34},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.57},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:3.43},{&quot;2026-06-25&quot;:3.46},{&quot;2026-06-26&quot;:3.56},{&quot;2026-06-27&quot;:3.45},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.5},{&quot;2026-06-30&quot;:3.25},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.02},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.74},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.48},{&quot;2026-07-12&quot;:2.51},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.32},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.23},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.94},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.72},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.59},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.54},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.14},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.02},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Hydra Omnivore
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hydra Omnivore" src="https://cards.scryfall.io/large/front/1/5/15f046d7-092c-4cac-8f9f-b284457620b8.jpg?1783934284" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.52},{&quot;2026-06-12&quot;:1.52},{&quot;2026-06-13&quot;:1.52},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.55},{&quot;2026-06-16&quot;:1.6},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.65},{&quot;2026-06-19&quot;:1.65},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.64},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.58},{&quot;2026-07-07&quot;:1.58},{&quot;2026-07-08&quot;:1.67},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:1.97},{&quot;2026-07-15&quot;:1.97},{&quot;2026-07-16&quot;:1.97},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.96},{&quot;2026-07-20&quot;:1.96},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.08},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.08},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.02},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.09},{&quot;2026-09-01&quot;:2.09},{&quot;2026-09-02&quot;:2.09},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.19},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Sculpting Steel
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Sculpting Steel" src="https://cards.scryfall.io/large/front/7/7/7752f944-9e03-4604-b330-0c0aeee2d627.jpg?1783927507" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.92},{&quot;2026-06-13&quot;:2.09},{&quot;2026-06-14&quot;:2.17},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.19},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.27},{&quot;2026-06-27&quot;:2.29},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.32},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.24},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.13},{&quot;2026-07-11&quot;:2.02},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:1.92},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:1.93},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.97},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.07},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.08},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.14},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.13},{&quot;2026-09-08&quot;:2.13},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.09},{&quot;2026-09-12&quot;:2.07},{&quot;2026-09-13&quot;:2.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elas il-Kor, Sadistic Pilgrim" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c3f0ffe-cf51-4c30-8cd5-9e3c7e92c019.jpg?1783921287" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Elas il-Kor, Sadistic Pilgrim
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elas il-Kor, Sadistic Pilgrim" src="https://cards.scryfall.io/large/front/1/c/1c3f0ffe-cf51-4c30-8cd5-9e3c7e92c019.jpg?1783921287" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.44},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.34},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.07},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:3.01},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.89},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.76},{&quot;2026-08-02&quot;:2.73},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.46},{&quot;2026-08-25&quot;:3.46},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.65},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.5},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.19},{&quot;2026-09-12&quot;:3.13},{&quot;2026-09-13&quot;:3.13}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.44},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.9},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:3.02},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.61},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.62},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.71},{&quot;2026-08-04&quot;:2.79},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.79},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:3.27},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.05},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.84},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.84},{&quot;2026-09-12&quot;:2.6},{&quot;2026-09-13&quot;:2.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="45845"
  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">
            Archpriest of Shadows
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Archpriest of Shadows
        </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 Warlock</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Archpriest of Shadows" src="https://cards.scryfall.io/large/front/f/5/f5931746-a55c-4528-9e4a-ee15edab3489.jpg?1783917018" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.06},{&quot;2026-06-25&quot;:2.06},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.3},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.3},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.28},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.28},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-24&quot;:2.32},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.44},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.49},{&quot;2026-07-30&quot;:2.49},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.73},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:3.05},{&quot;2026-08-17&quot;:3.05},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.98},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:2.93},{&quot;2026-09-01&quot;:2.93},{&quot;2026-09-02&quot;:2.89},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.79},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:2.89},{&quot;2026-09-12&quot;:2.89},{&quot;2026-09-13&quot;:2.83}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.4},{&quot;2026-06-16&quot;:1.4},{&quot;2026-06-17&quot;:1.54},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:2.02},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.09},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.12},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.02},{&quot;2026-06-29&quot;:1.99},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.76},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.59},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.56},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-22&quot;:1.88},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.3},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.39},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.59},{&quot;2026-08-18&quot;:2.59},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:1.9},{&quot;2026-08-25&quot;:1.93},{&quot;2026-08-26&quot;:1.75},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.04},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Utopia Sprawl" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/612c2a10-b978-4000-894b-12d5f14afc97.jpg?1783914948" />

        <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">
            Utopia Sprawl
        </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 — Aura</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="Utopia Sprawl" src="https://cards.scryfall.io/large/front/6/1/612c2a10-b978-4000-894b-12d5f14afc97.jpg?1783914948" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.85},{&quot;2026-06-12&quot;:1.85},{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.91},{&quot;2026-06-21&quot;:1.91},{&quot;2026-06-22&quot;:1.99},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.42},{&quot;2026-07-13&quot;:2.42},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.44},{&quot;2026-07-21&quot;:2.46},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.01},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.21},{&quot;2026-09-10&quot;:2.19},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.14},{&quot;2026-09-13&quot;:2.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33745"
  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-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">
            Mesmeric Trance
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.07
          </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="Mesmeric Trance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/ae3df593-e9d5-479d-9a9a-1c7262dd9c6c.jpg?1783947512" />

        <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">
            Mesmeric Trance
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mesmeric Trance" src="https://cards.scryfall.io/large/front/a/e/ae3df593-e9d5-479d-9a9a-1c7262dd9c6c.jpg?1783947512" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.98},{&quot;2026-06-12&quot;:1.98},{&quot;2026-06-13&quot;:1.98},{&quot;2026-06-14&quot;:1.98},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:1.98},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:1.98},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:2.01},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.09},{&quot;2026-07-05&quot;:2.13},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:2.01},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.1},{&quot;2026-07-21&quot;:2.1},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.17},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.17},{&quot;2026-08-04&quot;:2.17},{&quot;2026-08-05&quot;:2.17},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.25},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.25},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.19},{&quot;2026-08-19&quot;:2.22},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.16},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.01},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.17},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:2.07}]}"
        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="45597"
  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">
            Heliod, the Radiant Dawn 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Enchantment Creature — God
      </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">
            $2.07
          </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="Heliod, the Radiant Dawn // Heliod, the Warped Eclipse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/7/a7113c93-6c6d-410f-aeec-abc5ee121cdf.jpg?1783917074" />

        <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">
            Heliod, the Radiant Dawn 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Heliod, the Radiant Dawn // Heliod, the Warped Eclipse" src="https://cards.scryfall.io/large/front/a/7/a7113c93-6c6d-410f-aeec-abc5ee121cdf.jpg?1783917074" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Heliod, the Radiant Dawn // Heliod, the Warped Eclipse" src="https://cards.scryfall.io/large/back/a/7/a7113c93-6c6d-410f-aeec-abc5ee121cdf.jpg?1783917074" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.02},{&quot;2026-06-16&quot;:3.02},{&quot;2026-06-17&quot;:3.02},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-23&quot;:2.89},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.81},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.81},{&quot;2026-07-09&quot;:2.81},{&quot;2026-07-10&quot;:2.81},{&quot;2026-07-11&quot;:2.81},{&quot;2026-07-12&quot;:2.81},{&quot;2026-07-13&quot;:2.81},{&quot;2026-07-14&quot;:2.81},{&quot;2026-07-15&quot;:2.81},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-22&quot;:2.86},{&quot;2026-07-23&quot;:2.92},{&quot;2026-07-24&quot;:2.92},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.92},{&quot;2026-07-28&quot;:2.92},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.95},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.91},{&quot;2026-08-07&quot;:2.91},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:2.76},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.76},{&quot;2026-08-15&quot;:2.78},{&quot;2026-08-16&quot;:2.78},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.74},{&quot;2026-08-22&quot;:2.75},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.77},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.72},{&quot;2026-08-31&quot;:2.71},{&quot;2026-09-01&quot;:2.71},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.83},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.93},{&quot;2026-09-12&quot;:2.93},{&quot;2026-09-13&quot;:2.93}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:3.04},{&quot;2026-06-17&quot;:3.0},{&quot;2026-06-18&quot;:3.1},{&quot;2026-06-19&quot;:3.17},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.18},{&quot;2026-06-22&quot;:3.11},{&quot;2026-06-23&quot;:3.1},{&quot;2026-06-24&quot;:2.89},{&quot;2026-06-25&quot;:2.63},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.56},{&quot;2026-07-01&quot;:2.57},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.61},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.79},{&quot;2026-07-11&quot;:2.82},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.62},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.44},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.3},{&quot;2026-07-22&quot;:2.33},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.21},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:2.04},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.92},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.77},{&quot;2026-08-19&quot;:1.75},{&quot;2026-08-20&quot;:1.79},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.77},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.78},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.03},{&quot;2026-09-13&quot;:2.07}]}"
        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="48994"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.07
          </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="Damn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/efeae088-9ac5-4d2f-a15c-d8675a471ac5.jpg?1783926863" />

        <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">
            Damn
        </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><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="Damn" src="https://cards.scryfall.io/large/front/e/f/efeae088-9ac5-4d2f-a15c-d8675a471ac5.jpg?1783926863" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:3.85},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.85},{&quot;2026-06-20&quot;:3.85},{&quot;2026-06-21&quot;:3.85},{&quot;2026-06-22&quot;:3.79},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.79},{&quot;2026-06-27&quot;:3.79},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.79},{&quot;2026-06-30&quot;:3.79},{&quot;2026-07-01&quot;:3.79},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:3.79},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.79},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.79},{&quot;2026-07-10&quot;:3.73},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.73},{&quot;2026-07-14&quot;:3.73},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.72},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-25&quot;:3.72},{&quot;2026-07-26&quot;:3.72},{&quot;2026-07-27&quot;:3.72},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.82},{&quot;2026-07-31&quot;:3.82},{&quot;2026-08-01&quot;:3.82},{&quot;2026-08-02&quot;:3.82},{&quot;2026-08-03&quot;:3.82},{&quot;2026-08-04&quot;:3.82},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.79},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.71},{&quot;2026-08-15&quot;:3.71},{&quot;2026-08-16&quot;:3.71},{&quot;2026-08-17&quot;:3.71},{&quot;2026-08-18&quot;:3.71},{&quot;2026-08-19&quot;:3.71},{&quot;2026-08-20&quot;:3.71},{&quot;2026-08-21&quot;:3.71},{&quot;2026-08-22&quot;:3.71},{&quot;2026-08-23&quot;:3.71},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.71},{&quot;2026-08-26&quot;:3.71},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.8},{&quot;2026-08-29&quot;:3.8},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.8},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.8},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.8},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74},{&quot;2026-09-12&quot;:3.74},{&quot;2026-09-13&quot;:3.74}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.67},{&quot;2026-06-13&quot;:2.96},{&quot;2026-06-14&quot;:2.96},{&quot;2026-06-15&quot;:2.83},{&quot;2026-06-16&quot;:2.76},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.71},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.82},{&quot;2026-06-29&quot;:1.66},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.6},{&quot;2026-07-06&quot;:1.58},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.71},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.84},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.86},{&quot;2026-07-21&quot;:1.85},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.66},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.64},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.67},{&quot;2026-08-20&quot;:1.67},{&quot;2026-08-21&quot;:1.86},{&quot;2026-08-22&quot;:1.87},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:1.93},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.92},{&quot;2026-09-13&quot;:2.07}]}"
        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="79952"
  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-bot 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">
            Soundwave, Sonic Spy 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.07
          </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="Soundwave, Sonic Spy // Soundwave, Superior Captain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/8733cd6f-37e1-4e3a-bb25-7a238f04657e.jpg?1783919896" />

        <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">
            Soundwave, Sonic Spy 
        </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 Creature — Robot</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Soundwave, Sonic Spy // Soundwave, Superior Captain" src="https://cards.scryfall.io/large/front/8/7/8733cd6f-37e1-4e3a-bb25-7a238f04657e.jpg?1783919896" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Soundwave, Sonic Spy // Soundwave, Superior Captain" src="https://cards.scryfall.io/large/back/8/7/8733cd6f-37e1-4e3a-bb25-7a238f04657e.jpg?1783919896" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:2.94},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.87},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.87},{&quot;2026-06-17&quot;:2.96},{&quot;2026-06-18&quot;:3.14},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.14},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.13},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.16},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.16},{&quot;2026-06-30&quot;:3.16},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.17},{&quot;2026-07-08&quot;:3.17},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.17},{&quot;2026-07-11&quot;:3.17},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.93},{&quot;2026-07-18&quot;:3.0},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.85},{&quot;2026-07-29&quot;:2.81},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.52},{&quot;2026-08-04&quot;:2.52},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.52},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.42},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.62},{&quot;2026-08-31&quot;:2.75},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.84},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.94},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.8},{&quot;2026-09-12&quot;:2.85},{&quot;2026-09-13&quot;:2.85}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.15},{&quot;2026-06-12&quot;:2.17},{&quot;2026-06-13&quot;:2.12},{&quot;2026-06-14&quot;:2.12},{&quot;2026-06-15&quot;:2.05},{&quot;2026-06-16&quot;:2.04},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.86},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.53},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.56},{&quot;2026-06-29&quot;:1.58},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.62},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:2.02},{&quot;2026-07-09&quot;:2.06},{&quot;2026-07-10&quot;:2.02},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.15},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.13},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:1.93},{&quot;2026-07-29&quot;:1.93},{&quot;2026-07-30&quot;:1.93},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:2.13},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:1.94},{&quot;2026-08-10&quot;:1.94},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.99},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.64},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.61},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.49},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:1.46},{&quot;2026-08-27&quot;:1.45},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:2.1},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.12},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.87},{&quot;2026-09-09&quot;:1.85},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:2.07}]}"
        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="108477"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.73
          </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="Splinter, Radical Rat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/4673c261-8c4e-42c1-a4c9-d40bd7ce63b5.jpg?1783904041" />

        <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">
            Splinter, Radical Rat
        </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 — Mutant Ninja Rat</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Splinter, Radical Rat" src="https://cards.scryfall.io/large/front/4/6/4673c261-8c4e-42c1-a4c9-d40bd7ce63b5.jpg?1783904041" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.35},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.37},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.27},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.22},{&quot;2026-07-05&quot;:2.19},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.19},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.19},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.01},{&quot;2026-07-19&quot;:1.97},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.85},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:2.04},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.09},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.87},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.94},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.76},{&quot;2026-08-11&quot;:1.72},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.69},{&quot;2026-08-20&quot;:1.69},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.46},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.46},{&quot;2026-08-29&quot;:1.46},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.45},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.41},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.61},{&quot;2026-09-09&quot;:1.62},{&quot;2026-09-10&quot;:1.62},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.07}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.24},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.16},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.19},{&quot;2026-06-28&quot;:1.19},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:0.98},{&quot;2026-07-01&quot;:0.98},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:0.95},{&quot;2026-07-04&quot;:0.97},{&quot;2026-07-05&quot;:0.99},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:0.97},{&quot;2026-07-11&quot;:0.91},{&quot;2026-07-12&quot;:0.9},{&quot;2026-07-13&quot;:0.85},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.15},{&quot;2026-07-18&quot;:1.14},{&quot;2026-07-19&quot;:1.17},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-23&quot;:1.19},{&quot;2026-07-24&quot;:1.19},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-28&quot;:1.35},{&quot;2026-07-29&quot;:1.33},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.68},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.87},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.91},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:2.01},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.54},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.54},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.47},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.61},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.9},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.73}]}"
        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="16478"
  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-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ghostly Pilferer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a36bccf0-3b69-45b1-8229-48df93b9c6a1.jpg?1783924966" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ghostly Pilferer" src="https://cards.scryfall.io/large/front/a/3/a36bccf0-3b69-45b1-8229-48df93b9c6a1.jpg?1783924966" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.09},{&quot;2026-06-15&quot;:2.15},{&quot;2026-06-16&quot;:2.14},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.09},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:2.04},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:1.96},{&quot;2026-07-08&quot;:1.96},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.97},{&quot;2026-07-13&quot;:1.97},{&quot;2026-07-14&quot;:1.97},{&quot;2026-07-15&quot;:1.97},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.96},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.97},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:2.03},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.8},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.75},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.79},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.84},{&quot;2026-08-29&quot;:1.84},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.82},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78872"
  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-tsp 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">
            Squall Line
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Squall Line
        </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-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="Squall Line" src="https://cards.scryfall.io/large/front/3/f/3f368729-a6f2-4bf7-8b06-39c551f0b24a.jpg?1783943206" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.36},{&quot;2026-06-14&quot;:14.36},{&quot;2026-06-15&quot;:14.36},{&quot;2026-06-16&quot;:14.36},{&quot;2026-06-17&quot;:14.36},{&quot;2026-06-18&quot;:14.36},{&quot;2026-06-19&quot;:14.36},{&quot;2026-06-20&quot;:14.36},{&quot;2026-06-21&quot;:14.36},{&quot;2026-06-22&quot;:14.36},{&quot;2026-06-23&quot;:14.36},{&quot;2026-06-24&quot;:14.36},{&quot;2026-06-25&quot;:14.36},{&quot;2026-06-26&quot;:14.36},{&quot;2026-06-27&quot;:14.36},{&quot;2026-06-28&quot;:14.36},{&quot;2026-06-29&quot;:14.36},{&quot;2026-06-30&quot;:14.36},{&quot;2026-07-01&quot;:14.36},{&quot;2026-07-02&quot;:14.36},{&quot;2026-07-03&quot;:14.36},{&quot;2026-07-04&quot;:14.36},{&quot;2026-07-05&quot;:14.36},{&quot;2026-07-06&quot;:14.36},{&quot;2026-07-07&quot;:14.36},{&quot;2026-07-08&quot;:14.36},{&quot;2026-07-09&quot;:14.36},{&quot;2026-07-10&quot;:14.36},{&quot;2026-07-11&quot;:14.36},{&quot;2026-07-12&quot;:14.36},{&quot;2026-07-13&quot;:14.36},{&quot;2026-07-14&quot;:14.36},{&quot;2026-07-15&quot;:14.36},{&quot;2026-07-16&quot;:14.36},{&quot;2026-07-17&quot;:14.36},{&quot;2026-07-18&quot;:14.36},{&quot;2026-07-19&quot;:14.36},{&quot;2026-07-20&quot;:14.36},{&quot;2026-07-21&quot;:14.36},{&quot;2026-07-23&quot;:14.36},{&quot;2026-07-25&quot;:14.36},{&quot;2026-07-26&quot;:14.36},{&quot;2026-07-27&quot;:14.36},{&quot;2026-07-28&quot;:14.36},{&quot;2026-07-29&quot;:14.36},{&quot;2026-07-30&quot;:14.36},{&quot;2026-07-31&quot;:14.36},{&quot;2026-08-01&quot;:14.36},{&quot;2026-08-02&quot;:14.36},{&quot;2026-08-03&quot;:14.36},{&quot;2026-08-04&quot;:14.36},{&quot;2026-08-05&quot;:14.36},{&quot;2026-08-07&quot;:14.36},{&quot;2026-08-08&quot;:14.36},{&quot;2026-08-09&quot;:14.36},{&quot;2026-08-10&quot;:14.36},{&quot;2026-08-11&quot;:14.36},{&quot;2026-08-12&quot;:14.36},{&quot;2026-08-13&quot;:14.36},{&quot;2026-08-14&quot;:14.36},{&quot;2026-08-15&quot;:14.36},{&quot;2026-08-16&quot;:14.36},{&quot;2026-08-17&quot;:14.36},{&quot;2026-08-18&quot;:14.36},{&quot;2026-08-19&quot;:14.36},{&quot;2026-08-20&quot;:14.36},{&quot;2026-08-21&quot;:14.36},{&quot;2026-08-22&quot;:14.36},{&quot;2026-08-23&quot;:14.36},{&quot;2026-08-24&quot;:14.36},{&quot;2026-08-25&quot;:14.36},{&quot;2026-08-26&quot;:14.36},{&quot;2026-08-27&quot;:14.36},{&quot;2026-08-28&quot;:14.36},{&quot;2026-08-29&quot;:14.36},{&quot;2026-08-30&quot;:14.36},{&quot;2026-08-31&quot;:14.36},{&quot;2026-09-01&quot;:14.36},{&quot;2026-09-02&quot;:14.36},{&quot;2026-09-03&quot;:14.36},{&quot;2026-09-04&quot;:14.36},{&quot;2026-09-05&quot;:14.36},{&quot;2026-09-06&quot;:14.36},{&quot;2026-09-07&quot;:14.36},{&quot;2026-09-08&quot;:14.36},{&quot;2026-09-09&quot;:14.36},{&quot;2026-09-10&quot;:14.36},{&quot;2026-09-11&quot;:14.36},{&quot;2026-09-12&quot;:14.36},{&quot;2026-09-13&quot;:14.36}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.06},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.07},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.05},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.09},{&quot;2026-06-27&quot;:2.09},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.1},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.04},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:2.04},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.07},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.05},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="90930"
  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-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">
            Chandra, Dressed to Kill
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chandra, Dressed to Kill" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/640b112d-fe82-4294-a632-efbb7f2467f5.jpg?1783908124" />

        <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">
            Chandra, Dressed to Kill
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chandra, Dressed to Kill" src="https://cards.scryfall.io/large/front/6/4/640b112d-fe82-4294-a632-efbb7f2467f5.jpg?1783908124" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.02},{&quot;2026-06-16&quot;:3.02},{&quot;2026-06-17&quot;:3.02},{&quot;2026-06-18&quot;:3.02},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.02},{&quot;2026-06-22&quot;:3.02},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:3.02},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.98},{&quot;2026-06-30&quot;:2.98},{&quot;2026-07-01&quot;:2.98},{&quot;2026-07-02&quot;:2.83},{&quot;2026-07-03&quot;:2.83},{&quot;2026-07-04&quot;:2.83},{&quot;2026-07-05&quot;:2.83},{&quot;2026-07-06&quot;:2.83},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.83},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.79},{&quot;2026-07-12&quot;:2.79},{&quot;2026-07-13&quot;:2.79},{&quot;2026-07-14&quot;:2.79},{&quot;2026-07-15&quot;:2.79},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.9},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-22&quot;:2.86},{&quot;2026-07-23&quot;:2.86},{&quot;2026-07-24&quot;:2.86},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.86},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.35},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.42},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.35},{&quot;2026-08-28&quot;:2.35},{&quot;2026-08-29&quot;:2.35},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.25},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.26},{&quot;2026-09-08&quot;:2.26},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.26},{&quot;2026-09-13&quot;:2.26}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.51},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.54},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-23&quot;:1.49},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.6},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:1.69},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.72},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-28&quot;:1.59},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.83},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.83},{&quot;2026-08-14&quot;:1.83},{&quot;2026-08-15&quot;:1.83},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.83},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.83},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.78},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:1.94},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:2.03},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            The Unagi of Kyoshi Island
        </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">
            $2.06
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Unagi of Kyoshi Island" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0ecd8b38-9ee5-41a5-9b93-21c33fc1a6ff.jpg?1783904980" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Unagi of Kyoshi Island
        </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 — Serpent</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="The Unagi of Kyoshi Island" src="https://cards.scryfall.io/large/front/0/e/0ecd8b38-9ee5-41a5-9b93-21c33fc1a6ff.jpg?1783904980" />
    </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">Regular</span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.39},{&quot;2026-06-19&quot;:2.39},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.31},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.15},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.13},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.12},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-22&quot;:2.07},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.17},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.12},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.21},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.07},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.88},{&quot;2026-08-23&quot;:1.82},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.76},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.89},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:2.02},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.01},{&quot;2026-09-09&quot;:2.13},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:2.06}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.58},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.37},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.03},{&quot;2026-07-09&quot;:1.03},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.32},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.39},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.15},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:1.01},{&quot;2026-08-02&quot;:1.17},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.17},{&quot;2026-08-07&quot;:1.41},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.55},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.29},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.1},{&quot;2026-08-18&quot;:1.28},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:1.45},{&quot;2026-08-28&quot;:1.45},{&quot;2026-08-29&quot;:1.45},{&quot;2026-08-30&quot;:1.84},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.62},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.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="109921"
  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-sos 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">
            Blech, Loafing Pest
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blech, Loafing Pest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/df4fa3ab-30e3-4e82-a8b8-4fbaeab7870b.jpg?1783903605" />

        <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">
            Blech, Loafing Pest
        </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 — Pest</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Blech, Loafing Pest" src="https://cards.scryfall.io/large/front/d/f/df4fa3ab-30e3-4e82-a8b8-4fbaeab7870b.jpg?1783903605" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.32},{&quot;2026-06-14&quot;:5.22},{&quot;2026-06-15&quot;:4.81},{&quot;2026-06-16&quot;:4.76},{&quot;2026-06-17&quot;:4.69},{&quot;2026-06-18&quot;:4.55},{&quot;2026-06-19&quot;:4.47},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:3.92},{&quot;2026-06-22&quot;:3.77},{&quot;2026-06-23&quot;:3.72},{&quot;2026-06-24&quot;:3.73},{&quot;2026-06-25&quot;:3.61},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.5},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.26},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.1},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.31},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.28},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:3.27},{&quot;2026-07-15&quot;:3.27},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.44},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.47},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-23&quot;:3.61},{&quot;2026-07-25&quot;:3.62},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.65},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.57},{&quot;2026-08-01&quot;:3.58},{&quot;2026-08-02&quot;:3.43},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.33},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.01},{&quot;2026-08-09&quot;:2.99},{&quot;2026-08-10&quot;:2.99},{&quot;2026-08-11&quot;:2.99},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:2.91},{&quot;2026-08-14&quot;:2.89},{&quot;2026-08-15&quot;:2.94},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.84},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.68},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.14},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.25},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.23},{&quot;2026-09-13&quot;:2.4}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.23},{&quot;2026-06-14&quot;:2.09},{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.42},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.58},{&quot;2026-06-23&quot;:2.67},{&quot;2026-06-24&quot;:2.65},{&quot;2026-06-25&quot;:2.58},{&quot;2026-06-26&quot;:2.67},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.87},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.53},{&quot;2026-07-05&quot;:2.28},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.25},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.6},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.11},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-28&quot;:2.4},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.94},{&quot;2026-08-04&quot;:2.14},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.98},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.71},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.09},{&quot;2026-09-13&quot;:2.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Elminster</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-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="Elminster" src="https://cards.scryfall.io/large/front/0/6/06700514-b19c-4fc8-beb1-2c801f320b25.jpg?1783922653" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:5.8},{&quot;2026-06-16&quot;:5.8},{&quot;2026-06-17&quot;:5.83},{&quot;2026-06-18&quot;:5.79},{&quot;2026-06-19&quot;:5.79},{&quot;2026-06-20&quot;:5.79},{&quot;2026-06-21&quot;:5.79},{&quot;2026-06-22&quot;:5.79},{&quot;2026-06-23&quot;:5.79},{&quot;2026-06-24&quot;:5.79},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.79},{&quot;2026-06-27&quot;:5.79},{&quot;2026-06-28&quot;:5.8},{&quot;2026-06-29&quot;:5.74},{&quot;2026-06-30&quot;:5.74},{&quot;2026-07-01&quot;:5.74},{&quot;2026-07-02&quot;:5.74},{&quot;2026-07-03&quot;:5.74},{&quot;2026-07-04&quot;:5.59},{&quot;2026-07-05&quot;:5.59},{&quot;2026-07-06&quot;:5.59},{&quot;2026-07-07&quot;:5.59},{&quot;2026-07-08&quot;:5.59},{&quot;2026-07-09&quot;:5.61},{&quot;2026-07-10&quot;:5.61},{&quot;2026-07-11&quot;:5.61},{&quot;2026-07-12&quot;:5.61},{&quot;2026-07-13&quot;:5.61},{&quot;2026-07-14&quot;:5.65},{&quot;2026-07-15&quot;:5.67},{&quot;2026-07-16&quot;:5.67},{&quot;2026-07-17&quot;:5.67},{&quot;2026-07-18&quot;:5.67},{&quot;2026-07-19&quot;:5.61},{&quot;2026-07-20&quot;:5.61},{&quot;2026-07-21&quot;:5.65},{&quot;2026-07-22&quot;:5.65},{&quot;2026-07-23&quot;:5.65},{&quot;2026-07-24&quot;:5.65},{&quot;2026-07-25&quot;:5.65},{&quot;2026-07-26&quot;:5.65},{&quot;2026-07-27&quot;:5.65},{&quot;2026-07-28&quot;:5.65},{&quot;2026-07-29&quot;:5.65},{&quot;2026-07-30&quot;:5.65},{&quot;2026-07-31&quot;:5.65},{&quot;2026-08-01&quot;:5.65},{&quot;2026-08-02&quot;:5.65},{&quot;2026-08-03&quot;:5.65},{&quot;2026-08-04&quot;:5.65},{&quot;2026-08-05&quot;:5.65},{&quot;2026-08-07&quot;:5.71},{&quot;2026-08-08&quot;:5.67},{&quot;2026-08-09&quot;:5.67},{&quot;2026-08-10&quot;:5.67},{&quot;2026-08-11&quot;:5.67},{&quot;2026-08-12&quot;:5.65},{&quot;2026-08-13&quot;:5.65},{&quot;2026-08-14&quot;:5.56},{&quot;2026-08-15&quot;:5.56},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.56},{&quot;2026-08-18&quot;:5.54},{&quot;2026-08-19&quot;:5.54},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.62},{&quot;2026-08-22&quot;:5.62},{&quot;2026-08-23&quot;:5.62},{&quot;2026-08-24&quot;:5.62},{&quot;2026-08-25&quot;:5.7},{&quot;2026-08-26&quot;:5.7},{&quot;2026-08-27&quot;:5.43},{&quot;2026-08-28&quot;:5.3},{&quot;2026-08-29&quot;:5.3},{&quot;2026-08-30&quot;:5.3},{&quot;2026-08-31&quot;:5.3},{&quot;2026-09-01&quot;:5.3},{&quot;2026-09-02&quot;:5.3},{&quot;2026-09-03&quot;:5.04},{&quot;2026-09-04&quot;:5.08},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:5.08},{&quot;2026-09-07&quot;:5.01},{&quot;2026-09-08&quot;:5.01},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:5.06},{&quot;2026-09-11&quot;:5.06},{&quot;2026-09-12&quot;:5.06},{&quot;2026-09-13&quot;:5.06}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.8},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.78},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.66},{&quot;2026-07-06&quot;:1.6},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:1.46},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.34},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-22&quot;:1.34},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-24&quot;:1.34},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.34},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.39},{&quot;2026-08-03&quot;:1.38},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.51},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.54},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.65},{&quot;2026-08-22&quot;:1.67},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.75},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:2.0},{&quot;2026-08-31&quot;:2.0},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.05},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.07},{&quot;2026-09-10&quot;:2.07},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14309"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/979741db-e720-4efd-bc8e-2bf47e777ab3.jpg?1783922406" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Kodama&#39;s Reach
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/9/7/979741db-e720-4efd-bc8e-2bf47e777ab3.jpg?1783922406" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.35},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.34},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-22&quot;:2.38},{&quot;2026-07-23&quot;:2.38},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.35},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.32},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.24},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.21},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.25},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.02},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:1.99},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Restless Reef" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/8315e121-cf10-4442-91c0-036ca5bbc652.jpg?1783913689" />

        <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">
            Restless Reef
        </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="Restless Reef" src="https://cards.scryfall.io/large/front/8/3/8315e121-cf10-4442-91c0-036ca5bbc652.jpg?1783913689" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.8},{&quot;2026-06-18&quot;:3.8},{&quot;2026-06-19&quot;:3.8},{&quot;2026-06-20&quot;:3.8},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.82},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.82},{&quot;2026-06-27&quot;:3.82},{&quot;2026-06-28&quot;:3.82},{&quot;2026-06-29&quot;:3.82},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.82},{&quot;2026-07-03&quot;:3.82},{&quot;2026-07-04&quot;:3.82},{&quot;2026-07-05&quot;:3.82},{&quot;2026-07-06&quot;:3.82},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.76},{&quot;2026-07-10&quot;:3.66},{&quot;2026-07-11&quot;:3.66},{&quot;2026-07-12&quot;:3.66},{&quot;2026-07-13&quot;:3.66},{&quot;2026-07-14&quot;:3.62},{&quot;2026-07-15&quot;:3.62},{&quot;2026-07-16&quot;:3.59},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.54},{&quot;2026-07-21&quot;:3.54},{&quot;2026-07-22&quot;:3.54},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-24&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-28&quot;:3.42},{&quot;2026-07-29&quot;:3.42},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:3.3},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.36},{&quot;2026-08-04&quot;:3.36},{&quot;2026-08-05&quot;:3.35},{&quot;2026-08-07&quot;:3.35},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.91},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.91},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:2.91},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.96},{&quot;2026-08-20&quot;:2.96},{&quot;2026-08-21&quot;:2.96},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.85},{&quot;2026-08-26&quot;:2.85},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.8},{&quot;2026-09-05&quot;:2.8},{&quot;2026-09-06&quot;:2.8},{&quot;2026-09-07&quot;:2.8},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.8},{&quot;2026-09-12&quot;:2.8},{&quot;2026-09-13&quot;:2.8}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.37},{&quot;2026-06-17&quot;:2.37},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.09},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.01},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.02},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:1.93},{&quot;2026-07-04&quot;:1.92},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.96},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.86},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.61},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.61},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.72},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.93},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.93},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.77},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.78},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.83},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.94},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Return of the Wildspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cf005201-94f3-46d4-9589-ded11f3eb718.jpg?1783913856" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Return of the Wildspeaker
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Return of the Wildspeaker" src="https://cards.scryfall.io/large/front/c/f/cf005201-94f3-46d4-9589-ded11f3eb718.jpg?1783913856" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.39},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.14},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.08},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.27},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.29},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.08},{&quot;2026-08-01&quot;:2.08},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.43},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:2.08},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.27},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.2},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.66},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.75},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.68},{&quot;2026-08-29&quot;:1.68},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.67},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.84},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ripjaw Raptor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ripjaw Raptor" src="https://cards.scryfall.io/large/front/e/c/ec01de20-8f78-47dd-8735-5e3981013708.jpg?1783913856" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.06},{&quot;2026-06-15&quot;:1.04},{&quot;2026-06-16&quot;:1.08},{&quot;2026-06-17&quot;:1.22},{&quot;2026-06-18&quot;:1.25},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.85},{&quot;2026-06-28&quot;:0.84},{&quot;2026-06-29&quot;:0.85},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:1.04},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.32},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.23},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.3},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.32},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.85},{&quot;2026-07-28&quot;:1.84},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:1.94},{&quot;2026-08-08&quot;:1.76},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.54},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.66},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:1.67},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.85},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80187"
  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">
            Dig Through Time
        </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">
            $0.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="Dig Through Time" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/01cd4184-93ce-4005-b6d1-140afa3dd429.jpg?1783933848" />

        <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">
            Dig Through Time
        </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Dig Through Time" src="https://cards.scryfall.io/large/front/0/1/01cd4184-93ce-4005-b6d1-140afa3dd429.jpg?1783933848" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.8},{&quot;2026-06-14&quot;:1.8},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.8},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.9},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.9},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.9},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:1.9},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.9},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:1.9},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.9},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-25&quot;:1.9},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:1.9},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.96},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.93},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.05},{&quot;2026-09-01&quot;:2.05},{&quot;2026-09-02&quot;:2.05},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.05},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:2.05}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.46},{&quot;2026-06-14&quot;:0.46},{&quot;2026-06-15&quot;:0.46},{&quot;2026-06-16&quot;:0.46},{&quot;2026-06-17&quot;:0.46},{&quot;2026-06-18&quot;:0.46},{&quot;2026-06-19&quot;:0.46},{&quot;2026-06-20&quot;:0.46},{&quot;2026-06-21&quot;:0.45},{&quot;2026-06-22&quot;:0.45},{&quot;2026-06-23&quot;:0.46},{&quot;2026-06-24&quot;:0.46},{&quot;2026-06-25&quot;:0.46},{&quot;2026-06-26&quot;:0.46},{&quot;2026-06-27&quot;:0.46},{&quot;2026-06-28&quot;:0.46},{&quot;2026-06-29&quot;:0.46},{&quot;2026-06-30&quot;:0.46},{&quot;2026-07-01&quot;:0.46},{&quot;2026-07-02&quot;:0.46},{&quot;2026-07-03&quot;:0.46},{&quot;2026-07-04&quot;:0.46},{&quot;2026-07-05&quot;:0.45},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.45},{&quot;2026-07-08&quot;:0.45},{&quot;2026-07-09&quot;:0.46},{&quot;2026-07-10&quot;:0.46},{&quot;2026-07-11&quot;:0.46},{&quot;2026-07-12&quot;:0.46},{&quot;2026-07-13&quot;:0.46},{&quot;2026-07-14&quot;:0.46},{&quot;2026-07-15&quot;:0.46},{&quot;2026-07-16&quot;:0.46},{&quot;2026-07-17&quot;:0.46},{&quot;2026-07-18&quot;:0.46},{&quot;2026-07-19&quot;:0.46},{&quot;2026-07-20&quot;:0.46},{&quot;2026-07-21&quot;:0.46},{&quot;2026-07-23&quot;:0.46},{&quot;2026-07-25&quot;:0.46},{&quot;2026-07-26&quot;:0.46},{&quot;2026-07-27&quot;:0.46},{&quot;2026-07-28&quot;:0.46},{&quot;2026-07-29&quot;:0.46},{&quot;2026-07-30&quot;:0.44},{&quot;2026-07-31&quot;:0.44},{&quot;2026-08-01&quot;:0.44},{&quot;2026-08-02&quot;:0.44},{&quot;2026-08-03&quot;:0.44},{&quot;2026-08-04&quot;:0.44},{&quot;2026-08-05&quot;:0.44},{&quot;2026-08-07&quot;:0.44},{&quot;2026-08-08&quot;:0.44},{&quot;2026-08-09&quot;:0.42},{&quot;2026-08-10&quot;:0.42},{&quot;2026-08-11&quot;:0.42},{&quot;2026-08-12&quot;:0.42},{&quot;2026-08-13&quot;:0.42},{&quot;2026-08-14&quot;:0.42},{&quot;2026-08-15&quot;:0.42},{&quot;2026-08-16&quot;:0.42},{&quot;2026-08-17&quot;:0.42},{&quot;2026-08-18&quot;:0.42},{&quot;2026-08-19&quot;:0.42},{&quot;2026-08-20&quot;:0.42},{&quot;2026-08-21&quot;:0.42},{&quot;2026-08-22&quot;:0.42},{&quot;2026-08-23&quot;:0.42},{&quot;2026-08-24&quot;:0.42},{&quot;2026-08-25&quot;:0.42},{&quot;2026-08-26&quot;:0.41},{&quot;2026-08-27&quot;:0.41},{&quot;2026-08-28&quot;:0.41},{&quot;2026-08-29&quot;:0.41},{&quot;2026-08-30&quot;:0.42},{&quot;2026-08-31&quot;:0.42},{&quot;2026-09-01&quot;:0.42},{&quot;2026-09-02&quot;:0.42},{&quot;2026-09-03&quot;:0.42},{&quot;2026-09-04&quot;:0.42},{&quot;2026-09-05&quot;:0.42},{&quot;2026-09-06&quot;:0.42},{&quot;2026-09-07&quot;:0.43},{&quot;2026-09-08&quot;:0.43},{&quot;2026-09-09&quot;:0.43},{&quot;2026-09-10&quot;:0.43},{&quot;2026-09-11&quot;:0.43},{&quot;2026-09-12&quot;:0.43},{&quot;2026-09-13&quot;:0.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="95837"
  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-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">
            Swamp
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.78
          </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="Swamp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3e724e54-a622-4c77-8183-5a397a7c14a9.jpg?1752947631" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Land — Swamp</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="Swamp" src="https://cards.scryfall.io/large/front/3/e/3e724e54-a622-4c77-8183-5a397a7c14a9.jpg?1752947631" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.79},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.68},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.54},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.62},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.47},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.66},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.98},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.83},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-22&quot;:1.72},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.53},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.08},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.18},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.49},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.39},{&quot;2026-08-26&quot;:2.37},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.35},{&quot;2026-08-29&quot;:2.35},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.84},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.38},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.19},{&quot;2026-09-11&quot;:2.22},{&quot;2026-09-12&quot;:2.2},{&quot;2026-09-13&quot;:2.05}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.27},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.12},{&quot;2026-06-26&quot;:1.12},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.17},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.33},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.43},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.35},{&quot;2026-07-13&quot;:1.31},{&quot;2026-07-14&quot;:1.31},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.32},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-22&quot;:1.44},{&quot;2026-07-23&quot;:1.36},{&quot;2026-07-24&quot;:1.4},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.41},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.21},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.85},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.67},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.81},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:1.67},{&quot;2026-08-31&quot;:1.67},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.17},{&quot;2026-09-11&quot;:2.17},{&quot;2026-09-12&quot;:1.8},{&quot;2026-09-13&quot;:1.78}]}"
        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="5375"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.04
          </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="Overprotect" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/7/079e979f-b618-4625-989c-e0ea5b61ed8a.jpg?1783910806" />

        <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">
            Overprotect
        </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-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="Overprotect" src="https://cards.scryfall.io/large/front/0/7/079e979f-b618-4625-989c-e0ea5b61ed8a.jpg?1783910806" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.14},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.28},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.35},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.32},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.18},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.35},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-22&quot;:1.37},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.39},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.27},{&quot;2026-07-29&quot;:1.33},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.41},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.47},{&quot;2026-08-05&quot;:1.52},{&quot;2026-08-07&quot;:1.78},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.89},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.09},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.82},{&quot;2026-09-10&quot;:2.85},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.9},{&quot;2026-09-13&quot;:3.02}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.85},{&quot;2026-06-16&quot;:0.82},{&quot;2026-06-17&quot;:0.85},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.84},{&quot;2026-06-21&quot;:0.81},{&quot;2026-06-22&quot;:0.65},{&quot;2026-06-23&quot;:0.63},{&quot;2026-06-24&quot;:0.72},{&quot;2026-06-25&quot;:0.7},{&quot;2026-06-26&quot;:0.62},{&quot;2026-06-27&quot;:0.6},{&quot;2026-06-28&quot;:0.67},{&quot;2026-06-29&quot;:0.74},{&quot;2026-06-30&quot;:0.8},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.1},{&quot;2026-07-04&quot;:1.15},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:0.79},{&quot;2026-07-08&quot;:0.91},{&quot;2026-07-09&quot;:1.04},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.04},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.15},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-22&quot;:1.07},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-24&quot;:0.96},{&quot;2026-07-25&quot;:0.83},{&quot;2026-07-26&quot;:0.85},{&quot;2026-07-27&quot;:0.79},{&quot;2026-07-28&quot;:0.86},{&quot;2026-07-29&quot;:0.85},{&quot;2026-07-30&quot;:0.94},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.19},{&quot;2026-08-02&quot;:1.44},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.02},{&quot;2026-08-10&quot;:1.07},{&quot;2026-08-11&quot;:1.11},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.45},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.58},{&quot;2026-08-26&quot;:1.58},{&quot;2026-08-27&quot;:1.41},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:1.67},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.63},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:2.04}]}"
        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="50976"
  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-mm2 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">
            Sign in Blood
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.04
          </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="Sign in Blood" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12f94c5a-684e-4a48-8280-f0e3db712d75.jpg?1783938409" />

        <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">
            Sign in Blood
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Sign in Blood" src="https://cards.scryfall.io/large/front/1/2/12f94c5a-684e-4a48-8280-f0e3db712d75.jpg?1783938409" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.56},{&quot;2026-06-12&quot;:1.56},{&quot;2026-06-13&quot;:1.56},{&quot;2026-06-14&quot;:1.56},{&quot;2026-06-15&quot;:1.56},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.56},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.56},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.56},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.58},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.58},{&quot;2026-07-12&quot;:1.58},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.59},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.59},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.59},{&quot;2026-08-10&quot;:1.59},{&quot;2026-08-11&quot;:1.59},{&quot;2026-08-12&quot;:1.59},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.44},{&quot;2026-08-19&quot;:1.44},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.31},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.23},{&quot;2026-09-02&quot;:1.23},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.23},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.22},{&quot;2026-09-08&quot;:1.22},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.22},{&quot;2026-09-12&quot;:1.22},{&quot;2026-09-13&quot;:1.22}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.08},{&quot;2026-06-12&quot;:1.5},{&quot;2026-06-13&quot;:1.5},{&quot;2026-06-14&quot;:1.48},{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.46},{&quot;2026-06-19&quot;:1.46},{&quot;2026-06-20&quot;:1.46},{&quot;2026-06-21&quot;:1.46},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.49},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.4},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:0.98},{&quot;2026-07-04&quot;:0.98},{&quot;2026-07-05&quot;:0.99},{&quot;2026-07-06&quot;:0.99},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:0.97},{&quot;2026-07-13&quot;:0.97},{&quot;2026-07-14&quot;:0.97},{&quot;2026-07-15&quot;:0.97},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.97},{&quot;2026-07-19&quot;:0.84},{&quot;2026-07-20&quot;:0.84},{&quot;2026-07-21&quot;:0.84},{&quot;2026-07-23&quot;:0.84},{&quot;2026-07-25&quot;:0.85},{&quot;2026-07-26&quot;:0.85},{&quot;2026-07-27&quot;:0.87},{&quot;2026-07-29&quot;:0.89},{&quot;2026-07-30&quot;:0.89},{&quot;2026-07-31&quot;:0.87},{&quot;2026-08-01&quot;:0.87},{&quot;2026-08-02&quot;:0.87},{&quot;2026-08-03&quot;:0.87},{&quot;2026-08-04&quot;:0.87},{&quot;2026-08-05&quot;:0.87},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:0.91},{&quot;2026-08-09&quot;:1.33},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.32},{&quot;2026-08-14&quot;:1.76},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:1.76},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.14},{&quot;2026-09-03&quot;:2.14},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.03},{&quot;2026-09-09&quot;:2.03},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.04}]}"
        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="77651"
  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">
            Energy Field
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.04
          </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="Energy Field" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/84913a14-5452-4a10-9e67-7e7089c0ee20.jpg?1783932249" />

        <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">
            Energy Field
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Energy Field" src="https://cards.scryfall.io/large/front/8/4/84913a14-5452-4a10-9e67-7e7089c0ee20.jpg?1783932249" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.52</span>
              <span class="text-xs text-grey-text">Credit: $0.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;normal&quot;:[{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.73},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.08},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:1.99},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:2.03},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:1.97},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:2.01},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.91},{&quot;2026-07-22&quot;:1.84},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-24&quot;:1.89},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.83},{&quot;2026-07-28&quot;:1.83},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.84},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.9},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.91},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.86},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.82},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:2.04},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.04}]}"
        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="95432"
  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">
            Ardyn, the Usurper
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.04
          </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="Ardyn, the Usurper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/5/35090ce1-6fb4-438c-88e9-dd116d550a92.jpg?1783906511" />

        <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">
            Ardyn, the Usurper
        </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 — Elder Human Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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><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="Ardyn, the Usurper" src="https://cards.scryfall.io/large/front/3/5/35090ce1-6fb4-438c-88e9-dd116d550a92.jpg?1783906511" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.39},{&quot;2026-06-20&quot;:2.39},{&quot;2026-06-21&quot;:2.39},{&quot;2026-06-22&quot;:2.39},{&quot;2026-06-23&quot;:2.44},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.44},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.57},{&quot;2026-07-02&quot;:2.92},{&quot;2026-07-03&quot;:2.99},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.04},{&quot;2026-07-07&quot;:3.03},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:2.96},{&quot;2026-07-12&quot;:2.92},{&quot;2026-07-13&quot;:2.92},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:3.03},{&quot;2026-07-16&quot;:3.13},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.07},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-22&quot;:3.03},{&quot;2026-07-23&quot;:3.14},{&quot;2026-07-24&quot;:3.14},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.14},{&quot;2026-07-28&quot;:3.14},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.72},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.59},{&quot;2026-08-10&quot;:2.58},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.53},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.53},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.63},{&quot;2026-08-23&quot;:2.63},{&quot;2026-08-24&quot;:2.63},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.63},{&quot;2026-09-03&quot;:2.63},{&quot;2026-09-04&quot;:2.73},{&quot;2026-09-05&quot;:2.73},{&quot;2026-09-06&quot;:2.73},{&quot;2026-09-07&quot;:2.65},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.92},{&quot;2026-09-12&quot;:2.92},{&quot;2026-09-13&quot;:2.92}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.09},{&quot;2026-06-19&quot;:2.09},{&quot;2026-06-20&quot;:2.53},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.45},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.56},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.56},{&quot;2026-07-11&quot;:2.51},{&quot;2026-07-12&quot;:2.51},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.08},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.91},{&quot;2026-07-25&quot;:1.86},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.37},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.35},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.26},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.24},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:1.99},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.56},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0},{&quot;2026-09-13&quot;:2.04}]}"
        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="109746"
  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-soa 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">
            Culling Ritual
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.04
          </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="Culling Ritual" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6913b32f-e0c0-4817-8e36-02325729f217.jpg?1783903892" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Culling Ritual" src="https://cards.scryfall.io/large/front/6/9/6913b32f-e0c0-4817-8e36-02325729f217.jpg?1783903892" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.04
              </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">
                $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">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.93},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.95},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.91},{&quot;2026-06-19&quot;:1.96},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.84},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.71},{&quot;2026-07-12&quot;:1.71},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.49},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.73},{&quot;2026-08-05&quot;:1.72},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.76},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.79},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.78},{&quot;2026-08-19&quot;:1.78},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.89},{&quot;2026-08-22&quot;:1.89},{&quot;2026-08-23&quot;:1.89},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:1.98},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.0},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.95},{&quot;2026-09-13&quot;:2.04}]}"
        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="75673"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Damn
        </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">
            $2.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="Damn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/84056124-1a6f-4274-bee2-74cf0debddb5.jpg?1783913875" />

        <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">
            Damn
        </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><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="Damn" src="https://cards.scryfall.io/large/front/8/4/84056124-1a6f-4274-bee2-74cf0debddb5.jpg?1783913875" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.55},{&quot;2026-06-12&quot;:2.45},{&quot;2026-06-13&quot;:2.43},{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.53},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.73},{&quot;2026-06-21&quot;:2.96},{&quot;2026-06-22&quot;:2.97},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:3.04},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.09},{&quot;2026-06-30&quot;:3.1},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.5},{&quot;2026-07-09&quot;:2.5},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.33},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.78},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:2.02},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.91},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.23},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.0},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.09},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.03},{&quot;2026-09-13&quot;:2.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="92408"
  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">
            Champion of the Perished
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Champion of the Perished" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1c35c4d-7af9-467b-ba09-eef26671641b.jpg?1783907948" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Champion of the Perished
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Zombie</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="Champion of the Perished" src="https://cards.scryfall.io/large/front/e/1/e1c35c4d-7af9-467b-ba09-eef26671641b.jpg?1783907948" />
    </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">
                $2.03
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.2},{&quot;2026-06-12&quot;:2.2},{&quot;2026-06-13&quot;:2.21},{&quot;2026-06-14&quot;:2.23},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.22},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.19},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.18},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.17},{&quot;2026-07-12&quot;:2.17},{&quot;2026-07-13&quot;:2.17},{&quot;2026-07-14&quot;:2.17},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.15},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.16},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.18},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:2.03},{&quot;2026-08-17&quot;:2.08},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.01},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:2.0},{&quot;2026-08-31&quot;:2.0},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:1.99},{&quot;2026-09-07&quot;:1.98},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.03},{&quot;2026-09-13&quot;:2.03}],&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="98973"
  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">
            High Perfect Morcant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="High Perfect Morcant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/dfe7b8bf-c150-4be0-aef4-e8bb6f09787a.jpg?1783904407" />

        <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">
            High Perfect Morcant
        </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 — Elf Noble</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="High Perfect Morcant" src="https://cards.scryfall.io/large/front/d/f/dfe7b8bf-c150-4be0-aef4-e8bb6f09787a.jpg?1783904407" />
    </div>

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

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

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

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

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

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

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

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

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

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.03
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  10%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.11
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.78},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.7},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.68},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.61},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.49},{&quot;2026-08-15&quot;:1.5},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.11},{&quot;2026-09-13&quot;:2.11}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.5},{&quot;2026-06-12&quot;:1.42},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.1},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.12},{&quot;2026-07-03&quot;:1.11},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.04},{&quot;2026-07-07&quot;:1.04},{&quot;2026-07-08&quot;:0.9},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:0.86},{&quot;2026-07-18&quot;:0.86},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:1.01},{&quot;2026-07-21&quot;:0.89},{&quot;2026-07-23&quot;:0.96},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:0.93},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:0.99},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.28},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:2.12},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.53},{&quot;2026-09-13&quot;:2.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="108359"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Wave Goodbye
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Wave Goodbye" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8fb141d9-addd-47ad-bfc1-b5b376d4c950.jpg?1783904160" />

        <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">
            Wave Goodbye
        </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="Wave Goodbye" src="https://cards.scryfall.io/large/front/8/f/8fb141d9-addd-47ad-bfc1-b5b376d4c950.jpg?1783904160" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.03
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.42
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-16&quot;:1.0},{&quot;2026-06-17&quot;:1.0},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:1.0},{&quot;2026-06-22&quot;:1.0},{&quot;2026-06-23&quot;:1.0},{&quot;2026-06-24&quot;:1.0},{&quot;2026-06-25&quot;:1.0},{&quot;2026-06-26&quot;:1.0},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:1.0},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:1.0},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:1.0},{&quot;2026-07-04&quot;:1.0},{&quot;2026-07-05&quot;:1.0},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.0},{&quot;2026-07-08&quot;:1.0},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:1.0},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:1.0},{&quot;2026-07-18&quot;:1.0},{&quot;2026-07-19&quot;:1.0},{&quot;2026-07-20&quot;:1.0},{&quot;2026-07-21&quot;:1.0},{&quot;2026-07-22&quot;:1.0},{&quot;2026-07-23&quot;:1.0},{&quot;2026-07-24&quot;:1.0},{&quot;2026-07-25&quot;:1.0},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.0},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:1.0},{&quot;2026-07-31&quot;:1.0},{&quot;2026-08-01&quot;:1.0},{&quot;2026-08-02&quot;:1.0},{&quot;2026-08-03&quot;:1.0},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-06&quot;:1.0},{&quot;2026-08-07&quot;:1.0},{&quot;2026-08-08&quot;:1.0},{&quot;2026-08-09&quot;:1.0},{&quot;2026-08-10&quot;:1.0},{&quot;2026-08-11&quot;:1.0},{&quot;2026-08-12&quot;:1.0},{&quot;2026-08-13&quot;:1.0},{&quot;2026-08-14&quot;:1.0},{&quot;2026-08-15&quot;:1.0},{&quot;2026-08-16&quot;:1.0},{&quot;2026-08-17&quot;:1.0},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:9.02},{&quot;2026-08-20&quot;:9.02},{&quot;2026-08-21&quot;:9.02},{&quot;2026-08-22&quot;:9.02},{&quot;2026-08-23&quot;:9.02},{&quot;2026-08-24&quot;:8.96},{&quot;2026-08-25&quot;:9.03},{&quot;2026-08-26&quot;:9.03},{&quot;2026-08-27&quot;:9.03},{&quot;2026-08-28&quot;:9.06},{&quot;2026-08-29&quot;:9.06},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.06},{&quot;2026-09-01&quot;:9.06},{&quot;2026-09-02&quot;:9.06},{&quot;2026-09-03&quot;:9.06},{&quot;2026-09-04&quot;:9.06},{&quot;2026-09-05&quot;:9.25},{&quot;2026-09-06&quot;:9.25},{&quot;2026-09-07&quot;:9.25},{&quot;2026-09-08&quot;:9.25},{&quot;2026-09-09&quot;:9.42},{&quot;2026-09-10&quot;:9.42},{&quot;2026-09-11&quot;:9.42},{&quot;2026-09-12&quot;:9.42},{&quot;2026-09-13&quot;:9.42}],&quot;normal&quot;:[{&quot;2026-03-06&quot;:0.49},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:2.03},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.53},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.06},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.12},{&quot;2026-09-13&quot;:2.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="108850"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Expansion Algorithm
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Expansion Algorithm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/ef261999-1c18-46f3-bbd6-72911e14328f.jpg?1782683372" />

        <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">
            Expansion Algorithm
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Expansion Algorithm" src="https://cards.scryfall.io/large/front/e/f/ef261999-1c18-46f3-bbd6-72911e14328f.jpg?1782683372" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.03
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.00
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.21},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.13},{&quot;2026-07-12&quot;:2.14},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.22},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.12},{&quot;2026-07-22&quot;:2.12},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.14},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.1},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.06},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.08},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:1.89},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.12},{&quot;2026-09-12&quot;:2.11},{&quot;2026-09-13&quot;:2.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="18732"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Ajani, Sleeper Agent
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Ajani
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ajani, Sleeper Agent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/7641f4d9-4614-41c8-87f5-4845bd78e9b3.jpg?1783921289" />

        <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">
            Ajani, Sleeper Agent
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Ajani</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-gwp'></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="Ajani, Sleeper Agent" src="https://cards.scryfall.io/large/front/7/6/7641f4d9-4614-41c8-87f5-4845bd78e9b3.jpg?1783921289" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.53
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.32},{&quot;2026-06-13&quot;:2.41},{&quot;2026-06-14&quot;:2.41},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.65},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.73},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.73},{&quot;2026-06-28&quot;:2.73},{&quot;2026-06-29&quot;:2.73},{&quot;2026-06-30&quot;:2.73},{&quot;2026-07-01&quot;:2.73},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.77},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.77},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.77},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.77},{&quot;2026-07-12&quot;:2.73},{&quot;2026-07-13&quot;:2.73},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.76},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.71},{&quot;2026-07-18&quot;:2.66},{&quot;2026-07-19&quot;:2.66},{&quot;2026-07-20&quot;:2.67},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-25&quot;:2.61},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.61},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.73},{&quot;2026-07-31&quot;:2.5},{&quot;2026-08-01&quot;:2.36},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.31},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.28},{&quot;2026-08-13&quot;:2.28},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.43},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.4},{&quot;2026-08-29&quot;:2.4},{&quot;2026-08-30&quot;:2.4},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.35},{&quot;2026-09-06&quot;:2.4},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.53},{&quot;2026-09-13&quot;:2.53}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.31},{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.53},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.26},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.4},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.41},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.32},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.45},{&quot;2026-07-16&quot;:2.42},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.36},{&quot;2026-08-01&quot;:2.36},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.27},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.35},{&quot;2026-08-09&quot;:2.26},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.26},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.17},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.18},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.15},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.12},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:2.09},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18794"
  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">
            Ratadrabik of Urborg
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Zombie Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ratadrabik of Urborg" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/9315812d-03e8-4eb4-a693-e7adf281f7fb.jpg?1783921278" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Ratadrabik of Urborg
        </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 — Zombie Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ratadrabik of Urborg" src="https://cards.scryfall.io/large/front/9/3/9315812d-03e8-4eb4-a693-e7adf281f7fb.jpg?1783921278" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.93
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.52</span>
              <span class="text-xs text-grey-text">Credit: $0.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-15&quot;:2.36},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.36},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.36},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.32},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.32},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.32},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.14},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.14},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:1.98},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:1.98},{&quot;2026-07-28&quot;:1.98},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.91},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.19},{&quot;2026-08-16&quot;:2.12},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.12},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.11},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.01},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.93}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.15},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.03},{&quot;2026-06-19&quot;:2.02},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.99},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:1.98},{&quot;2026-07-03&quot;:1.98},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:1.98},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.89},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.96},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.67},{&quot;2026-07-20&quot;:1.52},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-22&quot;:1.46},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-24&quot;:1.46},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-28&quot;:1.57},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.93},{&quot;2026-08-10&quot;:1.86},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.11},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.75},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.89},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.97},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28518"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Puresteel Paladin
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Knight
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Puresteel Paladin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6dfd52a8-14c0-4e53-862e-01da4d7823e2.jpg?1783926232" />

        <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">
            Puresteel Paladin
        </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 Knight</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Puresteel Paladin" src="https://cards.scryfall.io/large/front/6/d/6dfd52a8-14c0-4e53-862e-01da4d7823e2.jpg?1783926232" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  10%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.42},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.46},{&quot;2026-06-19&quot;:1.46},{&quot;2026-06-20&quot;:1.45},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.53},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.44},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.44},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.6},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.56},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.8},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.83},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:2.05},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.02},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.0},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.07},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.95},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.1},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.1},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.11},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="42424"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Brilliant Restoration
        </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">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Brilliant Restoration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/8/d801eea3-d549-458a-b099-730969bfcba7.jpg?1783923753" />

        <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">
            Brilliant Restoration
        </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Brilliant Restoration" src="https://cards.scryfall.io/large/front/d/8/d801eea3-d549-458a-b099-730969bfcba7.jpg?1783923753" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  7%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.88
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.74},{&quot;2026-06-16&quot;:2.74},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.77},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.77},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.5},{&quot;2026-07-05&quot;:2.5},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.5},{&quot;2026-07-09&quot;:2.5},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.54},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.53},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.53},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-22&quot;:2.53},{&quot;2026-07-23&quot;:2.53},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.58},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.58},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.58},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.82},{&quot;2026-08-13&quot;:2.82},{&quot;2026-08-14&quot;:2.86},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:2.86},{&quot;2026-08-20&quot;:2.86},{&quot;2026-08-21&quot;:2.86},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.93},{&quot;2026-08-25&quot;:2.93},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.88},{&quot;2026-09-12&quot;:2.88},{&quot;2026-09-13&quot;:2.88}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.72},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.72},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.66},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:1.69},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-22&quot;:1.63},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.62},{&quot;2026-07-25&quot;:1.62},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-28&quot;:1.62},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.58},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.72},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.82},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.82},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.8},{&quot;2026-08-21&quot;:1.8},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:1.91},{&quot;2026-08-27&quot;:1.91},{&quot;2026-08-28&quot;:1.91},{&quot;2026-08-29&quot;:1.91},{&quot;2026-08-30&quot;:1.91},{&quot;2026-08-31&quot;:1.91},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.89},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73943"
  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">
            Darksteel Mutation
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Darksteel Mutation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9a067555-570a-4ffd-a98d-b7137f3d8538.jpg?1783932432" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Darksteel Mutation
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Darksteel Mutation" src="https://cards.scryfall.io/large/front/9/a/9a067555-570a-4ffd-a98d-b7137f3d8538.jpg?1783932432" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.23</span>
              <span class="text-xs text-grey-text">Credit: $0.30</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.46},{&quot;2026-06-19&quot;:2.46},{&quot;2026-06-20&quot;:2.46},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-23&quot;:2.46},{&quot;2026-06-24&quot;:2.46},{&quot;2026-06-25&quot;:2.46},{&quot;2026-06-26&quot;:2.46},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.42},{&quot;2026-06-29&quot;:2.42},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.42},{&quot;2026-07-07&quot;:2.42},{&quot;2026-07-08&quot;:2.42},{&quot;2026-07-09&quot;:2.42},{&quot;2026-07-10&quot;:2.42},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.42},{&quot;2026-07-13&quot;:2.42},{&quot;2026-07-14&quot;:2.42},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.43},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.37},{&quot;2026-07-29&quot;:2.37},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:2.21},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:2.1},{&quot;2026-08-29&quot;:2.1},{&quot;2026-08-30&quot;:2.1},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.1},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74628"
  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">
            Isamaru, Hound of Konda
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Dog
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Isamaru, Hound of Konda" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c4968e7-c656-419d-980b-5384de02bc8e.jpg?1783931282" />

        <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">
            Isamaru, Hound of Konda
        </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 — Dog</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Isamaru, Hound of Konda" src="https://cards.scryfall.io/large/front/1/c/1c4968e7-c656-419d-980b-5384de02bc8e.jpg?1783931282" />
    </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">
                $2.02
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.0},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.0},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.0},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:1.99},{&quot;2026-06-24&quot;:2.04},{&quot;2026-06-25&quot;:2.04},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.1},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.07},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.07},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.21},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.3},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.25},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.2},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.04},{&quot;2026-08-10&quot;:1.99},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.07},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:2.06},{&quot;2026-08-25&quot;:2.06},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:1.96},{&quot;2026-08-31&quot;:1.96},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:1.92},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:2.08},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:2.02}],&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="83084"
  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">
            Beast Within
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Beast Within" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dc259874-5341-4cad-8766-73931f9914c4.jpg?1783931979" />

        <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 Within
        </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-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="Beast Within" src="https://cards.scryfall.io/large/front/d/c/dc259874-5341-4cad-8766-73931f9914c4.jpg?1783931979" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.23</span>
              <span class="text-xs text-grey-text">Credit: $0.30</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.1},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.09},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.09},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:1.99},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:1.98},{&quot;2026-07-16&quot;:1.98},{&quot;2026-07-17&quot;:1.98},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:2.02},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.03},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:2.02},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84815"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Land Grant
        </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">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Land Grant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1e3501bf-3c76-4cd7-9d96-86cf3bbdd0df.jpg?1783910019" />

        <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">
            Land Grant
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Land Grant" src="https://cards.scryfall.io/large/front/1/e/1e3501bf-3c76-4cd7-9d96-86cf3bbdd0df.jpg?1783910019" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.02
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  7%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.67},{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.67},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.68},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-23&quot;:1.68},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.63},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.67},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-23&quot;:1.69},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.73},{&quot;2026-07-27&quot;:1.73},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.72},{&quot;2026-08-02&quot;:1.74},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.89},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.86},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.85},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.88},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0},{&quot;2026-09-13&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13921"
  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">
            Mirror Entity
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Shapeshifter
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.01
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mirror Entity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d9149ed-0e59-48b3-b48c-d5ea77b7239e.jpg?1783922484" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Mirror Entity
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Shapeshifter</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mirror Entity" src="https://cards.scryfall.io/large/front/3/d/3d9149ed-0e59-48b3-b48c-d5ea77b7239e.jpg?1783922484" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.01
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.1},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.42},{&quot;2026-06-18&quot;:2.39},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.29},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.17},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.17},{&quot;2026-07-02&quot;:2.17},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.07},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.96},{&quot;2026-07-12&quot;:1.96},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.03},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.19},{&quot;2026-07-25&quot;:2.19},{&quot;2026-07-26&quot;:2.19},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.09},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:2.05},{&quot;2026-08-03&quot;:2.05},{&quot;2026-08-04&quot;:2.06},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.35},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.96},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.86},{&quot;2026-09-09&quot;:1.8},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:2.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16519"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Chandra&#39;s Incinerator
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elemental
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.01
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chandra&#39;s Incinerator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b906cdb4-6a82-4611-abde-43566f9d01eb.jpg?1783930632" />

        <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">
            Chandra&#39;s Incinerator
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elemental</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="Chandra&#39;s Incinerator" src="https://cards.scryfall.io/large/front/b/9/b906cdb4-6a82-4611-abde-43566f9d01eb.jpg?1783930632" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.01
              </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">
                $2.89
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.08},{&quot;2026-06-12&quot;:3.08},{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:3.08},{&quot;2026-06-15&quot;:3.08},{&quot;2026-06-16&quot;:3.07},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.03},{&quot;2026-06-20&quot;:3.03},{&quot;2026-06-21&quot;:3.03},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.03},{&quot;2026-06-28&quot;:3.03},{&quot;2026-06-29&quot;:3.03},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:3.03},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:3.02},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:2.94},{&quot;2026-07-09&quot;:2.94},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.94},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.94},{&quot;2026-07-14&quot;:2.94},{&quot;2026-07-15&quot;:2.94},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:2.94},{&quot;2026-07-18&quot;:2.94},{&quot;2026-07-19&quot;:2.99},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:2.99},{&quot;2026-07-23&quot;:2.99},{&quot;2026-07-25&quot;:2.99},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:2.99},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.97},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.97},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.98},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:2.89},{&quot;2026-09-01&quot;:2.89},{&quot;2026-09-02&quot;:2.89},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:2.89},{&quot;2026-09-12&quot;:2.89},{&quot;2026-09-13&quot;:2.89}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.33},{&quot;2026-06-12&quot;:2.36},{&quot;2026-06-13&quot;:2.45},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.42},{&quot;2026-06-18&quot;:4.42},{&quot;2026-06-19&quot;:4.48},{&quot;2026-06-20&quot;:4.47},{&quot;2026-06-21&quot;:4.43},{&quot;2026-06-22&quot;:4.5},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.83},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.82},{&quot;2026-06-29&quot;:4.97},{&quot;2026-06-30&quot;:4.97},{&quot;2026-07-01&quot;:4.87},{&quot;2026-07-02&quot;:4.84},{&quot;2026-07-03&quot;:4.68},{&quot;2026-07-04&quot;:4.68},{&quot;2026-07-05&quot;:4.77},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.76},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.93},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.04},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:2.97},{&quot;2026-07-20&quot;:2.97},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-23&quot;:3.02},{&quot;2026-07-25&quot;:2.83},{&quot;2026-07-26&quot;:2.73},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.78},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.64},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.8},{&quot;2026-08-05&quot;:2.42},{&quot;2026-08-07&quot;:2.37},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.35},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.21},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:2.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12647"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Eternal Witness
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Shaman
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.00
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eternal Witness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d74e7ded-d063-4d90-a9ff-91c44a8098d7.jpg?1783928707" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Eternal Witness
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eternal Witness" src="https://cards.scryfall.io/large/front/d/7/d74e7ded-d063-4d90-a9ff-91c44a8098d7.jpg?1783928707" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.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">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:2.05},{&quot;2026-06-17&quot;:2.08},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.03},{&quot;2026-06-22&quot;:1.98},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:1.96},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.81},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.81},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-22&quot;:1.87},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-24&quot;:1.92},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.93},{&quot;2026-07-28&quot;:1.93},{&quot;2026-07-29&quot;:1.94},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.87},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.77},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.8},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.8},{&quot;2026-08-28&quot;:1.8},{&quot;2026-08-29&quot;:1.8},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:2.01},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:2.01},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.0}]}"
        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 1901-1950 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=38&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=38&amp;username=denvermullets" rel="prev">38</a><a role="link" aria-disabled="true" aria-current="page">39</a><a href="/load_collection?direction=asc&amp;page=40&amp;username=denvermullets" rel="next">40</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=40&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="108474"
          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">
              248
            </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>
              North Wind Avatar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dragon Spirit Avatar
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.10

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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="108474"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108474" src="/boxset_card/108474?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12406"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              206
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Wild Magic Surge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12406"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12406" src="/boxset_card/12406?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12660"
          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-cmr ss-common ss-fw ss-2x mr-4"></i>
              Kodama&#39;s Reach


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Arcane
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12660"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12660" src="/boxset_card/12660?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28981"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              226
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-common ss-fw ss-2x mr-4"></i>
              Bojuka Bog


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28981"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28981" src="/boxset_card/28981?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30088"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              171
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Will-o&#39;-the-Wisp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30088"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30088" src="/boxset_card/30088?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73002"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              34
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-uncommon ss-fw ss-2x mr-4"></i>
              Mishra&#39;s Bauble


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-0'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73002"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73002" src="/boxset_card/73002?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78104"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MRD-82
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Wall of Blood


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Wall
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78104"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78104" src="/boxset_card/78104?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9652"
          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">
              153
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-mythic ss-fw ss-2x mr-4"></i>
              Hydra Omnivore


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9652"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9652" src="/boxset_card/9652?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10899"
          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">
              261
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-rare ss-fw ss-2x mr-4"></i>
              Sculpting Steel


            </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-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10899"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10899" src="/boxset_card/10899?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18750"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              198
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Elas il-Kor, Sadistic Pilgrim


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Kor Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      23%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18750"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18750" src="/boxset_card/18750?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45845"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              89
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Archpriest of Shadows


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Warlock
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45845"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45845" src="/boxset_card/45845?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87267"
          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-woc ss-common ss-fw ss-2x mr-4"></i>
              Utopia Sprawl


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.08

                    <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">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87267"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87267" src="/boxset_card/87267?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33745"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              83
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-rare ss-fw ss-2x mr-4"></i>
              Mesmeric Trance


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33745"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33745" src="/boxset_card/33745?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45597"
          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-mom ss-rare ss-fw ss-2x mr-4"></i>
              Heliod, the Radiant Dawn // Heliod, the Warped Eclipse


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment Creature — God
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45597"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45597" src="/boxset_card/45597?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48994"
          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">
              80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Damn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="48994"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48994" src="/boxset_card/48994?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79952"
          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">
              14
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Soundwave, Sonic Spy // Soundwave, Superior Captain


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact Creature — Robot
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      23%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79952"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79952" src="/boxset_card/79952?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108477"
          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-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Splinter, Radical Rat


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Mutant Ninja Rat
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-wb'></i><i class='no-tailwind ms ms-cost ml-0 ms-wb'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.73

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.07

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      39%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108477"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108477" src="/boxset_card/108477?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16478"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              105
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-rare ss-fw ss-2x mr-4"></i>
              Ghostly Pilferer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16478"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16478" src="/boxset_card/16478?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78872"
          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">
              222
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsp ss-rare ss-fw ss-2x mr-4"></i>
              Squall Line


            </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-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">
                <div class="flex items-center gap-2">
                  $2.06

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78872"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78872" src="/boxset_card/78872?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90930"
          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">
              148
            </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-mythic ss-fw ss-2x mr-4"></i>
              Chandra, Dressed to Kill


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Chandra
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.59
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90930"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90930" src="/boxset_card/90930?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98492"
          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-tla ss-rare ss-fw ss-2x mr-4"></i>
              The Unagi of Kyoshi Island


            </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-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.06

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.63
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98492"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98492" src="/boxset_card/98492?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109921"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              298
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-rare ss-fw ss-2x mr-4"></i>
              Blech, Loafing Pest


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Pest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.06

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109921"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109921" src="/boxset_card/109921?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12882"
          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">
              362
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Elminster


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Elminster
            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12882"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12882" src="/boxset_card/12882?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14309"
          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">
              826
            </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-common ss-fw ss-2x mr-4"></i>
              Kodama&#39;s Reach


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Arcane
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14309"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14309" src="/boxset_card/14309?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74872"
          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">
              349
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Restless Reef


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.08
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74872"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74872" src="/boxset_card/74872?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75843"
          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">
              252
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Return of the Wildspeaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75843"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75843" src="/boxset_card/75843?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75846"
          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">
              253
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Ripjaw Raptor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75846"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75846" src="/boxset_card/75846?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80187"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x mr-4"></i>
              Dig Through Time


            </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.43

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.04
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80187"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80187" src="/boxset_card/80187?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95837"
          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">
              264
            </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-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </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">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95837"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95837" src="/boxset_card/95837?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5375"
          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">
              185
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-uncommon ss-fw ss-2x mr-4"></i>
              Overprotect


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.04

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      21%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5375"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5375" src="/boxset_card/5375?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="50976"
          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">
              97
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mm2 ss-common ss-fw ss-2x mr-4"></i>
              Sign in Blood


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.04

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="50976"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_50976" src="/boxset_card/50976?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77651"
          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">
              USG-73
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Energy Field


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.04

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.52
            </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="77651"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77651" src="/boxset_card/77651?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95432"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              379
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Ardyn, the Usurper


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Human Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.04

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      31%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95432"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95432" src="/boxset_card/95432?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109746"
          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">
              127
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-rare ss-fw ss-2x mr-4"></i>
              Culling Ritual


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.04

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109746"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109746" src="/boxset_card/109746?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75673"
          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">
              191
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Damn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75673"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75673" src="/boxset_card/75673?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92408"
          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">
              837
            </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>
              Champion of the Perished


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92408"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92408" src="/boxset_card/92408?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98973"
          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">
              229
            </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>
              High Perfect Morcant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98973"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98973" src="/boxset_card/98973?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108359"
          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-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Wave Goodbye


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108359"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108359" src="/boxset_card/108359?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108850"
          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">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Expansion Algorithm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108850"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108850" src="/boxset_card/108850?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18732"
          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">
              192
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Ajani, Sleeper Agent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Ajani
            </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-gwp'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18732"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18732" src="/boxset_card/18732?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18794"
          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">
              213
            </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>
              Ratadrabik of Urborg


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Zombie Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.52
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18794"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18794" src="/boxset_card/18794?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28518"
          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">
              69
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Puresteel Paladin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Knight
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28518"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28518" src="/boxset_card/28518?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42424"
          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">
              434
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Brilliant Restoration


            </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42424"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42424" src="/boxset_card/42424?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73943"
          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">
              CMA-9
            </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>
              Darksteel Mutation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <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">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.97
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73943"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73943" src="/boxset_card/73943?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74628"
          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">
              CHK-19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Isamaru, Hound of Konda


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dog
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </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="74628"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74628" src="/boxset_card/74628?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83084"
          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">
              BBD-190
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Beast Within


            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83084"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83084" src="/boxset_card/83084?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84815"
          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-255
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Land Grant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84815"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84815" src="/boxset_card/84815?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13921"
          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">
              701
            </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>
              Mirror Entity


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Shapeshifter
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.01

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13921"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13921" src="/boxset_card/13921?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16519"
          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">
              302
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Chandra&#39;s Incinerator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental
            </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">
                  $2.01

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16519"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16519" src="/boxset_card/16519?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12647"
          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">
              425
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Eternal Witness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.00

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12647"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12647" src="/boxset_card/12647?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 1901-1950 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=38&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=38&amp;username=denvermullets" rel="prev">38</a><a role="link" aria-disabled="true" aria-current="page">39</a><a href="/load_collection?direction=asc&amp;page=40&amp;username=denvermullets" rel="next">40</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=40&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>