<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="108199"
  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-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">
            Mathemagics
        </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">
            $4.01
          </span>
        </div>
      </div>
    </div>

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mathemagics" src="https://cards.scryfall.io/large/front/c/d/cd3cc172-5609-4bc8-9d84-50680fed6df9.jpg?1783903688" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.54},{&quot;2026-06-12&quot;:5.54},{&quot;2026-06-13&quot;:5.59},{&quot;2026-06-14&quot;:5.51},{&quot;2026-06-15&quot;:5.6},{&quot;2026-06-16&quot;:5.6},{&quot;2026-06-17&quot;:5.65},{&quot;2026-06-18&quot;:5.65},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.6},{&quot;2026-06-21&quot;:5.62},{&quot;2026-06-22&quot;:5.48},{&quot;2026-06-23&quot;:5.33},{&quot;2026-06-24&quot;:5.25},{&quot;2026-06-25&quot;:5.16},{&quot;2026-06-26&quot;:5.11},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.31},{&quot;2026-06-30&quot;:4.09},{&quot;2026-07-01&quot;:3.87},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:3.31},{&quot;2026-07-08&quot;:3.32},{&quot;2026-07-09&quot;:3.42},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.26},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.15},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.29},{&quot;2026-07-20&quot;:3.28},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-23&quot;:3.44},{&quot;2026-07-25&quot;:3.53},{&quot;2026-07-26&quot;:3.47},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.5},{&quot;2026-07-29&quot;:3.54},{&quot;2026-07-30&quot;:3.39},{&quot;2026-07-31&quot;:3.27},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.39},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.35},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.51},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.53},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.7},{&quot;2026-08-19&quot;:3.69},{&quot;2026-08-20&quot;:3.69},{&quot;2026-08-21&quot;:3.84},{&quot;2026-08-22&quot;:3.95},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.05},{&quot;2026-08-26&quot;:4.05},{&quot;2026-08-27&quot;:4.08},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.04},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.07},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.98},{&quot;2026-09-05&quot;:3.84},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.59},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.71}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.25},{&quot;2026-06-12&quot;:3.67},{&quot;2026-06-13&quot;:3.65},{&quot;2026-06-14&quot;:4.01},{&quot;2026-06-15&quot;:3.99},{&quot;2026-06-16&quot;:3.75},{&quot;2026-06-17&quot;:3.78},{&quot;2026-06-18&quot;:3.42},{&quot;2026-06-19&quot;:3.32},{&quot;2026-06-20&quot;:3.37},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.1},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:3.15},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:3.2},{&quot;2026-06-30&quot;:3.25},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.94},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.86},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.73},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:3.35},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.22},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:2.99},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.17},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.22},{&quot;2026-07-23&quot;:2.69},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.73},{&quot;2026-07-27&quot;:2.71},{&quot;2026-07-28&quot;:2.91},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.4},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.34},{&quot;2026-08-03&quot;:3.28},{&quot;2026-08-04&quot;:3.34},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:3.13},{&quot;2026-08-09&quot;:3.33},{&quot;2026-08-10&quot;:3.47},{&quot;2026-08-11&quot;:3.44},{&quot;2026-08-12&quot;:3.58},{&quot;2026-08-13&quot;:3.41},{&quot;2026-08-14&quot;:3.4},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.7},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.59},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.74},{&quot;2026-08-25&quot;:3.6},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.56},{&quot;2026-08-28&quot;:3.8},{&quot;2026-08-29&quot;:3.8},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:4.05},{&quot;2026-09-01&quot;:4.21},{&quot;2026-09-02&quot;:4.07},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.0},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:4.26},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.4},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.19},{&quot;2026-09-11&quot;:4.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112367"
  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">
            Utopia Sprawl
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $4.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="Utopia Sprawl" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6cca7aa4-10b8-4618-b0f8-8a13d2c9e3fc.jpg?1782735993" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Utopia Sprawl" src="https://cards.scryfall.io/large/front/6/c/6cca7aa4-10b8-4618-b0f8-8a13d2c9e3fc.jpg?1782735993" />
    </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">
                $4.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-31&quot;:5.18},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.63},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.27},{&quot;2026-08-05&quot;:4.27},{&quot;2026-08-07&quot;:4.12},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.51},{&quot;2026-08-13&quot;:3.54},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.56},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.65},{&quot;2026-08-20&quot;:3.65},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.61},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.6},{&quot;2026-08-28&quot;:3.9},{&quot;2026-08-29&quot;:3.9},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.85},{&quot;2026-09-01&quot;:3.85},{&quot;2026-09-02&quot;:3.97},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.67},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.98},{&quot;2026-09-07&quot;:3.98},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:4.01},{&quot;2026-09-11&quot;:4.0}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Defiler of Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0896860c-d028-4193-89a5-97e05c12a1e7.jpg?1783921304" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Defiler of Vigor" src="https://cards.scryfall.io/large/front/0/8/0896860c-d028-4193-89a5-97e05c12a1e7.jpg?1783921304" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.32},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.44},{&quot;2026-06-14&quot;:3.44},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.45},{&quot;2026-06-19&quot;:3.45},{&quot;2026-06-20&quot;:3.45},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.48},{&quot;2026-06-23&quot;:3.48},{&quot;2026-06-24&quot;:3.46},{&quot;2026-06-25&quot;:3.46},{&quot;2026-06-26&quot;:3.46},{&quot;2026-06-27&quot;:3.45},{&quot;2026-06-28&quot;:3.45},{&quot;2026-06-29&quot;:3.45},{&quot;2026-06-30&quot;:3.45},{&quot;2026-07-01&quot;:3.45},{&quot;2026-07-02&quot;:3.45},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.59},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.58},{&quot;2026-07-07&quot;:3.57},{&quot;2026-07-08&quot;:3.57},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.55},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.6},{&quot;2026-07-16&quot;:3.7},{&quot;2026-07-17&quot;:3.7},{&quot;2026-07-18&quot;:3.71},{&quot;2026-07-19&quot;:3.71},{&quot;2026-07-20&quot;:3.62},{&quot;2026-07-21&quot;:3.62},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.73},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.79},{&quot;2026-07-28&quot;:3.79},{&quot;2026-07-29&quot;:3.79},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.9},{&quot;2026-08-01&quot;:3.9},{&quot;2026-08-02&quot;:3.9},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:3.9},{&quot;2026-08-05&quot;:3.9},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.94},{&quot;2026-08-09&quot;:3.94},{&quot;2026-08-10&quot;:3.95},{&quot;2026-08-11&quot;:3.85},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.85},{&quot;2026-08-14&quot;:3.84},{&quot;2026-08-15&quot;:3.84},{&quot;2026-08-16&quot;:3.84},{&quot;2026-08-17&quot;:3.84},{&quot;2026-08-18&quot;:3.84},{&quot;2026-08-19&quot;:3.84},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:3.85},{&quot;2026-08-22&quot;:3.87},{&quot;2026-08-23&quot;:3.97},{&quot;2026-08-24&quot;:4.0},{&quot;2026-08-25&quot;:4.0},{&quot;2026-08-26&quot;:3.99},{&quot;2026-08-27&quot;:3.99},{&quot;2026-08-28&quot;:4.36},{&quot;2026-08-29&quot;:4.36},{&quot;2026-08-30&quot;:4.25},{&quot;2026-08-31&quot;:4.25},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.13},{&quot;2026-09-03&quot;:4.13},{&quot;2026-09-04&quot;:4.13},{&quot;2026-09-05&quot;:4.14},{&quot;2026-09-06&quot;:4.14},{&quot;2026-09-07&quot;:4.14},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:3.99},{&quot;2026-09-11&quot;:3.99}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.69},{&quot;2026-06-12&quot;:2.87},{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.95},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:3.05},{&quot;2026-06-17&quot;:3.05},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.2},{&quot;2026-06-20&quot;:3.14},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:2.89},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.8},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:3.4},{&quot;2026-07-04&quot;:3.36},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.31},{&quot;2026-07-07&quot;:3.15},{&quot;2026-07-08&quot;:3.14},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.33},{&quot;2026-07-13&quot;:3.25},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.18},{&quot;2026-07-16&quot;:3.11},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.02},{&quot;2026-07-19&quot;:2.92},{&quot;2026-07-20&quot;:3.01},{&quot;2026-07-21&quot;:3.14},{&quot;2026-07-23&quot;:3.1},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.52},{&quot;2026-07-28&quot;:3.72},{&quot;2026-07-29&quot;:3.84},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.55},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.32},{&quot;2026-08-05&quot;:3.27},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.19},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.16},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.16},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.53},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.69},{&quot;2026-08-22&quot;:3.59},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.7},{&quot;2026-08-25&quot;:3.7},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.93},{&quot;2026-08-28&quot;:3.84},{&quot;2026-08-29&quot;:3.84},{&quot;2026-08-30&quot;:3.84},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.96},{&quot;2026-09-04&quot;:3.13},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.17},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.19},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:3.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="86678"
  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">
            Caged Sun
        </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">
            $3.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="Caged Sun" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93ac53af-de0e-427b-9fa6-589b402caecb.jpg?1783931841" />

        <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">
            Caged Sun
        </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-6'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Caged Sun" src="https://cards.scryfall.io/large/front/9/3/93ac53af-de0e-427b-9fa6-589b402caecb.jpg?1783931841" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.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">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.37},{&quot;2026-06-13&quot;:4.37},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.25},{&quot;2026-06-16&quot;:4.24},{&quot;2026-06-17&quot;:4.24},{&quot;2026-06-18&quot;:4.21},{&quot;2026-06-19&quot;:4.32},{&quot;2026-06-20&quot;:4.31},{&quot;2026-06-21&quot;:4.35},{&quot;2026-06-22&quot;:4.39},{&quot;2026-06-23&quot;:4.38},{&quot;2026-06-24&quot;:4.38},{&quot;2026-06-25&quot;:4.38},{&quot;2026-06-26&quot;:4.39},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.41},{&quot;2026-06-29&quot;:4.46},{&quot;2026-06-30&quot;:4.46},{&quot;2026-07-01&quot;:4.46},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.53},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.55},{&quot;2026-07-07&quot;:4.53},{&quot;2026-07-08&quot;:4.53},{&quot;2026-07-09&quot;:4.47},{&quot;2026-07-10&quot;:4.51},{&quot;2026-07-11&quot;:4.51},{&quot;2026-07-12&quot;:4.51},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.53},{&quot;2026-07-18&quot;:4.53},{&quot;2026-07-19&quot;:4.49},{&quot;2026-07-20&quot;:4.49},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-23&quot;:4.45},{&quot;2026-07-24&quot;:4.39},{&quot;2026-07-25&quot;:4.33},{&quot;2026-07-26&quot;:4.33},{&quot;2026-07-27&quot;:4.33},{&quot;2026-07-28&quot;:4.29},{&quot;2026-07-29&quot;:4.29},{&quot;2026-07-30&quot;:4.25},{&quot;2026-07-31&quot;:4.2},{&quot;2026-08-01&quot;:4.13},{&quot;2026-08-02&quot;:4.13},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.15},{&quot;2026-08-05&quot;:4.15},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:4.0},{&quot;2026-08-10&quot;:4.0},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:4.0},{&quot;2026-08-13&quot;:4.0},{&quot;2026-08-14&quot;:3.99},{&quot;2026-08-15&quot;:3.91},{&quot;2026-08-16&quot;:3.84},{&quot;2026-08-17&quot;:3.9},{&quot;2026-08-18&quot;:3.83},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.94},{&quot;2026-08-22&quot;:3.93},{&quot;2026-08-23&quot;:3.93},{&quot;2026-08-24&quot;:3.94},{&quot;2026-08-25&quot;:3.94},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.91},{&quot;2026-08-28&quot;:3.91},{&quot;2026-08-29&quot;:3.91},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:4.03},{&quot;2026-09-03&quot;:3.95},{&quot;2026-09-04&quot;:3.95},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:4.02},{&quot;2026-09-08&quot;:4.02},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:3.99},{&quot;2026-09-11&quot;:3.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="87155"
  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">
            Lantern of Insight
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Lantern of Insight" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/01ab7a5c-c73a-4a4b-803c-ab98f0e74092.jpg?1783917869" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lantern of Insight
        </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="Lantern of Insight" src="https://cards.scryfall.io/large/front/0/1/01ab7a5c-c73a-4a4b-803c-ab98f0e74092.jpg?1783917869" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.72},{&quot;2026-06-14&quot;:4.72},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.72},{&quot;2026-06-18&quot;:4.72},{&quot;2026-06-19&quot;:4.72},{&quot;2026-06-20&quot;:4.72},{&quot;2026-06-21&quot;:4.72},{&quot;2026-06-22&quot;:4.72},{&quot;2026-06-23&quot;:4.64},{&quot;2026-06-24&quot;:4.64},{&quot;2026-06-25&quot;:4.64},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.6},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.69},{&quot;2026-07-03&quot;:4.69},{&quot;2026-07-04&quot;:4.69},{&quot;2026-07-05&quot;:4.69},{&quot;2026-07-06&quot;:4.69},{&quot;2026-07-07&quot;:4.69},{&quot;2026-07-08&quot;:4.69},{&quot;2026-07-09&quot;:4.69},{&quot;2026-07-10&quot;:4.69},{&quot;2026-07-11&quot;:4.69},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.47},{&quot;2026-07-18&quot;:4.43},{&quot;2026-07-19&quot;:4.28},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-22&quot;:4.12},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-24&quot;:4.07},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.0},{&quot;2026-07-27&quot;:4.0},{&quot;2026-07-28&quot;:4.0},{&quot;2026-07-29&quot;:4.0},{&quot;2026-07-30&quot;:4.02},{&quot;2026-07-31&quot;:4.02},{&quot;2026-08-01&quot;:3.99},{&quot;2026-08-02&quot;:4.01},{&quot;2026-08-03&quot;:4.01},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:4.01},{&quot;2026-08-07&quot;:4.01},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:4.01},{&quot;2026-08-10&quot;:3.98},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:3.98},{&quot;2026-08-13&quot;:4.0},{&quot;2026-08-14&quot;:4.0},{&quot;2026-08-15&quot;:4.01},{&quot;2026-08-16&quot;:4.07},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.06},{&quot;2026-08-20&quot;:4.06},{&quot;2026-08-21&quot;:4.06},{&quot;2026-08-22&quot;:4.06},{&quot;2026-08-23&quot;:4.06},{&quot;2026-08-24&quot;:4.06},{&quot;2026-08-25&quot;:4.06},{&quot;2026-08-26&quot;:4.06},{&quot;2026-08-27&quot;:4.06},{&quot;2026-08-28&quot;:4.06},{&quot;2026-08-29&quot;:4.06},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:4.03},{&quot;2026-09-03&quot;:4.03},{&quot;2026-09-04&quot;:4.03},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.03},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.03},{&quot;2026-09-09&quot;:4.03},{&quot;2026-09-10&quot;:4.03},{&quot;2026-09-11&quot;:3.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.32},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.28},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-23&quot;:3.16},{&quot;2026-06-24&quot;:3.15},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.19},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.15},{&quot;2026-06-30&quot;:3.15},{&quot;2026-07-01&quot;:3.13},{&quot;2026-07-02&quot;:3.13},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:3.07},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.09},{&quot;2026-07-09&quot;:3.11},{&quot;2026-07-10&quot;:3.08},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:3.0},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.99},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:2.91},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.87},{&quot;2026-07-22&quot;:2.88},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.86},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.86},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:3.17},{&quot;2026-08-15&quot;:3.29},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.29},{&quot;2026-08-23&quot;:3.32},{&quot;2026-08-24&quot;:3.23},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.23},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:3.24},{&quot;2026-08-29&quot;:3.24},{&quot;2026-08-30&quot;:3.24},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.29},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.31},{&quot;2026-09-11&quot;:3.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Shared Animosity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bd77ae9-c5ba-44af-80e9-7c852722ef6c.jpg?1783913862" />

        <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">
            Shared Animosity
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Shared Animosity" src="https://cards.scryfall.io/large/front/1/b/1bd77ae9-c5ba-44af-80e9-7c852722ef6c.jpg?1783913862" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.98
              </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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:3.01},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.35},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.58},{&quot;2026-06-27&quot;:3.48},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.66},{&quot;2026-06-30&quot;:3.66},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.49},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.1},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.87},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.61},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:3.02},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.41},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.55},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-22&quot;:3.3},{&quot;2026-07-23&quot;:3.17},{&quot;2026-07-24&quot;:3.03},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.76},{&quot;2026-07-27&quot;:2.68},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.71},{&quot;2026-07-30&quot;:2.86},{&quot;2026-07-31&quot;:3.08},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.47},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.59},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.65},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.84},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:4.0},{&quot;2026-08-16&quot;:3.89},{&quot;2026-08-17&quot;:3.74},{&quot;2026-08-18&quot;:3.7},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.76},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:4.0},{&quot;2026-08-24&quot;:4.16},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.24},{&quot;2026-08-28&quot;:4.27},{&quot;2026-08-29&quot;:4.27},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.5},{&quot;2026-09-04&quot;:4.4},{&quot;2026-09-05&quot;:4.4},{&quot;2026-09-06&quot;:4.27},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.01},{&quot;2026-09-09&quot;:4.04},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:3.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="78584"
  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">
            Aether Vial
        </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">
            $3.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="Aether Vial" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/11bb73ca-0e3c-4fb6-becc-98c9924531b8.jpg?1783926579" />

        <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">
            Aether Vial
        </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="Aether Vial" src="https://cards.scryfall.io/large/front/1/1/11bb73ca-0e3c-4fb6-becc-98c9924531b8.jpg?1783926579" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.72},{&quot;2026-06-14&quot;:3.72},{&quot;2026-06-15&quot;:3.72},{&quot;2026-06-16&quot;:3.72},{&quot;2026-06-17&quot;:3.72},{&quot;2026-06-18&quot;:3.67},{&quot;2026-06-19&quot;:3.67},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:3.67},{&quot;2026-06-22&quot;:3.67},{&quot;2026-06-23&quot;:3.67},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.63},{&quot;2026-06-27&quot;:3.69},{&quot;2026-06-28&quot;:3.77},{&quot;2026-06-29&quot;:3.77},{&quot;2026-06-30&quot;:3.77},{&quot;2026-07-01&quot;:3.77},{&quot;2026-07-02&quot;:3.77},{&quot;2026-07-03&quot;:3.79},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.78},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.78},{&quot;2026-07-09&quot;:3.78},{&quot;2026-07-10&quot;:3.78},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.78},{&quot;2026-07-13&quot;:3.78},{&quot;2026-07-14&quot;:3.78},{&quot;2026-07-15&quot;:3.78},{&quot;2026-07-16&quot;:3.78},{&quot;2026-07-17&quot;:3.78},{&quot;2026-07-18&quot;:3.78},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:4.0},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-22&quot;:4.0},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:4.0},{&quot;2026-07-26&quot;:4.0},{&quot;2026-07-27&quot;:4.0},{&quot;2026-07-28&quot;:4.0},{&quot;2026-07-29&quot;:4.0},{&quot;2026-07-30&quot;:4.0},{&quot;2026-07-31&quot;:4.0},{&quot;2026-08-01&quot;:4.0},{&quot;2026-08-02&quot;:4.0},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.99},{&quot;2026-08-08&quot;:3.99},{&quot;2026-08-09&quot;:3.99},{&quot;2026-08-10&quot;:3.99},{&quot;2026-08-11&quot;:3.99},{&quot;2026-08-12&quot;:3.97},{&quot;2026-08-13&quot;:3.97},{&quot;2026-08-14&quot;:3.97},{&quot;2026-08-15&quot;:3.97},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:3.9},{&quot;2026-08-18&quot;:3.9},{&quot;2026-08-19&quot;:3.9},{&quot;2026-08-20&quot;:3.9},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.96},{&quot;2026-08-23&quot;:3.96},{&quot;2026-08-24&quot;:3.96},{&quot;2026-08-25&quot;:3.96},{&quot;2026-08-26&quot;:3.96},{&quot;2026-08-27&quot;:3.96},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:3.96},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:3.96},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:3.98},{&quot;2026-09-06&quot;:3.98},{&quot;2026-09-07&quot;:3.98},{&quot;2026-09-08&quot;:3.98},{&quot;2026-09-09&quot;:3.98},{&quot;2026-09-10&quot;:3.98},{&quot;2026-09-11&quot;:3.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="86888"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Songbirds&#39; Blessing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1f19d737-97dc-4b58-9c6b-be2a40c098ff.jpg?1783914989" />

        <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">
            Songbirds&#39; Blessing
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Songbirds&#39; Blessing" src="https://cards.scryfall.io/large/front/1/f/1f19d737-97dc-4b58-9c6b-be2a40c098ff.jpg?1783914989" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </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-12&quot;:5.78},{&quot;2026-06-13&quot;:5.76},{&quot;2026-06-14&quot;:5.76},{&quot;2026-06-15&quot;:5.76},{&quot;2026-06-16&quot;:5.64},{&quot;2026-06-17&quot;:5.64},{&quot;2026-06-18&quot;:5.64},{&quot;2026-06-19&quot;:5.63},{&quot;2026-06-20&quot;:5.33},{&quot;2026-06-21&quot;:5.33},{&quot;2026-06-22&quot;:5.33},{&quot;2026-06-23&quot;:5.33},{&quot;2026-06-24&quot;:5.18},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:5.02},{&quot;2026-06-29&quot;:5.02},{&quot;2026-06-30&quot;:5.02},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:4.93},{&quot;2026-07-03&quot;:4.93},{&quot;2026-07-04&quot;:4.93},{&quot;2026-07-05&quot;:4.93},{&quot;2026-07-06&quot;:4.97},{&quot;2026-07-07&quot;:4.85},{&quot;2026-07-08&quot;:4.74},{&quot;2026-07-09&quot;:4.66},{&quot;2026-07-10&quot;:4.66},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.63},{&quot;2026-07-14&quot;:4.71},{&quot;2026-07-15&quot;:4.52},{&quot;2026-07-16&quot;:4.53},{&quot;2026-07-17&quot;:4.52},{&quot;2026-07-18&quot;:4.44},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.39},{&quot;2026-07-23&quot;:4.39},{&quot;2026-07-24&quot;:4.43},{&quot;2026-07-25&quot;:4.34},{&quot;2026-07-26&quot;:4.34},{&quot;2026-07-27&quot;:4.34},{&quot;2026-07-28&quot;:4.45},{&quot;2026-07-29&quot;:4.42},{&quot;2026-07-30&quot;:4.42},{&quot;2026-07-31&quot;:4.4},{&quot;2026-08-01&quot;:4.4},{&quot;2026-08-02&quot;:4.46},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.29},{&quot;2026-08-05&quot;:4.29},{&quot;2026-08-07&quot;:4.29},{&quot;2026-08-08&quot;:4.29},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.27},{&quot;2026-08-11&quot;:4.27},{&quot;2026-08-12&quot;:4.16},{&quot;2026-08-13&quot;:4.14},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.13},{&quot;2026-08-17&quot;:4.13},{&quot;2026-08-18&quot;:4.13},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.13},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.13},{&quot;2026-08-23&quot;:4.13},{&quot;2026-08-24&quot;:4.13},{&quot;2026-08-25&quot;:4.13},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.1},{&quot;2026-08-31&quot;:4.1},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.06},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.06},{&quot;2026-09-09&quot;:3.98},{&quot;2026-09-10&quot;:3.98},{&quot;2026-09-11&quot;:3.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="91021"
  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">
            Unnatural Growth
        </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">
            $3.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="Unnatural Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08fa38c0-353c-4f6a-b87e-3f6366af44d8.jpg?1783908086" />

        <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">
            Unnatural Growth
        </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-g'></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><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="Unnatural Growth" src="https://cards.scryfall.io/large/front/0/8/08fa38c0-353c-4f6a-b87e-3f6366af44d8.jpg?1783908086" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.69},{&quot;2026-06-12&quot;:2.79},{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:2.84},{&quot;2026-06-15&quot;:2.84},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.84},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.12},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.22},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.24},{&quot;2026-06-28&quot;:3.24},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.26},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.47},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.46},{&quot;2026-07-08&quot;:3.46},{&quot;2026-07-09&quot;:3.63},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.66},{&quot;2026-07-13&quot;:3.66},{&quot;2026-07-14&quot;:3.66},{&quot;2026-07-15&quot;:3.66},{&quot;2026-07-16&quot;:3.66},{&quot;2026-07-17&quot;:3.66},{&quot;2026-07-18&quot;:3.66},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.66},{&quot;2026-07-23&quot;:3.66},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.76},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.76},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.67},{&quot;2026-08-01&quot;:3.67},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.67},{&quot;2026-08-04&quot;:3.74},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.69},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.66},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.72},{&quot;2026-08-17&quot;:3.89},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.73},{&quot;2026-08-20&quot;:3.73},{&quot;2026-08-21&quot;:3.73},{&quot;2026-08-22&quot;:3.74},{&quot;2026-08-23&quot;:3.77},{&quot;2026-08-24&quot;:3.77},{&quot;2026-08-25&quot;:3.77},{&quot;2026-08-26&quot;:3.81},{&quot;2026-08-27&quot;:3.82},{&quot;2026-08-28&quot;:3.93},{&quot;2026-08-29&quot;:3.93},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.87},{&quot;2026-09-01&quot;:3.87},{&quot;2026-09-02&quot;:3.95},{&quot;2026-09-03&quot;:3.88},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.21},{&quot;2026-09-07&quot;:4.14},{&quot;2026-09-08&quot;:4.14},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:4.2},{&quot;2026-09-11&quot;:4.34}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.2},{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.24},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.21},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.38},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.61},{&quot;2026-06-24&quot;:3.64},{&quot;2026-06-25&quot;:3.76},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.95},{&quot;2026-06-29&quot;:3.87},{&quot;2026-06-30&quot;:3.73},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.81},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:3.96},{&quot;2026-07-07&quot;:3.96},{&quot;2026-07-08&quot;:3.93},{&quot;2026-07-09&quot;:3.91},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.81},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.71},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.65},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.6},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.45},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-23&quot;:3.33},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.36},{&quot;2026-07-28&quot;:3.42},{&quot;2026-07-29&quot;:3.42},{&quot;2026-07-30&quot;:3.46},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.36},{&quot;2026-08-03&quot;:3.34},{&quot;2026-08-04&quot;:3.3},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.64},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.59},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.56},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.43},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.39},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.48},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.56},{&quot;2026-08-31&quot;:3.61},{&quot;2026-09-01&quot;:3.61},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.88},{&quot;2026-09-04&quot;:3.95},{&quot;2026-09-05&quot;:3.91},{&quot;2026-09-06&quot;:3.9},{&quot;2026-09-07&quot;:3.92},{&quot;2026-09-08&quot;:3.92},{&quot;2026-09-09&quot;:3.95},{&quot;2026-09-10&quot;:3.95},{&quot;2026-09-11&quot;:3.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="10337"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Overwhelming Stampede" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/0/50846a7b-d174-439e-9ffb-31b50bb3a84f.jpg?1783932745" />

        <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">
            Overwhelming Stampede
        </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-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="Overwhelming Stampede" src="https://cards.scryfall.io/large/front/5/0/50846a7b-d174-439e-9ffb-31b50bb3a84f.jpg?1783932745" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.97
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.48},{&quot;2026-06-14&quot;:4.06},{&quot;2026-06-15&quot;:4.45},{&quot;2026-06-16&quot;:4.45},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.32},{&quot;2026-06-20&quot;:4.32},{&quot;2026-06-21&quot;:4.14},{&quot;2026-06-22&quot;:4.08},{&quot;2026-06-23&quot;:4.52},{&quot;2026-06-24&quot;:4.85},{&quot;2026-06-25&quot;:4.85},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.49},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.16},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.49},{&quot;2026-07-02&quot;:4.49},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.76},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:5.67},{&quot;2026-07-08&quot;:5.99},{&quot;2026-07-09&quot;:6.39},{&quot;2026-07-10&quot;:6.57},{&quot;2026-07-11&quot;:6.45},{&quot;2026-07-12&quot;:6.04},{&quot;2026-07-13&quot;:5.83},{&quot;2026-07-14&quot;:5.48},{&quot;2026-07-15&quot;:5.25},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.05},{&quot;2026-07-18&quot;:4.02},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:3.77},{&quot;2026-07-21&quot;:3.81},{&quot;2026-07-22&quot;:3.9},{&quot;2026-07-23&quot;:3.92},{&quot;2026-07-24&quot;:4.03},{&quot;2026-07-25&quot;:4.06},{&quot;2026-07-26&quot;:3.93},{&quot;2026-07-27&quot;:3.86},{&quot;2026-07-28&quot;:3.95},{&quot;2026-07-29&quot;:4.21},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.35},{&quot;2026-08-04&quot;:4.52},{&quot;2026-08-05&quot;:4.52},{&quot;2026-08-07&quot;:4.52},{&quot;2026-08-08&quot;:4.52},{&quot;2026-08-09&quot;:4.44},{&quot;2026-08-10&quot;:4.44},{&quot;2026-08-11&quot;:4.44},{&quot;2026-08-12&quot;:4.29},{&quot;2026-08-13&quot;:4.15},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.15},{&quot;2026-08-16&quot;:4.15},{&quot;2026-08-17&quot;:4.15},{&quot;2026-08-18&quot;:4.22},{&quot;2026-08-19&quot;:4.22},{&quot;2026-08-20&quot;:4.25},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.06},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.8},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.61},{&quot;2026-09-02&quot;:3.52},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.51},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.62},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.97},{&quot;2026-09-10&quot;:3.97},{&quot;2026-09-11&quot;:3.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="53412"
  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">
            Ruthless Technomancer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Ruthless Technomancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dddeb5cc-b535-4484-8a0e-ce32c4c09000.jpg?1783923986" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ruthless Technomancer" src="https://cards.scryfall.io/large/front/d/d/dddeb5cc-b535-4484-8a0e-ce32c4c09000.jpg?1783923986" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.42},{&quot;2026-06-14&quot;:10.42},{&quot;2026-06-15&quot;:10.21},{&quot;2026-06-16&quot;:10.23},{&quot;2026-06-17&quot;:10.23},{&quot;2026-06-18&quot;:10.23},{&quot;2026-06-19&quot;:10.26},{&quot;2026-06-20&quot;:10.26},{&quot;2026-06-21&quot;:10.26},{&quot;2026-06-22&quot;:10.26},{&quot;2026-06-23&quot;:10.26},{&quot;2026-06-24&quot;:10.26},{&quot;2026-06-25&quot;:10.26},{&quot;2026-06-26&quot;:10.23},{&quot;2026-06-27&quot;:10.29},{&quot;2026-06-28&quot;:10.29},{&quot;2026-06-29&quot;:10.29},{&quot;2026-06-30&quot;:10.29},{&quot;2026-07-01&quot;:10.29},{&quot;2026-07-02&quot;:10.37},{&quot;2026-07-03&quot;:10.37},{&quot;2026-07-04&quot;:10.37},{&quot;2026-07-05&quot;:10.37},{&quot;2026-07-06&quot;:10.37},{&quot;2026-07-07&quot;:10.46},{&quot;2026-07-08&quot;:10.46},{&quot;2026-07-09&quot;:10.59},{&quot;2026-07-10&quot;:10.59},{&quot;2026-07-11&quot;:10.59},{&quot;2026-07-12&quot;:10.57},{&quot;2026-07-13&quot;:10.58},{&quot;2026-07-14&quot;:10.58},{&quot;2026-07-15&quot;:10.58},{&quot;2026-07-16&quot;:10.58},{&quot;2026-07-17&quot;:10.58},{&quot;2026-07-18&quot;:10.58},{&quot;2026-07-19&quot;:10.73},{&quot;2026-07-20&quot;:10.73},{&quot;2026-07-21&quot;:10.73},{&quot;2026-07-22&quot;:10.82},{&quot;2026-07-23&quot;:10.82},{&quot;2026-07-24&quot;:10.82},{&quot;2026-07-25&quot;:10.82},{&quot;2026-07-26&quot;:10.93},{&quot;2026-07-27&quot;:10.93},{&quot;2026-07-28&quot;:10.93},{&quot;2026-07-29&quot;:10.78},{&quot;2026-07-30&quot;:10.78},{&quot;2026-07-31&quot;:10.78},{&quot;2026-08-01&quot;:10.78},{&quot;2026-08-02&quot;:10.78},{&quot;2026-08-03&quot;:10.92},{&quot;2026-08-04&quot;:11.04},{&quot;2026-08-05&quot;:11.04},{&quot;2026-08-07&quot;:11.04},{&quot;2026-08-08&quot;:11.17},{&quot;2026-08-09&quot;:11.17},{&quot;2026-08-10&quot;:11.17},{&quot;2026-08-11&quot;:11.17},{&quot;2026-08-12&quot;:11.17},{&quot;2026-08-13&quot;:11.2},{&quot;2026-08-14&quot;:11.2},{&quot;2026-08-15&quot;:11.2},{&quot;2026-08-16&quot;:11.2},{&quot;2026-08-17&quot;:11.2},{&quot;2026-08-18&quot;:11.18},{&quot;2026-08-19&quot;:11.25},{&quot;2026-08-20&quot;:11.21},{&quot;2026-08-21&quot;:11.21},{&quot;2026-08-22&quot;:11.21},{&quot;2026-08-23&quot;:11.27},{&quot;2026-08-24&quot;:11.39},{&quot;2026-08-25&quot;:11.44},{&quot;2026-08-26&quot;:11.44},{&quot;2026-08-27&quot;:11.44},{&quot;2026-08-28&quot;:11.44},{&quot;2026-08-29&quot;:11.44},{&quot;2026-08-30&quot;:11.44},{&quot;2026-08-31&quot;:11.44},{&quot;2026-09-01&quot;:11.5},{&quot;2026-09-02&quot;:11.5},{&quot;2026-09-03&quot;:11.5},{&quot;2026-09-04&quot;:11.5},{&quot;2026-09-05&quot;:11.5},{&quot;2026-09-06&quot;:11.61},{&quot;2026-09-07&quot;:11.61},{&quot;2026-09-08&quot;:11.61},{&quot;2026-09-09&quot;:11.61},{&quot;2026-09-10&quot;:11.7},{&quot;2026-09-11&quot;:11.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.72},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.96},{&quot;2026-06-16&quot;:3.99},{&quot;2026-06-17&quot;:4.03},{&quot;2026-06-18&quot;:4.05},{&quot;2026-06-19&quot;:3.9},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.95},{&quot;2026-06-22&quot;:4.01},{&quot;2026-06-23&quot;:4.13},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:3.99},{&quot;2026-06-26&quot;:3.99},{&quot;2026-06-27&quot;:3.99},{&quot;2026-06-28&quot;:3.94},{&quot;2026-06-29&quot;:4.0},{&quot;2026-06-30&quot;:3.99},{&quot;2026-07-01&quot;:3.92},{&quot;2026-07-02&quot;:3.85},{&quot;2026-07-03&quot;:3.99},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.93},{&quot;2026-07-07&quot;:3.93},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.75},{&quot;2026-07-10&quot;:3.87},{&quot;2026-07-11&quot;:3.85},{&quot;2026-07-12&quot;:3.87},{&quot;2026-07-13&quot;:3.86},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.82},{&quot;2026-07-17&quot;:3.77},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.59},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-22&quot;:3.52},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.25},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.1},{&quot;2026-07-27&quot;:3.5},{&quot;2026-07-28&quot;:3.5},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.62},{&quot;2026-08-01&quot;:3.76},{&quot;2026-08-02&quot;:3.96},{&quot;2026-08-03&quot;:3.82},{&quot;2026-08-04&quot;:3.59},{&quot;2026-08-05&quot;:3.59},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.4},{&quot;2026-08-09&quot;:3.31},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.59},{&quot;2026-08-12&quot;:3.46},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.61},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.82},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.52},{&quot;2026-08-22&quot;:3.42},{&quot;2026-08-23&quot;:3.32},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.72},{&quot;2026-08-26&quot;:3.73},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.43},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.03},{&quot;2026-09-03&quot;:3.02},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:3.22},{&quot;2026-09-06&quot;:3.24},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.75},{&quot;2026-09-10&quot;:3.86},{&quot;2026-09-11&quot;:3.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="79545"
  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-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">
            Vesuva
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Vesuva" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/7/0726f70a-c1c4-4edb-86fb-9be280d9ea73.jpg?1783927746" />

        <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">
            Vesuva
        </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">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="Vesuva" src="https://cards.scryfall.io/large/front/0/7/0726f70a-c1c4-4edb-86fb-9be280d9ea73.jpg?1783927746" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.01},{&quot;2026-06-14&quot;:11.01},{&quot;2026-06-15&quot;:11.01},{&quot;2026-06-16&quot;:11.01},{&quot;2026-06-17&quot;:11.01},{&quot;2026-06-18&quot;:11.01},{&quot;2026-06-19&quot;:11.01},{&quot;2026-06-20&quot;:11.01},{&quot;2026-06-21&quot;:11.01},{&quot;2026-06-22&quot;:11.01},{&quot;2026-06-23&quot;:11.01},{&quot;2026-06-24&quot;:11.01},{&quot;2026-06-25&quot;:11.01},{&quot;2026-06-26&quot;:11.01},{&quot;2026-06-27&quot;:11.01},{&quot;2026-06-28&quot;:11.01},{&quot;2026-06-29&quot;:11.01},{&quot;2026-06-30&quot;:11.01},{&quot;2026-07-01&quot;:11.01},{&quot;2026-07-02&quot;:11.01},{&quot;2026-07-03&quot;:11.01},{&quot;2026-07-04&quot;:11.01},{&quot;2026-07-05&quot;:11.01},{&quot;2026-07-06&quot;:11.01},{&quot;2026-07-07&quot;:11.01},{&quot;2026-07-08&quot;:11.01},{&quot;2026-07-09&quot;:11.01},{&quot;2026-07-10&quot;:11.01},{&quot;2026-07-11&quot;:11.01},{&quot;2026-07-12&quot;:11.01},{&quot;2026-07-13&quot;:11.01},{&quot;2026-07-14&quot;:11.01},{&quot;2026-07-15&quot;:11.01},{&quot;2026-07-16&quot;:11.01},{&quot;2026-07-17&quot;:11.01},{&quot;2026-07-18&quot;:11.01},{&quot;2026-07-19&quot;:10.73},{&quot;2026-07-20&quot;:10.73},{&quot;2026-07-21&quot;:10.73},{&quot;2026-07-22&quot;:10.73},{&quot;2026-07-23&quot;:10.73},{&quot;2026-07-24&quot;:10.73},{&quot;2026-07-25&quot;:10.73},{&quot;2026-07-26&quot;:10.73},{&quot;2026-07-27&quot;:10.73},{&quot;2026-07-28&quot;:10.73},{&quot;2026-07-29&quot;:10.73},{&quot;2026-07-30&quot;:10.73},{&quot;2026-07-31&quot;:10.73},{&quot;2026-08-01&quot;:10.73},{&quot;2026-08-02&quot;:10.73},{&quot;2026-08-03&quot;:10.84},{&quot;2026-08-04&quot;:10.84},{&quot;2026-08-05&quot;:11.08},{&quot;2026-08-07&quot;:11.08},{&quot;2026-08-08&quot;:11.08},{&quot;2026-08-09&quot;:11.08},{&quot;2026-08-10&quot;:11.08},{&quot;2026-08-11&quot;:11.08},{&quot;2026-08-12&quot;:10.67},{&quot;2026-08-13&quot;:10.67},{&quot;2026-08-14&quot;:10.67},{&quot;2026-08-15&quot;:10.67},{&quot;2026-08-16&quot;:10.67},{&quot;2026-08-17&quot;:10.67},{&quot;2026-08-18&quot;:11.4},{&quot;2026-08-19&quot;:11.4},{&quot;2026-08-20&quot;:11.4},{&quot;2026-08-21&quot;:11.4},{&quot;2026-08-22&quot;:11.4},{&quot;2026-08-23&quot;:11.4},{&quot;2026-08-24&quot;:11.4},{&quot;2026-08-25&quot;:11.4},{&quot;2026-08-26&quot;:11.8},{&quot;2026-08-27&quot;:11.8},{&quot;2026-08-28&quot;:11.8},{&quot;2026-08-29&quot;:11.8},{&quot;2026-08-30&quot;:11.8},{&quot;2026-08-31&quot;:11.8},{&quot;2026-09-01&quot;:11.8},{&quot;2026-09-02&quot;:11.8},{&quot;2026-09-03&quot;:11.8},{&quot;2026-09-04&quot;:11.8},{&quot;2026-09-05&quot;:11.8},{&quot;2026-09-06&quot;:11.8},{&quot;2026-09-07&quot;:11.08},{&quot;2026-09-08&quot;:11.08},{&quot;2026-09-09&quot;:11.08},{&quot;2026-09-10&quot;:11.08},{&quot;2026-09-11&quot;:11.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.22},{&quot;2026-06-14&quot;:3.19},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.18},{&quot;2026-06-17&quot;:3.15},{&quot;2026-06-18&quot;:3.18},{&quot;2026-06-19&quot;:3.18},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.18},{&quot;2026-06-22&quot;:3.18},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.16},{&quot;2026-06-26&quot;:3.11},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.1},{&quot;2026-06-29&quot;:3.1},{&quot;2026-06-30&quot;:3.1},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.1},{&quot;2026-07-03&quot;:3.1},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:3.0},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.28},{&quot;2026-07-16&quot;:3.28},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.39},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-22&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.5},{&quot;2026-07-25&quot;:3.5},{&quot;2026-07-26&quot;:3.5},{&quot;2026-07-27&quot;:3.54},{&quot;2026-07-28&quot;:3.53},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.56},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.53},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.56},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.45},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.45},{&quot;2026-08-12&quot;:3.56},{&quot;2026-08-13&quot;:3.56},{&quot;2026-08-14&quot;:3.56},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.7},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.66},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.64},{&quot;2026-08-26&quot;:3.71},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.85},{&quot;2026-08-29&quot;:3.85},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:3.95},{&quot;2026-09-01&quot;:3.95},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.84},{&quot;2026-09-04&quot;:3.81},{&quot;2026-09-05&quot;:3.75},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.81},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.87},{&quot;2026-09-10&quot;:3.88},{&quot;2026-09-11&quot;:3.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="85429"
  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">
            Decanter of Endless Water
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Decanter of Endless Water" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/8/e8be8435-8fb4-47d2-8e7c-0350f354ddbd.jpg?1783910001" />

        <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">
            Decanter of Endless Water
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</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="Decanter of Endless Water" src="https://cards.scryfall.io/large/front/e/8/e8be8435-8fb4-47d2-8e7c-0350f354ddbd.jpg?1783910001" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.85},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:3.75},{&quot;2026-06-16&quot;:3.71},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.69},{&quot;2026-06-19&quot;:3.7},{&quot;2026-06-20&quot;:3.65},{&quot;2026-06-21&quot;:3.64},{&quot;2026-06-22&quot;:3.64},{&quot;2026-06-23&quot;:3.67},{&quot;2026-06-24&quot;:3.62},{&quot;2026-06-25&quot;:3.56},{&quot;2026-06-26&quot;:3.53},{&quot;2026-06-27&quot;:3.61},{&quot;2026-06-28&quot;:3.63},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.65},{&quot;2026-07-01&quot;:3.65},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.8},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.76},{&quot;2026-07-09&quot;:3.76},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.77},{&quot;2026-07-14&quot;:3.77},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.85},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.71},{&quot;2026-07-22&quot;:3.74},{&quot;2026-07-23&quot;:3.8},{&quot;2026-07-24&quot;:3.8},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.78},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-28&quot;:4.23},{&quot;2026-07-29&quot;:4.37},{&quot;2026-07-30&quot;:4.37},{&quot;2026-07-31&quot;:4.38},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.3},{&quot;2026-08-03&quot;:4.25},{&quot;2026-08-04&quot;:4.22},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:4.12},{&quot;2026-08-08&quot;:4.12},{&quot;2026-08-09&quot;:3.99},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.52},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.58},{&quot;2026-08-15&quot;:3.69},{&quot;2026-08-16&quot;:3.65},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.47},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.38},{&quot;2026-08-21&quot;:3.41},{&quot;2026-08-22&quot;:3.44},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.5},{&quot;2026-08-27&quot;:3.56},{&quot;2026-08-28&quot;:3.55},{&quot;2026-08-29&quot;:3.55},{&quot;2026-08-30&quot;:3.96},{&quot;2026-08-31&quot;:3.94},{&quot;2026-09-01&quot;:3.96},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:3.96},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:3.95},{&quot;2026-09-06&quot;:3.96},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:3.99},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:3.92},{&quot;2026-09-11&quot;:3.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="11420"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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">
            Armored Skyhunter
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Armored Skyhunter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2bf63241-9091-42f5-b997-9ce5aa3484f1.jpg?1783928889" />

        <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">
            Armored Skyhunter
        </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 — Cat Knight</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="Armored Skyhunter" src="https://cards.scryfall.io/large/front/2/b/2bf63241-9091-42f5-b997-9ce5aa3484f1.jpg?1783928889" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $3.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">$0.23</span>
              <span class="text-xs text-grey-text">Credit: $0.30</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.34},{&quot;2026-06-10&quot;:4.34},{&quot;2026-06-11&quot;:4.34},{&quot;2026-06-12&quot;:4.34},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.34},{&quot;2026-06-16&quot;:4.34},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.34},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.34},{&quot;2026-06-21&quot;:4.34},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-24&quot;:4.34},{&quot;2026-06-25&quot;:4.34},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.34},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.34},{&quot;2026-07-01&quot;:4.34},{&quot;2026-07-02&quot;:4.34},{&quot;2026-07-03&quot;:4.34},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.32},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.32},{&quot;2026-07-10&quot;:4.32},{&quot;2026-07-11&quot;:4.35},{&quot;2026-07-12&quot;:4.35},{&quot;2026-07-13&quot;:4.35},{&quot;2026-07-14&quot;:4.35},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.19},{&quot;2026-07-21&quot;:4.19},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-25&quot;:4.19},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.19},{&quot;2026-07-29&quot;:4.19},{&quot;2026-07-30&quot;:4.19},{&quot;2026-07-31&quot;:4.19},{&quot;2026-08-01&quot;:4.19},{&quot;2026-08-02&quot;:4.19},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.09},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.09},{&quot;2026-08-11&quot;:4.09},{&quot;2026-08-12&quot;:4.04},{&quot;2026-08-13&quot;:4.04},{&quot;2026-08-14&quot;:4.04},{&quot;2026-08-15&quot;:4.04},{&quot;2026-08-16&quot;:4.04},{&quot;2026-08-17&quot;:4.04},{&quot;2026-08-18&quot;:4.04},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.01},{&quot;2026-08-22&quot;:4.01},{&quot;2026-08-23&quot;:4.04},{&quot;2026-08-24&quot;:4.04},{&quot;2026-08-25&quot;:4.04},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:4.01},{&quot;2026-08-28&quot;:4.01},{&quot;2026-08-29&quot;:4.01},{&quot;2026-08-30&quot;:4.01},{&quot;2026-08-31&quot;:4.01},{&quot;2026-09-01&quot;:4.01},{&quot;2026-09-02&quot;:4.01},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:3.97},{&quot;2026-09-06&quot;:3.97},{&quot;2026-09-07&quot;:3.97},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:3.97},{&quot;2026-09-10&quot;:3.96},{&quot;2026-09-11&quot;:3.96}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.07},{&quot;2026-06-10&quot;:2.01},{&quot;2026-06-11&quot;:2.01},{&quot;2026-06-12&quot;:1.92},{&quot;2026-06-13&quot;:1.92},{&quot;2026-06-14&quot;:1.9},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.93},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-24&quot;:1.86},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.56},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.51},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.44},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.47},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.42},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.3},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.47},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-29&quot;:1.29},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.28},{&quot;2026-08-03&quot;:1.33},{&quot;2026-08-04&quot;:1.33},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.71},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:1.89},{&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;:2.01},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.82},{&quot;2026-09-11&quot;:1.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Engineered Explosives" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/feaba0f4-de2b-46a5-a728-04c8d699c523.jpg?1783910554" />

        <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">
            Engineered Explosives
        </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-x'></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="Engineered Explosives" src="https://cards.scryfall.io/large/front/f/e/feaba0f4-de2b-46a5-a728-04c8d699c523.jpg?1783910554" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.80</span>
              <span class="text-xs text-grey-text">Credit: $4.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-13&quot;:15.2},{&quot;2026-06-14&quot;:15.2},{&quot;2026-06-15&quot;:15.2},{&quot;2026-06-16&quot;:15.29},{&quot;2026-06-17&quot;:15.29},{&quot;2026-06-18&quot;:15.29},{&quot;2026-06-19&quot;:15.29},{&quot;2026-06-20&quot;:15.29},{&quot;2026-06-21&quot;:15.29},{&quot;2026-06-22&quot;:15.29},{&quot;2026-06-23&quot;:15.29},{&quot;2026-06-24&quot;:15.29},{&quot;2026-06-25&quot;:15.29},{&quot;2026-06-26&quot;:15.35},{&quot;2026-06-27&quot;:15.35},{&quot;2026-06-28&quot;:15.35},{&quot;2026-06-29&quot;:15.38},{&quot;2026-06-30&quot;:15.43},{&quot;2026-07-01&quot;:15.5},{&quot;2026-07-02&quot;:15.5},{&quot;2026-07-03&quot;:15.5},{&quot;2026-07-04&quot;:15.5},{&quot;2026-07-05&quot;:15.5},{&quot;2026-07-06&quot;:15.5},{&quot;2026-07-07&quot;:15.5},{&quot;2026-07-08&quot;:15.5},{&quot;2026-07-09&quot;:15.5},{&quot;2026-07-10&quot;:15.5},{&quot;2026-07-11&quot;:15.5},{&quot;2026-07-12&quot;:15.5},{&quot;2026-07-13&quot;:15.5},{&quot;2026-07-14&quot;:15.5},{&quot;2026-07-15&quot;:15.5},{&quot;2026-07-16&quot;:15.5},{&quot;2026-07-17&quot;:15.5},{&quot;2026-07-18&quot;:15.69},{&quot;2026-07-19&quot;:15.69},{&quot;2026-07-20&quot;:15.69},{&quot;2026-07-21&quot;:15.69},{&quot;2026-07-22&quot;:15.69},{&quot;2026-07-23&quot;:15.69},{&quot;2026-07-24&quot;:15.69},{&quot;2026-07-25&quot;:15.69},{&quot;2026-07-26&quot;:15.69},{&quot;2026-07-27&quot;:15.69},{&quot;2026-07-28&quot;:15.69},{&quot;2026-07-29&quot;:15.84},{&quot;2026-07-30&quot;:15.84},{&quot;2026-07-31&quot;:15.84},{&quot;2026-08-01&quot;:15.84},{&quot;2026-08-02&quot;:15.84},{&quot;2026-08-03&quot;:15.84},{&quot;2026-08-04&quot;:15.85},{&quot;2026-08-05&quot;:15.85},{&quot;2026-08-07&quot;:15.85},{&quot;2026-08-08&quot;:15.85},{&quot;2026-08-09&quot;:15.85},{&quot;2026-08-10&quot;:15.98},{&quot;2026-08-11&quot;:15.98},{&quot;2026-08-12&quot;:15.98},{&quot;2026-08-13&quot;:15.98},{&quot;2026-08-14&quot;:15.98},{&quot;2026-08-15&quot;:15.98},{&quot;2026-08-16&quot;:15.98},{&quot;2026-08-17&quot;:15.98},{&quot;2026-08-18&quot;:15.98},{&quot;2026-08-19&quot;:15.98},{&quot;2026-08-20&quot;:15.98},{&quot;2026-08-21&quot;:15.98},{&quot;2026-08-22&quot;:15.98},{&quot;2026-08-23&quot;:15.98},{&quot;2026-08-24&quot;:15.98},{&quot;2026-08-25&quot;:16.0},{&quot;2026-08-26&quot;:16.0},{&quot;2026-08-27&quot;:16.0},{&quot;2026-08-28&quot;:16.0},{&quot;2026-08-29&quot;:16.0},{&quot;2026-08-30&quot;:16.0},{&quot;2026-08-31&quot;:16.0},{&quot;2026-09-01&quot;:16.0},{&quot;2026-09-02&quot;:16.0},{&quot;2026-09-03&quot;:16.0},{&quot;2026-09-04&quot;:16.0},{&quot;2026-09-05&quot;:16.0},{&quot;2026-09-06&quot;:16.06},{&quot;2026-09-07&quot;:16.06},{&quot;2026-09-08&quot;:16.06},{&quot;2026-09-09&quot;:16.06},{&quot;2026-09-10&quot;:16.06},{&quot;2026-09-11&quot;:16.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.92},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:4.92},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:4.75},{&quot;2026-06-18&quot;:4.75},{&quot;2026-06-19&quot;:4.42},{&quot;2026-06-20&quot;:4.46},{&quot;2026-06-21&quot;:4.48},{&quot;2026-06-22&quot;:4.44},{&quot;2026-06-23&quot;:4.44},{&quot;2026-06-24&quot;:4.55},{&quot;2026-06-25&quot;:4.32},{&quot;2026-06-26&quot;:4.38},{&quot;2026-06-27&quot;:4.6},{&quot;2026-06-28&quot;:4.67},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.71},{&quot;2026-07-01&quot;:4.71},{&quot;2026-07-02&quot;:4.68},{&quot;2026-07-03&quot;:4.66},{&quot;2026-07-04&quot;:4.63},{&quot;2026-07-05&quot;:4.72},{&quot;2026-07-06&quot;:4.75},{&quot;2026-07-07&quot;:4.75},{&quot;2026-07-08&quot;:4.66},{&quot;2026-07-09&quot;:4.66},{&quot;2026-07-10&quot;:4.67},{&quot;2026-07-11&quot;:4.67},{&quot;2026-07-12&quot;:4.67},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:4.85},{&quot;2026-07-17&quot;:4.85},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.84},{&quot;2026-07-21&quot;:4.84},{&quot;2026-07-22&quot;:4.92},{&quot;2026-07-23&quot;:4.92},{&quot;2026-07-24&quot;:5.13},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:5.0},{&quot;2026-07-27&quot;:4.94},{&quot;2026-07-28&quot;:4.94},{&quot;2026-07-29&quot;:4.87},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:5.0},{&quot;2026-08-01&quot;:5.02},{&quot;2026-08-02&quot;:4.96},{&quot;2026-08-03&quot;:4.98},{&quot;2026-08-04&quot;:5.03},{&quot;2026-08-05&quot;:5.05},{&quot;2026-08-07&quot;:5.03},{&quot;2026-08-08&quot;:5.07},{&quot;2026-08-09&quot;:5.07},{&quot;2026-08-10&quot;:5.16},{&quot;2026-08-11&quot;:5.18},{&quot;2026-08-12&quot;:4.92},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.93},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.66},{&quot;2026-08-18&quot;:4.51},{&quot;2026-08-19&quot;:4.5},{&quot;2026-08-20&quot;:4.5},{&quot;2026-08-21&quot;:4.5},{&quot;2026-08-22&quot;:4.47},{&quot;2026-08-23&quot;:4.61},{&quot;2026-08-24&quot;:4.51},{&quot;2026-08-25&quot;:4.36},{&quot;2026-08-26&quot;:4.36},{&quot;2026-08-27&quot;:4.36},{&quot;2026-08-28&quot;:4.25},{&quot;2026-08-29&quot;:4.25},{&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.13},{&quot;2026-09-03&quot;:4.13},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:3.96},{&quot;2026-09-08&quot;:3.96},{&quot;2026-09-09&quot;:3.89},{&quot;2026-09-10&quot;:3.89},{&quot;2026-09-11&quot;:3.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="108317"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pza ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.63
          </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="Umezawa&#39;s Jitte" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4ddaccfb-52e5-4448-8273-797cff31db2b.jpg?1783904177" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Umezawa&#39;s Jitte" src="https://cards.scryfall.io/large/front/4/d/4ddaccfb-52e5-4448-8273-797cff31db2b.jpg?1783904177" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.72},{&quot;2026-06-14&quot;:11.44},{&quot;2026-06-15&quot;:11.1},{&quot;2026-06-16&quot;:10.62},{&quot;2026-06-17&quot;:10.62},{&quot;2026-06-18&quot;:10.62},{&quot;2026-06-19&quot;:10.38},{&quot;2026-06-20&quot;:10.38},{&quot;2026-06-21&quot;:10.38},{&quot;2026-06-22&quot;:10.38},{&quot;2026-06-23&quot;:9.84},{&quot;2026-06-24&quot;:9.6},{&quot;2026-06-25&quot;:9.36},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:9.02},{&quot;2026-06-28&quot;:9.02},{&quot;2026-06-29&quot;:8.82},{&quot;2026-06-30&quot;:8.39},{&quot;2026-07-01&quot;:8.12},{&quot;2026-07-02&quot;:8.12},{&quot;2026-07-03&quot;:8.12},{&quot;2026-07-04&quot;:8.12},{&quot;2026-07-05&quot;:7.67},{&quot;2026-07-06&quot;:7.67},{&quot;2026-07-07&quot;:7.1},{&quot;2026-07-08&quot;:7.1},{&quot;2026-07-09&quot;:7.11},{&quot;2026-07-10&quot;:7.11},{&quot;2026-07-11&quot;:7.11},{&quot;2026-07-12&quot;:7.07},{&quot;2026-07-13&quot;:7.07},{&quot;2026-07-14&quot;:7.07},{&quot;2026-07-15&quot;:7.07},{&quot;2026-07-16&quot;:7.07},{&quot;2026-07-17&quot;:7.18},{&quot;2026-07-18&quot;:7.18},{&quot;2026-07-19&quot;:7.18},{&quot;2026-07-20&quot;:6.69},{&quot;2026-07-21&quot;:6.69},{&quot;2026-07-22&quot;:6.58},{&quot;2026-07-23&quot;:6.46},{&quot;2026-07-24&quot;:6.46},{&quot;2026-07-25&quot;:6.43},{&quot;2026-07-26&quot;:6.19},{&quot;2026-07-27&quot;:6.15},{&quot;2026-07-28&quot;:6.11},{&quot;2026-07-29&quot;:6.16},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:5.95},{&quot;2026-08-01&quot;:5.81},{&quot;2026-08-02&quot;:5.81},{&quot;2026-08-03&quot;:5.81},{&quot;2026-08-04&quot;:5.82},{&quot;2026-08-05&quot;:5.82},{&quot;2026-08-07&quot;:5.74},{&quot;2026-08-08&quot;:5.7},{&quot;2026-08-09&quot;:5.57},{&quot;2026-08-10&quot;:5.57},{&quot;2026-08-11&quot;:5.5},{&quot;2026-08-12&quot;:5.42},{&quot;2026-08-13&quot;:5.42},{&quot;2026-08-14&quot;:5.42},{&quot;2026-08-15&quot;:5.39},{&quot;2026-08-16&quot;:5.37},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.28},{&quot;2026-08-19&quot;:5.25},{&quot;2026-08-20&quot;:5.47},{&quot;2026-08-21&quot;:5.33},{&quot;2026-08-22&quot;:5.27},{&quot;2026-08-23&quot;:5.27},{&quot;2026-08-24&quot;:5.27},{&quot;2026-08-25&quot;:5.07},{&quot;2026-08-26&quot;:5.18},{&quot;2026-08-27&quot;:5.18},{&quot;2026-08-28&quot;:5.08},{&quot;2026-08-29&quot;:5.08},{&quot;2026-08-30&quot;:5.01},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.92},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.69},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.51},{&quot;2026-09-07&quot;:4.42},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:3.96}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.07},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:4.87},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.5},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.07},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:4.13},{&quot;2026-06-24&quot;:4.41},{&quot;2026-06-25&quot;:4.47},{&quot;2026-06-26&quot;:4.45},{&quot;2026-06-27&quot;:4.3},{&quot;2026-06-28&quot;:4.32},{&quot;2026-06-29&quot;:4.14},{&quot;2026-06-30&quot;:3.91},{&quot;2026-07-01&quot;:3.78},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.46},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.85},{&quot;2026-07-07&quot;:2.85},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.98},{&quot;2026-07-10&quot;:3.1},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.91},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:3.02},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-22&quot;:3.31},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-24&quot;:3.13},{&quot;2026-07-25&quot;:2.94},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:3.11},{&quot;2026-07-29&quot;:3.25},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.27},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:3.19},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.33},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.52},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.58},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.57},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.52},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.34},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.36},{&quot;2026-09-02&quot;:3.54},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.22},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:2.86},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.78},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.63}]}"
        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="109063"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Hardened Scales" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99cfd1a8-49fd-4cc0-96f2-f9f159ce5d55.jpg?1782683178" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hardened Scales" src="https://cards.scryfall.io/large/front/9/9/99cfd1a8-49fd-4cc0-96f2-f9f159ce5d55.jpg?1782683178" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.76},{&quot;2026-06-11&quot;:1.73},{&quot;2026-06-12&quot;:1.69},{&quot;2026-06-13&quot;:1.58},{&quot;2026-06-14&quot;:1.59},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.61},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.79},{&quot;2026-06-23&quot;:1.67},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.78},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.83},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-23&quot;:1.99},{&quot;2026-07-25&quot;:2.18},{&quot;2026-07-26&quot;:2.22},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.8},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.36},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.59},{&quot;2026-08-13&quot;:3.0},{&quot;2026-08-14&quot;:3.17},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.08},{&quot;2026-08-23&quot;:3.06},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.1},{&quot;2026-08-26&quot;:2.88},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.61},{&quot;2026-08-31&quot;:3.97},{&quot;2026-09-01&quot;:3.97},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.48},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.91},{&quot;2026-09-09&quot;:3.85},{&quot;2026-09-10&quot;:3.9},{&quot;2026-09-11&quot;:3.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="11573"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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">
            Court of Cunning
        </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">
            3 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Court of Cunning" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2f585f52-7b07-4453-b543-9654d314aa36.jpg?1783928864" />

        <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">
            Court of Cunning
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Court of Cunning" src="https://cards.scryfall.io/large/front/2/f/2f585f52-7b07-4453-b543-9654d314aa36.jpg?1783928864" />
    </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">
                $3.95
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.41},{&quot;2026-06-11&quot;:4.39},{&quot;2026-06-12&quot;:4.39},{&quot;2026-06-13&quot;:4.39},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.44},{&quot;2026-06-16&quot;:4.44},{&quot;2026-06-17&quot;:4.44},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.46},{&quot;2026-06-20&quot;:4.46},{&quot;2026-06-21&quot;:4.51},{&quot;2026-06-22&quot;:4.51},{&quot;2026-06-23&quot;:4.51},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.56},{&quot;2026-06-27&quot;:4.55},{&quot;2026-06-28&quot;:4.55},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.55},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.55},{&quot;2026-07-03&quot;:4.55},{&quot;2026-07-04&quot;:4.55},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.55},{&quot;2026-07-07&quot;:4.55},{&quot;2026-07-08&quot;:4.55},{&quot;2026-07-09&quot;:4.55},{&quot;2026-07-10&quot;:4.55},{&quot;2026-07-11&quot;:4.55},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.55},{&quot;2026-07-14&quot;:4.55},{&quot;2026-07-15&quot;:4.67},{&quot;2026-07-16&quot;:4.62},{&quot;2026-07-17&quot;:4.6},{&quot;2026-07-18&quot;:4.6},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.6},{&quot;2026-07-21&quot;:4.6},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-25&quot;:4.6},{&quot;2026-07-26&quot;:4.6},{&quot;2026-07-27&quot;:4.6},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.6},{&quot;2026-07-31&quot;:4.63},{&quot;2026-08-01&quot;:4.49},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.49},{&quot;2026-08-04&quot;:4.56},{&quot;2026-08-05&quot;:4.56},{&quot;2026-08-07&quot;:4.56},{&quot;2026-08-08&quot;:4.56},{&quot;2026-08-09&quot;:4.56},{&quot;2026-08-10&quot;:4.56},{&quot;2026-08-11&quot;:4.54},{&quot;2026-08-12&quot;:4.54},{&quot;2026-08-13&quot;:4.54},{&quot;2026-08-14&quot;:4.52},{&quot;2026-08-15&quot;:4.46},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.4},{&quot;2026-08-20&quot;:4.4},{&quot;2026-08-21&quot;:4.41},{&quot;2026-08-22&quot;:4.41},{&quot;2026-08-23&quot;:4.49},{&quot;2026-08-24&quot;:4.49},{&quot;2026-08-25&quot;:4.49},{&quot;2026-08-26&quot;:4.51},{&quot;2026-08-27&quot;:4.51},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.51},{&quot;2026-08-31&quot;:4.51},{&quot;2026-09-01&quot;:4.51},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.51},{&quot;2026-09-05&quot;:4.51},{&quot;2026-09-06&quot;:4.51},{&quot;2026-09-07&quot;:4.51},{&quot;2026-09-08&quot;:4.51},{&quot;2026-09-09&quot;:4.5},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.19},{&quot;2026-06-11&quot;:4.87},{&quot;2026-06-12&quot;:4.8},{&quot;2026-06-13&quot;:5.05},{&quot;2026-06-14&quot;:5.03},{&quot;2026-06-15&quot;:5.06},{&quot;2026-06-16&quot;:4.93},{&quot;2026-06-17&quot;:4.72},{&quot;2026-06-18&quot;:4.59},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.71},{&quot;2026-06-21&quot;:4.62},{&quot;2026-06-22&quot;:4.67},{&quot;2026-06-23&quot;:4.58},{&quot;2026-06-24&quot;:4.46},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.44},{&quot;2026-06-27&quot;:4.35},{&quot;2026-06-28&quot;:4.14},{&quot;2026-06-29&quot;:4.12},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.33},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.46},{&quot;2026-07-06&quot;:4.41},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.17},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.95},{&quot;2026-07-12&quot;:3.92},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.02},{&quot;2026-07-18&quot;:4.04},{&quot;2026-07-19&quot;:4.12},{&quot;2026-07-20&quot;:4.33},{&quot;2026-07-21&quot;:4.42},{&quot;2026-07-23&quot;:4.31},{&quot;2026-07-25&quot;:4.52},{&quot;2026-07-26&quot;:4.37},{&quot;2026-07-27&quot;:4.11},{&quot;2026-07-29&quot;:4.2},{&quot;2026-07-30&quot;:4.04},{&quot;2026-07-31&quot;:4.2},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.43},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.51},{&quot;2026-08-07&quot;:4.46},{&quot;2026-08-08&quot;:4.4},{&quot;2026-08-09&quot;:4.44},{&quot;2026-08-10&quot;:4.41},{&quot;2026-08-11&quot;:4.2},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.15},{&quot;2026-08-14&quot;:4.13},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.11},{&quot;2026-08-17&quot;:4.2},{&quot;2026-08-18&quot;:4.3},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.43},{&quot;2026-08-21&quot;:4.71},{&quot;2026-08-22&quot;:4.87},{&quot;2026-08-23&quot;:4.99},{&quot;2026-08-24&quot;:5.16},{&quot;2026-08-25&quot;:5.16},{&quot;2026-08-26&quot;:5.04},{&quot;2026-08-27&quot;:4.71},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.58},{&quot;2026-09-01&quot;:4.58},{&quot;2026-09-02&quot;:4.44},{&quot;2026-09-03&quot;:4.2},{&quot;2026-09-04&quot;:3.91},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.83},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.83},{&quot;2026-09-11&quot;:3.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="20787"
  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-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">
            Myr Retriever
        </span>


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Myr Retriever" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7f0149d4-0731-474a-a1c3-28c25e486c14.jpg?1783930101" />

        <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">
            Myr Retriever
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Myr</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="Myr Retriever" src="https://cards.scryfall.io/large/front/7/f/7f0149d4-0731-474a-a1c3-28c25e486c14.jpg?1783930101" />
    </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">
            6
          </span>
        </div>

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  12%
                </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.35
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.5},{&quot;2026-06-17&quot;:3.56},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.57},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-23&quot;:3.46},{&quot;2026-06-24&quot;:3.46},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.59},{&quot;2026-06-27&quot;:3.59},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.55},{&quot;2026-07-01&quot;:3.55},{&quot;2026-07-02&quot;:3.31},{&quot;2026-07-03&quot;:3.31},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.23},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.36},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.36},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:3.29},{&quot;2026-07-15&quot;:3.29},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.39},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-22&quot;:3.5},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-24&quot;:3.55},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.62},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.48},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.4},{&quot;2026-08-05&quot;:3.4},{&quot;2026-08-07&quot;:3.38},{&quot;2026-08-08&quot;:3.38},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.57},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.68},{&quot;2026-08-13&quot;:3.57},{&quot;2026-08-14&quot;:3.62},{&quot;2026-08-15&quot;:3.43},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.46},{&quot;2026-08-19&quot;:3.46},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.36},{&quot;2026-08-25&quot;:3.36},{&quot;2026-08-26&quot;:3.36},{&quot;2026-08-27&quot;:3.36},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.39},{&quot;2026-09-05&quot;:3.43},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.4},{&quot;2026-09-11&quot;:3.35}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.32},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.41},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:3.45},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.93},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:4.25},{&quot;2026-06-27&quot;:4.24},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:3.9},{&quot;2026-07-01&quot;:3.63},{&quot;2026-07-02&quot;:3.53},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.54},{&quot;2026-07-05&quot;:3.67},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.8},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.61},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.37},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.42},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.66},{&quot;2026-07-19&quot;:3.91},{&quot;2026-07-20&quot;:4.24},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-22&quot;:4.12},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-24&quot;:3.92},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.67},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.05},{&quot;2026-07-31&quot;:2.92},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.92},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.88},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.2},{&quot;2026-08-12&quot;:4.15},{&quot;2026-08-13&quot;:4.15},{&quot;2026-08-14&quot;:4.2},{&quot;2026-08-15&quot;:4.21},{&quot;2026-08-16&quot;:4.15},{&quot;2026-08-17&quot;:4.28},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.0},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.57},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.32},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.62},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.55},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.7},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:3.95},{&quot;2026-09-10&quot;:3.95},{&quot;2026-09-11&quot;:3.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="69722"
  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-stx 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">
            Solve the Equation
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Solve the Equation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/66c04ee2-c1e0-45fb-aaf5-1b4459df80fc.jpg?1783927375" />

        <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">
            Solve the Equation
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Solve the Equation" src="https://cards.scryfall.io/large/front/6/6/66c04ee2-c1e0-45fb-aaf5-1b4459df80fc.jpg?1783927375" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:3.68},{&quot;2026-06-14&quot;:3.68},{&quot;2026-06-15&quot;:3.71},{&quot;2026-06-16&quot;:3.71},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.62},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.71},{&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.67},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.76},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.71},{&quot;2026-07-04&quot;:3.71},{&quot;2026-07-05&quot;:3.71},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.72},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.82},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.82},{&quot;2026-07-16&quot;:3.95},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.96},{&quot;2026-07-19&quot;:3.96},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-22&quot;:3.96},{&quot;2026-07-23&quot;:3.99},{&quot;2026-07-24&quot;:3.99},{&quot;2026-07-25&quot;:3.96},{&quot;2026-07-26&quot;:3.87},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.93},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.86},{&quot;2026-07-31&quot;:3.72},{&quot;2026-08-01&quot;:3.75},{&quot;2026-08-02&quot;:3.63},{&quot;2026-08-03&quot;:3.6},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.48},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.48},{&quot;2026-08-09&quot;:3.48},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.44},{&quot;2026-08-12&quot;:3.42},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.48},{&quot;2026-08-21&quot;:3.48},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.48},{&quot;2026-08-31&quot;:3.48},{&quot;2026-09-01&quot;:3.48},{&quot;2026-09-02&quot;:3.53},{&quot;2026-09-03&quot;:3.53},{&quot;2026-09-04&quot;:3.53},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.52},{&quot;2026-09-08&quot;:3.52},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.14},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:3.78},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:4.13},{&quot;2026-06-18&quot;:4.1},{&quot;2026-06-19&quot;:4.02},{&quot;2026-06-20&quot;:3.7},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.62},{&quot;2026-06-24&quot;:3.59},{&quot;2026-06-25&quot;:3.59},{&quot;2026-06-26&quot;:3.61},{&quot;2026-06-27&quot;:3.72},{&quot;2026-06-28&quot;:3.72},{&quot;2026-06-29&quot;:3.72},{&quot;2026-06-30&quot;:3.89},{&quot;2026-07-01&quot;:3.77},{&quot;2026-07-02&quot;:3.81},{&quot;2026-07-03&quot;:3.54},{&quot;2026-07-04&quot;:3.6},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.37},{&quot;2026-07-07&quot;:3.73},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.95},{&quot;2026-07-10&quot;:3.97},{&quot;2026-07-11&quot;:4.03},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.49},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.44},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.04},{&quot;2026-07-19&quot;:3.91},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-22&quot;:4.04},{&quot;2026-07-23&quot;:3.87},{&quot;2026-07-24&quot;:3.87},{&quot;2026-07-25&quot;:3.61},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.7},{&quot;2026-07-30&quot;:3.59},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.02},{&quot;2026-08-02&quot;:3.9},{&quot;2026-08-03&quot;:3.99},{&quot;2026-08-04&quot;:3.86},{&quot;2026-08-05&quot;:3.4},{&quot;2026-08-07&quot;:3.07},{&quot;2026-08-08&quot;:3.13},{&quot;2026-08-09&quot;:3.45},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.64},{&quot;2026-08-14&quot;:3.84},{&quot;2026-08-15&quot;:3.69},{&quot;2026-08-16&quot;:3.91},{&quot;2026-08-17&quot;:3.93},{&quot;2026-08-18&quot;:4.2},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.31},{&quot;2026-08-21&quot;:4.33},{&quot;2026-08-22&quot;:4.09},{&quot;2026-08-23&quot;:4.1},{&quot;2026-08-24&quot;:3.93},{&quot;2026-08-25&quot;:3.79},{&quot;2026-08-26&quot;:3.85},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.85},{&quot;2026-08-29&quot;:3.85},{&quot;2026-08-30&quot;:4.31},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.62},{&quot;2026-09-02&quot;:4.6},{&quot;2026-09-03&quot;:4.49},{&quot;2026-09-04&quot;:4.56},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.12},{&quot;2026-09-09&quot;:3.95},{&quot;2026-09-10&quot;:4.03},{&quot;2026-09-11&quot;:3.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="73231"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            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">
            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">
            $3.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="Painful Quandary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c97467f7-01a9-46c8-8e1c-7ebc5f65a0c1.jpg?1783919979" />

        <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/c/9/c97467f7-01a9-46c8-8e1c-7ebc5f65a0c1.jpg?1783919979" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:6.06},{&quot;2026-06-15&quot;:6.06},{&quot;2026-06-16&quot;:6.06},{&quot;2026-06-17&quot;:6.0},{&quot;2026-06-18&quot;:6.0},{&quot;2026-06-19&quot;:6.0},{&quot;2026-06-20&quot;:6.0},{&quot;2026-06-21&quot;:6.0},{&quot;2026-06-22&quot;:6.0},{&quot;2026-06-23&quot;:6.0},{&quot;2026-06-24&quot;:6.0},{&quot;2026-06-25&quot;:6.0},{&quot;2026-06-26&quot;:6.0},{&quot;2026-06-27&quot;:6.0},{&quot;2026-06-28&quot;:5.77},{&quot;2026-06-29&quot;:5.77},{&quot;2026-06-30&quot;:5.77},{&quot;2026-07-01&quot;:5.64},{&quot;2026-07-02&quot;:5.64},{&quot;2026-07-03&quot;:5.42},{&quot;2026-07-04&quot;:5.42},{&quot;2026-07-05&quot;:5.42},{&quot;2026-07-06&quot;:5.42},{&quot;2026-07-07&quot;:5.42},{&quot;2026-07-08&quot;:5.42},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.42},{&quot;2026-07-11&quot;:5.42},{&quot;2026-07-12&quot;:5.42},{&quot;2026-07-13&quot;:5.42},{&quot;2026-07-14&quot;:5.42},{&quot;2026-07-15&quot;:5.42},{&quot;2026-07-16&quot;:5.42},{&quot;2026-07-17&quot;:5.42},{&quot;2026-07-18&quot;:5.42},{&quot;2026-07-19&quot;:5.62},{&quot;2026-07-20&quot;:5.67},{&quot;2026-07-21&quot;:5.67},{&quot;2026-07-22&quot;:5.67},{&quot;2026-07-23&quot;:5.67},{&quot;2026-07-24&quot;:5.67},{&quot;2026-07-25&quot;:5.67},{&quot;2026-07-26&quot;:5.67},{&quot;2026-07-27&quot;:5.67},{&quot;2026-07-28&quot;:5.64},{&quot;2026-07-29&quot;:5.64},{&quot;2026-07-30&quot;:5.64},{&quot;2026-07-31&quot;:5.64},{&quot;2026-08-01&quot;:5.64},{&quot;2026-08-02&quot;:5.64},{&quot;2026-08-03&quot;:5.64},{&quot;2026-08-04&quot;:5.83},{&quot;2026-08-05&quot;:5.83},{&quot;2026-08-07&quot;:5.77},{&quot;2026-08-08&quot;:5.77},{&quot;2026-08-09&quot;:5.77},{&quot;2026-08-10&quot;:5.7},{&quot;2026-08-11&quot;:5.7},{&quot;2026-08-12&quot;:5.7},{&quot;2026-08-13&quot;:5.7},{&quot;2026-08-14&quot;:5.7},{&quot;2026-08-15&quot;:5.7},{&quot;2026-08-16&quot;:5.7},{&quot;2026-08-17&quot;:5.7},{&quot;2026-08-18&quot;:5.7},{&quot;2026-08-19&quot;:5.7},{&quot;2026-08-20&quot;:5.7},{&quot;2026-08-21&quot;:5.7},{&quot;2026-08-22&quot;:5.7},{&quot;2026-08-23&quot;:5.7},{&quot;2026-08-24&quot;:5.7},{&quot;2026-08-25&quot;:5.87},{&quot;2026-08-26&quot;:5.87},{&quot;2026-08-27&quot;:5.87},{&quot;2026-08-28&quot;:5.87},{&quot;2026-08-29&quot;:5.87},{&quot;2026-08-30&quot;:6.17},{&quot;2026-08-31&quot;:6.27},{&quot;2026-09-01&quot;:6.33},{&quot;2026-09-02&quot;:6.33},{&quot;2026-09-03&quot;:6.33},{&quot;2026-09-04&quot;:6.45},{&quot;2026-09-05&quot;:6.45},{&quot;2026-09-06&quot;:6.45},{&quot;2026-09-07&quot;:6.45},{&quot;2026-09-08&quot;:6.42},{&quot;2026-09-09&quot;:6.42},{&quot;2026-09-10&quot;:6.42},{&quot;2026-09-11&quot;:6.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.18},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.14},{&quot;2026-06-16&quot;:3.14},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.19},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:3.19},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-23&quot;:3.24},{&quot;2026-06-24&quot;:3.25},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.27},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.28},{&quot;2026-06-30&quot;:3.28},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.29},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.29},{&quot;2026-07-09&quot;:3.29},{&quot;2026-07-10&quot;:3.3},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.35},{&quot;2026-07-14&quot;:3.35},{&quot;2026-07-15&quot;:3.35},{&quot;2026-07-16&quot;:3.42},{&quot;2026-07-17&quot;:3.37},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-22&quot;:3.35},{&quot;2026-07-23&quot;:3.35},{&quot;2026-07-24&quot;:3.35},{&quot;2026-07-25&quot;:3.34},{&quot;2026-07-26&quot;:3.34},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-28&quot;:3.42},{&quot;2026-07-29&quot;:3.42},{&quot;2026-07-30&quot;:3.37},{&quot;2026-07-31&quot;:3.37},{&quot;2026-08-01&quot;:3.37},{&quot;2026-08-02&quot;:3.33},{&quot;2026-08-03&quot;:3.33},{&quot;2026-08-04&quot;:3.44},{&quot;2026-08-05&quot;:3.44},{&quot;2026-08-07&quot;:3.46},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.62},{&quot;2026-08-10&quot;:3.62},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.57},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.65},{&quot;2026-08-18&quot;:3.65},{&quot;2026-08-19&quot;:3.59},{&quot;2026-08-20&quot;:3.72},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.95},{&quot;2026-08-23&quot;:3.95},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.61},{&quot;2026-08-26&quot;:3.61},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.79},{&quot;2026-09-02&quot;:3.79},{&quot;2026-09-03&quot;:3.79},{&quot;2026-09-04&quot;:3.92},{&quot;2026-09-05&quot;:3.94},{&quot;2026-09-06&quot;:3.94},{&quot;2026-09-07&quot;:3.94},{&quot;2026-09-08&quot;:3.94},{&quot;2026-09-09&quot;:3.94},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:3.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="79487"
  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">
            Lotus Bloom
        </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">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Lotus Bloom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/db89ae4d-1cc2-41d8-a4de-a54b958c4429.jpg?1783927754" />

        <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">
            Lotus Bloom
        </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>
    </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="Lotus Bloom" src="https://cards.scryfall.io/large/front/d/b/db89ae4d-1cc2-41d8-a4de-a54b958c4429.jpg?1783927754" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.36},{&quot;2026-06-12&quot;:5.36},{&quot;2026-06-13&quot;:5.31},{&quot;2026-06-14&quot;:5.32},{&quot;2026-06-15&quot;:5.32},{&quot;2026-06-16&quot;:5.32},{&quot;2026-06-17&quot;:5.32},{&quot;2026-06-18&quot;:5.33},{&quot;2026-06-19&quot;:5.33},{&quot;2026-06-20&quot;:5.46},{&quot;2026-06-21&quot;:5.46},{&quot;2026-06-22&quot;:5.46},{&quot;2026-06-23&quot;:5.46},{&quot;2026-06-24&quot;:5.46},{&quot;2026-06-25&quot;:5.46},{&quot;2026-06-26&quot;:5.46},{&quot;2026-06-27&quot;:5.48},{&quot;2026-06-28&quot;:5.48},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.48},{&quot;2026-07-01&quot;:5.48},{&quot;2026-07-02&quot;:5.48},{&quot;2026-07-03&quot;:5.62},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.65},{&quot;2026-07-06&quot;:5.65},{&quot;2026-07-07&quot;:5.65},{&quot;2026-07-08&quot;:5.65},{&quot;2026-07-09&quot;:5.65},{&quot;2026-07-10&quot;:5.65},{&quot;2026-07-11&quot;:5.65},{&quot;2026-07-12&quot;:5.65},{&quot;2026-07-13&quot;:5.65},{&quot;2026-07-14&quot;:5.65},{&quot;2026-07-15&quot;:5.65},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.62},{&quot;2026-07-18&quot;:5.62},{&quot;2026-07-19&quot;:5.59},{&quot;2026-07-20&quot;:5.59},{&quot;2026-07-21&quot;:5.59},{&quot;2026-07-23&quot;:5.59},{&quot;2026-07-25&quot;:5.59},{&quot;2026-07-26&quot;:5.59},{&quot;2026-07-27&quot;:5.59},{&quot;2026-07-28&quot;:5.59},{&quot;2026-07-29&quot;:5.59},{&quot;2026-07-30&quot;:5.59},{&quot;2026-07-31&quot;:5.62},{&quot;2026-08-01&quot;:5.62},{&quot;2026-08-02&quot;:5.62},{&quot;2026-08-03&quot;:5.62},{&quot;2026-08-04&quot;:5.62},{&quot;2026-08-05&quot;:5.62},{&quot;2026-08-07&quot;:5.62},{&quot;2026-08-08&quot;:5.62},{&quot;2026-08-09&quot;:5.62},{&quot;2026-08-10&quot;:5.74},{&quot;2026-08-11&quot;:5.74},{&quot;2026-08-12&quot;:5.74},{&quot;2026-08-13&quot;:5.74},{&quot;2026-08-14&quot;:5.74},{&quot;2026-08-15&quot;:5.74},{&quot;2026-08-16&quot;:5.74},{&quot;2026-08-17&quot;:5.74},{&quot;2026-08-18&quot;:5.74},{&quot;2026-08-19&quot;:5.74},{&quot;2026-08-20&quot;:5.74},{&quot;2026-08-21&quot;:5.74},{&quot;2026-08-22&quot;:5.74},{&quot;2026-08-23&quot;:5.74},{&quot;2026-08-24&quot;:5.74},{&quot;2026-08-25&quot;:5.75},{&quot;2026-08-26&quot;:5.75},{&quot;2026-08-27&quot;:5.75},{&quot;2026-08-28&quot;:5.75},{&quot;2026-08-29&quot;:5.75},{&quot;2026-08-30&quot;:5.75},{&quot;2026-08-31&quot;:5.75},{&quot;2026-09-01&quot;:5.75},{&quot;2026-09-02&quot;:5.75},{&quot;2026-09-03&quot;:5.75},{&quot;2026-09-04&quot;:5.75},{&quot;2026-09-05&quot;:5.75},{&quot;2026-09-06&quot;:5.75},{&quot;2026-09-07&quot;:5.75},{&quot;2026-09-08&quot;:5.75},{&quot;2026-09-09&quot;:5.75},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.47},{&quot;2026-06-12&quot;:4.59},{&quot;2026-06-13&quot;:4.63},{&quot;2026-06-14&quot;:4.5},{&quot;2026-06-15&quot;:4.5},{&quot;2026-06-16&quot;:4.47},{&quot;2026-06-17&quot;:4.52},{&quot;2026-06-18&quot;:4.52},{&quot;2026-06-19&quot;:4.46},{&quot;2026-06-20&quot;:4.43},{&quot;2026-06-21&quot;:4.43},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.26},{&quot;2026-06-24&quot;:4.25},{&quot;2026-06-25&quot;:4.26},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.25},{&quot;2026-06-28&quot;:4.17},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.19},{&quot;2026-07-02&quot;:4.19},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.09},{&quot;2026-07-07&quot;:4.16},{&quot;2026-07-08&quot;:4.29},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.32},{&quot;2026-07-12&quot;:4.32},{&quot;2026-07-13&quot;:4.26},{&quot;2026-07-14&quot;:4.31},{&quot;2026-07-15&quot;:4.2},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.21},{&quot;2026-07-19&quot;:4.15},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:4.15},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:4.11},{&quot;2026-07-26&quot;:4.11},{&quot;2026-07-27&quot;:4.08},{&quot;2026-07-28&quot;:4.12},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.12},{&quot;2026-07-31&quot;:4.06},{&quot;2026-08-01&quot;:4.06},{&quot;2026-08-02&quot;:3.99},{&quot;2026-08-03&quot;:4.04},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:4.06},{&quot;2026-08-07&quot;:4.06},{&quot;2026-08-08&quot;:4.06},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.29},{&quot;2026-08-13&quot;:4.29},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.28},{&quot;2026-08-16&quot;:4.19},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.24},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.2},{&quot;2026-08-22&quot;:4.2},{&quot;2026-08-23&quot;:4.2},{&quot;2026-08-24&quot;:4.23},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.22},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.3},{&quot;2026-08-29&quot;:4.3},{&quot;2026-08-30&quot;:4.16},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.11},{&quot;2026-09-02&quot;:4.07},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.89},{&quot;2026-09-05&quot;:3.86},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.91},{&quot;2026-09-09&quot;:3.95},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:3.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="109605"
  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-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">
            Restoration Seminar
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery — Lesson
      </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">
            $3.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="Restoration Seminar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9ebc4ecf-2fa2-4ab8-afde-3b91cf5eadb6.jpg?1782683012" />

        <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">
            Restoration Seminar
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery — Lesson</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>
          </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="Restoration Seminar" src="https://cards.scryfall.io/large/front/9/e/9ebc4ecf-2fa2-4ab8-afde-3b91cf5eadb6.jpg?1782683012" />
    </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">
                $4.27
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.78},{&quot;2026-06-11&quot;:7.39},{&quot;2026-06-12&quot;:6.61},{&quot;2026-06-13&quot;:6.6},{&quot;2026-06-14&quot;:6.6},{&quot;2026-06-15&quot;:6.46},{&quot;2026-06-16&quot;:6.05},{&quot;2026-06-17&quot;:5.21},{&quot;2026-06-18&quot;:4.79},{&quot;2026-06-19&quot;:4.73},{&quot;2026-06-20&quot;:4.87},{&quot;2026-06-21&quot;:5.18},{&quot;2026-06-22&quot;:5.41},{&quot;2026-06-23&quot;:5.32},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:5.07},{&quot;2026-06-29&quot;:4.26},{&quot;2026-06-30&quot;:3.93},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:3.84},{&quot;2026-07-03&quot;:3.95},{&quot;2026-07-04&quot;:4.15},{&quot;2026-07-05&quot;:4.35},{&quot;2026-07-06&quot;:4.33},{&quot;2026-07-07&quot;:4.33},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.12},{&quot;2026-07-10&quot;:4.16},{&quot;2026-07-11&quot;:4.11},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:3.99},{&quot;2026-07-14&quot;:3.95},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.86},{&quot;2026-07-18&quot;:3.73},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.95},{&quot;2026-07-21&quot;:3.93},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-25&quot;:3.95},{&quot;2026-07-26&quot;:3.93},{&quot;2026-07-27&quot;:3.93},{&quot;2026-07-29&quot;:3.88},{&quot;2026-07-30&quot;:4.14},{&quot;2026-07-31&quot;:4.24},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.25},{&quot;2026-08-03&quot;:4.25},{&quot;2026-08-04&quot;:4.25},{&quot;2026-08-05&quot;:4.24},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:3.86},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.63},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.4},{&quot;2026-08-13&quot;:3.35},{&quot;2026-08-14&quot;:3.45},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.72},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.69},{&quot;2026-08-20&quot;:3.69},{&quot;2026-08-21&quot;:3.6},{&quot;2026-08-22&quot;:3.52},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.56},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.56},{&quot;2026-08-29&quot;:3.56},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.92},{&quot;2026-09-01&quot;:3.92},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.2},{&quot;2026-09-05&quot;:4.24},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.22},{&quot;2026-09-08&quot;:4.12},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:3.97},{&quot;2026-09-11&quot;:3.94}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.81},{&quot;2026-06-11&quot;:3.65},{&quot;2026-06-12&quot;:4.15},{&quot;2026-06-13&quot;:4.38},{&quot;2026-06-14&quot;:4.38},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.29},{&quot;2026-06-18&quot;:4.51},{&quot;2026-06-19&quot;:4.41},{&quot;2026-06-20&quot;:4.28},{&quot;2026-06-21&quot;:4.16},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.33},{&quot;2026-06-25&quot;:4.23},{&quot;2026-06-26&quot;:4.18},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:3.95},{&quot;2026-07-01&quot;:3.74},{&quot;2026-07-02&quot;:4.05},{&quot;2026-07-03&quot;:4.2},{&quot;2026-07-04&quot;:4.22},{&quot;2026-07-05&quot;:4.15},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.25},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.47},{&quot;2026-07-11&quot;:3.41},{&quot;2026-07-12&quot;:3.29},{&quot;2026-07-13&quot;:3.31},{&quot;2026-07-14&quot;:3.41},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.6},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.74},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-23&quot;:3.66},{&quot;2026-07-25&quot;:3.28},{&quot;2026-07-26&quot;:3.35},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.53},{&quot;2026-08-01&quot;:3.5},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:3.02},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:3.61},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.44},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.08},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.7},{&quot;2026-08-15&quot;:3.54},{&quot;2026-08-16&quot;:3.72},{&quot;2026-08-17&quot;:3.83},{&quot;2026-08-18&quot;:3.71},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.89},{&quot;2026-08-21&quot;:3.92},{&quot;2026-08-22&quot;:4.06},{&quot;2026-08-23&quot;:3.75},{&quot;2026-08-24&quot;:3.51},{&quot;2026-08-25&quot;:3.51},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:4.02},{&quot;2026-08-29&quot;:4.02},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.49},{&quot;2026-09-03&quot;:4.66},{&quot;2026-09-04&quot;:4.19},{&quot;2026-09-05&quot;:4.31},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.97},{&quot;2026-09-08&quot;:4.83},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wrath of God" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3700519-b74c-4445-b42e-03690b8d4463.jpg?1783918501" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wrath of God" src="https://cards.scryfall.io/large/front/c/3/c3700519-b74c-4445-b42e-03690b8d4463.jpg?1783918501" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.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">$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-12&quot;:3.57},{&quot;2026-06-13&quot;:3.57},{&quot;2026-06-14&quot;:3.53},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.61},{&quot;2026-06-17&quot;:3.61},{&quot;2026-06-18&quot;:3.63},{&quot;2026-06-19&quot;:3.63},{&quot;2026-06-20&quot;:3.63},{&quot;2026-06-21&quot;:3.63},{&quot;2026-06-22&quot;:3.63},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.62},{&quot;2026-06-27&quot;:3.62},{&quot;2026-06-28&quot;:3.58},{&quot;2026-06-29&quot;:3.57},{&quot;2026-06-30&quot;:3.57},{&quot;2026-07-01&quot;:3.57},{&quot;2026-07-02&quot;:3.57},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.62},{&quot;2026-07-05&quot;:3.62},{&quot;2026-07-06&quot;:3.62},{&quot;2026-07-07&quot;:3.54},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.71},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:3.71},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.75},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.75},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.71},{&quot;2026-07-21&quot;:3.71},{&quot;2026-07-23&quot;:3.71},{&quot;2026-07-24&quot;:3.71},{&quot;2026-07-25&quot;:3.71},{&quot;2026-07-26&quot;:3.78},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.78},{&quot;2026-07-31&quot;:3.78},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:3.76},{&quot;2026-08-03&quot;:3.76},{&quot;2026-08-04&quot;:3.76},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.76},{&quot;2026-08-08&quot;:3.76},{&quot;2026-08-09&quot;:3.88},{&quot;2026-08-10&quot;:3.88},{&quot;2026-08-11&quot;:3.91},{&quot;2026-08-12&quot;:3.9},{&quot;2026-08-13&quot;:3.9},{&quot;2026-08-14&quot;:3.86},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.86},{&quot;2026-08-17&quot;:3.86},{&quot;2026-08-18&quot;:3.76},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.8},{&quot;2026-08-22&quot;:3.95},{&quot;2026-08-23&quot;:3.95},{&quot;2026-08-24&quot;:3.95},{&quot;2026-08-25&quot;:3.88},{&quot;2026-08-26&quot;:3.88},{&quot;2026-08-27&quot;:3.88},{&quot;2026-08-28&quot;:3.88},{&quot;2026-08-29&quot;:3.88},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:4.05},{&quot;2026-09-01&quot;:3.99},{&quot;2026-09-02&quot;:3.99},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:3.99},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:3.99},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:3.99},{&quot;2026-09-11&quot;:3.99}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.76},{&quot;2026-06-13&quot;:3.76},{&quot;2026-06-14&quot;:3.65},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.67},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.75},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.74},{&quot;2026-06-21&quot;:3.71},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.71},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.54},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.61},{&quot;2026-07-06&quot;:3.61},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.61},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.73},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.69},{&quot;2026-07-15&quot;:3.71},{&quot;2026-07-16&quot;:3.7},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.76},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.72},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.76},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.75},{&quot;2026-08-01&quot;:3.87},{&quot;2026-08-02&quot;:3.98},{&quot;2026-08-03&quot;:4.02},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.92},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.95},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.01},{&quot;2026-08-13&quot;:4.01},{&quot;2026-08-14&quot;:4.0},{&quot;2026-08-15&quot;:4.0},{&quot;2026-08-16&quot;:4.05},{&quot;2026-08-17&quot;:3.99},{&quot;2026-08-18&quot;:3.99},{&quot;2026-08-19&quot;:3.99},{&quot;2026-08-20&quot;:3.99},{&quot;2026-08-21&quot;:4.01},{&quot;2026-08-22&quot;:3.99},{&quot;2026-08-23&quot;:3.93},{&quot;2026-08-24&quot;:3.9},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.94},{&quot;2026-08-28&quot;:3.94},{&quot;2026-08-29&quot;:3.94},{&quot;2026-08-30&quot;:3.86},{&quot;2026-08-31&quot;:3.86},{&quot;2026-09-01&quot;:3.86},{&quot;2026-09-02&quot;:3.86},{&quot;2026-09-03&quot;:3.86},{&quot;2026-09-04&quot;:3.74},{&quot;2026-09-05&quot;:3.74},{&quot;2026-09-06&quot;:3.74},{&quot;2026-09-07&quot;:3.74},{&quot;2026-09-08&quot;:3.91},{&quot;2026-09-09&quot;:3.93},{&quot;2026-09-10&quot;:3.93},{&quot;2026-09-11&quot;:3.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77681"
  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">
            Tortured Existence
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Tortured Existence
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Tortured Existence" src="https://cards.scryfall.io/large/front/1/e/1efe6c2f-eb19-4a34-925a-3b90d2dbe680.jpg?1783929701" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.93
              </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">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.7},{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.88},{&quot;2026-06-15&quot;:3.92},{&quot;2026-06-16&quot;:4.02},{&quot;2026-06-17&quot;:4.23},{&quot;2026-06-18&quot;:4.67},{&quot;2026-06-19&quot;:4.81},{&quot;2026-06-20&quot;:4.86},{&quot;2026-06-21&quot;:5.06},{&quot;2026-06-22&quot;:5.19},{&quot;2026-06-23&quot;:5.38},{&quot;2026-06-24&quot;:5.36},{&quot;2026-06-25&quot;:5.42},{&quot;2026-06-26&quot;:5.31},{&quot;2026-06-27&quot;:5.58},{&quot;2026-06-28&quot;:5.64},{&quot;2026-06-29&quot;:5.77},{&quot;2026-06-30&quot;:5.61},{&quot;2026-07-01&quot;:5.65},{&quot;2026-07-02&quot;:5.62},{&quot;2026-07-03&quot;:5.48},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.7},{&quot;2026-07-06&quot;:5.55},{&quot;2026-07-07&quot;:5.49},{&quot;2026-07-08&quot;:5.81},{&quot;2026-07-09&quot;:5.98},{&quot;2026-07-10&quot;:5.98},{&quot;2026-07-11&quot;:5.72},{&quot;2026-07-12&quot;:5.92},{&quot;2026-07-13&quot;:5.96},{&quot;2026-07-14&quot;:6.0},{&quot;2026-07-15&quot;:6.0},{&quot;2026-07-16&quot;:6.19},{&quot;2026-07-17&quot;:6.03},{&quot;2026-07-18&quot;:5.85},{&quot;2026-07-19&quot;:5.99},{&quot;2026-07-20&quot;:6.03},{&quot;2026-07-21&quot;:6.05},{&quot;2026-07-23&quot;:5.67},{&quot;2026-07-24&quot;:5.52},{&quot;2026-07-25&quot;:5.62},{&quot;2026-07-26&quot;:5.62},{&quot;2026-07-27&quot;:5.52},{&quot;2026-07-28&quot;:5.36},{&quot;2026-07-29&quot;:5.1},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.1},{&quot;2026-08-02&quot;:4.18},{&quot;2026-08-03&quot;:4.03},{&quot;2026-08-04&quot;:3.98},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:3.97},{&quot;2026-08-10&quot;:3.95},{&quot;2026-08-11&quot;:3.84},{&quot;2026-08-12&quot;:3.9},{&quot;2026-08-13&quot;:3.93},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.47},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.32},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.4},{&quot;2026-08-25&quot;:3.48},{&quot;2026-08-26&quot;:3.41},{&quot;2026-08-27&quot;:3.48},{&quot;2026-08-28&quot;:3.48},{&quot;2026-08-29&quot;:3.48},{&quot;2026-08-30&quot;:3.62},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.78},{&quot;2026-09-03&quot;:3.83},{&quot;2026-09-04&quot;:3.83},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.76},{&quot;2026-09-07&quot;:3.6},{&quot;2026-09-08&quot;:3.86},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.76},{&quot;2026-09-11&quot;:3.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81807"
  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">
            Eldritch Evolution
        </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">
              ↓
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eldritch Evolution" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d0c46e0f-524d-47c8-a628-5540c86b93cf.jpg?1783932041" />

        <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">
            Eldritch Evolution
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eldritch Evolution" src="https://cards.scryfall.io/large/front/d/0/d0c46e0f-524d-47c8-a628-5540c86b93cf.jpg?1783932041" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.93
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.56},{&quot;2026-06-14&quot;:3.43},{&quot;2026-06-15&quot;:3.24},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.32},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.25},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.26},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:3.15},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.97},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.93},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.12},{&quot;2026-07-03&quot;:3.12},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.33},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.41},{&quot;2026-07-11&quot;:3.44},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.54},{&quot;2026-07-15&quot;:3.54},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.61},{&quot;2026-07-18&quot;:3.61},{&quot;2026-07-19&quot;:3.61},{&quot;2026-07-20&quot;:3.6},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.79},{&quot;2026-07-24&quot;:3.79},{&quot;2026-07-25&quot;:3.79},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.92},{&quot;2026-07-28&quot;:3.92},{&quot;2026-07-29&quot;:4.01},{&quot;2026-07-30&quot;:4.01},{&quot;2026-07-31&quot;:4.06},{&quot;2026-08-01&quot;:4.06},{&quot;2026-08-02&quot;:4.06},{&quot;2026-08-03&quot;:4.05},{&quot;2026-08-04&quot;:4.05},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:3.99},{&quot;2026-08-08&quot;:3.99},{&quot;2026-08-09&quot;:3.99},{&quot;2026-08-10&quot;:3.97},{&quot;2026-08-11&quot;:3.97},{&quot;2026-08-12&quot;:3.98},{&quot;2026-08-13&quot;:3.98},{&quot;2026-08-14&quot;:3.94},{&quot;2026-08-15&quot;:3.94},{&quot;2026-08-16&quot;:3.94},{&quot;2026-08-17&quot;:3.94},{&quot;2026-08-18&quot;:3.9},{&quot;2026-08-19&quot;:3.9},{&quot;2026-08-20&quot;:3.92},{&quot;2026-08-21&quot;:3.92},{&quot;2026-08-22&quot;:3.92},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:4.01},{&quot;2026-08-25&quot;:4.01},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:3.99},{&quot;2026-08-28&quot;:3.99},{&quot;2026-08-29&quot;:3.99},{&quot;2026-08-30&quot;:3.91},{&quot;2026-08-31&quot;:3.83},{&quot;2026-09-01&quot;:3.81},{&quot;2026-09-02&quot;:3.7},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:4.0},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.0},{&quot;2026-09-10&quot;:3.97},{&quot;2026-09-11&quot;:3.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98654"
  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">
            Sunbaked Canyon
        </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">
              ↓
              3%
            </span>

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

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

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

        <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">
            Sunbaked Canyon
        </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">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="Sunbaked Canyon" src="https://cards.scryfall.io/large/front/e/9/e9e69236-3a67-449f-8591-094ef78da6e7.jpg?1783904843" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-10&quot;:6.31},{&quot;2026-06-11&quot;:6.77},{&quot;2026-06-12&quot;:6.77},{&quot;2026-06-13&quot;:6.77},{&quot;2026-06-14&quot;:6.77},{&quot;2026-06-15&quot;:6.77},{&quot;2026-06-16&quot;:6.77},{&quot;2026-06-17&quot;:6.77},{&quot;2026-06-18&quot;:6.76},{&quot;2026-06-19&quot;:6.76},{&quot;2026-06-20&quot;:6.76},{&quot;2026-06-21&quot;:6.76},{&quot;2026-06-22&quot;:6.7},{&quot;2026-06-23&quot;:6.7},{&quot;2026-06-24&quot;:6.7},{&quot;2026-06-25&quot;:6.75},{&quot;2026-06-26&quot;:6.75},{&quot;2026-06-27&quot;:6.75},{&quot;2026-06-28&quot;:6.38},{&quot;2026-06-29&quot;:6.38},{&quot;2026-06-30&quot;:6.36},{&quot;2026-07-01&quot;:6.24},{&quot;2026-07-02&quot;:6.24},{&quot;2026-07-03&quot;:6.47},{&quot;2026-07-04&quot;:6.47},{&quot;2026-07-05&quot;:6.46},{&quot;2026-07-06&quot;:6.31},{&quot;2026-07-07&quot;:6.2},{&quot;2026-07-08&quot;:6.2},{&quot;2026-07-09&quot;:6.11},{&quot;2026-07-10&quot;:5.91},{&quot;2026-07-11&quot;:5.83},{&quot;2026-07-12&quot;:5.83},{&quot;2026-07-13&quot;:5.83},{&quot;2026-07-14&quot;:5.58},{&quot;2026-07-15&quot;:5.72},{&quot;2026-07-16&quot;:5.19},{&quot;2026-07-17&quot;:5.19},{&quot;2026-07-18&quot;:5.19},{&quot;2026-07-19&quot;:5.19},{&quot;2026-07-20&quot;:5.31},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-23&quot;:5.37},{&quot;2026-07-25&quot;:5.3},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.3},{&quot;2026-07-29&quot;:5.39},{&quot;2026-07-30&quot;:5.39},{&quot;2026-07-31&quot;:5.5},{&quot;2026-08-01&quot;:5.5},{&quot;2026-08-02&quot;:5.5},{&quot;2026-08-03&quot;:5.5},{&quot;2026-08-04&quot;:5.5},{&quot;2026-08-05&quot;:5.5},{&quot;2026-08-07&quot;:5.61},{&quot;2026-08-08&quot;:5.47},{&quot;2026-08-09&quot;:5.47},{&quot;2026-08-10&quot;:5.47},{&quot;2026-08-11&quot;:5.63},{&quot;2026-08-12&quot;:5.63},{&quot;2026-08-13&quot;:5.63},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.63},{&quot;2026-08-16&quot;:5.63},{&quot;2026-08-17&quot;:5.63},{&quot;2026-08-18&quot;:5.63},{&quot;2026-08-19&quot;:5.63},{&quot;2026-08-20&quot;:5.63},{&quot;2026-08-21&quot;:5.6},{&quot;2026-08-22&quot;:5.73},{&quot;2026-08-23&quot;:5.66},{&quot;2026-08-24&quot;:5.66},{&quot;2026-08-25&quot;:5.66},{&quot;2026-08-26&quot;:5.49},{&quot;2026-08-27&quot;:5.49},{&quot;2026-08-28&quot;:5.49},{&quot;2026-08-29&quot;:5.49},{&quot;2026-08-30&quot;:5.49},{&quot;2026-08-31&quot;:5.33},{&quot;2026-09-01&quot;:5.33},{&quot;2026-09-02&quot;:5.38},{&quot;2026-09-03&quot;:5.65},{&quot;2026-09-04&quot;:5.65},{&quot;2026-09-05&quot;:5.65},{&quot;2026-09-06&quot;:5.74},{&quot;2026-09-07&quot;:5.49},{&quot;2026-09-08&quot;:5.49},{&quot;2026-09-09&quot;:5.49},{&quot;2026-09-10&quot;:5.49},{&quot;2026-09-11&quot;:5.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.21},{&quot;2026-06-11&quot;:3.18},{&quot;2026-06-12&quot;:3.18},{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.3},{&quot;2026-06-16&quot;:3.35},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.16},{&quot;2026-06-20&quot;:3.16},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-23&quot;:3.35},{&quot;2026-06-24&quot;:3.37},{&quot;2026-06-25&quot;:3.61},{&quot;2026-06-26&quot;:3.61},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.76},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:4.01},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:4.16},{&quot;2026-07-05&quot;:4.16},{&quot;2026-07-06&quot;:4.2},{&quot;2026-07-07&quot;:4.2},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.07},{&quot;2026-07-14&quot;:3.99},{&quot;2026-07-15&quot;:3.83},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.52},{&quot;2026-07-19&quot;:3.47},{&quot;2026-07-20&quot;:3.47},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.84},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.92},{&quot;2026-07-31&quot;:3.88},{&quot;2026-08-01&quot;:3.88},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.83},{&quot;2026-08-04&quot;:3.84},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.05},{&quot;2026-08-08&quot;:3.63},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.76},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:3.89},{&quot;2026-08-14&quot;:3.87},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.99},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.33},{&quot;2026-08-22&quot;:4.21},{&quot;2026-08-23&quot;:4.17},{&quot;2026-08-24&quot;:4.17},{&quot;2026-08-25&quot;:4.17},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.06},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.14},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.39},{&quot;2026-09-03&quot;:4.11},{&quot;2026-09-04&quot;:4.07},{&quot;2026-09-05&quot;:4.05},{&quot;2026-09-06&quot;:4.12},{&quot;2026-09-07&quot;:3.88},{&quot;2026-09-08&quot;:3.88},{&quot;2026-09-09&quot;:3.88},{&quot;2026-09-10&quot;:3.93},{&quot;2026-09-11&quot;:3.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ninja Pizza
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ninja Pizza" src="https://cards.scryfall.io/large/front/7/4/74c24ff9-d3d2-4ffb-bf8b-dba803481a99.jpg?1783904164" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:12.0},{&quot;2026-06-15&quot;:12.0},{&quot;2026-06-16&quot;:12.0},{&quot;2026-06-17&quot;:12.0},{&quot;2026-06-18&quot;:12.0},{&quot;2026-06-19&quot;:12.0},{&quot;2026-06-20&quot;:12.0},{&quot;2026-06-21&quot;:12.0},{&quot;2026-06-22&quot;:12.0},{&quot;2026-06-23&quot;:12.0},{&quot;2026-06-24&quot;:12.0},{&quot;2026-06-25&quot;:12.0},{&quot;2026-06-26&quot;:12.0},{&quot;2026-06-27&quot;:12.0},{&quot;2026-06-28&quot;:12.0},{&quot;2026-06-29&quot;:12.0},{&quot;2026-06-30&quot;:12.0},{&quot;2026-07-01&quot;:12.0},{&quot;2026-07-02&quot;:12.0},{&quot;2026-07-03&quot;:12.0},{&quot;2026-07-04&quot;:12.0},{&quot;2026-07-05&quot;:12.0},{&quot;2026-07-06&quot;:12.0},{&quot;2026-07-07&quot;:12.0},{&quot;2026-07-08&quot;:12.0},{&quot;2026-07-09&quot;:12.0},{&quot;2026-07-10&quot;:12.0},{&quot;2026-07-11&quot;:12.0},{&quot;2026-07-12&quot;:12.0},{&quot;2026-07-13&quot;:12.0},{&quot;2026-07-14&quot;:12.0},{&quot;2026-07-15&quot;:12.0},{&quot;2026-07-16&quot;:12.0},{&quot;2026-07-17&quot;:12.0},{&quot;2026-07-18&quot;:12.0},{&quot;2026-07-19&quot;:12.0},{&quot;2026-07-20&quot;:12.0},{&quot;2026-07-21&quot;:12.0},{&quot;2026-07-22&quot;:12.0},{&quot;2026-07-23&quot;:12.0},{&quot;2026-07-24&quot;:12.0},{&quot;2026-07-25&quot;:12.0},{&quot;2026-07-26&quot;:12.0},{&quot;2026-07-27&quot;:12.0},{&quot;2026-07-28&quot;:12.0},{&quot;2026-07-29&quot;:12.0},{&quot;2026-07-30&quot;:12.0},{&quot;2026-07-31&quot;:12.0},{&quot;2026-08-01&quot;:12.0},{&quot;2026-08-02&quot;:12.0},{&quot;2026-08-03&quot;:12.0},{&quot;2026-08-04&quot;:12.0},{&quot;2026-08-05&quot;:12.0},{&quot;2026-08-06&quot;:12.0},{&quot;2026-08-07&quot;:12.0},{&quot;2026-08-08&quot;:12.0},{&quot;2026-08-09&quot;:12.0},{&quot;2026-08-10&quot;:12.0},{&quot;2026-08-11&quot;:12.0},{&quot;2026-08-12&quot;:12.0},{&quot;2026-08-13&quot;:12.0},{&quot;2026-08-14&quot;:12.0},{&quot;2026-08-15&quot;:12.0},{&quot;2026-08-16&quot;:12.0},{&quot;2026-08-17&quot;:12.0},{&quot;2026-08-18&quot;:12.0},{&quot;2026-08-19&quot;:17.74},{&quot;2026-08-20&quot;:17.74},{&quot;2026-08-21&quot;:17.86},{&quot;2026-08-22&quot;:17.97},{&quot;2026-08-23&quot;:17.97},{&quot;2026-08-24&quot;:17.97},{&quot;2026-08-25&quot;:17.97},{&quot;2026-08-26&quot;:17.97},{&quot;2026-08-27&quot;:17.97},{&quot;2026-08-28&quot;:17.97},{&quot;2026-08-29&quot;:17.97},{&quot;2026-08-30&quot;:17.98},{&quot;2026-08-31&quot;:17.98},{&quot;2026-09-01&quot;:17.98},{&quot;2026-09-02&quot;:18.12},{&quot;2026-09-03&quot;:17.99},{&quot;2026-09-04&quot;:18.04},{&quot;2026-09-05&quot;:18.04},{&quot;2026-09-06&quot;:18.04},{&quot;2026-09-07&quot;:18.04},{&quot;2026-09-08&quot;:18.04},{&quot;2026-09-09&quot;:18.04},{&quot;2026-09-10&quot;:18.04},{&quot;2026-09-11&quot;:18.04}],&quot;normal&quot;:[{&quot;2026-02-28&quot;:7.21},{&quot;2026-07-31&quot;:3.76},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.81},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.75},{&quot;2026-08-07&quot;:3.56},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.52},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.36},{&quot;2026-08-12&quot;:3.51},{&quot;2026-08-13&quot;:3.64},{&quot;2026-08-14&quot;:3.62},{&quot;2026-08-15&quot;:3.69},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:3.8},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.5},{&quot;2026-08-20&quot;:3.43},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.51},{&quot;2026-08-23&quot;:3.7},{&quot;2026-08-24&quot;:3.84},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.48},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.56},{&quot;2026-08-29&quot;:3.56},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.62},{&quot;2026-09-02&quot;:3.63},{&quot;2026-09-03&quot;:3.52},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.61},{&quot;2026-09-06&quot;:3.77},{&quot;2026-09-07&quot;:3.65},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:3.76},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </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">
              ↓
              2%
            </span>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Bombardment" src="https://cards.scryfall.io/large/front/e/2/e262f55e-9239-4a97-a19e-9b08fb34502e.jpg?1783926784" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.43},{&quot;2026-06-14&quot;:5.43},{&quot;2026-06-15&quot;:5.43},{&quot;2026-06-16&quot;:5.43},{&quot;2026-06-17&quot;:5.71},{&quot;2026-06-18&quot;:5.71},{&quot;2026-06-19&quot;:5.71},{&quot;2026-06-20&quot;:5.71},{&quot;2026-06-21&quot;:5.71},{&quot;2026-06-22&quot;:5.71},{&quot;2026-06-23&quot;:5.71},{&quot;2026-06-24&quot;:5.71},{&quot;2026-06-25&quot;:5.71},{&quot;2026-06-26&quot;:5.71},{&quot;2026-06-27&quot;:5.71},{&quot;2026-06-28&quot;:5.71},{&quot;2026-06-29&quot;:5.71},{&quot;2026-06-30&quot;:5.71},{&quot;2026-07-01&quot;:5.71},{&quot;2026-07-02&quot;:5.83},{&quot;2026-07-03&quot;:5.83},{&quot;2026-07-04&quot;:5.83},{&quot;2026-07-05&quot;:5.83},{&quot;2026-07-06&quot;:5.83},{&quot;2026-07-07&quot;:5.83},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.83},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:5.83},{&quot;2026-07-12&quot;:5.83},{&quot;2026-07-13&quot;:5.83},{&quot;2026-07-14&quot;:5.83},{&quot;2026-07-15&quot;:5.83},{&quot;2026-07-16&quot;:5.83},{&quot;2026-07-17&quot;:5.83},{&quot;2026-07-18&quot;:5.83},{&quot;2026-07-19&quot;:5.83},{&quot;2026-07-20&quot;:5.83},{&quot;2026-07-21&quot;:5.96},{&quot;2026-07-22&quot;:5.96},{&quot;2026-07-23&quot;:5.96},{&quot;2026-07-24&quot;:5.96},{&quot;2026-07-25&quot;:5.96},{&quot;2026-07-26&quot;:5.96},{&quot;2026-07-27&quot;:5.96},{&quot;2026-07-28&quot;:5.96},{&quot;2026-07-29&quot;:5.96},{&quot;2026-07-30&quot;:5.96},{&quot;2026-07-31&quot;:5.96},{&quot;2026-08-01&quot;:5.96},{&quot;2026-08-02&quot;:5.95},{&quot;2026-08-03&quot;:5.95},{&quot;2026-08-04&quot;:5.95},{&quot;2026-08-05&quot;:5.95},{&quot;2026-08-07&quot;:5.95},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.95},{&quot;2026-08-10&quot;:5.95},{&quot;2026-08-11&quot;:5.93},{&quot;2026-08-12&quot;:5.93},{&quot;2026-08-13&quot;:5.9},{&quot;2026-08-14&quot;:5.9},{&quot;2026-08-15&quot;:5.9},{&quot;2026-08-16&quot;:5.9},{&quot;2026-08-17&quot;:5.9},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.9},{&quot;2026-08-20&quot;:5.89},{&quot;2026-08-21&quot;:5.89},{&quot;2026-08-22&quot;:5.89},{&quot;2026-08-23&quot;:5.89},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.97},{&quot;2026-08-28&quot;:5.97},{&quot;2026-08-29&quot;:5.97},{&quot;2026-08-30&quot;:5.87},{&quot;2026-08-31&quot;:5.87},{&quot;2026-09-01&quot;:5.87},{&quot;2026-09-02&quot;:5.87},{&quot;2026-09-03&quot;:5.87},{&quot;2026-09-04&quot;:5.87},{&quot;2026-09-05&quot;:5.87},{&quot;2026-09-06&quot;:5.87},{&quot;2026-09-07&quot;:5.87},{&quot;2026-09-08&quot;:5.87},{&quot;2026-09-09&quot;:5.87},{&quot;2026-09-10&quot;:5.87},{&quot;2026-09-11&quot;:5.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.31},{&quot;2026-06-14&quot;:3.32},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.58},{&quot;2026-06-18&quot;:3.55},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.44},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.08},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.87},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.58},{&quot;2026-06-27&quot;:2.68},{&quot;2026-06-28&quot;:2.68},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.43},{&quot;2026-07-03&quot;:2.39},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.39},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.35},{&quot;2026-07-08&quot;:2.43},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.27},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.26},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.32},{&quot;2026-07-22&quot;:2.34},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.44},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.35},{&quot;2026-08-09&quot;:2.37},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.32},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.51},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.48},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.59},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.62},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.5},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.75},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.29},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:4.04},{&quot;2026-09-11&quot;:3.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74126"
  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">
            Entish Restoration
        </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-50 text-badge-text">
              ↑
              16%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Entish Restoration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cd4dbf80-187b-40e3-9e0b-526f78d9a34e.jpg?1783916269" />

        <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">
            Entish Restoration
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Entish Restoration" src="https://cards.scryfall.io/large/front/c/d/cd4dbf80-187b-40e3-9e0b-526f78d9a34e.jpg?1783916269" />
    </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">
                $3.91
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  16%
                </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.45
              </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.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-10&quot;:4.28},{&quot;2026-06-11&quot;:4.29},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.33},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.33},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.27},{&quot;2026-06-19&quot;:4.27},{&quot;2026-06-20&quot;:4.27},{&quot;2026-06-21&quot;:4.27},{&quot;2026-06-22&quot;:4.24},{&quot;2026-06-23&quot;:4.24},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.24},{&quot;2026-06-26&quot;:4.27},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.2},{&quot;2026-06-29&quot;:4.2},{&quot;2026-06-30&quot;:4.2},{&quot;2026-07-01&quot;:4.2},{&quot;2026-07-02&quot;:4.16},{&quot;2026-07-03&quot;:4.16},{&quot;2026-07-04&quot;:4.22},{&quot;2026-07-05&quot;:4.22},{&quot;2026-07-06&quot;:4.22},{&quot;2026-07-07&quot;:4.34},{&quot;2026-07-08&quot;:4.27},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.35},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.34},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.39},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.42},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-23&quot;:4.44},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.42},{&quot;2026-07-29&quot;:4.38},{&quot;2026-07-30&quot;:4.26},{&quot;2026-07-31&quot;:4.3},{&quot;2026-08-01&quot;:4.22},{&quot;2026-08-02&quot;:4.24},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.31},{&quot;2026-08-05&quot;:4.31},{&quot;2026-08-07&quot;:4.2},{&quot;2026-08-08&quot;:4.21},{&quot;2026-08-09&quot;:4.21},{&quot;2026-08-10&quot;:4.21},{&quot;2026-08-11&quot;:4.17},{&quot;2026-08-12&quot;:4.13},{&quot;2026-08-13&quot;:4.13},{&quot;2026-08-14&quot;:4.17},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.05},{&quot;2026-08-17&quot;:4.02},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.19},{&quot;2026-08-20&quot;:4.19},{&quot;2026-08-21&quot;:4.22},{&quot;2026-08-22&quot;:4.24},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.24},{&quot;2026-08-25&quot;:4.24},{&quot;2026-08-26&quot;:4.27},{&quot;2026-08-27&quot;:4.27},{&quot;2026-08-28&quot;:4.16},{&quot;2026-08-29&quot;:4.16},{&quot;2026-08-30&quot;:4.13},{&quot;2026-08-31&quot;:4.11},{&quot;2026-09-01&quot;:4.11},{&quot;2026-09-02&quot;:4.15},{&quot;2026-09-03&quot;:4.11},{&quot;2026-09-04&quot;:4.03},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.03},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:4.07},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.45}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.19},{&quot;2026-06-11&quot;:3.53},{&quot;2026-06-12&quot;:3.7},{&quot;2026-06-13&quot;:3.49},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:3.66},{&quot;2026-06-19&quot;:3.0},{&quot;2026-06-20&quot;:2.97},{&quot;2026-06-21&quot;:2.9},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.42},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.58},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:3.37},{&quot;2026-06-30&quot;:3.36},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:2.83},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:2.88},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.31},{&quot;2026-07-08&quot;:3.17},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.57},{&quot;2026-07-11&quot;:3.29},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.59},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-29&quot;:3.33},{&quot;2026-07-30&quot;:3.57},{&quot;2026-07-31&quot;:4.06},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:4.2},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:3.68},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.53},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.2},{&quot;2026-08-15&quot;:3.05},{&quot;2026-08-16&quot;:3.05},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.14},{&quot;2026-08-20&quot;:3.14},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.32},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.6},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.54},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.84},{&quot;2026-09-04&quot;:3.55},{&quot;2026-09-05&quot;:3.38},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.86},{&quot;2026-09-08&quot;:4.07},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:4.02},{&quot;2026-09-11&quot;:3.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89643"
  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-znc 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">
            Sygg, River Cutthroat
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sygg, River Cutthroat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1b10e23a-7cf5-47dc-9c51-5cbe444a99c7.jpg?1783929454" />

        <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">
            Sygg, River Cutthroat
        </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 — Merfolk Rogue</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></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="Sygg, River Cutthroat" src="https://cards.scryfall.io/large/front/1/b/1b10e23a-7cf5-47dc-9c51-5cbe444a99c7.jpg?1783929454" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.01},{&quot;2026-06-11&quot;:4.82},{&quot;2026-06-12&quot;:4.39},{&quot;2026-06-13&quot;:4.41},{&quot;2026-06-14&quot;:4.4},{&quot;2026-06-15&quot;:4.35},{&quot;2026-06-16&quot;:4.22},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.21},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.08},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:4.03},{&quot;2026-06-26&quot;:3.99},{&quot;2026-06-27&quot;:4.02},{&quot;2026-06-28&quot;:4.02},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.13},{&quot;2026-07-01&quot;:4.12},{&quot;2026-07-02&quot;:4.12},{&quot;2026-07-03&quot;:4.12},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.11},{&quot;2026-07-09&quot;:4.11},{&quot;2026-07-10&quot;:4.11},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.14},{&quot;2026-07-13&quot;:4.14},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.26},{&quot;2026-07-16&quot;:4.23},{&quot;2026-07-17&quot;:4.23},{&quot;2026-07-18&quot;:4.34},{&quot;2026-07-19&quot;:4.34},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.45},{&quot;2026-07-23&quot;:4.36},{&quot;2026-07-25&quot;:4.39},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.19},{&quot;2026-07-29&quot;:4.17},{&quot;2026-07-30&quot;:4.17},{&quot;2026-07-31&quot;:4.2},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:4.15},{&quot;2026-08-05&quot;:4.18},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.1},{&quot;2026-08-10&quot;:4.1},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.19},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.03},{&quot;2026-08-16&quot;:3.97},{&quot;2026-08-17&quot;:3.85},{&quot;2026-08-18&quot;:3.83},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:3.91},{&quot;2026-08-24&quot;:3.95},{&quot;2026-08-25&quot;:3.95},{&quot;2026-08-26&quot;:4.03},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.16},{&quot;2026-08-29&quot;:4.16},{&quot;2026-08-30&quot;:4.29},{&quot;2026-08-31&quot;:4.29},{&quot;2026-09-01&quot;:4.29},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.24},{&quot;2026-09-06&quot;:4.26},{&quot;2026-09-07&quot;:4.12},{&quot;2026-09-08&quot;:4.13},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:3.92},{&quot;2026-09-11&quot;:3.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92618"
  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">
            Jumbo Cactuar
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jumbo Cactuar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/db01c222-8795-47e9-a789-e7f749a3ee7d.jpg?1783906585" />

        <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">
            Jumbo Cactuar
        </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 — Plant</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-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="Jumbo Cactuar" src="https://cards.scryfall.io/large/front/d/b/db01c222-8795-47e9-a789-e7f749a3ee7d.jpg?1783906585" />
    </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">
                $3.90
              </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">
                $4.97
              </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.58},{&quot;2026-06-12&quot;:8.4},{&quot;2026-06-13&quot;:8.37},{&quot;2026-06-14&quot;:8.48},{&quot;2026-06-15&quot;:8.7},{&quot;2026-06-16&quot;:8.72},{&quot;2026-06-17&quot;:8.63},{&quot;2026-06-18&quot;:8.63},{&quot;2026-06-19&quot;:8.66},{&quot;2026-06-20&quot;:8.39},{&quot;2026-06-21&quot;:8.39},{&quot;2026-06-22&quot;:8.07},{&quot;2026-06-23&quot;:7.64},{&quot;2026-06-24&quot;:7.5},{&quot;2026-06-25&quot;:7.54},{&quot;2026-06-26&quot;:7.54},{&quot;2026-06-27&quot;:7.54},{&quot;2026-06-28&quot;:7.54},{&quot;2026-06-29&quot;:7.67},{&quot;2026-06-30&quot;:7.67},{&quot;2026-07-01&quot;:7.58},{&quot;2026-07-02&quot;:7.45},{&quot;2026-07-03&quot;:7.42},{&quot;2026-07-04&quot;:7.23},{&quot;2026-07-05&quot;:7.23},{&quot;2026-07-06&quot;:7.19},{&quot;2026-07-07&quot;:6.92},{&quot;2026-07-08&quot;:6.76},{&quot;2026-07-09&quot;:6.76},{&quot;2026-07-10&quot;:6.57},{&quot;2026-07-11&quot;:6.42},{&quot;2026-07-12&quot;:6.41},{&quot;2026-07-13&quot;:6.41},{&quot;2026-07-14&quot;:6.47},{&quot;2026-07-15&quot;:6.73},{&quot;2026-07-16&quot;:6.73},{&quot;2026-07-17&quot;:6.83},{&quot;2026-07-18&quot;:6.83},{&quot;2026-07-19&quot;:6.7},{&quot;2026-07-20&quot;:6.7},{&quot;2026-07-21&quot;:6.62},{&quot;2026-07-23&quot;:6.39},{&quot;2026-07-25&quot;:6.39},{&quot;2026-07-26&quot;:6.39},{&quot;2026-07-27&quot;:6.37},{&quot;2026-07-28&quot;:6.41},{&quot;2026-07-29&quot;:6.41},{&quot;2026-07-30&quot;:6.41},{&quot;2026-07-31&quot;:6.34},{&quot;2026-08-01&quot;:6.34},{&quot;2026-08-02&quot;:6.4},{&quot;2026-08-03&quot;:6.55},{&quot;2026-08-04&quot;:6.55},{&quot;2026-08-05&quot;:6.56},{&quot;2026-08-07&quot;:6.56},{&quot;2026-08-08&quot;:6.58},{&quot;2026-08-09&quot;:6.58},{&quot;2026-08-10&quot;:6.59},{&quot;2026-08-11&quot;:6.58},{&quot;2026-08-12&quot;:6.58},{&quot;2026-08-13&quot;:6.49},{&quot;2026-08-14&quot;:6.49},{&quot;2026-08-15&quot;:6.35},{&quot;2026-08-16&quot;:6.35},{&quot;2026-08-17&quot;:6.22},{&quot;2026-08-18&quot;:6.22},{&quot;2026-08-19&quot;:5.97},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:5.84},{&quot;2026-08-22&quot;:5.71},{&quot;2026-08-23&quot;:5.47},{&quot;2026-08-24&quot;:5.32},{&quot;2026-08-25&quot;:5.32},{&quot;2026-08-26&quot;:5.26},{&quot;2026-08-27&quot;:5.05},{&quot;2026-08-28&quot;:4.95},{&quot;2026-08-29&quot;:4.95},{&quot;2026-08-30&quot;:4.86},{&quot;2026-08-31&quot;:4.8},{&quot;2026-09-01&quot;:4.8},{&quot;2026-09-02&quot;:4.84},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.96},{&quot;2026-09-05&quot;:4.86},{&quot;2026-09-06&quot;:4.86},{&quot;2026-09-07&quot;:4.78},{&quot;2026-09-08&quot;:4.78},{&quot;2026-09-09&quot;:4.89},{&quot;2026-09-10&quot;:4.94},{&quot;2026-09-11&quot;:4.97}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.83},{&quot;2026-06-12&quot;:6.64},{&quot;2026-06-13&quot;:7.07},{&quot;2026-06-14&quot;:7.04},{&quot;2026-06-15&quot;:6.89},{&quot;2026-06-16&quot;:6.34},{&quot;2026-06-17&quot;:6.11},{&quot;2026-06-18&quot;:5.75},{&quot;2026-06-19&quot;:5.39},{&quot;2026-06-20&quot;:5.45},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.94},{&quot;2026-06-23&quot;:6.68},{&quot;2026-06-24&quot;:6.51},{&quot;2026-06-25&quot;:6.12},{&quot;2026-06-26&quot;:5.48},{&quot;2026-06-27&quot;:5.7},{&quot;2026-06-28&quot;:5.55},{&quot;2026-06-29&quot;:5.96},{&quot;2026-06-30&quot;:5.89},{&quot;2026-07-01&quot;:5.9},{&quot;2026-07-02&quot;:5.59},{&quot;2026-07-03&quot;:5.34},{&quot;2026-07-04&quot;:5.36},{&quot;2026-07-05&quot;:5.4},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.16},{&quot;2026-07-08&quot;:5.43},{&quot;2026-07-09&quot;:5.33},{&quot;2026-07-10&quot;:4.55},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:5.17},{&quot;2026-07-13&quot;:5.32},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.38},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.34},{&quot;2026-07-20&quot;:4.29},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-23&quot;:4.2},{&quot;2026-07-25&quot;:4.18},{&quot;2026-07-26&quot;:4.32},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-28&quot;:4.44},{&quot;2026-07-29&quot;:4.55},{&quot;2026-07-30&quot;:4.44},{&quot;2026-07-31&quot;:3.71},{&quot;2026-08-01&quot;:3.66},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.99},{&quot;2026-08-04&quot;:3.94},{&quot;2026-08-05&quot;:4.42},{&quot;2026-08-07&quot;:4.2},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:4.14},{&quot;2026-08-10&quot;:4.11},{&quot;2026-08-11&quot;:3.94},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.58},{&quot;2026-08-14&quot;:3.59},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.82},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.67},{&quot;2026-08-24&quot;:3.82},{&quot;2026-08-25&quot;:3.82},{&quot;2026-08-26&quot;:3.83},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.64},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.67},{&quot;2026-09-02&quot;:4.08},{&quot;2026-09-03&quot;:4.41},{&quot;2026-09-04&quot;:4.22},{&quot;2026-09-05&quot;:4.2},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.89},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:3.97},{&quot;2026-09-10&quot;:4.02},{&quot;2026-09-11&quot;:3.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Crop Rotation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/523414cb-f8db-407a-808a-01454e03d8b9.jpg?1783918448" />

        <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">
            Crop Rotation
        </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-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="Crop Rotation" src="https://cards.scryfall.io/large/front/5/2/523414cb-f8db-407a-808a-01454e03d8b9.jpg?1783918448" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.89
              </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.15
              </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">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.95},{&quot;2026-06-14&quot;:3.92},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:3.88},{&quot;2026-06-18&quot;:3.95},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.92},{&quot;2026-06-21&quot;:3.92},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:3.9},{&quot;2026-06-27&quot;:3.86},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.91},{&quot;2026-06-30&quot;:3.86},{&quot;2026-07-01&quot;:3.86},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.91},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.91},{&quot;2026-07-06&quot;:3.94},{&quot;2026-07-07&quot;:3.94},{&quot;2026-07-08&quot;:3.94},{&quot;2026-07-09&quot;:3.94},{&quot;2026-07-10&quot;:3.94},{&quot;2026-07-11&quot;:4.03},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.04},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:4.16},{&quot;2026-07-19&quot;:4.16},{&quot;2026-07-20&quot;:4.16},{&quot;2026-07-21&quot;:4.16},{&quot;2026-07-22&quot;:4.13},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.1},{&quot;2026-07-25&quot;:4.1},{&quot;2026-07-26&quot;:4.11},{&quot;2026-07-27&quot;:4.11},{&quot;2026-07-28&quot;:4.11},{&quot;2026-07-29&quot;:4.11},{&quot;2026-07-30&quot;:4.15},{&quot;2026-07-31&quot;:3.87},{&quot;2026-08-01&quot;:3.86},{&quot;2026-08-02&quot;:3.86},{&quot;2026-08-03&quot;:3.86},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.86},{&quot;2026-08-07&quot;:3.84},{&quot;2026-08-08&quot;:3.84},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:3.87},{&quot;2026-08-13&quot;:3.88},{&quot;2026-08-14&quot;:4.11},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.04},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.01},{&quot;2026-08-22&quot;:4.03},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:4.01},{&quot;2026-08-25&quot;:4.1},{&quot;2026-08-26&quot;:4.06},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:4.04},{&quot;2026-08-31&quot;:4.05},{&quot;2026-09-01&quot;:3.99},{&quot;2026-09-02&quot;:3.97},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:4.01},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.01},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:3.97},{&quot;2026-09-10&quot;:4.16},{&quot;2026-09-11&quot;:4.15}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:3.82},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.83},{&quot;2026-06-20&quot;:3.83},{&quot;2026-06-21&quot;:3.7},{&quot;2026-06-22&quot;:3.62},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.61},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.8},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.73},{&quot;2026-07-01&quot;:3.7},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.38},{&quot;2026-07-04&quot;:3.49},{&quot;2026-07-05&quot;:3.64},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.66},{&quot;2026-07-08&quot;:3.66},{&quot;2026-07-09&quot;:3.63},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:3.67},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.98},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.09},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.02},{&quot;2026-07-20&quot;:3.95},{&quot;2026-07-21&quot;:3.86},{&quot;2026-07-22&quot;:3.77},{&quot;2026-07-23&quot;:3.74},{&quot;2026-07-24&quot;:3.49},{&quot;2026-07-25&quot;:3.57},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.65},{&quot;2026-07-28&quot;:3.69},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.38},{&quot;2026-08-03&quot;:3.39},{&quot;2026-08-04&quot;:3.33},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.3},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.42},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.52},{&quot;2026-08-15&quot;:3.48},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.35},{&quot;2026-08-19&quot;:3.35},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.6},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.64},{&quot;2026-08-29&quot;:3.64},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:3.99},{&quot;2026-09-01&quot;:4.14},{&quot;2026-09-02&quot;:4.08},{&quot;2026-09-03&quot;:4.17},{&quot;2026-09-04&quot;:4.05},{&quot;2026-09-05&quot;:3.9},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.95},{&quot;2026-09-08&quot;:3.88},{&quot;2026-09-09&quot;:3.9},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:3.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sythis, Harvest&#39;s Hand" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/76ebe313-3452-415c-a93f-52c7467531a3.jpg?1783926743" />

        <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">
            Sythis, Harvest&#39;s Hand
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Enchantment Creature — Nymph</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><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="Sythis, Harvest&#39;s Hand" src="https://cards.scryfall.io/large/front/7/6/76ebe313-3452-415c-a93f-52c7467531a3.jpg?1783926743" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.89
              </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">
                $4.58
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.33},{&quot;2026-06-12&quot;:4.33},{&quot;2026-06-13&quot;:4.19},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.23},{&quot;2026-06-16&quot;:4.23},{&quot;2026-06-17&quot;:4.23},{&quot;2026-06-18&quot;:4.23},{&quot;2026-06-19&quot;:4.28},{&quot;2026-06-20&quot;:4.28},{&quot;2026-06-21&quot;:4.28},{&quot;2026-06-22&quot;:4.28},{&quot;2026-06-23&quot;:4.28},{&quot;2026-06-24&quot;:4.28},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.39},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.39},{&quot;2026-07-01&quot;:4.39},{&quot;2026-07-02&quot;:4.39},{&quot;2026-07-03&quot;:4.39},{&quot;2026-07-04&quot;:4.39},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.39},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.46},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.4},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.4},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-23&quot;:4.51},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.65},{&quot;2026-07-28&quot;:4.65},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.65},{&quot;2026-07-31&quot;:4.65},{&quot;2026-08-01&quot;:4.6},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.6},{&quot;2026-08-04&quot;:4.6},{&quot;2026-08-05&quot;:4.6},{&quot;2026-08-07&quot;:4.6},{&quot;2026-08-08&quot;:4.6},{&quot;2026-08-09&quot;:4.6},{&quot;2026-08-10&quot;:4.62},{&quot;2026-08-11&quot;:4.62},{&quot;2026-08-12&quot;:4.62},{&quot;2026-08-13&quot;:4.62},{&quot;2026-08-14&quot;:4.62},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.62},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.62},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.67},{&quot;2026-08-27&quot;:4.62},{&quot;2026-08-28&quot;:4.62},{&quot;2026-08-29&quot;:4.62},{&quot;2026-08-30&quot;:4.6},{&quot;2026-08-31&quot;:4.6},{&quot;2026-09-01&quot;:4.6},{&quot;2026-09-02&quot;:4.6},{&quot;2026-09-03&quot;:4.66},{&quot;2026-09-04&quot;:4.66},{&quot;2026-09-05&quot;:4.66},{&quot;2026-09-06&quot;:4.66},{&quot;2026-09-07&quot;:4.63},{&quot;2026-09-08&quot;:4.63},{&quot;2026-09-09&quot;:4.62},{&quot;2026-09-10&quot;:4.58},{&quot;2026-09-11&quot;:4.58}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.56},{&quot;2026-06-12&quot;:3.36},{&quot;2026-06-13&quot;:3.52},{&quot;2026-06-14&quot;:3.56},{&quot;2026-06-15&quot;:3.56},{&quot;2026-06-16&quot;:3.56},{&quot;2026-06-17&quot;:3.46},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.4},{&quot;2026-06-20&quot;:3.4},{&quot;2026-06-21&quot;:3.51},{&quot;2026-06-22&quot;:3.62},{&quot;2026-06-23&quot;:3.76},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.7},{&quot;2026-06-26&quot;:3.7},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.71},{&quot;2026-06-29&quot;:3.67},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.76},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.78},{&quot;2026-07-09&quot;:3.78},{&quot;2026-07-10&quot;:3.78},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.78},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:4.03},{&quot;2026-07-16&quot;:4.03},{&quot;2026-07-17&quot;:4.03},{&quot;2026-07-18&quot;:4.0},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:4.0},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.17},{&quot;2026-07-25&quot;:4.21},{&quot;2026-07-26&quot;:4.21},{&quot;2026-07-27&quot;:4.13},{&quot;2026-07-28&quot;:4.1},{&quot;2026-07-29&quot;:4.15},{&quot;2026-07-30&quot;:4.15},{&quot;2026-07-31&quot;:4.15},{&quot;2026-08-01&quot;:4.15},{&quot;2026-08-02&quot;:4.16},{&quot;2026-08-03&quot;:4.22},{&quot;2026-08-04&quot;:4.33},{&quot;2026-08-05&quot;:4.34},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.25},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.25},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.12},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:4.21},{&quot;2026-08-16&quot;:4.21},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:3.87},{&quot;2026-08-20&quot;:3.87},{&quot;2026-08-21&quot;:3.89},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.89},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.86},{&quot;2026-08-26&quot;:3.86},{&quot;2026-08-27&quot;:3.86},{&quot;2026-08-28&quot;:3.89},{&quot;2026-08-29&quot;:3.89},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:3.97},{&quot;2026-09-01&quot;:3.91},{&quot;2026-09-02&quot;:3.92},{&quot;2026-09-03&quot;:3.96},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:3.84},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.82},{&quot;2026-09-08&quot;:3.8},{&quot;2026-09-09&quot;:3.8},{&quot;2026-09-10&quot;:3.83},{&quot;2026-09-11&quot;:3.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Coruscation Mage
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Coruscation Mage" src="https://cards.scryfall.io/large/front/d/c/dc2c1de0-6233-469a-be72-a050b97d2c8f.jpg?1783910824" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.95},{&quot;2026-06-11&quot;:4.77},{&quot;2026-06-12&quot;:4.78},{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.85},{&quot;2026-06-18&quot;:4.85},{&quot;2026-06-19&quot;:4.77},{&quot;2026-06-20&quot;:4.77},{&quot;2026-06-21&quot;:4.39},{&quot;2026-06-22&quot;:4.38},{&quot;2026-06-23&quot;:4.38},{&quot;2026-06-24&quot;:4.38},{&quot;2026-06-25&quot;:4.39},{&quot;2026-06-26&quot;:4.52},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:3.91},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:3.91},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.44},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:2.9},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.84},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:3.1},{&quot;2026-07-15&quot;:4.02},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.71},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.82},{&quot;2026-07-20&quot;:4.81},{&quot;2026-07-21&quot;:4.97},{&quot;2026-07-23&quot;:4.96},{&quot;2026-07-25&quot;:5.01},{&quot;2026-07-26&quot;:5.01},{&quot;2026-07-27&quot;:4.7},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.02},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.14},{&quot;2026-08-03&quot;:4.57},{&quot;2026-08-04&quot;:5.26},{&quot;2026-08-05&quot;:5.22},{&quot;2026-08-07&quot;:5.61},{&quot;2026-08-08&quot;:5.68},{&quot;2026-08-09&quot;:5.58},{&quot;2026-08-10&quot;:5.51},{&quot;2026-08-11&quot;:5.38},{&quot;2026-08-12&quot;:5.38},{&quot;2026-08-13&quot;:5.33},{&quot;2026-08-14&quot;:5.33},{&quot;2026-08-15&quot;:5.33},{&quot;2026-08-16&quot;:5.26},{&quot;2026-08-17&quot;:4.83},{&quot;2026-08-18&quot;:4.53},{&quot;2026-08-19&quot;:4.53},{&quot;2026-08-20&quot;:4.53},{&quot;2026-08-21&quot;:4.02},{&quot;2026-08-22&quot;:3.84},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.73},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.91},{&quot;2026-09-06&quot;:4.02},{&quot;2026-09-07&quot;:4.1},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.34},{&quot;2026-09-10&quot;:4.14},{&quot;2026-09-11&quot;:3.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.87},{&quot;2026-06-11&quot;:0.86},{&quot;2026-06-12&quot;:0.86},{&quot;2026-06-13&quot;:0.81},{&quot;2026-06-14&quot;:0.79},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.93},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.01},{&quot;2026-06-19&quot;:1.1},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.85},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.91},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.2},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.09},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.11},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.32},{&quot;2026-07-20&quot;:1.47},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.55},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.51},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:2.07},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:1.95},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:1.93},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.99},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:2.06},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.21},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            The Wandering Emperor
        </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="text-sm font-medium text-nine-white">
            $3.87
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Wandering Emperor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fab2d8a9-ab4c-4225-a570-22636293c17d.jpg?1783923909" />

        <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 Wandering Emperor
        </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</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Wandering Emperor" src="https://cards.scryfall.io/large/front/f/a/fab2d8a9-ab4c-4225-a570-22636293c17d.jpg?1783923909" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.34},{&quot;2026-06-11&quot;:5.34},{&quot;2026-06-12&quot;:5.34},{&quot;2026-06-13&quot;:5.34},{&quot;2026-06-14&quot;:5.34},{&quot;2026-06-15&quot;:5.34},{&quot;2026-06-16&quot;:5.34},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.27},{&quot;2026-06-19&quot;:5.27},{&quot;2026-06-20&quot;:5.27},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.27},{&quot;2026-06-23&quot;:5.27},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.27},{&quot;2026-06-26&quot;:5.27},{&quot;2026-06-27&quot;:5.27},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.27},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.27},{&quot;2026-07-02&quot;:5.27},{&quot;2026-07-03&quot;:5.32},{&quot;2026-07-04&quot;:5.32},{&quot;2026-07-05&quot;:5.32},{&quot;2026-07-06&quot;:5.32},{&quot;2026-07-07&quot;:5.32},{&quot;2026-07-08&quot;:5.32},{&quot;2026-07-09&quot;:5.32},{&quot;2026-07-10&quot;:5.32},{&quot;2026-07-11&quot;:5.32},{&quot;2026-07-12&quot;:5.32},{&quot;2026-07-13&quot;:5.35},{&quot;2026-07-14&quot;:5.25},{&quot;2026-07-15&quot;:5.25},{&quot;2026-07-16&quot;:5.25},{&quot;2026-07-17&quot;:5.25},{&quot;2026-07-18&quot;:5.26},{&quot;2026-07-19&quot;:5.39},{&quot;2026-07-20&quot;:5.39},{&quot;2026-07-21&quot;:5.4},{&quot;2026-07-23&quot;:5.4},{&quot;2026-07-25&quot;:5.4},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.4},{&quot;2026-07-29&quot;:5.39},{&quot;2026-07-30&quot;:5.42},{&quot;2026-07-31&quot;:5.42},{&quot;2026-08-01&quot;:5.42},{&quot;2026-08-02&quot;:5.42},{&quot;2026-08-03&quot;:5.4},{&quot;2026-08-04&quot;:5.4},{&quot;2026-08-05&quot;:5.4},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.4},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.4},{&quot;2026-08-11&quot;:5.4},{&quot;2026-08-12&quot;:5.4},{&quot;2026-08-13&quot;:5.4},{&quot;2026-08-14&quot;:5.4},{&quot;2026-08-15&quot;:5.4},{&quot;2026-08-16&quot;:5.4},{&quot;2026-08-17&quot;:5.43},{&quot;2026-08-18&quot;:5.43},{&quot;2026-08-19&quot;:5.42},{&quot;2026-08-20&quot;:5.42},{&quot;2026-08-21&quot;:5.42},{&quot;2026-08-22&quot;:5.42},{&quot;2026-08-23&quot;:5.42},{&quot;2026-08-24&quot;:5.42},{&quot;2026-08-25&quot;:5.42},{&quot;2026-08-26&quot;:5.38},{&quot;2026-08-27&quot;:5.39},{&quot;2026-08-28&quot;:5.39},{&quot;2026-08-29&quot;:5.39},{&quot;2026-08-30&quot;:5.39},{&quot;2026-08-31&quot;:5.39},{&quot;2026-09-01&quot;:5.39},{&quot;2026-09-02&quot;:5.45},{&quot;2026-09-03&quot;:5.45},{&quot;2026-09-04&quot;:5.45},{&quot;2026-09-05&quot;:5.48},{&quot;2026-09-06&quot;:5.34},{&quot;2026-09-07&quot;:5.34},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.34},{&quot;2026-09-10&quot;:5.34},{&quot;2026-09-11&quot;:5.34}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.48},{&quot;2026-06-11&quot;:4.48},{&quot;2026-06-12&quot;:4.45},{&quot;2026-06-13&quot;:4.4},{&quot;2026-06-14&quot;:4.37},{&quot;2026-06-15&quot;:4.37},{&quot;2026-06-16&quot;:4.33},{&quot;2026-06-17&quot;:4.29},{&quot;2026-06-18&quot;:4.28},{&quot;2026-06-19&quot;:4.53},{&quot;2026-06-20&quot;:4.53},{&quot;2026-06-21&quot;:4.53},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-23&quot;:4.47},{&quot;2026-06-24&quot;:4.42},{&quot;2026-06-25&quot;:4.48},{&quot;2026-06-26&quot;:4.53},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.59},{&quot;2026-06-30&quot;:4.54},{&quot;2026-07-01&quot;:4.72},{&quot;2026-07-02&quot;:4.91},{&quot;2026-07-03&quot;:4.91},{&quot;2026-07-04&quot;:4.85},{&quot;2026-07-05&quot;:4.79},{&quot;2026-07-06&quot;:4.89},{&quot;2026-07-07&quot;:4.81},{&quot;2026-07-08&quot;:4.76},{&quot;2026-07-09&quot;:4.72},{&quot;2026-07-10&quot;:4.87},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.94},{&quot;2026-07-13&quot;:4.51},{&quot;2026-07-14&quot;:4.52},{&quot;2026-07-15&quot;:4.49},{&quot;2026-07-16&quot;:4.49},{&quot;2026-07-17&quot;:4.37},{&quot;2026-07-18&quot;:4.35},{&quot;2026-07-19&quot;:4.35},{&quot;2026-07-20&quot;:4.34},{&quot;2026-07-21&quot;:4.32},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.02},{&quot;2026-07-27&quot;:3.99},{&quot;2026-07-29&quot;:3.95},{&quot;2026-07-30&quot;:4.05},{&quot;2026-07-31&quot;:4.01},{&quot;2026-08-01&quot;:4.01},{&quot;2026-08-02&quot;:4.02},{&quot;2026-08-03&quot;:4.02},{&quot;2026-08-04&quot;:4.08},{&quot;2026-08-05&quot;:4.08},{&quot;2026-08-07&quot;:4.19},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.19},{&quot;2026-08-10&quot;:4.19},{&quot;2026-08-11&quot;:4.34},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.31},{&quot;2026-08-14&quot;:4.31},{&quot;2026-08-15&quot;:4.21},{&quot;2026-08-16&quot;:4.19},{&quot;2026-08-17&quot;:4.18},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:4.03},{&quot;2026-08-20&quot;:4.03},{&quot;2026-08-21&quot;:3.92},{&quot;2026-08-22&quot;:3.86},{&quot;2026-08-23&quot;:3.82},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.67},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.66},{&quot;2026-08-29&quot;:3.66},{&quot;2026-08-30&quot;:3.72},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.79},{&quot;2026-09-03&quot;:3.79},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.87},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:3.83},{&quot;2026-09-09&quot;:3.88},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

        <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">
            Basalt Monolith
        </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="Basalt Monolith" src="https://cards.scryfall.io/large/front/f/f/ff27694e-0381-4ac9-ba20-d631d468f275.jpg?1783910555" />
    </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">
                $3.87
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:98.85},{&quot;2026-06-10&quot;:98.85},{&quot;2026-06-11&quot;:98.85},{&quot;2026-06-12&quot;:98.85},{&quot;2026-06-13&quot;:98.85},{&quot;2026-06-14&quot;:98.85},{&quot;2026-06-15&quot;:98.85},{&quot;2026-06-16&quot;:98.85},{&quot;2026-06-17&quot;:98.85},{&quot;2026-06-18&quot;:98.85},{&quot;2026-06-19&quot;:98.85},{&quot;2026-06-20&quot;:98.85},{&quot;2026-06-21&quot;:98.85},{&quot;2026-06-22&quot;:98.85},{&quot;2026-06-24&quot;:98.85},{&quot;2026-06-25&quot;:98.85},{&quot;2026-06-26&quot;:98.85},{&quot;2026-06-27&quot;:99.71},{&quot;2026-06-28&quot;:99.71},{&quot;2026-06-29&quot;:99.71},{&quot;2026-06-30&quot;:99.71},{&quot;2026-07-01&quot;:99.71},{&quot;2026-07-02&quot;:100.16},{&quot;2026-07-03&quot;:100.16},{&quot;2026-07-04&quot;:100.16},{&quot;2026-07-05&quot;:100.16},{&quot;2026-07-06&quot;:100.16},{&quot;2026-07-07&quot;:100.16},{&quot;2026-07-08&quot;:100.16},{&quot;2026-07-09&quot;:100.35},{&quot;2026-07-10&quot;:100.35},{&quot;2026-07-11&quot;:100.35},{&quot;2026-07-12&quot;:100.35},{&quot;2026-07-13&quot;:100.55},{&quot;2026-07-14&quot;:100.55},{&quot;2026-07-15&quot;:100.55},{&quot;2026-07-16&quot;:100.55},{&quot;2026-07-17&quot;:100.55},{&quot;2026-07-18&quot;:100.55},{&quot;2026-07-19&quot;:100.55},{&quot;2026-07-20&quot;:100.55},{&quot;2026-07-21&quot;:100.55},{&quot;2026-07-23&quot;:100.55},{&quot;2026-07-25&quot;:100.55},{&quot;2026-07-26&quot;:100.55},{&quot;2026-07-27&quot;:100.55},{&quot;2026-07-29&quot;:100.55},{&quot;2026-07-30&quot;:100.55},{&quot;2026-07-31&quot;:100.55},{&quot;2026-08-01&quot;:100.55},{&quot;2026-08-02&quot;:100.55},{&quot;2026-08-03&quot;:100.55},{&quot;2026-08-04&quot;:100.55},{&quot;2026-08-05&quot;:100.55},{&quot;2026-08-07&quot;:100.55},{&quot;2026-08-08&quot;:100.55},{&quot;2026-08-09&quot;:100.55},{&quot;2026-08-10&quot;:100.55},{&quot;2026-08-11&quot;:100.55},{&quot;2026-08-12&quot;:100.55},{&quot;2026-08-13&quot;:100.55},{&quot;2026-08-14&quot;:100.55},{&quot;2026-08-15&quot;:100.55},{&quot;2026-08-16&quot;:100.55},{&quot;2026-08-17&quot;:100.55},{&quot;2026-08-18&quot;:100.55},{&quot;2026-08-19&quot;:100.55},{&quot;2026-08-20&quot;:100.55},{&quot;2026-08-21&quot;:100.55},{&quot;2026-08-22&quot;:100.55},{&quot;2026-08-23&quot;:100.55},{&quot;2026-08-24&quot;:100.55},{&quot;2026-08-25&quot;:100.55},{&quot;2026-08-26&quot;:100.55},{&quot;2026-08-27&quot;:100.55},{&quot;2026-08-28&quot;:100.55},{&quot;2026-08-29&quot;:100.55},{&quot;2026-08-30&quot;:100.55},{&quot;2026-08-31&quot;:100.55},{&quot;2026-09-01&quot;:100.55},{&quot;2026-09-02&quot;:100.55},{&quot;2026-09-03&quot;:100.55},{&quot;2026-09-04&quot;:100.79},{&quot;2026-09-05&quot;:100.79},{&quot;2026-09-06&quot;:100.27},{&quot;2026-09-07&quot;:100.27},{&quot;2026-09-08&quot;:100.27},{&quot;2026-09-09&quot;:100.27},{&quot;2026-09-10&quot;:100.27},{&quot;2026-09-11&quot;:100.27}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.78},{&quot;2026-06-10&quot;:3.83},{&quot;2026-06-11&quot;:3.76},{&quot;2026-06-12&quot;:3.69},{&quot;2026-06-13&quot;:3.69},{&quot;2026-06-14&quot;:3.78},{&quot;2026-06-15&quot;:3.82},{&quot;2026-06-16&quot;:3.95},{&quot;2026-06-17&quot;:3.95},{&quot;2026-06-18&quot;:3.93},{&quot;2026-06-19&quot;:3.97},{&quot;2026-06-20&quot;:3.99},{&quot;2026-06-21&quot;:4.01},{&quot;2026-06-22&quot;:4.07},{&quot;2026-06-24&quot;:3.99},{&quot;2026-06-25&quot;:4.04},{&quot;2026-06-26&quot;:4.04},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.04},{&quot;2026-06-29&quot;:4.01},{&quot;2026-06-30&quot;:3.96},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.99},{&quot;2026-07-03&quot;:4.01},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:3.92},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.85},{&quot;2026-07-08&quot;:3.75},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.79},{&quot;2026-07-11&quot;:3.69},{&quot;2026-07-12&quot;:3.61},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.48},{&quot;2026-07-16&quot;:3.51},{&quot;2026-07-17&quot;:3.42},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.44},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-25&quot;:3.43},{&quot;2026-07-26&quot;:3.48},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.75},{&quot;2026-08-01&quot;:3.75},{&quot;2026-08-02&quot;:3.74},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.66},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.57},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.37},{&quot;2026-08-11&quot;:3.35},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.47},{&quot;2026-08-15&quot;:3.48},{&quot;2026-08-16&quot;:3.58},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.56},{&quot;2026-08-20&quot;:3.56},{&quot;2026-08-21&quot;:3.55},{&quot;2026-08-22&quot;:3.56},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.52},{&quot;2026-08-25&quot;:3.52},{&quot;2026-08-26&quot;:3.46},{&quot;2026-08-27&quot;:3.54},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.68},{&quot;2026-08-31&quot;:3.74},{&quot;2026-09-01&quot;:3.74},{&quot;2026-09-02&quot;:3.8},{&quot;2026-09-03&quot;:3.78},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.06},{&quot;2026-09-09&quot;:4.06},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama of the East Tree" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/af5105ee-09e2-4344-ab39-00f0e9034c47.jpg?1783928789" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kodama of the East Tree" src="https://cards.scryfall.io/large/front/a/f/af5105ee-09e2-4344-ab39-00f0e9034c47.jpg?1783928789" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.82},{&quot;2026-06-14&quot;:6.82},{&quot;2026-06-15&quot;:6.82},{&quot;2026-06-16&quot;:6.82},{&quot;2026-06-17&quot;:6.81},{&quot;2026-06-18&quot;:6.81},{&quot;2026-06-19&quot;:6.81},{&quot;2026-06-20&quot;:6.81},{&quot;2026-06-21&quot;:6.81},{&quot;2026-06-22&quot;:6.81},{&quot;2026-06-23&quot;:6.81},{&quot;2026-06-24&quot;:6.81},{&quot;2026-06-25&quot;:6.81},{&quot;2026-06-26&quot;:6.81},{&quot;2026-06-27&quot;:6.81},{&quot;2026-06-28&quot;:6.79},{&quot;2026-06-29&quot;:6.79},{&quot;2026-06-30&quot;:6.79},{&quot;2026-07-01&quot;:6.79},{&quot;2026-07-02&quot;:6.79},{&quot;2026-07-03&quot;:6.79},{&quot;2026-07-04&quot;:6.79},{&quot;2026-07-05&quot;:6.79},{&quot;2026-07-06&quot;:6.79},{&quot;2026-07-07&quot;:6.79},{&quot;2026-07-08&quot;:6.79},{&quot;2026-07-09&quot;:6.79},{&quot;2026-07-10&quot;:6.79},{&quot;2026-07-11&quot;:6.79},{&quot;2026-07-12&quot;:6.79},{&quot;2026-07-13&quot;:6.79},{&quot;2026-07-14&quot;:6.71},{&quot;2026-07-15&quot;:6.71},{&quot;2026-07-16&quot;:6.71},{&quot;2026-07-17&quot;:6.72},{&quot;2026-07-18&quot;:6.72},{&quot;2026-07-19&quot;:6.72},{&quot;2026-07-20&quot;:6.72},{&quot;2026-07-21&quot;:6.72},{&quot;2026-07-22&quot;:6.72},{&quot;2026-07-23&quot;:6.63},{&quot;2026-07-24&quot;:6.63},{&quot;2026-07-25&quot;:6.63},{&quot;2026-07-26&quot;:6.63},{&quot;2026-07-27&quot;:6.6},{&quot;2026-07-28&quot;:6.6},{&quot;2026-07-29&quot;:6.6},{&quot;2026-07-30&quot;:6.6},{&quot;2026-07-31&quot;:6.59},{&quot;2026-08-01&quot;:6.59},{&quot;2026-08-02&quot;:6.59},{&quot;2026-08-03&quot;:6.59},{&quot;2026-08-04&quot;:6.59},{&quot;2026-08-05&quot;:6.59},{&quot;2026-08-07&quot;:6.59},{&quot;2026-08-08&quot;:6.59},{&quot;2026-08-09&quot;:6.59},{&quot;2026-08-10&quot;:6.59},{&quot;2026-08-11&quot;:6.59},{&quot;2026-08-12&quot;:6.59},{&quot;2026-08-13&quot;:6.59},{&quot;2026-08-14&quot;:6.59},{&quot;2026-08-15&quot;:6.59},{&quot;2026-08-16&quot;:6.59},{&quot;2026-08-17&quot;:6.59},{&quot;2026-08-18&quot;:6.59},{&quot;2026-08-19&quot;:6.59},{&quot;2026-08-20&quot;:6.59},{&quot;2026-08-21&quot;:6.59},{&quot;2026-08-22&quot;:6.59},{&quot;2026-08-23&quot;:6.47},{&quot;2026-08-24&quot;:6.47},{&quot;2026-08-25&quot;:6.53},{&quot;2026-08-26&quot;:6.53},{&quot;2026-08-27&quot;:6.53},{&quot;2026-08-28&quot;:6.51},{&quot;2026-08-29&quot;:6.51},{&quot;2026-08-30&quot;:6.51},{&quot;2026-08-31&quot;:6.32},{&quot;2026-09-01&quot;:6.45},{&quot;2026-09-02&quot;:6.49},{&quot;2026-09-03&quot;:6.49},{&quot;2026-09-04&quot;:6.49},{&quot;2026-09-05&quot;:6.44},{&quot;2026-09-06&quot;:6.44},{&quot;2026-09-07&quot;:6.44},{&quot;2026-09-08&quot;:6.39},{&quot;2026-09-09&quot;:6.38},{&quot;2026-09-10&quot;:6.13},{&quot;2026-09-11&quot;:6.13}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.44},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.23},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.17},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.35},{&quot;2026-06-25&quot;:3.48},{&quot;2026-06-26&quot;:3.36},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.37},{&quot;2026-06-29&quot;:3.46},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.3},{&quot;2026-07-03&quot;:3.31},{&quot;2026-07-04&quot;:3.12},{&quot;2026-07-05&quot;:3.09},{&quot;2026-07-06&quot;:3.02},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.11},{&quot;2026-07-09&quot;:3.07},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.21},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.31},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.33},{&quot;2026-07-17&quot;:3.32},{&quot;2026-07-18&quot;:3.19},{&quot;2026-07-19&quot;:3.19},{&quot;2026-07-20&quot;:3.23},{&quot;2026-07-21&quot;:3.13},{&quot;2026-07-22&quot;:3.14},{&quot;2026-07-23&quot;:3.14},{&quot;2026-07-24&quot;:3.08},{&quot;2026-07-25&quot;:3.1},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.08},{&quot;2026-07-28&quot;:3.07},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.21},{&quot;2026-08-03&quot;:3.24},{&quot;2026-08-04&quot;:3.2},{&quot;2026-08-05&quot;:3.2},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.4},{&quot;2026-08-10&quot;:3.33},{&quot;2026-08-11&quot;:3.35},{&quot;2026-08-12&quot;:3.37},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.34},{&quot;2026-08-15&quot;:3.41},{&quot;2026-08-16&quot;:3.43},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.62},{&quot;2026-08-19&quot;:3.6},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.49},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.68},{&quot;2026-08-25&quot;:3.76},{&quot;2026-08-26&quot;:3.7},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.77},{&quot;2026-08-31&quot;:3.85},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.66},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.77},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.86},{&quot;2026-09-09&quot;:3.84},{&quot;2026-09-10&quot;:3.93},{&quot;2026-09-11&quot;:3.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mocking Doppelganger" src="https://cards.scryfall.io/large/front/6/c/6c5f81d8-b189-4f6e-872f-a237bb872aa9.jpg?1783922508" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-08&quot;:4.67},{&quot;2026-06-10&quot;:4.65},{&quot;2026-06-11&quot;:4.65},{&quot;2026-06-12&quot;:4.65},{&quot;2026-06-13&quot;:4.66},{&quot;2026-06-14&quot;:4.67},{&quot;2026-06-15&quot;:4.67},{&quot;2026-06-16&quot;:4.67},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.66},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-24&quot;:4.6},{&quot;2026-06-25&quot;:4.6},{&quot;2026-06-26&quot;:4.6},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.55},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.58},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.55},{&quot;2026-07-03&quot;:4.56},{&quot;2026-07-04&quot;:4.55},{&quot;2026-07-05&quot;:4.57},{&quot;2026-07-06&quot;:4.59},{&quot;2026-07-07&quot;:4.57},{&quot;2026-07-08&quot;:4.57},{&quot;2026-07-09&quot;:4.57},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.51},{&quot;2026-07-12&quot;:4.47},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.33},{&quot;2026-07-16&quot;:4.33},{&quot;2026-07-17&quot;:4.33},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.23},{&quot;2026-07-20&quot;:4.04},{&quot;2026-07-21&quot;:4.01},{&quot;2026-07-23&quot;:4.01},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.05},{&quot;2026-07-27&quot;:4.08},{&quot;2026-07-29&quot;:4.02},{&quot;2026-07-30&quot;:4.02},{&quot;2026-07-31&quot;:4.1},{&quot;2026-08-01&quot;:4.1},{&quot;2026-08-02&quot;:4.04},{&quot;2026-08-03&quot;:4.04},{&quot;2026-08-04&quot;:4.02},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:3.97},{&quot;2026-08-09&quot;:4.04},{&quot;2026-08-10&quot;:4.1},{&quot;2026-08-11&quot;:4.1},{&quot;2026-08-12&quot;:4.01},{&quot;2026-08-13&quot;:4.01},{&quot;2026-08-14&quot;:4.05},{&quot;2026-08-15&quot;:3.95},{&quot;2026-08-16&quot;:3.91},{&quot;2026-08-17&quot;:3.88},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.89},{&quot;2026-08-21&quot;:3.89},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.96},{&quot;2026-08-24&quot;:3.96},{&quot;2026-08-25&quot;:3.96},{&quot;2026-08-26&quot;:3.96},{&quot;2026-08-27&quot;:3.94},{&quot;2026-08-28&quot;:3.89},{&quot;2026-08-29&quot;:3.89},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:3.88},{&quot;2026-09-01&quot;:3.88},{&quot;2026-09-02&quot;:3.93},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:4.02},{&quot;2026-09-05&quot;:4.04},{&quot;2026-09-06&quot;:4.04},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.0},{&quot;2026-09-10&quot;:3.92},{&quot;2026-09-11&quot;:3.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

        <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">
            Canopy Tactician
        </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 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-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="Canopy Tactician" src="https://cards.scryfall.io/large/front/3/e/3eaf48c9-09bc-4d81-a3a5-432219a71754.jpg?1783928121" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.68},{&quot;2026-06-14&quot;:3.6},{&quot;2026-06-15&quot;:3.43},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.33},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.4},{&quot;2026-06-22&quot;:3.41},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.31},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:2.97},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:2.92},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.93},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.23},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.9},{&quot;2026-07-06&quot;:4.35},{&quot;2026-07-07&quot;:4.26},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:4.42},{&quot;2026-07-11&quot;:4.42},{&quot;2026-07-12&quot;:4.16},{&quot;2026-07-13&quot;:3.95},{&quot;2026-07-14&quot;:3.92},{&quot;2026-07-15&quot;:3.82},{&quot;2026-07-16&quot;:3.86},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.22},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-22&quot;:3.24},{&quot;2026-07-23&quot;:3.19},{&quot;2026-07-24&quot;:3.37},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.4},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-28&quot;:3.36},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.44},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.68},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:4.9},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:4.5},{&quot;2026-08-10&quot;:4.34},{&quot;2026-08-11&quot;:4.18},{&quot;2026-08-12&quot;:4.04},{&quot;2026-08-13&quot;:4.26},{&quot;2026-08-14&quot;:4.43},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.17},{&quot;2026-08-18&quot;:4.19},{&quot;2026-08-19&quot;:4.3},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:5.08},{&quot;2026-08-23&quot;:5.09},{&quot;2026-08-24&quot;:4.87},{&quot;2026-08-25&quot;:5.45},{&quot;2026-08-26&quot;:5.17},{&quot;2026-08-27&quot;:5.21},{&quot;2026-08-28&quot;:4.98},{&quot;2026-08-29&quot;:4.98},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.88},{&quot;2026-09-01&quot;:5.46},{&quot;2026-09-02&quot;:5.48},{&quot;2026-09-03&quot;:5.31},{&quot;2026-09-04&quot;:5.18},{&quot;2026-09-05&quot;:5.07},{&quot;2026-09-06&quot;:4.56},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.31},{&quot;2026-09-09&quot;:4.07},{&quot;2026-09-10&quot;:3.78},{&quot;2026-09-11&quot;:3.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85541"
  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">
            Unholy Grotto
        </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">
              ↑
              1%
            </span>

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

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

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

        <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">
            Unholy Grotto
        </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="Unholy Grotto" src="https://cards.scryfall.io/large/front/a/8/a8a7f3c1-3afb-4fd3-8b33-d3e66e388af5.jpg?1783925190" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.83
          </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="Impact Tremors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e23cf8e0-0983-4495-ad3e-8b0c3e706115.jpg?1783914921" />

        <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">
            Impact Tremors
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Impact Tremors" src="https://cards.scryfall.io/large/front/e/2/e23cf8e0-0983-4495-ad3e-8b0c3e706115.jpg?1783914921" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.31},{&quot;2026-06-14&quot;:5.09},{&quot;2026-06-15&quot;:5.18},{&quot;2026-06-16&quot;:4.95},{&quot;2026-06-17&quot;:4.85},{&quot;2026-06-18&quot;:5.0},{&quot;2026-06-19&quot;:4.76},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.68},{&quot;2026-06-22&quot;:4.87},{&quot;2026-06-23&quot;:4.81},{&quot;2026-06-24&quot;:4.77},{&quot;2026-06-25&quot;:4.98},{&quot;2026-06-26&quot;:4.99},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:5.12},{&quot;2026-06-29&quot;:4.98},{&quot;2026-06-30&quot;:5.07},{&quot;2026-07-01&quot;:5.1},{&quot;2026-07-02&quot;:4.96},{&quot;2026-07-03&quot;:4.84},{&quot;2026-07-04&quot;:4.84},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:4.79},{&quot;2026-07-07&quot;:4.79},{&quot;2026-07-08&quot;:4.65},{&quot;2026-07-09&quot;:4.55},{&quot;2026-07-10&quot;:4.5},{&quot;2026-07-11&quot;:4.58},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.78},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.91},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.91},{&quot;2026-07-20&quot;:5.01},{&quot;2026-07-21&quot;:5.0},{&quot;2026-07-22&quot;:4.87},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-24&quot;:4.59},{&quot;2026-07-25&quot;:4.28},{&quot;2026-07-26&quot;:4.34},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-28&quot;:4.22},{&quot;2026-07-29&quot;:4.22},{&quot;2026-07-30&quot;:3.91},{&quot;2026-07-31&quot;:3.18},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.49},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.71},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.29},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.5},{&quot;2026-08-21&quot;:3.59},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.6},{&quot;2026-08-24&quot;:3.58},{&quot;2026-08-25&quot;:3.6},{&quot;2026-08-26&quot;:3.72},{&quot;2026-08-27&quot;:3.68},{&quot;2026-08-28&quot;:3.67},{&quot;2026-08-29&quot;:3.67},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.57},{&quot;2026-09-01&quot;:3.57},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.45},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.42},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.45},{&quot;2026-09-09&quot;:3.52},{&quot;2026-09-10&quot;:3.82},{&quot;2026-09-11&quot;:3.83}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.2},{&quot;2026-06-14&quot;:3.57},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.52},{&quot;2026-06-18&quot;:3.68},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.64},{&quot;2026-06-22&quot;:4.13},{&quot;2026-06-23&quot;:4.29},{&quot;2026-06-24&quot;:3.76},{&quot;2026-06-25&quot;:3.47},{&quot;2026-06-26&quot;:3.92},{&quot;2026-06-27&quot;:3.57},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.46},{&quot;2026-06-30&quot;:3.61},{&quot;2026-07-01&quot;:3.71},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.4},{&quot;2026-07-04&quot;:3.87},{&quot;2026-07-05&quot;:3.26},{&quot;2026-07-06&quot;:3.26},{&quot;2026-07-07&quot;:3.49},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.64},{&quot;2026-07-10&quot;:3.86},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.43},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.5},{&quot;2026-07-17&quot;:3.69},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.77},{&quot;2026-07-20&quot;:3.79},{&quot;2026-07-21&quot;:4.16},{&quot;2026-07-22&quot;:4.28},{&quot;2026-07-23&quot;:3.8},{&quot;2026-07-24&quot;:3.52},{&quot;2026-07-25&quot;:3.12},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-28&quot;:2.7},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:2.93},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.22},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.6},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.78},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:3.09},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.31},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.92},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:2.67},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:3.42},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.3},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.22},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tempt with Discovery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79248b68-4fab-46da-ab15-5c71c1f68d4b.jpg?1783932741" />

        <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">
            Tempt with Discovery
        </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-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="Tempt with Discovery" src="https://cards.scryfall.io/large/front/7/9/79248b68-4fab-46da-ab15-5c71c1f68d4b.jpg?1783932741" />
    </div>

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

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

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

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

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

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

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

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

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

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.82
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.91},{&quot;2026-06-14&quot;:2.96},{&quot;2026-06-15&quot;:2.96},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:3.02},{&quot;2026-06-18&quot;:3.02},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:2.95},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.96},{&quot;2026-06-25&quot;:2.96},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.74},{&quot;2026-07-05&quot;:2.78},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.72},{&quot;2026-07-08&quot;:2.72},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.72},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.67},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.87},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.23},{&quot;2026-07-20&quot;:3.23},{&quot;2026-07-21&quot;:3.15},{&quot;2026-07-22&quot;:3.2},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-24&quot;:3.16},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.16},{&quot;2026-07-28&quot;:3.16},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:3.12},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.55},{&quot;2026-08-10&quot;:3.71},{&quot;2026-08-11&quot;:3.65},{&quot;2026-08-12&quot;:3.91},{&quot;2026-08-13&quot;:3.92},{&quot;2026-08-14&quot;:3.92},{&quot;2026-08-15&quot;:3.71},{&quot;2026-08-16&quot;:3.78},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.57},{&quot;2026-08-19&quot;:3.52},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.77},{&quot;2026-08-23&quot;:4.0},{&quot;2026-08-24&quot;:4.11},{&quot;2026-08-25&quot;:4.01},{&quot;2026-08-26&quot;:4.16},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.99},{&quot;2026-08-29&quot;:3.99},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:3.82},{&quot;2026-09-01&quot;:3.84},{&quot;2026-09-02&quot;:3.77},{&quot;2026-09-03&quot;:3.75},{&quot;2026-09-04&quot;:3.75},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.82},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.82},{&quot;2026-09-09&quot;:3.83},{&quot;2026-09-10&quot;:3.82},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="15006"
  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">
            Geier Reach Sanitarium
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.82
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Geier Reach Sanitarium" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc4d0772-35a3-434f-afb5-2137aa4f3dec.jpg?1783915389" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Geier Reach Sanitarium
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Geier Reach Sanitarium" src="https://cards.scryfall.io/large/front/f/c/fc4d0772-35a3-434f-afb5-2137aa4f3dec.jpg?1783915389" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.82
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  7%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.18},{&quot;2026-06-16&quot;:3.88},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.7},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.49},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.48},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:3.34},{&quot;2026-06-30&quot;:3.58},{&quot;2026-07-01&quot;:3.81},{&quot;2026-07-02&quot;:3.77},{&quot;2026-07-03&quot;:3.77},{&quot;2026-07-04&quot;:3.77},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.86},{&quot;2026-07-07&quot;:4.04},{&quot;2026-07-08&quot;:4.1},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.19},{&quot;2026-07-11&quot;:4.01},{&quot;2026-07-12&quot;:4.01},{&quot;2026-07-13&quot;:4.11},{&quot;2026-07-14&quot;:4.11},{&quot;2026-07-15&quot;:4.11},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.07},{&quot;2026-07-18&quot;:4.17},{&quot;2026-07-19&quot;:4.32},{&quot;2026-07-20&quot;:4.32},{&quot;2026-07-21&quot;:4.33},{&quot;2026-07-22&quot;:4.41},{&quot;2026-07-23&quot;:4.26},{&quot;2026-07-24&quot;:4.27},{&quot;2026-07-25&quot;:4.27},{&quot;2026-07-26&quot;:4.27},{&quot;2026-07-27&quot;:4.27},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.1},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:3.89},{&quot;2026-08-01&quot;:3.89},{&quot;2026-08-02&quot;:4.08},{&quot;2026-08-03&quot;:4.08},{&quot;2026-08-04&quot;:4.02},{&quot;2026-08-05&quot;:3.96},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.04},{&quot;2026-08-10&quot;:4.03},{&quot;2026-08-11&quot;:4.03},{&quot;2026-08-12&quot;:3.84},{&quot;2026-08-13&quot;:3.84},{&quot;2026-08-14&quot;:3.85},{&quot;2026-08-15&quot;:3.79},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.69},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.69},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.67},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.75},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.63},{&quot;2026-08-29&quot;:3.63},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.77},{&quot;2026-09-01&quot;:3.77},{&quot;2026-09-02&quot;:3.77},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.57},{&quot;2026-09-06&quot;:3.57},{&quot;2026-09-07&quot;:3.57},{&quot;2026-09-08&quot;:3.76},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:3.78},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41784"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Isshin, Two Heavens as One
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Samurai
      </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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.82
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Isshin, Two Heavens as One" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a062a004-984e-4b62-960c-af7288f7a3e9.jpg?1783923833" />

        <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">
            Isshin, Two Heavens as One
        </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 Samurai</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><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="Isshin, Two Heavens as One" src="https://cards.scryfall.io/large/front/a/0/a062a004-984e-4b62-960c-af7288f7a3e9.jpg?1783923833" />
    </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">
                $3.82
              </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">
                $4.01
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.73},{&quot;2026-06-14&quot;:4.73},{&quot;2026-06-15&quot;:4.73},{&quot;2026-06-16&quot;:4.75},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.68},{&quot;2026-06-19&quot;:4.73},{&quot;2026-06-20&quot;:4.72},{&quot;2026-06-21&quot;:4.75},{&quot;2026-06-22&quot;:4.8},{&quot;2026-06-23&quot;:4.8},{&quot;2026-06-24&quot;:4.83},{&quot;2026-06-25&quot;:4.83},{&quot;2026-06-26&quot;:4.83},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:4.83},{&quot;2026-06-29&quot;:4.83},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:4.87},{&quot;2026-07-02&quot;:4.87},{&quot;2026-07-03&quot;:4.87},{&quot;2026-07-04&quot;:4.84},{&quot;2026-07-05&quot;:4.84},{&quot;2026-07-06&quot;:4.84},{&quot;2026-07-07&quot;:4.84},{&quot;2026-07-08&quot;:4.77},{&quot;2026-07-09&quot;:4.77},{&quot;2026-07-10&quot;:4.77},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.7},{&quot;2026-07-13&quot;:4.68},{&quot;2026-07-14&quot;:4.68},{&quot;2026-07-15&quot;:4.67},{&quot;2026-07-16&quot;:4.67},{&quot;2026-07-17&quot;:4.67},{&quot;2026-07-18&quot;:4.67},{&quot;2026-07-19&quot;:4.67},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.59},{&quot;2026-07-22&quot;:4.52},{&quot;2026-07-23&quot;:4.52},{&quot;2026-07-24&quot;:4.52},{&quot;2026-07-25&quot;:4.45},{&quot;2026-07-26&quot;:4.35},{&quot;2026-07-27&quot;:4.35},{&quot;2026-07-28&quot;:4.35},{&quot;2026-07-29&quot;:4.35},{&quot;2026-07-30&quot;:4.35},{&quot;2026-07-31&quot;:4.15},{&quot;2026-08-01&quot;:4.15},{&quot;2026-08-02&quot;:4.11},{&quot;2026-08-03&quot;:4.11},{&quot;2026-08-04&quot;:4.11},{&quot;2026-08-05&quot;:4.11},{&quot;2026-08-07&quot;:4.11},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.05},{&quot;2026-08-10&quot;:4.05},{&quot;2026-08-11&quot;:4.05},{&quot;2026-08-12&quot;:4.05},{&quot;2026-08-13&quot;:3.8},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.59},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.58},{&quot;2026-08-18&quot;:3.59},{&quot;2026-08-19&quot;:3.59},{&quot;2026-08-20&quot;:3.59},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.68},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.66},{&quot;2026-08-29&quot;:3.66},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.75},{&quot;2026-09-03&quot;:3.73},{&quot;2026-09-04&quot;:3.73},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.79},{&quot;2026-09-08&quot;:3.94},{&quot;2026-09-09&quot;:4.0},{&quot;2026-09-10&quot;:4.01},{&quot;2026-09-11&quot;:4.01}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.91},{&quot;2026-06-14&quot;:4.0},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.89},{&quot;2026-06-18&quot;:3.91},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.72},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.87},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.92},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:4.03},{&quot;2026-07-01&quot;:4.04},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:3.88},{&quot;2026-07-04&quot;:3.92},{&quot;2026-07-05&quot;:3.91},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.7},{&quot;2026-07-08&quot;:3.88},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:3.84},{&quot;2026-07-12&quot;:3.81},{&quot;2026-07-13&quot;:3.91},{&quot;2026-07-14&quot;:3.92},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.84},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.55},{&quot;2026-07-20&quot;:3.69},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.71},{&quot;2026-07-24&quot;:3.61},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.37},{&quot;2026-07-28&quot;:3.3},{&quot;2026-07-29&quot;:3.3},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.28},{&quot;2026-08-04&quot;:3.29},{&quot;2026-08-05&quot;:3.12},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.88},{&quot;2026-08-19&quot;:2.89},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.37},{&quot;2026-08-27&quot;:3.23},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.61},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:4.11},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:3.86},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.58},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49619"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-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">
            Zuran Orb
        </span>

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </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">
              ↑
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.82
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zuran Orb" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/618c8ecc-686d-41de-b9b1-1a7ee9cc7c14.jpg?1783926775" />

        <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">
            Zuran Orb
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-0'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Zuran Orb" src="https://cards.scryfall.io/large/front/6/1/618c8ecc-686d-41de-b9b1-1a7ee9cc7c14.jpg?1783926775" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.82
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  13%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.51
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  8%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-13&quot;:4.02},{&quot;2026-06-14&quot;:4.02},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.93},{&quot;2026-06-19&quot;:3.93},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.88},{&quot;2026-06-22&quot;:3.88},{&quot;2026-06-23&quot;:3.83},{&quot;2026-06-24&quot;:3.83},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.8},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.73},{&quot;2026-06-29&quot;:3.72},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.72},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.72},{&quot;2026-07-04&quot;:3.72},{&quot;2026-07-05&quot;:3.72},{&quot;2026-07-06&quot;:3.72},{&quot;2026-07-07&quot;:3.72},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.72},{&quot;2026-07-10&quot;:3.7},{&quot;2026-07-11&quot;:3.79},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.84},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.84},{&quot;2026-07-18&quot;:3.89},{&quot;2026-07-19&quot;:3.89},{&quot;2026-07-20&quot;:3.89},{&quot;2026-07-21&quot;:3.89},{&quot;2026-07-22&quot;:3.89},{&quot;2026-07-23&quot;:3.89},{&quot;2026-07-24&quot;:3.89},{&quot;2026-07-25&quot;:3.88},{&quot;2026-07-26&quot;:3.88},{&quot;2026-07-27&quot;:3.88},{&quot;2026-07-28&quot;:3.85},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.88},{&quot;2026-07-31&quot;:3.89},{&quot;2026-08-01&quot;:3.89},{&quot;2026-08-02&quot;:3.89},{&quot;2026-08-03&quot;:3.89},{&quot;2026-08-04&quot;:3.89},{&quot;2026-08-05&quot;:3.89},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:3.89},{&quot;2026-08-09&quot;:3.88},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.85},{&quot;2026-08-15&quot;:3.81},{&quot;2026-08-16&quot;:3.81},{&quot;2026-08-17&quot;:3.81},{&quot;2026-08-18&quot;:3.77},{&quot;2026-08-19&quot;:3.77},{&quot;2026-08-20&quot;:3.77},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.86},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.82},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.87},{&quot;2026-08-29&quot;:3.87},{&quot;2026-08-30&quot;:3.82},{&quot;2026-08-31&quot;:3.82},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.84},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.8},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.73},{&quot;2026-09-08&quot;:3.73},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.51}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.19},{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.86},{&quot;2026-06-17&quot;:3.68},{&quot;2026-06-18&quot;:3.26},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:2.95},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:3.32},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:2.93},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.55},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.25},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.33},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.74},{&quot;2026-07-08&quot;:3.47},{&quot;2026-07-09&quot;:3.51},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.25},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.32},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.24},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.08},{&quot;2026-07-20&quot;:3.02},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-22&quot;:3.05},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-24&quot;:3.11},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:2.95},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.01},{&quot;2026-07-30&quot;:3.15},{&quot;2026-07-31&quot;:3.6},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.12},{&quot;2026-08-03&quot;:3.23},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:3.38},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.34},{&quot;2026-08-09&quot;:3.44},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.25},{&quot;2026-08-12&quot;:3.42},{&quot;2026-08-13&quot;:3.69},{&quot;2026-08-14&quot;:3.42},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.3},{&quot;2026-08-18&quot;:3.39},{&quot;2026-08-19&quot;:3.51},{&quot;2026-08-20&quot;:3.19},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.89},{&quot;2026-08-25&quot;:3.72},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.09},{&quot;2026-08-31&quot;:2.9},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.38},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.58},{&quot;2026-09-08&quot;:3.67},{&quot;2026-09-09&quot;:3.8},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79795"
  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">
            Arcades, the Strategist
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elder Dragon
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.82
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Arcades, the Strategist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/6/0652f9e2-ba2a-4c0a-bbfc-9b00ee5d28d4.jpg?1783927714" />

        <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">
            Arcades, the Strategist
        </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">Legendary Creature — Elder Dragon</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="Arcades, the Strategist" src="https://cards.scryfall.io/large/front/0/6/0652f9e2-ba2a-4c0a-bbfc-9b00ee5d28d4.jpg?1783927714" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.82
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $37.06
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-10&quot;:30.89},{&quot;2026-06-11&quot;:30.89},{&quot;2026-06-12&quot;:30.89},{&quot;2026-06-13&quot;:30.89},{&quot;2026-06-14&quot;:30.89},{&quot;2026-06-15&quot;:30.89},{&quot;2026-06-16&quot;:30.89},{&quot;2026-06-17&quot;:30.89},{&quot;2026-06-18&quot;:30.89},{&quot;2026-06-19&quot;:30.89},{&quot;2026-06-20&quot;:30.89},{&quot;2026-06-21&quot;:30.89},{&quot;2026-06-22&quot;:30.89},{&quot;2026-06-23&quot;:30.89},{&quot;2026-06-24&quot;:30.89},{&quot;2026-06-25&quot;:30.89},{&quot;2026-06-26&quot;:30.97},{&quot;2026-06-27&quot;:30.97},{&quot;2026-06-28&quot;:30.97},{&quot;2026-06-29&quot;:30.96},{&quot;2026-06-30&quot;:30.96},{&quot;2026-07-01&quot;:32.82},{&quot;2026-07-02&quot;:32.82},{&quot;2026-07-03&quot;:33.07},{&quot;2026-07-04&quot;:33.07},{&quot;2026-07-05&quot;:33.07},{&quot;2026-07-06&quot;:33.07},{&quot;2026-07-07&quot;:33.07},{&quot;2026-07-08&quot;:33.07},{&quot;2026-07-09&quot;:33.07},{&quot;2026-07-10&quot;:33.07},{&quot;2026-07-11&quot;:33.07},{&quot;2026-07-12&quot;:33.07},{&quot;2026-07-13&quot;:33.07},{&quot;2026-07-14&quot;:33.07},{&quot;2026-07-15&quot;:33.07},{&quot;2026-07-16&quot;:33.07},{&quot;2026-07-17&quot;:33.07},{&quot;2026-07-18&quot;:33.64},{&quot;2026-07-19&quot;:33.64},{&quot;2026-07-20&quot;:34.17},{&quot;2026-07-21&quot;:34.17},{&quot;2026-07-23&quot;:34.17},{&quot;2026-07-25&quot;:34.17},{&quot;2026-07-26&quot;:34.17},{&quot;2026-07-27&quot;:34.17},{&quot;2026-07-29&quot;:34.17},{&quot;2026-07-30&quot;:34.17},{&quot;2026-07-31&quot;:34.17},{&quot;2026-08-01&quot;:34.17},{&quot;2026-08-02&quot;:34.17},{&quot;2026-08-03&quot;:34.17},{&quot;2026-08-04&quot;:33.92},{&quot;2026-08-05&quot;:33.92},{&quot;2026-08-07&quot;:33.92},{&quot;2026-08-08&quot;:33.92},{&quot;2026-08-09&quot;:33.92},{&quot;2026-08-10&quot;:33.92},{&quot;2026-08-11&quot;:33.92},{&quot;2026-08-12&quot;:33.92},{&quot;2026-08-13&quot;:34.62},{&quot;2026-08-14&quot;:34.62},{&quot;2026-08-15&quot;:34.62},{&quot;2026-08-16&quot;:34.62},{&quot;2026-08-17&quot;:34.62},{&quot;2026-08-18&quot;:34.76},{&quot;2026-08-19&quot;:34.76},{&quot;2026-08-20&quot;:34.76},{&quot;2026-08-21&quot;:34.76},{&quot;2026-08-22&quot;:34.76},{&quot;2026-08-23&quot;:34.76},{&quot;2026-08-24&quot;:34.92},{&quot;2026-08-25&quot;:34.92},{&quot;2026-08-26&quot;:35.0},{&quot;2026-08-27&quot;:35.0},{&quot;2026-08-28&quot;:35.0},{&quot;2026-08-29&quot;:35.0},{&quot;2026-08-30&quot;:35.61},{&quot;2026-08-31&quot;:35.61},{&quot;2026-09-01&quot;:35.61},{&quot;2026-09-02&quot;:36.34},{&quot;2026-09-03&quot;:37.06},{&quot;2026-09-04&quot;:37.06},{&quot;2026-09-05&quot;:37.06},{&quot;2026-09-06&quot;:37.06},{&quot;2026-09-07&quot;:37.06},{&quot;2026-09-08&quot;:37.06},{&quot;2026-09-09&quot;:37.06},{&quot;2026-09-10&quot;:37.06},{&quot;2026-09-11&quot;:37.06}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.64},{&quot;2026-06-11&quot;:3.64},{&quot;2026-06-12&quot;:3.64},{&quot;2026-06-13&quot;:3.64},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.76},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.72},{&quot;2026-06-19&quot;:3.72},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.72},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.81},{&quot;2026-06-25&quot;:3.9},{&quot;2026-06-26&quot;:3.9},{&quot;2026-06-27&quot;:3.9},{&quot;2026-06-28&quot;:3.85},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.67},{&quot;2026-07-03&quot;:3.69},{&quot;2026-07-04&quot;:3.73},{&quot;2026-07-05&quot;:3.8},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.76},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:4.08},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:4.11},{&quot;2026-07-13&quot;:4.02},{&quot;2026-07-14&quot;:4.02},{&quot;2026-07-15&quot;:3.92},{&quot;2026-07-16&quot;:3.77},{&quot;2026-07-17&quot;:3.77},{&quot;2026-07-18&quot;:3.84},{&quot;2026-07-19&quot;:3.78},{&quot;2026-07-20&quot;:3.78},{&quot;2026-07-21&quot;:3.78},{&quot;2026-07-23&quot;:3.78},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.79},{&quot;2026-08-05&quot;:3.79},{&quot;2026-08-07&quot;:3.79},{&quot;2026-08-08&quot;:3.79},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.73},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.69},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.5},{&quot;2026-08-16&quot;:3.46},{&quot;2026-08-17&quot;:3.46},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.39},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.48},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.56},{&quot;2026-08-28&quot;:3.68},{&quot;2026-08-29&quot;:3.68},{&quot;2026-08-30&quot;:3.68},{&quot;2026-08-31&quot;:3.73},{&quot;2026-09-01&quot;:3.73},{&quot;2026-09-02&quot;:3.63},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.6},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:3.6},{&quot;2026-09-07&quot;:3.6},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.83},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109439"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Crop Rotation
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.82
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Crop Rotation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d5d50e02-80c8-4b7d-9f51-7f1d79f9f263.jpg?1782683399" />

        <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">
            Crop Rotation
        </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-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="Crop Rotation" src="https://cards.scryfall.io/large/front/d/5/d5d50e02-80c8-4b7d-9f51-7f1d79f9f263.jpg?1782683399" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.82
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.55
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  6%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.0},{&quot;2026-06-14&quot;:4.96},{&quot;2026-06-15&quot;:5.09},{&quot;2026-06-16&quot;:5.13},{&quot;2026-06-17&quot;:5.14},{&quot;2026-06-18&quot;:4.9},{&quot;2026-06-19&quot;:4.83},{&quot;2026-06-20&quot;:4.81},{&quot;2026-06-21&quot;:4.78},{&quot;2026-06-22&quot;:4.78},{&quot;2026-06-23&quot;:4.81},{&quot;2026-06-24&quot;:4.67},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.55},{&quot;2026-06-27&quot;:4.7},{&quot;2026-06-28&quot;:4.86},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:4.95},{&quot;2026-07-01&quot;:4.9},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.92},{&quot;2026-07-04&quot;:4.89},{&quot;2026-07-05&quot;:5.11},{&quot;2026-07-06&quot;:5.0},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:5.15},{&quot;2026-07-10&quot;:5.18},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.14},{&quot;2026-07-13&quot;:5.01},{&quot;2026-07-14&quot;:4.88},{&quot;2026-07-15&quot;:4.87},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.0},{&quot;2026-07-18&quot;:4.95},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.0},{&quot;2026-07-21&quot;:4.76},{&quot;2026-07-22&quot;:4.83},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-24&quot;:4.88},{&quot;2026-07-25&quot;:4.95},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-28&quot;:4.68},{&quot;2026-07-29&quot;:4.78},{&quot;2026-07-30&quot;:4.8},{&quot;2026-07-31&quot;:4.67},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.69},{&quot;2026-08-03&quot;:4.67},{&quot;2026-08-04&quot;:4.66},{&quot;2026-08-05&quot;:4.73},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.58},{&quot;2026-08-09&quot;:4.58},{&quot;2026-08-10&quot;:4.58},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.49},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.4},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.35},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.22},{&quot;2026-08-20&quot;:4.18},{&quot;2026-08-21&quot;:4.2},{&quot;2026-08-22&quot;:4.17},{&quot;2026-08-23&quot;:4.38},{&quot;2026-08-24&quot;:4.42},{&quot;2026-08-25&quot;:4.52},{&quot;2026-08-26&quot;:4.53},{&quot;2026-08-27&quot;:4.66},{&quot;2026-08-28&quot;:4.77},{&quot;2026-08-29&quot;:4.77},{&quot;2026-08-30&quot;:4.71},{&quot;2026-08-31&quot;:4.71},{&quot;2026-09-01&quot;:4.78},{&quot;2026-09-02&quot;:4.79},{&quot;2026-09-03&quot;:4.82},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.86},{&quot;2026-09-06&quot;:4.86},{&quot;2026-09-07&quot;:4.86},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.55}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.49},{&quot;2026-06-14&quot;:3.65},{&quot;2026-06-15&quot;:3.69},{&quot;2026-06-16&quot;:3.62},{&quot;2026-06-17&quot;:3.42},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.51},{&quot;2026-06-20&quot;:3.8},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.74},{&quot;2026-06-23&quot;:3.8},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.45},{&quot;2026-06-26&quot;:3.47},{&quot;2026-06-27&quot;:3.72},{&quot;2026-06-28&quot;:3.83},{&quot;2026-06-29&quot;:3.9},{&quot;2026-06-30&quot;:3.85},{&quot;2026-07-01&quot;:3.64},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.96},{&quot;2026-07-04&quot;:4.16},{&quot;2026-07-05&quot;:4.24},{&quot;2026-07-06&quot;:3.92},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.15},{&quot;2026-07-09&quot;:4.16},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.93},{&quot;2026-07-16&quot;:4.0},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.87},{&quot;2026-07-19&quot;:3.85},{&quot;2026-07-20&quot;:3.91},{&quot;2026-07-21&quot;:3.97},{&quot;2026-07-22&quot;:3.82},{&quot;2026-07-23&quot;:3.81},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.74},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.6},{&quot;2026-07-28&quot;:3.57},{&quot;2026-07-29&quot;:3.56},{&quot;2026-07-30&quot;:3.63},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.67},{&quot;2026-08-02&quot;:3.58},{&quot;2026-08-03&quot;:3.64},{&quot;2026-08-04&quot;:3.65},{&quot;2026-08-05&quot;:3.54},{&quot;2026-08-07&quot;:3.46},{&quot;2026-08-08&quot;:3.35},{&quot;2026-08-09&quot;:3.43},{&quot;2026-08-10&quot;:3.49},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.55},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.95},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.28},{&quot;2026-08-20&quot;:4.43},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.45},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.1},{&quot;2026-08-25&quot;:4.04},{&quot;2026-08-26&quot;:3.73},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.91},{&quot;2026-08-29&quot;:3.91},{&quot;2026-08-30&quot;:4.07},{&quot;2026-08-31&quot;:4.07},{&quot;2026-09-01&quot;:4.38},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:4.12},{&quot;2026-09-04&quot;:4.02},{&quot;2026-09-05&quot;:4.02},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.05},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:3.91},{&quot;2026-09-11&quot;:3.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16523"
  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">
            Blood Artist
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Vampire
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.81
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blood Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/fe97a73f-33fd-4394-a393-ceb41a214820.jpg?1783924962" />

        <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">
            Blood Artist
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire</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="Blood Artist" src="https://cards.scryfall.io/large/front/f/e/fe97a73f-33fd-4394-a393-ceb41a214820.jpg?1783924962" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.81
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.6},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.53},{&quot;2026-06-17&quot;:3.53},{&quot;2026-06-18&quot;:3.53},{&quot;2026-06-19&quot;:3.64},{&quot;2026-06-20&quot;:3.66},{&quot;2026-06-21&quot;:3.66},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.52},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.49},{&quot;2026-06-27&quot;:3.49},{&quot;2026-06-28&quot;:3.48},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.55},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.55},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.48},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.49},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.72},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.69},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.59},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.67},{&quot;2026-08-01&quot;:3.67},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.97},{&quot;2026-08-05&quot;:3.93},{&quot;2026-08-07&quot;:4.06},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.07},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.66},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.51},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.32},{&quot;2026-08-19&quot;:3.79},{&quot;2026-08-20&quot;:3.77},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.58},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.68},{&quot;2026-08-29&quot;:3.68},{&quot;2026-08-30&quot;:4.18},{&quot;2026-08-31&quot;:4.18},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.06},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:3.88},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:4.0},{&quot;2026-09-08&quot;:3.89},{&quot;2026-09-09&quot;:3.89},{&quot;2026-09-10&quot;:3.89},{&quot;2026-09-11&quot;:3.81}]}"
        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="98344"
  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-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">
            Sozin&#39;s Comet
        </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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.81
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sozin&#39;s Comet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/649e50e5-299b-4191-87a8-36e9378795be.jpg?1783904953" />

        <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">
            Sozin&#39;s Comet
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sozin&#39;s Comet" src="https://cards.scryfall.io/large/front/6/4/649e50e5-299b-4191-87a8-36e9378795be.jpg?1783904953" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.81
              </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.57
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  11%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:3.95},{&quot;2026-06-13&quot;:3.93},{&quot;2026-06-14&quot;:3.94},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:4.05},{&quot;2026-06-17&quot;:4.02},{&quot;2026-06-18&quot;:4.02},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.86},{&quot;2026-06-25&quot;:3.86},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.68},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.68},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.9},{&quot;2026-07-04&quot;:3.93},{&quot;2026-07-05&quot;:3.93},{&quot;2026-07-06&quot;:3.79},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.86},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.93},{&quot;2026-07-12&quot;:3.94},{&quot;2026-07-13&quot;:3.94},{&quot;2026-07-14&quot;:3.95},{&quot;2026-07-15&quot;:3.92},{&quot;2026-07-16&quot;:3.92},{&quot;2026-07-17&quot;:3.92},{&quot;2026-07-18&quot;:3.93},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.91},{&quot;2026-07-23&quot;:3.95},{&quot;2026-07-24&quot;:3.86},{&quot;2026-07-25&quot;:3.89},{&quot;2026-07-26&quot;:3.89},{&quot;2026-07-27&quot;:3.86},{&quot;2026-07-28&quot;:3.84},{&quot;2026-07-29&quot;:3.84},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.83},{&quot;2026-08-01&quot;:3.81},{&quot;2026-08-02&quot;:3.87},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:4.08},{&quot;2026-08-07&quot;:4.21},{&quot;2026-08-08&quot;:4.21},{&quot;2026-08-09&quot;:4.21},{&quot;2026-08-10&quot;:4.21},{&quot;2026-08-11&quot;:4.64},{&quot;2026-08-12&quot;:4.53},{&quot;2026-08-13&quot;:4.53},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.51},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.36},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.22},{&quot;2026-08-23&quot;:4.18},{&quot;2026-08-24&quot;:4.17},{&quot;2026-08-25&quot;:4.09},{&quot;2026-08-26&quot;:4.09},{&quot;2026-08-27&quot;:4.12},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.12},{&quot;2026-09-01&quot;:4.08},{&quot;2026-09-02&quot;:4.1},{&quot;2026-09-03&quot;:4.02},{&quot;2026-09-04&quot;:4.02},{&quot;2026-09-05&quot;:4.1},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.37},{&quot;2026-09-09&quot;:4.44},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.27},{&quot;2026-06-13&quot;:3.27},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:3.33},{&quot;2026-06-18&quot;:3.33},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.11},{&quot;2026-06-21&quot;:3.03},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.12},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.38},{&quot;2026-06-26&quot;:3.15},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.12},{&quot;2026-06-29&quot;:3.32},{&quot;2026-06-30&quot;:3.32},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.93},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.26},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.1},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.15},{&quot;2026-07-11&quot;:3.26},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.51},{&quot;2026-07-16&quot;:3.62},{&quot;2026-07-17&quot;:3.42},{&quot;2026-07-18&quot;:3.24},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.14},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.26},{&quot;2026-07-25&quot;:3.03},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:3.25},{&quot;2026-07-28&quot;:3.34},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.14},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.34},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.53},{&quot;2026-08-09&quot;:3.53},{&quot;2026-08-10&quot;:3.42},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.42},{&quot;2026-08-13&quot;:3.56},{&quot;2026-08-14&quot;:3.58},{&quot;2026-08-15&quot;:3.45},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:3.2},{&quot;2026-08-19&quot;:3.34},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.42},{&quot;2026-08-22&quot;:3.43},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.06},{&quot;2026-08-25&quot;:3.58},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.44},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.8},{&quot;2026-09-02&quot;:3.72},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.48},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.58},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.81}]}"
        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 1151-1200 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=23&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=23&amp;username=denvermullets" rel="prev">23</a><a role="link" aria-disabled="true" aria-current="page">24</a><a href="/load_collection?direction=asc&amp;page=25&amp;username=denvermullets" rel="next">25</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=25&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="108199"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              58
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Mathemagics


            </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.01

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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="108199"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108199" src="/boxset_card/108199?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112367"
          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">
              9
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Utopia Sprawl


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.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">
                $2.05
            </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="112367"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112367" src="/boxset_card/112367?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18644"
          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">
              160
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x mr-4"></i>
              Defiler of Vigor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian Wurm
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.99

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18644"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18644" src="/boxset_card/18644?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86678"
          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">
              CM2-178
            </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>
              Caged Sun


            </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-6'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.99

                </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.64
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86678"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86678" src="/boxset_card/86678?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87155"
          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">
              5DN-135
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Lantern of Insight


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.99

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </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="87155"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87155" src="/boxset_card/87155?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75790"
          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">
              231
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Shared Animosity


            </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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.98

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75790"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75790" src="/boxset_card/75790?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78584"
          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">
              DST-91
            </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>
              Aether Vial


            </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">
                  $3.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.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.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78584"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78584" src="/boxset_card/78584?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86888"
          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">
              7
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x mr-4"></i>
              Songbirds&#39; Blessing


            </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-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">
                  $3.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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86888"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86888" src="/boxset_card/86888?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91021"
          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">
              223
            </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>
              Unnatural Growth


            </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-g'></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><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.98

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91021"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91021" src="/boxset_card/91021?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10337"
          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">
              175
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x mr-4"></i>
              Overwhelming Stampede


            </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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.97

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10337"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10337" src="/boxset_card/10337?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53412"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Ruthless Technomancer


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.97

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      23%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53412"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53412" src="/boxset_card/53412?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79545"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              289
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-mythic ss-fw ss-2x mr-4"></i>
              Vesuva


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.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">
                $3.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79545"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79545" src="/boxset_card/79545?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85429"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CLB-309
            </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>
              Decanter of Endless Water


            </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">
                  $3.97

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85429"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85429" src="/boxset_card/85429?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11420"
          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-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Armored Skyhunter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Cat 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-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">
                  $1.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.96

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11420"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11420" src="/boxset_card/11420?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53331"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              218
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Engineered Explosives


            </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-x'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.96

                    <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.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53331"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53331" src="/boxset_card/53331?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108317"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pza ss-mythic ss-fw ss-2x mr-4"></i>
              Umezawa&#39;s Jitte


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.63

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.96

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.68
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108317"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108317" src="/boxset_card/108317?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109063"
          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">
              272
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Hardened Scales


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.96

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109063"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109063" src="/boxset_card/109063?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11573"
          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">
              63
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Court of Cunning


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.95

                    <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.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.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11573"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11573" src="/boxset_card/11573?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20787"
          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">
              277
            </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-common ss-fw ss-2x mr-4"></i>
              Myr Retriever


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Myr
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.35

                    <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">
                $1.60
            </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.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20787"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20787" src="/boxset_card/20787?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69722"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              54
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-stx ss-uncommon ss-fw ss-2x mr-4"></i>
              Solve the Equation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69722"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69722" src="/boxset_card/69722?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73231"
          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">
              331
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              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">
                  $3.94

                </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">
                1.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73231"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73231" src="/boxset_card/73231?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79487"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              270
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Lotus Bloom


            </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">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.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.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79487"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79487" src="/boxset_card/79487?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109605"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Restoration Seminar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Lesson
            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.94

                    <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">
                $1.80
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109605"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109605" src="/boxset_card/109605?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18066"
          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">
              37
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Wrath of God


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.93

                    <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.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18066"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18066" src="/boxset_card/18066?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77681"
          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">
              STH-74
            </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>
              Tortured Existence


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.93

                    <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">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77681"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77681" src="/boxset_card/77681?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81807"
          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">
              EMN-155
            </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>
              Eldritch Evolution


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.93

                    <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.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.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81807" src="/boxset_card/81807?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98654"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              58
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tle ss-mythic ss-fw ss-2x mr-4"></i>
              Sunbaked Canyon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.93

                    <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.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.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98654"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98654" src="/boxset_card/98654?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108344"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Ninja Pizza


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.93

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108344"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108344" src="/boxset_card/108344?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49554"
          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">
              279
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Goblin Bombardment

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </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">
                  $3.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49554"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49554" src="/boxset_card/49554?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74126"
          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">
              163
            </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>
              Entish Restoration


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.91

                    <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">
                $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.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74126"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74126" src="/boxset_card/74126?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89643"
          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">
              103
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x mr-4"></i>
              Sygg, River Cutthroat


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Merfolk Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89643"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89643" src="/boxset_card/89643?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92618"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              191
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Jumbo Cactuar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Plant
            </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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.90

                    <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">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.75
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92618"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92618" src="/boxset_card/92618?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18414"
          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">
              154
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Crop Rotation


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.89

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18414"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18414" src="/boxset_card/18414?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49848"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              377
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Sythis, Harvest&#39;s Hand


            </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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.89

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.97
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49848"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49848" src="/boxset_card/49848?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5219"
          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">
              131
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-uncommon ss-fw ss-2x mr-4"></i>
              Coruscation Mage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Otter Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.87

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5219"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5219" src="/boxset_card/5219?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41211"
          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-neo ss-mythic ss-fw ss-2x mr-4"></i>
              The Wandering Emperor


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.87

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.86
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41211"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41211" src="/boxset_card/41211?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53328"
          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">
              217
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Basalt Monolith


            </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">
                  $3.87

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53328"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53328" src="/boxset_card/53328?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12087"
          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">
              239
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Kodama of the East Tree


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.86

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12087"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12087" src="/boxset_card/12087?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13815"
          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">
              667
            </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>
              Mocking Doppelganger


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.86

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13815"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13815" src="/boxset_card/13815?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41298"
          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">
              378
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khm ss-rare ss-fw ss-2x mr-4"></i>
              Canopy Tactician


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf 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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.86

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41298"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41298" src="/boxset_card/41298?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85541"
          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">
              ONS-327
            </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>
              Unholy Grotto


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.84

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85541"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85541" src="/boxset_card/85541?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87502"
          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">
              44
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-uncommon ss-fw ss-2x mr-4"></i>
              Impact Tremors


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.83

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.60
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87502"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87502" src="/boxset_card/87502?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10361"
          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">
              183
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x mr-4"></i>
              Tempt with Discovery


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10361"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10361" src="/boxset_card/10361?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15006"
          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">
              1000
            </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>
              Geier Reach Sanitarium


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="15006"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_15006" src="/boxset_card/15006?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41784"
          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">
              224
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Isshin, Two Heavens as One


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Samurai
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <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">
                $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.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41784"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41784" src="/boxset_card/41784?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49619"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              300
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Zuran Orb

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-0'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49619"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49619" src="/boxset_card/49619?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79795"
          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">
              371
            </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>
              Arcades, the Strategist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.82
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79795"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79795" src="/boxset_card/79795?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109439"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              51
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-rare ss-fw ss-2x mr-4"></i>
              Crop Rotation


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109439"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109439" src="/boxset_card/109439?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16523"
          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">
              119
            </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>
              Blood Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </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">
                  $3.81

                    <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.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16523"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16523" src="/boxset_card/16523?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98344"
          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">
              154
            </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-mythic ss-fw ss-2x mr-4"></i>
              Sozin&#39;s Comet


            </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><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.81

                    <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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98344"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98344" src="/boxset_card/98344?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 1151-1200 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=23&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=23&amp;username=denvermullets" rel="prev">23</a><a role="link" aria-disabled="true" aria-current="page">24</a><a href="/load_collection?direction=asc&amp;page=25&amp;username=denvermullets" rel="next">25</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=25&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>