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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              4%
            </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="Blinkmoth Nexus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3ac535c1-9ef3-45b5-8959-7e79589d47ad.jpg?1783930087" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Blinkmoth Nexus
        </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="Blinkmoth Nexus" src="https://cards.scryfall.io/large/front/3/a/3ac535c1-9ef3-45b5-8959-7e79589d47ad.jpg?1783930087" />
    </div>

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

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

          <span class="text-lg font-medium text-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">
                  ↓
                  4%
                </span>
            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.73
              </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-11&quot;:2.95},{&quot;2026-06-12&quot;:2.95},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.91},{&quot;2026-06-15&quot;:2.91},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-24&quot;:2.85},{&quot;2026-06-25&quot;:2.79},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.79},{&quot;2026-06-30&quot;:2.79},{&quot;2026-07-01&quot;:2.79},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.79},{&quot;2026-07-06&quot;:2.79},{&quot;2026-07-07&quot;:2.79},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.79},{&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.79},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.79},{&quot;2026-07-19&quot;:2.79},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.79},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.74},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.76},{&quot;2026-08-02&quot;:2.76},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.76},{&quot;2026-08-05&quot;:2.76},{&quot;2026-08-07&quot;:2.76},{&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.76},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.73},{&quot;2026-08-23&quot;:2.73},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.73},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.73},{&quot;2026-08-29&quot;:2.73},{&quot;2026-08-30&quot;:2.73},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.73},{&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.73},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.73},{&quot;2026-09-11&quot;:2.73},{&quot;2026-09-12&quot;:2.73},{&quot;2026-09-13&quot;:2.73}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.09},{&quot;2026-06-12&quot;:2.09},{&quot;2026-06-13&quot;:2.02},{&quot;2026-06-14&quot;:2.02},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:2.02},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:1.97},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.94},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.91},{&quot;2026-07-04&quot;:1.91},{&quot;2026-07-05&quot;:1.91},{&quot;2026-07-06&quot;:1.96},{&quot;2026-07-07&quot;:1.96},{&quot;2026-07-08&quot;:1.96},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.87},{&quot;2026-07-19&quot;:1.87},{&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.89},{&quot;2026-07-29&quot;:1.84},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&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.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.11},{&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.09},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.09},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.01},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28870"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Painful Quandary
        </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">
              ↑
              27%
            </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="Painful Quandary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/05757669-e8a6-4a2f-8479-d4e2ade822ca.jpg?1783909073" />

        <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">
            Painful Quandary
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Painful Quandary" src="https://cards.scryfall.io/large/front/0/5/05757669-e8a6-4a2f-8479-d4e2ade822ca.jpg?1783909073" />
    </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-50">
                  ↑
                  27%
                </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.80
              </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.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-11&quot;:1.68},{&quot;2026-06-12&quot;:1.68},{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.68},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.61},{&quot;2026-06-29&quot;:1.61},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.55},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.53},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.57},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.8},{&quot;2026-08-15&quot;:1.8},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.74},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.57},{&quot;2026-08-29&quot;:1.57},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.59},{&quot;2026-09-01&quot;:1.59},{&quot;2026-09-02&quot;:1.58},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.65},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.67},{&quot;2026-09-07&quot;:1.61},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.79},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.8}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.21},{&quot;2026-06-12&quot;:1.27},{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.27},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.08},{&quot;2026-06-26&quot;:1.09},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.15},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.07},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.09},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.1},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.59},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.72},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.47},{&quot;2026-07-21&quot;:1.37},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.64},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.82},{&quot;2026-08-21&quot;:2.3},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:2.0},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.81},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.03},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72469"
  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-brc 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">
            Wondrous Crucible
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </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="Wondrous Crucible" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/68c12fc0-f4fe-45cc-a225-3d80bcbbeb93.jpg?1783919697" />

        <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">
            Wondrous Crucible
        </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-7'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wondrous Crucible" src="https://cards.scryfall.io/large/front/6/8/68c12fc0-f4fe-45cc-a225-3d80bcbbeb93.jpg?1783919697" />
    </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-50">
                  ↑
                  5%
                </span>
            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.71},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.13},{&quot;2026-06-26&quot;:3.05},{&quot;2026-06-27&quot;:3.19},{&quot;2026-06-28&quot;:3.19},{&quot;2026-06-29&quot;:3.2},{&quot;2026-06-30&quot;:3.2},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.2},{&quot;2026-07-03&quot;:3.05},{&quot;2026-07-04&quot;:2.99},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.17},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.43},{&quot;2026-07-16&quot;:2.33},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.33},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-28&quot;:2.65},{&quot;2026-07-29&quot;:2.65},{&quot;2026-07-30&quot;:2.68},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.78},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.8},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.91},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.11},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.97},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79596"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Rhino Soldier
      </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.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="Stonehorn Dignitary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e04d14bf-78dd-4a51-a8df-04636d2141f3.jpg?1783927740" />

        <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">
            Stonehorn Dignitary
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Rhino Soldier</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>
          </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="Stonehorn Dignitary" src="https://cards.scryfall.io/large/front/e/0/e04d14bf-78dd-4a51-a8df-04636d2141f3.jpg?1783927740" />
    </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">
                  ↓
                  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">
                $14.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.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:14.7},{&quot;2026-06-13&quot;:14.7},{&quot;2026-06-14&quot;:14.7},{&quot;2026-06-15&quot;:14.7},{&quot;2026-06-16&quot;:14.7},{&quot;2026-06-17&quot;:14.7},{&quot;2026-06-18&quot;:14.7},{&quot;2026-06-19&quot;:14.7},{&quot;2026-06-20&quot;:14.7},{&quot;2026-06-21&quot;:14.7},{&quot;2026-06-22&quot;:14.7},{&quot;2026-06-23&quot;:14.7},{&quot;2026-06-24&quot;:14.7},{&quot;2026-06-25&quot;:14.7},{&quot;2026-06-26&quot;:14.7},{&quot;2026-06-27&quot;:14.7},{&quot;2026-06-28&quot;:14.67},{&quot;2026-06-29&quot;:14.67},{&quot;2026-06-30&quot;:14.67},{&quot;2026-07-01&quot;:14.67},{&quot;2026-07-02&quot;:14.67},{&quot;2026-07-03&quot;:14.67},{&quot;2026-07-04&quot;:14.67},{&quot;2026-07-05&quot;:14.67},{&quot;2026-07-06&quot;:14.67},{&quot;2026-07-07&quot;:14.67},{&quot;2026-07-08&quot;:14.67},{&quot;2026-07-09&quot;:14.67},{&quot;2026-07-10&quot;:14.67},{&quot;2026-07-11&quot;:14.67},{&quot;2026-07-12&quot;:14.67},{&quot;2026-07-13&quot;:14.67},{&quot;2026-07-14&quot;:14.67},{&quot;2026-07-15&quot;:14.67},{&quot;2026-07-16&quot;:14.67},{&quot;2026-07-17&quot;:14.67},{&quot;2026-07-18&quot;:14.67},{&quot;2026-07-19&quot;:14.67},{&quot;2026-07-20&quot;:14.67},{&quot;2026-07-21&quot;:14.67},{&quot;2026-07-23&quot;:14.67},{&quot;2026-07-25&quot;:14.67},{&quot;2026-07-26&quot;:14.67},{&quot;2026-07-27&quot;:14.67},{&quot;2026-07-29&quot;:14.67},{&quot;2026-07-30&quot;:14.63},{&quot;2026-07-31&quot;:14.63},{&quot;2026-08-01&quot;:14.63},{&quot;2026-08-02&quot;:14.63},{&quot;2026-08-03&quot;:14.63},{&quot;2026-08-04&quot;:14.63},{&quot;2026-08-05&quot;:14.63},{&quot;2026-08-07&quot;:14.63},{&quot;2026-08-08&quot;:14.29},{&quot;2026-08-09&quot;:14.29},{&quot;2026-08-10&quot;:14.29},{&quot;2026-08-11&quot;:14.29},{&quot;2026-08-12&quot;:14.29},{&quot;2026-08-13&quot;:14.29},{&quot;2026-08-14&quot;:14.29},{&quot;2026-08-15&quot;:14.29},{&quot;2026-08-16&quot;:14.29},{&quot;2026-08-17&quot;:14.29},{&quot;2026-08-18&quot;:14.29},{&quot;2026-08-19&quot;:14.29},{&quot;2026-08-20&quot;:14.29},{&quot;2026-08-21&quot;:14.29},{&quot;2026-08-22&quot;:14.29},{&quot;2026-08-23&quot;:14.29},{&quot;2026-08-24&quot;:14.29},{&quot;2026-08-25&quot;:14.29},{&quot;2026-08-26&quot;:14.29},{&quot;2026-08-27&quot;:14.29},{&quot;2026-08-28&quot;:14.29},{&quot;2026-08-29&quot;:14.29},{&quot;2026-08-30&quot;:14.29},{&quot;2026-08-31&quot;:14.29},{&quot;2026-09-01&quot;:14.29},{&quot;2026-09-02&quot;:14.29},{&quot;2026-09-03&quot;:14.29},{&quot;2026-09-04&quot;:14.29},{&quot;2026-09-05&quot;:14.29},{&quot;2026-09-06&quot;:14.39},{&quot;2026-09-07&quot;:14.39},{&quot;2026-09-08&quot;:14.39},{&quot;2026-09-09&quot;:14.39},{&quot;2026-09-10&quot;:14.39},{&quot;2026-09-11&quot;:14.39},{&quot;2026-09-12&quot;:14.39},{&quot;2026-09-13&quot;:14.39}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.04},{&quot;2026-06-13&quot;:1.04},{&quot;2026-06-14&quot;:1.04},{&quot;2026-06-15&quot;:1.04},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.07},{&quot;2026-06-21&quot;:1.07},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.76},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:2.0},{&quot;2026-07-05&quot;:2.0},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.16},{&quot;2026-07-10&quot;:2.16},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.01},{&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;:2.01},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.04},{&quot;2026-07-27&quot;:2.04},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.04},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.06},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.05},{&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.13},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.15},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.15},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.15},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.14},{&quot;2026-09-10&quot;:2.14},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.0},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91259"
  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">
            Archangel Avacyn 
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              2%
            </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="Archangel Avacyn // Avacyn, the Purifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/df325e2d-869d-49f1-bec2-630694d5ea7a.jpg?1783907994" />

        <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">
            Archangel Avacyn 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Archangel Avacyn // Avacyn, the Purifier" src="https://cards.scryfall.io/large/front/d/f/df325e2d-869d-49f1-bec2-630694d5ea7a.jpg?1783907994" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Archangel Avacyn // Avacyn, the Purifier" src="https://cards.scryfall.io/large/back/d/f/df325e2d-869d-49f1-bec2-630694d5ea7a.jpg?1783907994" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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-15&quot;:2.49},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.49},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.7},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.73},{&quot;2026-07-05&quot;:2.85},{&quot;2026-07-06&quot;:2.95},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:3.1},{&quot;2026-07-11&quot;:3.1},{&quot;2026-07-12&quot;:3.14},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.14},{&quot;2026-07-16&quot;:3.14},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.34},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-22&quot;:3.34},{&quot;2026-07-23&quot;:3.34},{&quot;2026-07-24&quot;:3.34},{&quot;2026-07-25&quot;:3.34},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.32},{&quot;2026-07-28&quot;:3.32},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.1},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:2.85},{&quot;2026-08-04&quot;:2.85},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.89},{&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;:3.01},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:3.03},{&quot;2026-08-26&quot;:3.03},{&quot;2026-08-27&quot;:3.03},{&quot;2026-08-28&quot;:3.08},{&quot;2026-08-29&quot;:3.08},{&quot;2026-08-30&quot;:3.08},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.06},{&quot;2026-09-04&quot;:3.06},{&quot;2026-09-05&quot;:2.94},{&quot;2026-09-06&quot;:2.94},{&quot;2026-09-07&quot;:2.94},{&quot;2026-09-08&quot;:2.94},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:2.94},{&quot;2026-09-12&quot;:2.87},{&quot;2026-09-13&quot;:2.87}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.0},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.91},{&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.91},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.89},{&quot;2026-06-25&quot;:1.89},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.88},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.85},{&quot;2026-07-01&quot;:1.85},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.85},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.86},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.87},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-22&quot;:1.86},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.77},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:2.05},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.04},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.04},{&quot;2026-08-29&quot;:2.04},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.05},{&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;:1.97},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:1.99},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98334"
  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 Last Agni Kai
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              18%
            </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="The Last Agni Kai" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/61eaebc6-7575-48ed-b212-ff8b0c7ae694.jpg?1783904955" />

        <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 Last Agni Kai
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Last Agni Kai" src="https://cards.scryfall.io/large/front/6/1/61eaebc6-7575-48ed-b212-ff8b0c7ae694.jpg?1783904955" />
    </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">
                  ↓
                  18%
                </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.41
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.52},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.45},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.58},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.5},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.55},{&quot;2026-07-11&quot;:2.54},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.73},{&quot;2026-07-16&quot;:2.74},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.9},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-25&quot;:2.8},{&quot;2026-07-26&quot;:2.57},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.39},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.35},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.27},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.2},{&quot;2026-08-17&quot;:3.14},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:3.27},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.35},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.57},{&quot;2026-09-03&quot;:3.46},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.4},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.42},{&quot;2026-09-11&quot;:3.42},{&quot;2026-09-12&quot;:3.4},{&quot;2026-09-13&quot;:3.41}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.43},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.45},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.96},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.76},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:2.21},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:1.88},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.57},{&quot;2026-09-12&quot;:2.33},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98645"
  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-tle 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">
            Heartbeat of Spring
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $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="Heartbeat of Spring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/006b8547-1427-4aa2-88e4-e82b0ff4bb6d.jpg?1783904848" />

        <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">
            Heartbeat of Spring
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Heartbeat of Spring" src="https://cards.scryfall.io/large/front/0/0/006b8547-1427-4aa2-88e4-e82b0ff4bb6d.jpg?1783904848" />
    </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">
                  ↓
                  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.54
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.43},{&quot;2026-06-13&quot;:3.48},{&quot;2026-06-14&quot;:3.48},{&quot;2026-06-15&quot;:3.48},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.45},{&quot;2026-06-20&quot;:3.45},{&quot;2026-06-21&quot;:3.45},{&quot;2026-06-22&quot;:3.45},{&quot;2026-06-23&quot;:3.45},{&quot;2026-06-24&quot;:3.45},{&quot;2026-06-25&quot;:3.45},{&quot;2026-06-26&quot;:3.44},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.44},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.42},{&quot;2026-07-06&quot;:3.41},{&quot;2026-07-07&quot;:3.41},{&quot;2026-07-08&quot;:3.32},{&quot;2026-07-09&quot;:3.32},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.32},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.24},{&quot;2026-07-18&quot;:3.24},{&quot;2026-07-19&quot;:3.29},{&quot;2026-07-20&quot;:3.29},{&quot;2026-07-21&quot;:3.29},{&quot;2026-07-23&quot;:3.29},{&quot;2026-07-25&quot;:3.29},{&quot;2026-07-26&quot;:3.29},{&quot;2026-07-27&quot;:3.29},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.2},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.22},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.24},{&quot;2026-08-09&quot;:3.19},{&quot;2026-08-10&quot;:3.19},{&quot;2026-08-11&quot;:3.29},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.31},{&quot;2026-08-18&quot;:3.31},{&quot;2026-08-19&quot;:3.31},{&quot;2026-08-20&quot;:3.31},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.42},{&quot;2026-08-23&quot;:3.42},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.41},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.44},{&quot;2026-09-03&quot;:3.35},{&quot;2026-09-04&quot;:3.35},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.44},{&quot;2026-09-12&quot;:3.49},{&quot;2026-09-13&quot;:3.54}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.01},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.04},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:1.95},{&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;:2.0},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.05},{&quot;2026-07-09&quot;:2.02},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:1.94},{&quot;2026-07-12&quot;:1.94},{&quot;2026-07-13&quot;:1.92},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.8},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.71},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.78},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.84},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:1.85},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.15},{&quot;2026-08-25&quot;:2.15},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.03},{&quot;2026-08-31&quot;:2.18},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.05},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="99330"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Realmwalker
        </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.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="Realmwalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52733829-27b7-40ec-a897-cabab35b3729.jpg?1782684214" />

        <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">
            Realmwalker
        </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-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="Realmwalker" src="https://cards.scryfall.io/large/front/5/2/52733829-27b7-40ec-a897-cabab35b3729.jpg?1782684214" />
    </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.00
              </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.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-15&quot;:1.01},{&quot;2026-06-16&quot;:1.0},{&quot;2026-06-17&quot;:1.02},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.07},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:1.03},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.02},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:1.03},{&quot;2026-07-04&quot;:1.03},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.14},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.19},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.09},{&quot;2026-07-22&quot;:1.12},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-24&quot;:1.17},{&quot;2026-07-25&quot;:1.23},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.2},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.17},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.44},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:0.93},{&quot;2026-08-14&quot;:0.85},{&quot;2026-08-15&quot;:0.87},{&quot;2026-08-16&quot;:0.99},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.09},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.93},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9310"
  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">
            Kestia, the Cultivator
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kestia, the Cultivator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6d49d5e5-fca7-47ec-89f0-282641413245.jpg?1783934328" />

        <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">
            Kestia, the Cultivator
        </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 Enchantment Creature — Nymph</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kestia, the Cultivator" src="https://cards.scryfall.io/large/front/6/d/6d49d5e5-fca7-47ec-89f0-282641413245.jpg?1783934328" />
    </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">
                $1.99
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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-15&quot;:1.23},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.32},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.32},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.33},{&quot;2026-07-03&quot;:1.33},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.34},{&quot;2026-07-06&quot;:1.34},{&quot;2026-07-07&quot;:1.39},{&quot;2026-07-08&quot;:1.39},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.44},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-22&quot;:1.58},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.58},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.79},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.79},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.79},{&quot;2026-08-17&quot;:1.89},{&quot;2026-08-18&quot;:1.89},{&quot;2026-08-19&quot;:1.89},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&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;:1.99},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:1.99},{&quot;2026-09-12&quot;:1.99},{&quot;2026-09-13&quot;:1.99}],&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="51576"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Grimgrin, Corpse-Born" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c0056d5-4d23-4c0c-bbfb-c091cc3fb9ae.jpg?1783916863" />

        <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">
            Grimgrin, Corpse-Born
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grimgrin, Corpse-Born" src="https://cards.scryfall.io/large/front/2/c/2c0056d5-4d23-4c0c-bbfb-c091cc3fb9ae.jpg?1783916863" />
    </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">
                $1.99
              </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">
                $4.13
              </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.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-14&quot;:4.51},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.71},{&quot;2026-06-17&quot;:4.65},{&quot;2026-06-18&quot;:4.65},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.56},{&quot;2026-06-22&quot;:4.56},{&quot;2026-06-23&quot;:4.56},{&quot;2026-06-24&quot;:4.56},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.56},{&quot;2026-06-27&quot;:4.56},{&quot;2026-06-28&quot;:4.56},{&quot;2026-06-29&quot;:4.56},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.56},{&quot;2026-07-02&quot;:4.56},{&quot;2026-07-03&quot;:4.56},{&quot;2026-07-04&quot;:4.56},{&quot;2026-07-05&quot;:4.56},{&quot;2026-07-06&quot;:4.56},{&quot;2026-07-07&quot;:4.56},{&quot;2026-07-08&quot;:4.56},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.56},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.59},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.59},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.59},{&quot;2026-07-18&quot;:4.59},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.59},{&quot;2026-07-23&quot;:4.59},{&quot;2026-07-24&quot;:4.59},{&quot;2026-07-25&quot;:4.59},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-28&quot;:4.59},{&quot;2026-07-29&quot;:4.59},{&quot;2026-07-30&quot;:4.59},{&quot;2026-07-31&quot;:4.59},{&quot;2026-08-01&quot;:4.59},{&quot;2026-08-02&quot;:4.59},{&quot;2026-08-03&quot;:4.59},{&quot;2026-08-04&quot;:4.59},{&quot;2026-08-05&quot;:4.59},{&quot;2026-08-07&quot;:4.59},{&quot;2026-08-08&quot;:4.59},{&quot;2026-08-09&quot;:4.59},{&quot;2026-08-10&quot;:4.59},{&quot;2026-08-11&quot;:4.59},{&quot;2026-08-12&quot;:4.59},{&quot;2026-08-13&quot;:4.45},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.45},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.36},{&quot;2026-08-25&quot;:4.36},{&quot;2026-08-26&quot;:4.14},{&quot;2026-08-27&quot;:4.14},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.14},{&quot;2026-08-31&quot;:4.14},{&quot;2026-09-01&quot;:4.14},{&quot;2026-09-02&quot;:4.14},{&quot;2026-09-03&quot;:4.07},{&quot;2026-09-04&quot;:4.07},{&quot;2026-09-05&quot;:4.07},{&quot;2026-09-06&quot;:4.23},{&quot;2026-09-07&quot;:4.23},{&quot;2026-09-08&quot;:4.23},{&quot;2026-09-09&quot;:4.21},{&quot;2026-09-10&quot;:4.13},{&quot;2026-09-11&quot;:4.13},{&quot;2026-09-12&quot;:4.13},{&quot;2026-09-13&quot;:4.13}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:1.94},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.94},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.91},{&quot;2026-06-24&quot;:1.91},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&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.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.76},{&quot;2026-07-15&quot;:1.78},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.77},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.77},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.88},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.87},{&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.83},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.84},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.87},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:1.85},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:2.02},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.06},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.05},{&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.03},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75732"
  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-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">
            Twilight Prophet
        </span>


      </div>

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

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

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

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

        <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">
            Twilight Prophet
        </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 — Vampire Cleric</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Twilight Prophet" src="https://cards.scryfall.io/large/front/4/1/41f90e2b-cdbb-4a7c-aba0-c72055b414ed.jpg?1783913869" />
    </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">
                $1.99
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-23&quot;:1.41},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.33},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.85},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.66},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.14},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:1.94},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-24&quot;:2.22},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.34},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.42},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.54},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.62},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.42},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.11},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.62},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.91},{&quot;2026-08-31&quot;:1.85},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.77},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.77},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.63},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.61},{&quot;2026-09-11&quot;:1.51},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Pulmonic Sliver
        </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 — Sliver</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pulmonic Sliver" src="https://cards.scryfall.io/large/front/f/c/fc4eb560-97a7-4f5f-bf12-1f9e1be63095.jpg?1783927866" />
    </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">
                $1.99
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  19%
                </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.94
              </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>

      <!-- 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.34},{&quot;2026-06-12&quot;:2.34},{&quot;2026-06-13&quot;:2.34},{&quot;2026-06-14&quot;:2.34},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-24&quot;:2.39},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.39},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.39},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.3},{&quot;2026-07-02&quot;:2.3},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.22},{&quot;2026-07-25&quot;:2.22},{&quot;2026-07-26&quot;:2.22},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.16},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.13},{&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.16},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.13},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.94},{&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.94},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.94}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.75},{&quot;2026-06-12&quot;:1.75},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.71},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.79},{&quot;2026-06-30&quot;:1.79},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.8},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.81},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.77},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.87},{&quot;2026-07-25&quot;:1.87},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-29&quot;:1.83},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.93},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:1.93},{&quot;2026-08-03&quot;:1.94},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:2.14},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.34},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.3},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.33},{&quot;2026-08-25&quot;:2.33},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.42},{&quot;2026-09-01&quot;:2.42},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.38},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94604"
  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">
            Aerith Gainsborough
        </span>


      </div>

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

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

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

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

        <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">
            Aerith Gainsborough
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Cleric</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="Aerith Gainsborough" src="https://cards.scryfall.io/large/front/e/8/e86328b6-ded2-41df-8b6e-4a770e7b171e.jpg?1783906655" />
    </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">
                $1.99
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-11&quot;:3.37},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.26},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.01},{&quot;2026-06-19&quot;:3.0},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:4.03},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.38},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.65},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:5.17},{&quot;2026-07-03&quot;:5.13},{&quot;2026-07-04&quot;:5.13},{&quot;2026-07-05&quot;:5.13},{&quot;2026-07-06&quot;:5.13},{&quot;2026-07-07&quot;:5.14},{&quot;2026-07-08&quot;:5.13},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:4.63},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.17},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-29&quot;:2.94},{&quot;2026-07-30&quot;:2.95},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.24},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.14},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.94},{&quot;2026-08-22&quot;:2.94},{&quot;2026-08-23&quot;:2.99},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:3.03},{&quot;2026-08-29&quot;:3.03},{&quot;2026-08-30&quot;:3.02},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:3.07},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.71},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.65},{&quot;2026-09-12&quot;:3.88},{&quot;2026-09-13&quot;:4.06}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.05},{&quot;2026-06-12&quot;:1.81},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.92},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.29},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.39},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.42},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.96},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:3.3},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.84},{&quot;2026-09-01&quot;:2.84},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.29},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.17},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96101"
  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-eos 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 Market
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="High Market" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/229c383b-305b-44b1-ba0f-fbe95bbd633f.jpg?1782685291" />

        <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 Market
        </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="High Market" src="https://cards.scryfall.io/large/front/2/2/229c383b-305b-44b1-ba0f-fbe95bbd633f.jpg?1782685291" />
    </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">
                $1.99
              </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.98
              </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.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-13&quot;:2.87},{&quot;2026-06-14&quot;:2.82},{&quot;2026-06-15&quot;:2.82},{&quot;2026-06-16&quot;:2.82},{&quot;2026-06-17&quot;:2.82},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.94},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.94},{&quot;2026-06-23&quot;:2.98},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:2.98},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.94},{&quot;2026-06-30&quot;:2.94},{&quot;2026-07-01&quot;:2.94},{&quot;2026-07-02&quot;:2.94},{&quot;2026-07-03&quot;:2.9},{&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.83},{&quot;2026-07-12&quot;:2.89},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.83},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.83},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.79},{&quot;2026-08-19&quot;:2.79},{&quot;2026-08-20&quot;:2.79},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:2.85},{&quot;2026-08-25&quot;:2.85},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.81},{&quot;2026-08-28&quot;:2.81},{&quot;2026-08-29&quot;:2.81},{&quot;2026-08-30&quot;:2.84},{&quot;2026-08-31&quot;:2.84},{&quot;2026-09-01&quot;:2.84},{&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.83},{&quot;2026-09-06&quot;:2.73},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.81},{&quot;2026-09-09&quot;:2.97},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.98},{&quot;2026-09-12&quot;:2.98},{&quot;2026-09-13&quot;:2.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.29},{&quot;2026-06-14&quot;:1.3},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.4},{&quot;2026-06-24&quot;:1.42},{&quot;2026-06-25&quot;:1.41},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.32},{&quot;2026-06-28&quot;:1.33},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.18},{&quot;2026-07-02&quot;:1.19},{&quot;2026-07-03&quot;:1.19},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.13},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.06},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.23},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.33},{&quot;2026-07-15&quot;:1.35},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.16},{&quot;2026-07-20&quot;:1.15},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-28&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.53},{&quot;2026-08-02&quot;:1.53},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.51},{&quot;2026-08-10&quot;:1.52},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.29},{&quot;2026-08-14&quot;:1.35},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.18},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.26},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:1.85},{&quot;2026-08-29&quot;:1.85},{&quot;2026-08-30&quot;:2.03},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.85},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.9},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.88},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109323"
  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">
            Dreamroot Cascade
        </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">
              ↑
              3%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dreamroot Cascade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bb911ec9-4354-46af-8750-6920555eb1e7.jpg?1782682785" />

        <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">
            Dreamroot Cascade
        </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="Dreamroot Cascade" src="https://cards.scryfall.io/large/front/b/b/bb911ec9-4354-46af-8750-6920555eb1e7.jpg?1782682785" />
    </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">
                $1.99
              </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.40
              </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;:2.72},{&quot;2026-06-12&quot;:2.73},{&quot;2026-06-13&quot;:2.69},{&quot;2026-06-14&quot;:2.64},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.54},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.52},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.02},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.98},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.85},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.83},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.96},{&quot;2026-07-17&quot;:2.02},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-23&quot;:1.99},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.04},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-29&quot;:1.93},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.1},{&quot;2026-08-04&quot;:2.06},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.29},{&quot;2026-08-29&quot;:2.29},{&quot;2026-08-30&quot;:2.36},{&quot;2026-08-31&quot;:2.36},{&quot;2026-09-01&quot;:2.36},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.38},{&quot;2026-09-13&quot;:2.4}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.84},{&quot;2026-06-12&quot;:1.77},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.77},{&quot;2026-06-15&quot;:1.81},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.79},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.53},{&quot;2026-06-27&quot;:1.54},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.48},{&quot;2026-07-02&quot;:1.51},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.55},{&quot;2026-07-14&quot;:1.51},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-25&quot;:1.74},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.48},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.55},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.86},{&quot;2026-08-11&quot;:1.86},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:2.03},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.63},{&quot;2026-08-25&quot;:1.63},{&quot;2026-08-26&quot;:1.6},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.85},{&quot;2026-09-01&quot;:1.85},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:1.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112366"
  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">
            Llanowar Elves
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Llanowar Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cb49d52e-85ce-4f79-bfc3-0e312e6e161f.jpg?1782735889" />

        <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">
            Llanowar Elves
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Llanowar Elves" src="https://cards.scryfall.io/large/front/c/b/cb49d52e-85ce-4f79-bfc3-0e312e6e161f.jpg?1782735889" />
    </div>

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

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

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

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

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

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

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

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

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

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

      <div class="grid grid-cols-2 gap-3">

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.69},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.53},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.57},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.57},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0},{&quot;2026-09-13&quot;:1.99}],&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="12684"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Godo, Bandit Warlord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/01d566cf-cb32-461d-8afe-b0f3f4c24160.jpg?1783915653" />

        <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">
            Godo, Bandit Warlord
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Barbarian</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="Godo, Bandit Warlord" src="https://cards.scryfall.io/large/front/0/1/01d566cf-cb32-461d-8afe-b0f3f4c24160.jpg?1783915653" />
    </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">
                $1.98
              </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">
                $1.67
              </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.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.32},{&quot;2026-06-23&quot;:1.32},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.32},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.3},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.32},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.32},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.37},{&quot;2026-07-08&quot;:1.37},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.39},{&quot;2026-07-20&quot;:1.39},{&quot;2026-07-21&quot;:1.39},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-24&quot;:1.4},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.48},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.48},{&quot;2026-08-09&quot;:1.55},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.56},{&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.6},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.66},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.67},{&quot;2026-09-12&quot;:1.67},{&quot;2026-09-13&quot;:1.67}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.18},{&quot;2026-06-15&quot;:1.14},{&quot;2026-06-16&quot;:1.11},{&quot;2026-06-17&quot;:1.13},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.1},{&quot;2026-06-20&quot;:1.11},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.03},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.02},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:0.99},{&quot;2026-06-28&quot;:0.99},{&quot;2026-06-29&quot;:1.01},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.16},{&quot;2026-07-05&quot;:1.16},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.03},{&quot;2026-07-14&quot;:1.04},{&quot;2026-07-15&quot;:1.04},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.04},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-23&quot;:1.09},{&quot;2026-07-24&quot;:1.11},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-28&quot;:1.19},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.22},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.28},{&quot;2026-08-09&quot;:1.33},{&quot;2026-08-10&quot;:1.39},{&quot;2026-08-11&quot;:1.39},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.45},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.45},{&quot;2026-08-17&quot;:1.45},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.77},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.95},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16414"
  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-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">
            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">
              ↓
              4%
            </span>

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

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

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

        <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/a/f/afa4c889-0577-4173-9f85-42a7bf675aaf.jpg?1783924975" />
    </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">
                $1.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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.47},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.43},{&quot;2026-06-24&quot;:2.37},{&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.29},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.2},{&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.2},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.11},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.06},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-28&quot;:2.02},{&quot;2026-07-29&quot;:2.01},{&quot;2026-07-30&quot;:1.93},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.8},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.79},{&quot;2026-08-17&quot;:1.84},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:1.95},{&quot;2026-08-20&quot;:1.99},{&quot;2026-08-21&quot;:1.99},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.03},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:2.03},{&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.06},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.05},{&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;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19270"
  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">
            Karn, Living Legacy
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Karn, Living Legacy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/493341c3-1f59-4d7e-b852-1449a2333be9.jpg?1783921204" />

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Karn, Living Legacy" src="https://cards.scryfall.io/large/front/4/9/493341c3-1f59-4d7e-b852-1449a2333be9.jpg?1783921204" />
    </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.24
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.5},{&quot;2026-06-13&quot;:1.5},{&quot;2026-06-14&quot;:1.5},{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.52},{&quot;2026-06-17&quot;:1.52},{&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.54},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.54},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.54},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.63},{&quot;2026-07-03&quot;:1.63},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.66},{&quot;2026-07-10&quot;:1.66},{&quot;2026-07-11&quot;:1.66},{&quot;2026-07-12&quot;:1.66},{&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.66},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.67},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-25&quot;:1.71},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.78},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.78},{&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.78},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.78},{&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.8},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.85},{&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.87},{&quot;2026-09-08&quot;:1.87},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:1.98}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.12},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.12},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.13},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.14},{&quot;2026-07-06&quot;:1.1},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.14},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.18},{&quot;2026-07-14&quot;:1.16},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.12},{&quot;2026-07-29&quot;:1.11},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.14},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.15},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.13},{&quot;2026-08-19&quot;:1.11},{&quot;2026-08-20&quot;:1.11},{&quot;2026-08-21&quot;:1.09},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.13},{&quot;2026-08-24&quot;:1.15},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.15},{&quot;2026-08-29&quot;:1.15},{&quot;2026-08-30&quot;:1.2},{&quot;2026-08-31&quot;:1.2},{&quot;2026-09-01&quot;:1.2},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.2},{&quot;2026-09-04&quot;:1.2},{&quot;2026-09-05&quot;:1.2},{&quot;2026-09-06&quot;:1.19},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.2},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Legion&#39;s Initiative" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/4/e41f950f-b818-4150-af71-b53a502ca0d5.jpg?1783921822" />

        <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">
            Legion&#39;s Initiative
        </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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Legion&#39;s Initiative" src="https://cards.scryfall.io/large/front/e/4/e41f950f-b818-4150-af71-b53a502ca0d5.jpg?1783921822" />
    </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">
                $1.98
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.26
              </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.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;2026-06-11&quot;:1.03},{&quot;2026-06-12&quot;:1.03},{&quot;2026-06-13&quot;:1.03},{&quot;2026-06-14&quot;:1.03},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.03},{&quot;2026-06-19&quot;:1.03},{&quot;2026-06-20&quot;:1.03},{&quot;2026-06-21&quot;:1.03},{&quot;2026-06-22&quot;:1.03},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:1.03},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.03},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:1.03},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.1},{&quot;2026-07-07&quot;:1.1},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.11},{&quot;2026-07-14&quot;:1.11},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.16},{&quot;2026-07-19&quot;:1.16},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.16},{&quot;2026-07-27&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.23},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.23},{&quot;2026-08-05&quot;:1.23},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.23},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.23},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.23},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.23},{&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.23},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.23},{&quot;2026-09-09&quot;:1.26},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.26}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.3},{&quot;2026-06-12&quot;:2.3},{&quot;2026-06-13&quot;:2.31},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.26},{&quot;2026-06-19&quot;:2.26},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.01},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:1.85},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.3},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.35},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.84},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.11},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-25&quot;:3.4},{&quot;2026-07-26&quot;:3.7},{&quot;2026-07-27&quot;:3.67},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.77},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.77},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.93},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.45},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.31},{&quot;2026-08-13&quot;:3.47},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.4},{&quot;2026-08-16&quot;:3.4},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.39},{&quot;2026-08-19&quot;:3.43},{&quot;2026-08-20&quot;:3.43},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.1},{&quot;2026-08-23&quot;:3.1},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.13},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.03},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30530"
  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">
            Ivory Tower
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Ivory Tower
        </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-1'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ivory Tower" src="https://cards.scryfall.io/large/front/e/f/eff5624d-fffa-48c1-91f3-f03585e45c69.jpg?1783947800" />
    </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">
                $1.98
              </span>

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Dead of Winter
        </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>
          </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="Dead of Winter" src="https://cards.scryfall.io/large/front/f/4/f480df6d-e227-4ccb-ad6d-a4ad48a360ad.jpg?1783933131" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.35
              </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.98
              </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 Foil</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;:3.47},{&quot;2026-06-16&quot;:3.69},{&quot;2026-06-17&quot;:3.69},{&quot;2026-06-18&quot;:3.69},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:3.69},{&quot;2026-06-23&quot;:3.69},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.69},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.69},{&quot;2026-06-28&quot;:3.62},{&quot;2026-06-29&quot;:3.62},{&quot;2026-06-30&quot;:3.62},{&quot;2026-07-01&quot;:3.62},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.62},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:4.01},{&quot;2026-07-06&quot;:4.01},{&quot;2026-07-07&quot;:4.01},{&quot;2026-07-08&quot;:4.01},{&quot;2026-07-09&quot;:4.01},{&quot;2026-07-10&quot;:4.01},{&quot;2026-07-11&quot;:4.01},{&quot;2026-07-12&quot;:4.01},{&quot;2026-07-13&quot;:4.01},{&quot;2026-07-14&quot;:4.01},{&quot;2026-07-15&quot;:4.01},{&quot;2026-07-16&quot;:4.01},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:4.01},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.01},{&quot;2026-07-22&quot;:4.01},{&quot;2026-07-23&quot;:3.13},{&quot;2026-07-24&quot;:3.13},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.13},{&quot;2026-07-27&quot;:3.13},{&quot;2026-07-28&quot;:3.13},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.13},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.14},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.15},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:2.15},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.12},{&quot;2026-08-27&quot;:2.12},{&quot;2026-08-28&quot;:2.12},{&quot;2026-08-29&quot;:2.12},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.12},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.12},{&quot;2026-09-05&quot;:2.12},{&quot;2026-09-06&quot;:2.12},{&quot;2026-09-07&quot;:2.12},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:1.98}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.41},{&quot;2026-06-16&quot;:0.41},{&quot;2026-06-17&quot;:0.41},{&quot;2026-06-18&quot;:0.41},{&quot;2026-06-19&quot;:0.41},{&quot;2026-06-20&quot;:0.41},{&quot;2026-06-21&quot;:0.41},{&quot;2026-06-22&quot;:0.41},{&quot;2026-06-23&quot;:0.41},{&quot;2026-06-24&quot;:0.41},{&quot;2026-06-25&quot;:0.4},{&quot;2026-06-26&quot;:0.4},{&quot;2026-06-27&quot;:0.39},{&quot;2026-06-28&quot;:0.39},{&quot;2026-06-29&quot;:0.39},{&quot;2026-06-30&quot;:0.39},{&quot;2026-07-01&quot;:0.39},{&quot;2026-07-02&quot;:0.39},{&quot;2026-07-03&quot;:0.39},{&quot;2026-07-04&quot;:0.39},{&quot;2026-07-05&quot;:0.38},{&quot;2026-07-06&quot;:0.38},{&quot;2026-07-07&quot;:0.38},{&quot;2026-07-08&quot;:0.38},{&quot;2026-07-09&quot;:0.39},{&quot;2026-07-10&quot;:0.39},{&quot;2026-07-11&quot;:0.39},{&quot;2026-07-12&quot;:0.38},{&quot;2026-07-13&quot;:0.38},{&quot;2026-07-14&quot;:0.38},{&quot;2026-07-15&quot;:0.38},{&quot;2026-07-16&quot;:0.39},{&quot;2026-07-17&quot;:0.39},{&quot;2026-07-18&quot;:0.4},{&quot;2026-07-19&quot;:0.39},{&quot;2026-07-20&quot;:0.39},{&quot;2026-07-21&quot;:0.39},{&quot;2026-07-22&quot;:0.39},{&quot;2026-07-23&quot;:0.39},{&quot;2026-07-24&quot;:0.39},{&quot;2026-07-25&quot;:0.39},{&quot;2026-07-26&quot;:0.39},{&quot;2026-07-27&quot;:0.38},{&quot;2026-07-28&quot;:0.38},{&quot;2026-07-29&quot;:0.38},{&quot;2026-07-30&quot;:0.38},{&quot;2026-07-31&quot;:0.4},{&quot;2026-08-01&quot;:0.4},{&quot;2026-08-02&quot;:0.4},{&quot;2026-08-03&quot;:0.38},{&quot;2026-08-04&quot;:0.38},{&quot;2026-08-05&quot;:0.38},{&quot;2026-08-07&quot;:0.37},{&quot;2026-08-08&quot;:0.37},{&quot;2026-08-09&quot;:0.37},{&quot;2026-08-10&quot;:0.37},{&quot;2026-08-11&quot;:0.36},{&quot;2026-08-12&quot;:0.37},{&quot;2026-08-13&quot;:0.37},{&quot;2026-08-14&quot;:0.37},{&quot;2026-08-15&quot;:0.38},{&quot;2026-08-16&quot;:0.38},{&quot;2026-08-17&quot;:0.38},{&quot;2026-08-18&quot;:0.37},{&quot;2026-08-19&quot;:0.36},{&quot;2026-08-20&quot;:0.36},{&quot;2026-08-21&quot;:0.36},{&quot;2026-08-22&quot;:0.35},{&quot;2026-08-23&quot;:0.36},{&quot;2026-08-24&quot;:0.36},{&quot;2026-08-25&quot;:0.36},{&quot;2026-08-26&quot;:0.36},{&quot;2026-08-27&quot;:0.34},{&quot;2026-08-28&quot;:0.34},{&quot;2026-08-29&quot;:0.34},{&quot;2026-08-30&quot;:0.34},{&quot;2026-08-31&quot;:0.34},{&quot;2026-09-01&quot;:0.34},{&quot;2026-09-02&quot;:0.35},{&quot;2026-09-03&quot;:0.35},{&quot;2026-09-04&quot;:0.35},{&quot;2026-09-05&quot;:0.35},{&quot;2026-09-06&quot;:0.35},{&quot;2026-09-07&quot;:0.35},{&quot;2026-09-08&quot;:0.35},{&quot;2026-09-09&quot;:0.35},{&quot;2026-09-10&quot;:0.35},{&quot;2026-09-11&quot;:0.35},{&quot;2026-09-12&quot;:0.35},{&quot;2026-09-13&quot;:0.35}]}"
        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="57010"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Eternal Wanderer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/905f0dd4-0197-45f8-8e7f-396d6dcef600.jpg?1783918081" />

        <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 Eternal Wanderer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="The Eternal Wanderer" src="https://cards.scryfall.io/large/front/9/0/905f0dd4-0197-45f8-8e7f-396d6dcef600.jpg?1783918081" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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.81},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.85},{&quot;2026-06-17&quot;:1.85},{&quot;2026-06-18&quot;:1.85},{&quot;2026-06-19&quot;:1.85},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.84},{&quot;2026-06-24&quot;:1.84},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.84},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.03},{&quot;2026-07-06&quot;:2.03},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:2.03},{&quot;2026-07-09&quot;:2.05},{&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.01},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.14},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.25},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.17},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.17},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.17},{&quot;2026-08-22&quot;:2.21},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.21},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.21},{&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.07},{&quot;2026-09-09&quot;:2.07},{&quot;2026-09-10&quot;:1.97},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.52},{&quot;2026-06-14&quot;:1.53},{&quot;2026-06-15&quot;:1.53},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.43},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.56},{&quot;2026-06-21&quot;:1.55},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.61},{&quot;2026-06-24&quot;:1.57},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.47},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.63},{&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.69},{&quot;2026-07-16&quot;:1.72},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.85},{&quot;2026-07-23&quot;:1.86},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.74},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.58},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.69},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.38},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.39},{&quot;2026-08-20&quot;:1.39},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.46},{&quot;2026-08-24&quot;:1.44},{&quot;2026-08-25&quot;:1.44},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.13},{&quot;2026-09-01&quot;:1.13},{&quot;2026-09-02&quot;:1.14},{&quot;2026-09-03&quot;:1.18},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.2},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.27},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mystic Sanctuary" src="https://cards.scryfall.io/large/front/1/7/170e792c-80d5-4775-ad95-37614574ab84.jpg?1783932577" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.98
              </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">
                $4.92
              </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.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;:5.08},{&quot;2026-06-16&quot;:5.11},{&quot;2026-06-17&quot;:5.11},{&quot;2026-06-18&quot;:5.11},{&quot;2026-06-19&quot;:5.11},{&quot;2026-06-20&quot;:5.11},{&quot;2026-06-21&quot;:5.07},{&quot;2026-06-22&quot;:5.07},{&quot;2026-06-23&quot;:5.07},{&quot;2026-06-24&quot;:5.07},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:5.08},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:5.08},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.14},{&quot;2026-07-02&quot;:5.14},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:5.14},{&quot;2026-07-06&quot;:5.14},{&quot;2026-07-07&quot;:5.14},{&quot;2026-07-08&quot;:5.14},{&quot;2026-07-09&quot;:5.15},{&quot;2026-07-10&quot;:5.15},{&quot;2026-07-11&quot;:5.2},{&quot;2026-07-12&quot;:5.2},{&quot;2026-07-13&quot;:5.17},{&quot;2026-07-14&quot;:5.41},{&quot;2026-07-15&quot;:5.39},{&quot;2026-07-16&quot;:5.39},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.39},{&quot;2026-07-19&quot;:5.45},{&quot;2026-07-20&quot;:5.45},{&quot;2026-07-21&quot;:5.52},{&quot;2026-07-22&quot;:5.52},{&quot;2026-07-23&quot;:5.52},{&quot;2026-07-24&quot;:5.52},{&quot;2026-07-25&quot;:5.52},{&quot;2026-07-26&quot;:5.52},{&quot;2026-07-27&quot;:5.47},{&quot;2026-07-28&quot;:5.31},{&quot;2026-07-29&quot;:5.31},{&quot;2026-07-30&quot;:5.28},{&quot;2026-07-31&quot;:5.28},{&quot;2026-08-01&quot;:5.28},{&quot;2026-08-02&quot;:5.28},{&quot;2026-08-03&quot;:5.28},{&quot;2026-08-04&quot;:5.38},{&quot;2026-08-05&quot;:5.38},{&quot;2026-08-07&quot;:5.23},{&quot;2026-08-08&quot;:5.22},{&quot;2026-08-09&quot;:5.22},{&quot;2026-08-10&quot;:5.22},{&quot;2026-08-11&quot;:5.22},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.22},{&quot;2026-08-14&quot;:5.2},{&quot;2026-08-15&quot;:5.2},{&quot;2026-08-16&quot;:5.2},{&quot;2026-08-17&quot;:5.2},{&quot;2026-08-18&quot;:5.2},{&quot;2026-08-19&quot;:5.2},{&quot;2026-08-20&quot;:5.2},{&quot;2026-08-21&quot;:5.14},{&quot;2026-08-22&quot;:5.14},{&quot;2026-08-23&quot;:5.14},{&quot;2026-08-24&quot;:5.14},{&quot;2026-08-25&quot;:5.21},{&quot;2026-08-26&quot;:5.21},{&quot;2026-08-27&quot;:5.14},{&quot;2026-08-28&quot;:5.01},{&quot;2026-08-29&quot;:5.01},{&quot;2026-08-30&quot;:5.02},{&quot;2026-08-31&quot;:5.02},{&quot;2026-09-01&quot;:5.02},{&quot;2026-09-02&quot;:5.02},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:5.02},{&quot;2026-09-05&quot;:5.02},{&quot;2026-09-06&quot;:4.99},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.04},{&quot;2026-09-10&quot;:5.04},{&quot;2026-09-11&quot;:4.85},{&quot;2026-09-12&quot;:4.92},{&quot;2026-09-13&quot;:4.92}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.51},{&quot;2026-06-17&quot;:1.52},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.47},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.45},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.35},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.31},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.23},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.43},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.46},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-22&quot;:1.43},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.52},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.72},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.5},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.71},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.56},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.09},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.15},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:2.07},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81593"
  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">
            Steel of the Godhead
        </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">
            $1.98
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Steel of the Godhead
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-wu'></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="Steel of the Godhead" src="https://cards.scryfall.io/large/front/f/f/fff6846e-5f88-4976-b867-5b176f5e8c7d.jpg?1783910131" />
    </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">
                $1.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">$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.05},{&quot;2026-06-16&quot;:2.03},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.06},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-23&quot;:2.07},{&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.1},{&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.15},{&quot;2026-07-02&quot;:2.18},{&quot;2026-07-03&quot;:2.14},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.15},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.15},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.23},{&quot;2026-07-15&quot;:2.24},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-24&quot;:2.43},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.48},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.45},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.45},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.05},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.0},{&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;:1.99},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&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.08},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Heartstone
        </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-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="Heartstone" src="https://cards.scryfall.io/large/front/5/1/5139d090-fcf1-419f-8ce7-0d544c8e1217.jpg?1783909988" />
    </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">
                $1.98
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.6},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.67},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.52},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.53},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.43},{&quot;2026-06-28&quot;:1.39},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.38},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.51},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.86},{&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.91},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:1.91},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.83},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.62},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.63},{&quot;2026-09-05&quot;:1.67},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:1.97},{&quot;2026-09-10&quot;:1.97},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Metallic Mimic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/68c011c4-d61d-4fc1-acb4-65b6ac498fa9.jpg?1783907990" />

        <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">
            Metallic Mimic
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact 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>
          </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="Metallic Mimic" src="https://cards.scryfall.io/large/front/6/8/68c011c4-d61d-4fc1-acb4-65b6ac498fa9.jpg?1783907990" />
    </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">
                $1.98
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.05},{&quot;2026-06-12&quot;:4.01},{&quot;2026-06-13&quot;:4.01},{&quot;2026-06-14&quot;:4.01},{&quot;2026-06-15&quot;:4.12},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:3.91},{&quot;2026-06-18&quot;:3.91},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.91},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.85},{&quot;2026-06-26&quot;:4.04},{&quot;2026-06-27&quot;:3.98},{&quot;2026-06-28&quot;:4.22},{&quot;2026-06-29&quot;:4.22},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.22},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.44},{&quot;2026-07-06&quot;:4.36},{&quot;2026-07-07&quot;:4.36},{&quot;2026-07-08&quot;:4.36},{&quot;2026-07-09&quot;:4.36},{&quot;2026-07-10&quot;:4.36},{&quot;2026-07-11&quot;:4.45},{&quot;2026-07-12&quot;:4.45},{&quot;2026-07-13&quot;:4.41},{&quot;2026-07-14&quot;:4.41},{&quot;2026-07-15&quot;:4.41},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.32},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.11},{&quot;2026-07-21&quot;:4.11},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:4.18},{&quot;2026-07-26&quot;:4.18},{&quot;2026-07-27&quot;:4.2},{&quot;2026-07-29&quot;:4.2},{&quot;2026-07-30&quot;:4.2},{&quot;2026-07-31&quot;:4.2},{&quot;2026-08-01&quot;:4.2},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.2},{&quot;2026-08-04&quot;:4.22},{&quot;2026-08-05&quot;:4.22},{&quot;2026-08-07&quot;:4.23},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.23},{&quot;2026-08-11&quot;:4.23},{&quot;2026-08-12&quot;:4.23},{&quot;2026-08-13&quot;:4.14},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:3.85},{&quot;2026-08-16&quot;:3.85},{&quot;2026-08-17&quot;:3.81},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.64},{&quot;2026-08-20&quot;:3.64},{&quot;2026-08-21&quot;:3.59},{&quot;2026-08-22&quot;:3.59},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.59},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.67},{&quot;2026-08-27&quot;:3.68},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.57},{&quot;2026-08-31&quot;:3.72},{&quot;2026-09-01&quot;:3.72},{&quot;2026-09-02&quot;:3.61},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.61},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.65},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.53},{&quot;2026-09-11&quot;:3.58},{&quot;2026-09-12&quot;:3.58},{&quot;2026-09-13&quot;:3.58}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.79},{&quot;2026-06-12&quot;:2.82},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:2.94},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.82},{&quot;2026-06-18&quot;:2.82},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-24&quot;:2.52},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.23},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.15},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.27},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.21},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.91},{&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.94},{&quot;2026-08-11&quot;:1.94},{&quot;2026-08-12&quot;:2.04},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:1.93},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.91},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.8},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.68},{&quot;2026-08-31&quot;:1.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.94},{&quot;2026-09-12&quot;:1.94},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94837"
  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">
            Vincent Valentine 
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vincent Valentine // Galian Beast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/028ef608-acfe-4e9d-90db-eca4411ba78a.jpg?1783906613" />

        <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">
            Vincent Valentine 
        </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 — Assassin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Vincent Valentine // Galian Beast" src="https://cards.scryfall.io/large/front/0/2/028ef608-acfe-4e9d-90db-eca4411ba78a.jpg?1783906613" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Vincent Valentine // Galian Beast" src="https://cards.scryfall.io/large/back/0/2/028ef608-acfe-4e9d-90db-eca4411ba78a.jpg?1783906613" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.12
              </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.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;2026-06-11&quot;:1.88},{&quot;2026-06-12&quot;:1.88},{&quot;2026-06-13&quot;:1.99},{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.92},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-24&quot;:2.12},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.15},{&quot;2026-06-28&quot;:2.29},{&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.58},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.5},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.0},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.95},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.89},{&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.81},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.67},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.65},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.87},{&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.05},{&quot;2026-09-04&quot;:2.02},{&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.06},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:2.12}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.72},{&quot;2026-06-12&quot;:1.41},{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.41},{&quot;2026-06-15&quot;:1.37},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.23},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.89},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.62},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:2.15},{&quot;2026-07-13&quot;:2.13},{&quot;2026-07-14&quot;:2.13},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:1.9},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-25&quot;:1.44},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-29&quot;:1.29},{&quot;2026-07-30&quot;:1.31},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.33},{&quot;2026-08-05&quot;:1.3},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.43},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.59},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.65},{&quot;2026-08-22&quot;:1.67},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.54},{&quot;2026-08-25&quot;:1.54},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:1.89},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:1.99},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:1.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e672d408-997c-4a19-810a-3da8411eecf2.jpg?1783932725" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/e/6/e672d408-997c-4a19-810a-3da8411eecf2.jpg?1783932725" />
    </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">
                $1.97
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">$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;:1.56},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.6},{&quot;2026-06-18&quot;:1.6},{&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.55},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.48},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.41},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.82},{&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.62},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.65},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.75},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.72},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.73},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.75},{&quot;2026-08-29&quot;:1.75},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.75},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13986"
  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">
            Grazilaxx, Illithid Scholar
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Grazilaxx, Illithid Scholar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3de11222-c2fa-4544-a501-a02b31797259.jpg?1783922472" />

        <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">
            Grazilaxx, Illithid Scholar
        </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 — Horror</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="Grazilaxx, Illithid Scholar" src="https://cards.scryfall.io/large/front/3/d/3de11222-c2fa-4544-a501-a02b31797259.jpg?1783922472" />
    </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">
                $1.97
              </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">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.1},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.24},{&quot;2026-06-18&quot;:2.24},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.52},{&quot;2026-06-28&quot;:2.52},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.55},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.51},{&quot;2026-07-03&quot;:2.51},{&quot;2026-07-04&quot;:2.51},{&quot;2026-07-05&quot;:2.53},{&quot;2026-07-06&quot;:2.42},{&quot;2026-07-07&quot;:2.42},{&quot;2026-07-08&quot;:2.41},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.46},{&quot;2026-07-12&quot;:2.46},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.46},{&quot;2026-07-16&quot;:2.46},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.44},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-24&quot;:2.35},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.34},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.31},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.31},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.31},{&quot;2026-08-05&quot;:2.13},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.88},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.8},{&quot;2026-08-13&quot;:1.8},{&quot;2026-08-14&quot;:1.8},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:2.03},{&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.06},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.97},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14047"
  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">
            Changeling Outcast
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Changeling Outcast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d2c053f-0ef8-45f2-b2af-24cbb9a7fec4.jpg?1783922463" />

        <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">
            Changeling Outcast
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Shapeshifter</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="Changeling Outcast" src="https://cards.scryfall.io/large/front/0/d/0d2c053f-0ef8-45f2-b2af-24cbb9a7fec4.jpg?1783922463" />
    </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">
                $1.97
              </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.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.85},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.8},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&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.88},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.88},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.88},{&quot;2026-07-21&quot;:1.86},{&quot;2026-07-22&quot;:1.83},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-24&quot;:1.83},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.79},{&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.82},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.86},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.85},{&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.9},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:1.9},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:1.88},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.94},{&quot;2026-09-12&quot;:1.94},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14445"
  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">
            Sol Ring
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/199cde21-5bc3-49cd-acd4-bae3af6e5881.jpg?1783922385" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/1/9/199cde21-5bc3-49cd-acd4-bae3af6e5881.jpg?1783922385" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.81},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.66},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.61},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.72},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.71},{&quot;2026-07-14&quot;:1.71},{&quot;2026-07-15&quot;:1.77},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.79},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.66},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-28&quot;:1.87},{&quot;2026-07-29&quot;:1.86},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.93},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.87},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:2.03},{&quot;2026-08-16&quot;:2.03},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.03},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.9},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.97},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.97},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.95},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="62110"
  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-3ed 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">
            Blue Elemental Blast
        </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">
              ↑
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blue Elemental Blast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0892ec35-8bab-4fe5-8cc9-a25032d4bc8d.jpg?1783948338" />

        <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">
            Blue Elemental Blast
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Blue Elemental Blast" src="https://cards.scryfall.io/large/front/0/8/0892ec35-8bab-4fe5-8cc9-a25032d4bc8d.jpg?1783948338" />
    </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">
                $1.97
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.3},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.33},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.01},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.04},{&quot;2026-07-29&quot;:1.93},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.87},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.85},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:2.02},{&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.12},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75519"
  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-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">
            Swords to Plowshares
        </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">
              ↑
              10%
            </span>

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

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

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

        <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">
            Swords to Plowshares
        </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-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="Swords to Plowshares" src="https://cards.scryfall.io/large/front/7/c/7cdee412-3519-4626-80ca-e3e431a604f0.jpg?1783913893" />
    </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">
                $1.97
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-15&quot;:1.54},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.63},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-23&quot;:1.66},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.66},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.5},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.58},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-22&quot;:1.55},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.57},{&quot;2026-07-26&quot;:1.55},{&quot;2026-07-27&quot;:1.52},{&quot;2026-07-28&quot;:1.55},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.54},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.58},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.53},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.57},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.51},{&quot;2026-08-16&quot;:1.49},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.61},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.62},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.6},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.65},{&quot;2026-09-05&quot;:1.59},{&quot;2026-09-06&quot;:1.46},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.94},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mightform Harmonizer
        </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 — Insect Druid</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mightform Harmonizer" src="https://cards.scryfall.io/large/front/f/3/f32302f1-b54f-4489-9d0b-9b771e59da06.jpg?1783905933" />
    </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">
                $1.97
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  24%
                </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.43
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.61},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.48},{&quot;2026-06-21&quot;:3.48},{&quot;2026-06-22&quot;:3.48},{&quot;2026-06-23&quot;:3.43},{&quot;2026-06-24&quot;:3.26},{&quot;2026-06-25&quot;:3.29},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.25},{&quot;2026-07-01&quot;:3.28},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.28},{&quot;2026-07-07&quot;:3.28},{&quot;2026-07-08&quot;:3.28},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.28},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.24},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.18},{&quot;2026-07-16&quot;:3.18},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:2.94},{&quot;2026-07-22&quot;:2.83},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-24&quot;:2.85},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.81},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.75},{&quot;2026-07-30&quot;:2.62},{&quot;2026-07-31&quot;:2.6},{&quot;2026-08-01&quot;:2.57},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.51},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.44},{&quot;2026-08-12&quot;:2.42},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.6},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.61},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.42},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.69},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.73},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.06},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.46},{&quot;2026-09-12&quot;:3.5},{&quot;2026-09-13&quot;:3.43}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.74},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.42},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.52},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.23},{&quot;2026-06-29&quot;:1.19},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.33},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.57},{&quot;2026-07-13&quot;:1.36},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.27},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-22&quot;:1.38},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.37},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.35},{&quot;2026-07-28&quot;:1.45},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.5},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.53},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.48},{&quot;2026-08-09&quot;:1.71},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.14},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.36},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.32},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.74},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.08},{&quot;2026-09-13&quot;:1.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16444"
  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">
            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">
              ↑
              3%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mirror Entity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/6733ee04-a282-43ea-830f-1ba806331c7b.jpg?1783924970" />

        <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/6/7/6733ee04-a282-43ea-830f-1ba806331c7b.jpg?1783924970" />
    </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">
                $1.96
              </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.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;normal&quot;:[{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.91},{&quot;2026-06-21&quot;:1.91},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.85},{&quot;2026-06-24&quot;:1.85},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.82},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.73},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:1.97},{&quot;2026-07-27&quot;:1.97},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.0},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.06},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:1.97},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.94},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.99},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.96},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.96}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="37493"
  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-inv 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">
            Bend or Break
        </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">
            $1.96
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Bend or Break
        </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-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="Bend or Break" src="https://cards.scryfall.io/large/front/b/7/b76b6660-d4b2-44de-a1a7-8d00811f90f6.jpg?1783945687" />
    </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">
                $1.96
              </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">
                $19.99
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.24</span>
              <span class="text-xs text-grey-text">Credit: $0.31</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;:16.0},{&quot;2026-06-16&quot;:16.0},{&quot;2026-06-17&quot;:16.0},{&quot;2026-06-18&quot;:16.0},{&quot;2026-06-19&quot;:16.0},{&quot;2026-06-20&quot;:16.0},{&quot;2026-06-21&quot;:16.0},{&quot;2026-06-22&quot;:16.0},{&quot;2026-06-23&quot;:16.0},{&quot;2026-06-24&quot;:16.0},{&quot;2026-06-25&quot;:16.0},{&quot;2026-06-26&quot;:16.0},{&quot;2026-06-27&quot;:16.0},{&quot;2026-06-28&quot;:16.0},{&quot;2026-06-29&quot;:16.0},{&quot;2026-06-30&quot;:16.0},{&quot;2026-07-01&quot;:16.0},{&quot;2026-07-02&quot;:16.0},{&quot;2026-07-03&quot;:16.0},{&quot;2026-07-04&quot;:16.0},{&quot;2026-07-05&quot;:16.0},{&quot;2026-07-06&quot;:16.0},{&quot;2026-07-07&quot;:16.0},{&quot;2026-07-08&quot;:16.0},{&quot;2026-07-09&quot;:16.0},{&quot;2026-07-10&quot;:16.0},{&quot;2026-07-11&quot;:16.0},{&quot;2026-07-12&quot;:16.0},{&quot;2026-07-13&quot;:16.0},{&quot;2026-07-14&quot;:16.0},{&quot;2026-07-15&quot;:16.0},{&quot;2026-07-16&quot;:19.99},{&quot;2026-07-17&quot;:19.99},{&quot;2026-07-18&quot;:19.99},{&quot;2026-07-19&quot;:19.99},{&quot;2026-07-20&quot;:19.99},{&quot;2026-07-21&quot;:19.99},{&quot;2026-07-22&quot;:19.99},{&quot;2026-07-23&quot;:19.99},{&quot;2026-07-24&quot;:19.99},{&quot;2026-07-25&quot;:19.99},{&quot;2026-07-26&quot;:19.99},{&quot;2026-07-27&quot;:19.99},{&quot;2026-07-28&quot;:19.99},{&quot;2026-07-29&quot;:19.99},{&quot;2026-07-30&quot;:19.99},{&quot;2026-07-31&quot;:19.99},{&quot;2026-08-01&quot;:19.99},{&quot;2026-08-02&quot;:19.99},{&quot;2026-08-03&quot;:19.99},{&quot;2026-08-04&quot;:19.99},{&quot;2026-08-05&quot;:19.99},{&quot;2026-08-07&quot;:19.99},{&quot;2026-08-08&quot;:19.99},{&quot;2026-08-09&quot;:19.99},{&quot;2026-08-10&quot;:19.99},{&quot;2026-08-11&quot;:19.99},{&quot;2026-08-12&quot;:19.99},{&quot;2026-08-13&quot;:19.99},{&quot;2026-08-14&quot;:19.99},{&quot;2026-08-15&quot;:19.99},{&quot;2026-08-16&quot;:19.99},{&quot;2026-08-17&quot;:19.99},{&quot;2026-08-18&quot;:19.99},{&quot;2026-08-19&quot;:19.99},{&quot;2026-08-20&quot;:19.99},{&quot;2026-08-21&quot;:19.99},{&quot;2026-08-22&quot;:19.99},{&quot;2026-08-23&quot;:19.99},{&quot;2026-08-24&quot;:19.99},{&quot;2026-08-25&quot;:19.99},{&quot;2026-08-26&quot;:19.99},{&quot;2026-08-27&quot;:19.99},{&quot;2026-08-28&quot;:19.99},{&quot;2026-08-29&quot;:19.99},{&quot;2026-08-30&quot;:19.99},{&quot;2026-08-31&quot;:19.99},{&quot;2026-09-01&quot;:19.99},{&quot;2026-09-02&quot;:19.99},{&quot;2026-09-03&quot;:19.99},{&quot;2026-09-04&quot;:19.99},{&quot;2026-09-05&quot;:19.99},{&quot;2026-09-06&quot;:19.99},{&quot;2026-09-07&quot;:19.99},{&quot;2026-09-08&quot;:19.99},{&quot;2026-09-09&quot;:19.99},{&quot;2026-09-10&quot;:19.99},{&quot;2026-09-11&quot;:19.99},{&quot;2026-09-12&quot;:19.99},{&quot;2026-09-13&quot;:19.99}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.95},{&quot;2026-06-16&quot;:0.95},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.95},{&quot;2026-06-19&quot;:0.95},{&quot;2026-06-20&quot;:0.95},{&quot;2026-06-21&quot;:0.96},{&quot;2026-06-22&quot;:0.96},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.96},{&quot;2026-06-25&quot;:0.96},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.96},{&quot;2026-06-28&quot;:0.96},{&quot;2026-06-29&quot;:0.96},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:0.96},{&quot;2026-07-02&quot;:0.96},{&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.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.25},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.82},{&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.82},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:1.82},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.82},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.82},{&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.83},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.83},{&quot;2026-08-23&quot;:1.83},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.87},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.91},{&quot;2026-09-13&quot;:1.96}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Taurean Mauler
        </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-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="Taurean Mauler" src="https://cards.scryfall.io/large/front/a/4/a4ee4648-dd6e-4ba9-b643-a7e4c430d51f.jpg?1783923956" />
    </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">
                $1.96
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.99},{&quot;2026-06-13&quot;:1.0},{&quot;2026-06-14&quot;:1.02},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.08},{&quot;2026-06-17&quot;:1.08},{&quot;2026-06-18&quot;:1.1},{&quot;2026-06-19&quot;:1.14},{&quot;2026-06-20&quot;:1.21},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.32},{&quot;2026-06-24&quot;:1.35},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.34},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.36},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.4},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.69},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.71},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.89},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.93},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.87},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.94},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.02},{&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;:1.99},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.04},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:1.93},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.82},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.25},{&quot;2026-09-04&quot;:2.19},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.24},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.96}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="69450"
  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">
            Lavinia, Azorius Renegade
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lavinia, Azorius Renegade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b96ef600-a96c-4563-bc4e-157ea62d14d4.jpg?1783909743" />

        <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">
            Lavinia, Azorius Renegade
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Lavinia, Azorius Renegade" src="https://cards.scryfall.io/large/front/b/9/b96ef600-a96c-4563-bc4e-157ea62d14d4.jpg?1783909743" />
    </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">
                $1.96
              </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;:1.49},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.53},{&quot;2026-06-18&quot;:1.53},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.55},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.61},{&quot;2026-06-26&quot;:1.61},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.67},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.66},{&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.69},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-22&quot;:1.63},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.6},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-28&quot;:1.57},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.72},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.71},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.76},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.78},{&quot;2026-08-26&quot;:1.78},{&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.93},{&quot;2026-08-31&quot;:1.89},{&quot;2026-09-01&quot;:1.85},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.96}],&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="77076"
  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">
            Laboratory Maniac
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Laboratory Maniac" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8b7cc0cc-3414-40b9-91da-80a435a457fc.jpg?1783916769" />

        <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">
            Laboratory Maniac
        </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 Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Laboratory Maniac" src="https://cards.scryfall.io/large/front/8/b/8b7cc0cc-3414-40b9-91da-80a435a457fc.jpg?1783916769" />
    </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">
                $1.96
              </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-12&quot;:1.72},{&quot;2026-06-13&quot;:1.76},{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.79},{&quot;2026-06-26&quot;:1.79},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.79},{&quot;2026-06-29&quot;:1.79},{&quot;2026-06-30&quot;:1.79},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.88},{&quot;2026-07-21&quot;:1.88},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-25&quot;:1.86},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-29&quot;:1.84},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.84},{&quot;2026-08-04&quot;:1.84},{&quot;2026-08-05&quot;:1.84},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.94},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:1.9},{&quot;2026-08-24&quot;:1.9},{&quot;2026-08-25&quot;:1.9},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.9},{&quot;2026-08-29&quot;:1.9},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.96},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.96}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108030"
  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">
            Mutagen Man, Living Ooze
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.75
          </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="Mutagen Man, Living Ooze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9f9085f0-3702-462c-8c81-b4576236792d.jpg?1783904085" />

        <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">
            Mutagen Man, Living Ooze
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Ooze Mutant</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="Mutagen Man, Living Ooze" src="https://cards.scryfall.io/large/front/9/f/9f9085f0-3702-462c-8c81-b4576236792d.jpg?1783904085" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.77},{&quot;2026-06-12&quot;:3.67},{&quot;2026-06-13&quot;:3.61},{&quot;2026-06-14&quot;:3.58},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.46},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-24&quot;:2.85},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.65},{&quot;2026-06-27&quot;:2.65},{&quot;2026-06-28&quot;:2.47},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.37},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.27},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.25},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.26},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.21},{&quot;2026-07-19&quot;:2.14},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.12},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.69},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.85},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.19},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:1.89},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.88},{&quot;2026-08-25&quot;:1.88},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.75},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.77},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.96}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.1},{&quot;2026-06-12&quot;:2.08},{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:2.04},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.54},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.0},{&quot;2026-06-22&quot;:1.67},{&quot;2026-06-24&quot;:1.66},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.56},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.58},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.58},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:1.47},{&quot;2026-07-14&quot;:1.35},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.31},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-25&quot;:1.52},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.73},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:2.05},{&quot;2026-08-18&quot;:2.35},{&quot;2026-08-19&quot;:2.32},{&quot;2026-08-20&quot;:2.32},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.65},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.72},{&quot;2026-08-29&quot;:1.72},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.73},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.75}]}"
        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="34171"
  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">
            Total War
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Total War
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Total War" src="https://cards.scryfall.io/large/front/6/1/6107388b-ec1e-401e-a407-a821c908ed8d.jpg?1783947482" />
    </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">
                $1.95
              </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.12</span>
              <span class="text-xs text-grey-text">Credit: $0.16</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.55},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.55},{&quot;2026-06-23&quot;:2.55},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.59},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.51},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.49},{&quot;2026-07-23&quot;:2.49},{&quot;2026-07-24&quot;:2.49},{&quot;2026-07-25&quot;:2.49},{&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.53},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.38},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.41},{&quot;2026-08-28&quot;:2.41},{&quot;2026-08-29&quot;:2.41},{&quot;2026-08-30&quot;:2.22},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:1.95},{&quot;2026-09-05&quot;:1.95},{&quot;2026-09-06&quot;:1.95},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.95},{&quot;2026-09-13&quot;:1.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Reprieve
        </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-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="Reprieve" src="https://cards.scryfall.io/large/front/1/b/1bd3fa8a-6c50-4f7f-9ae3-0810eec5e3db.jpg?1783916330" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.31
              </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">$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-11&quot;:2.01},{&quot;2026-06-12&quot;:2.01},{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:2.03},{&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.05},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&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;:2.0},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.63},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46},{&quot;2026-09-13&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.62},{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.15},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.93},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:1.04},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.56},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.3},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:2.26},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.69},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.53},{&quot;2026-08-29&quot;:1.53},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.37},{&quot;2026-09-13&quot;:1.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Assault on Osgiliath
        </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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Assault on Osgiliath" src="https://cards.scryfall.io/large/front/2/5/2549b70a-6bd0-4c9b-96b7-4ab775a30cd3.jpg?1783916220" />
    </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">
                $1.95
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.75
              </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-15&quot;:1.9},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&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;:2.04},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:2.05},{&quot;2026-07-12&quot;:2.05},{&quot;2026-07-13&quot;:2.05},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.08},{&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.07},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.37},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.38},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.43},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.62},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.62},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:3.37},{&quot;2026-08-23&quot;:4.6},{&quot;2026-08-24&quot;:4.6},{&quot;2026-08-25&quot;:4.6},{&quot;2026-08-26&quot;:4.6},{&quot;2026-08-27&quot;:4.6},{&quot;2026-08-28&quot;:4.7},{&quot;2026-08-29&quot;:4.7},{&quot;2026-08-30&quot;:4.7},{&quot;2026-08-31&quot;:4.7},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.75},{&quot;2026-09-04&quot;:4.75},{&quot;2026-09-05&quot;:4.75},{&quot;2026-09-06&quot;:4.75},{&quot;2026-09-07&quot;:4.75},{&quot;2026-09-08&quot;:4.75},{&quot;2026-09-09&quot;:4.75},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.75},{&quot;2026-09-12&quot;:4.75},{&quot;2026-09-13&quot;:4.75}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.8},{&quot;2026-06-16&quot;:0.76},{&quot;2026-06-17&quot;:0.74},{&quot;2026-06-18&quot;:0.77},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.82},{&quot;2026-06-21&quot;:0.83},{&quot;2026-06-22&quot;:0.83},{&quot;2026-06-23&quot;:0.82},{&quot;2026-06-24&quot;:0.8},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.78},{&quot;2026-06-27&quot;:0.74},{&quot;2026-06-28&quot;:0.72},{&quot;2026-06-29&quot;:0.71},{&quot;2026-06-30&quot;:0.71},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.63},{&quot;2026-07-03&quot;:0.65},{&quot;2026-07-04&quot;:0.65},{&quot;2026-07-05&quot;:0.62},{&quot;2026-07-06&quot;:0.66},{&quot;2026-07-07&quot;:0.67},{&quot;2026-07-08&quot;:0.66},{&quot;2026-07-09&quot;:0.67},{&quot;2026-07-10&quot;:0.65},{&quot;2026-07-11&quot;:0.65},{&quot;2026-07-12&quot;:0.65},{&quot;2026-07-13&quot;:0.65},{&quot;2026-07-14&quot;:0.64},{&quot;2026-07-15&quot;:0.61},{&quot;2026-07-16&quot;:0.68},{&quot;2026-07-17&quot;:0.68},{&quot;2026-07-18&quot;:0.68},{&quot;2026-07-19&quot;:0.67},{&quot;2026-07-20&quot;:0.69},{&quot;2026-07-21&quot;:0.72},{&quot;2026-07-22&quot;:1.25},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.01},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.54},{&quot;2026-08-07&quot;:1.51},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.49},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:4.58},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.25},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.76},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.54},{&quot;2026-09-12&quot;:2.29},{&quot;2026-09-13&quot;:1.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Summon: Primal Odin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8b1b5f06-e34d-44a3-976e-5157c4b7a0f4.jpg?1783906611" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Summon: Primal Odin
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Summon: Primal Odin" src="https://cards.scryfall.io/large/front/8/b/8b1b5f06-e34d-44a3-976e-5157c4b7a0f4.jpg?1783906611" />
    </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">
                $1.95
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.53
              </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.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-15&quot;:2.4},{&quot;2026-06-16&quot;:2.43},{&quot;2026-06-17&quot;:2.4},{&quot;2026-06-18&quot;:2.4},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.4},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.38},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.31},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:2.04},{&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;:2.0},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.97},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.9},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-24&quot;:1.92},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:1.93},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:1.96},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.99},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.01},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.2},{&quot;2026-08-25&quot;:2.2},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.33},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.47},{&quot;2026-09-05&quot;:2.47},{&quot;2026-09-06&quot;:2.4},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.54},{&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-15&quot;:2.19},{&quot;2026-06-16&quot;:2.16},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.61},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.5},{&quot;2026-06-28&quot;:1.5},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.77},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.85},{&quot;2026-07-07&quot;:1.53},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.37},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.39},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.46},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-28&quot;:1.84},{&quot;2026-07-29&quot;:1.79},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.48},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.3},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.32},{&quot;2026-08-14&quot;:1.51},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.86},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.88},{&quot;2026-08-21&quot;:2.03},{&quot;2026-08-22&quot;:2.06},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.88},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.96},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.12},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:1.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jaxis, the Troublemaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/ab120b59-8c50-47af-af21-5dd60377bc81.jpg?1783922966" />

        <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">
            Jaxis, the Troublemaker
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Jaxis, the Troublemaker" src="https://cards.scryfall.io/large/front/a/b/ab120b59-8c50-47af-af21-5dd60377bc81.jpg?1783922966" />
    </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">
                $1.94
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-14&quot;:1.47},{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.47},{&quot;2026-06-19&quot;:1.49},{&quot;2026-06-20&quot;:1.49},{&quot;2026-06-21&quot;:1.49},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.63},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.72},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.86},{&quot;2026-07-02&quot;:1.86},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.69},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-24&quot;:1.64},{&quot;2026-07-25&quot;:1.67},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-28&quot;:1.63},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.58},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.49},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.44},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.83},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.87},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:2.04},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.03},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.25},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.21},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.25},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.22},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.94}],&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="73428"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Akroma, Angel of Wrath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70208c1f-56d4-4509-9d55-71e039236aa4.jpg?1783910498" />

        <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">
            Akroma, Angel of Wrath
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Akroma, Angel of Wrath" src="https://cards.scryfall.io/large/front/7/0/70208c1f-56d4-4509-9d55-71e039236aa4.jpg?1783910498" />
    </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">
                $1.94
              </span>

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

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.24},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.05},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.11},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.25},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.26},{&quot;2026-07-20&quot;:2.26},{&quot;2026-07-21&quot;:2.26},{&quot;2026-07-22&quot;:2.33},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-24&quot;:2.33},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.31},{&quot;2026-07-27&quot;:2.3},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.76},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.84},{&quot;2026-08-26&quot;:1.84},{&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;:2.0},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.98},{&quot;2026-09-13&quot;:1.94}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/2/d/2d47121d-8b90-4d28-9ffa-0a640b9dd611.jpg?1783913836" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.71},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.62},{&quot;2026-06-22&quot;:1.52},{&quot;2026-06-23&quot;:1.48},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.61},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.56},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.81},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.48},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.77},{&quot;2026-07-25&quot;:1.66},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.72},{&quot;2026-08-04&quot;:1.57},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.53},{&quot;2026-08-20&quot;:1.53},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.88},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.94}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Heartless Summoning
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Heartless Summoning" src="https://cards.scryfall.io/large/front/c/5/c50fdb09-e06c-463c-87dd-3c46f4db889a.jpg?1783908139" />
    </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">
                $1.94
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.86},{&quot;2026-06-12&quot;:1.83},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.76},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.69},{&quot;2026-07-25&quot;:1.66},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.64},{&quot;2026-07-31&quot;:1.69},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.87},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.94},{&quot;2026-09-13&quot;:1.94}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.88},{&quot;2026-06-12&quot;:1.84},{&quot;2026-06-13&quot;:1.84},{&quot;2026-06-14&quot;:1.8},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.68},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.63},{&quot;2026-06-26&quot;:1.65},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.63},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.62},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.6},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.59},{&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.57},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-23&quot;:1.63},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.63},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.11},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.11},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.95},{&quot;2026-08-20&quot;:1.95},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.88},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.85},{&quot;2026-09-10&quot;:1.85},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.94},{&quot;2026-09-13&quot;:1.94}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98582"
  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">
            Firebender Ascension
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Firebender Ascension
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Firebender Ascension" src="https://cards.scryfall.io/large/front/0/5/05309d0b-302d-4a9e-b147-1b504ecf365e.jpg?1783904896" />
    </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">
                $1.94
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.74
              </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.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-12&quot;:2.63},{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.36},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.43},{&quot;2026-06-24&quot;:2.4},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.49},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.0},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.21},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:3.01},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.05},{&quot;2026-08-02&quot;:3.11},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.22},{&quot;2026-08-05&quot;:3.26},{&quot;2026-08-07&quot;:3.15},{&quot;2026-08-08&quot;:3.26},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.27},{&quot;2026-08-13&quot;:3.31},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.16},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.04},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.8},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.65},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.7},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.7},{&quot;2026-09-06&quot;:2.7},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.74},{&quot;2026-09-09&quot;:2.74},{&quot;2026-09-10&quot;:2.74},{&quot;2026-09-11&quot;:2.78},{&quot;2026-09-12&quot;:2.77},{&quot;2026-09-13&quot;:2.74}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.06},{&quot;2026-06-13&quot;:2.09},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.04},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.12},{&quot;2026-06-21&quot;:2.18},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-23&quot;:2.21},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.21},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.04},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:1.96},{&quot;2026-07-07&quot;:1.95},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.96},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:2.12},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.26},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.42},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.64},{&quot;2026-08-22&quot;:1.63},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.54},{&quot;2026-08-29&quot;:1.54},{&quot;2026-08-30&quot;:1.57},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:2.06},{&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;:1.96},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:1.94}]}"
        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 1951-2000 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=39&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=39&amp;username=denvermullets" rel="prev">39</a><a role="link" aria-disabled="true" aria-current="page">40</a><a href="/load_collection?direction=asc&amp;page=41&amp;username=denvermullets" rel="next">41</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=41&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="20884"
          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">
              311
            </td>

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91259"
          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">
              449
            </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>
              Archangel Avacyn // Avacyn, the Purifier


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9310"
          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">
              42
            </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>
              Kestia, the Cultivator


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112366"
          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">
              8
            </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>
              Llanowar Elves


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16414"
          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">
              84
            </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-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">
                  $1.98

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19270"
          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">
              372
            </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>
              Karn, Living Legacy


            </td>

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30530"
          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">
              328
            </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>
              Ivory Tower


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94837"
          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">
              125
            </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>
              Vincent Valentine // Galian Beast


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13986"
          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">
              723
            </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>
              Grazilaxx, Illithid Scholar


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14047"
          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">
              743
            </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>
              Changeling Outcast


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14445"
          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">
              871
            </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>
              Sol Ring


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="75519"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75519" src="/boxset_card/75519?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96632"
          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">
              200
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Mightform Harmonizer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Insect Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.97

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      24%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96632"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96632" src="/boxset_card/96632?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16444"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              94
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc 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">
                  $1.96

                    <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.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16444"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16444" src="/boxset_card/16444?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="37493"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              137
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inv ss-rare ss-fw ss-2x mr-4"></i>
              Bend or Break


            </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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.96

                    <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.24
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.69
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="37493"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_37493" src="/boxset_card/37493?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53636"
          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">
              111
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Taurean Mauler


            </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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.96

                    <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.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.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53636"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53636" src="/boxset_card/53636?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69450"
          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">
              1685
            </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>
              Lavinia, Azorius Renegade


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.96

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.91
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69450"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69450" src="/boxset_card/69450?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77076"
          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">
              ISD-61
            </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>
              Laboratory Maniac


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.96

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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">
                1.03
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77076"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77076" src="/boxset_card/77076?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108030"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              124
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Mutagen Man, Living Ooze


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Ooze Mutant
            </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">
                  $1.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.96

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </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="108030"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108030" src="/boxset_card/108030?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34171"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              221
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-rare ss-fw ss-2x mr-4"></i>
              Total War


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.95

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.12
            </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.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34171"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34171" src="/boxset_card/34171?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73715"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-uncommon ss-fw ss-2x mr-4"></i>
              Reprieve


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73715"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73715" src="/boxset_card/73715?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74482"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              285
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Assault on Osgiliath


            </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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      27%
                    </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.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74482"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74482" src="/boxset_card/74482?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94827"
          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">
              121
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Summon: Primal Odin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Saga 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-4'></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">
                  $1.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94827"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94827" src="/boxset_card/94827?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69527"
          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">
              461
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-rare ss-fw ss-2x mr-4"></i>
              Jaxis, the Troublemaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.94

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69527"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69527" src="/boxset_card/69527?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73428"
          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">
              DVD-1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Akroma, Angel of Wrath


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></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">
                  $1.94

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="73428"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73428" src="/boxset_card/73428?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76014"
          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">
              313
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.94

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      24%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76014"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76014" src="/boxset_card/76014?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90895"
          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">
              117
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Heartless Summoning


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.94

                    <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.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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90895"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90895" src="/boxset_card/90895?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98582"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              312
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x mr-4"></i>
              Firebender Ascension


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.94

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98582"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98582" src="/boxset_card/98582?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 1951-2000 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=39&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=39&amp;username=denvermullets" rel="prev">39</a><a role="link" aria-disabled="true" aria-current="page">40</a><a href="/load_collection?direction=asc&amp;page=41&amp;username=denvermullets" rel="next">41</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=41&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>