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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.29
          </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="Hurkyl&#39;s Recall" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/e/bee569a6-20b0-4d37-91d6-db18de4b90c6.jpg?1783947858" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hurkyl&#39;s Recall" src="https://cards.scryfall.io/large/front/b/e/bee569a6-20b0-4d37-91d6-db18de4b90c6.jpg?1783947858" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.37},{&quot;2026-06-16&quot;:2.37},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.38},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.38},{&quot;2026-06-25&quot;:2.38},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.4},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.46},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.3},{&quot;2026-07-21&quot;:2.3},{&quot;2026-07-22&quot;:2.3},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.3},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.26},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.27},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.23},{&quot;2026-08-13&quot;:2.23},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.23},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.23},{&quot;2026-08-20&quot;:2.23},{&quot;2026-08-21&quot;:2.23},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.23},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.3},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.29},{&quot;2026-09-09&quot;:2.29},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.29},{&quot;2026-09-12&quot;:2.29}]}"
        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="49458"
  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-mh3 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">
            Flare of Malice
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.29
          </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="Flare of Malice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/19efb9ce-62eb-4cbf-b01e-979f3fd09ba6.jpg?1783911280" />

        <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">
            Flare of Malice
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Flare of Malice" src="https://cards.scryfall.io/large/front/1/9/19efb9ce-62eb-4cbf-b01e-979f3fd09ba6.jpg?1783911280" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-14&quot;:2.46},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.51},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.64},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.59},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.55},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.57},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.51},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.58},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.75},{&quot;2026-07-22&quot;:2.75},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-24&quot;:2.65},{&quot;2026-07-25&quot;:2.7},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:2.74},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.87},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.78},{&quot;2026-08-13&quot;:2.78},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.81},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.75},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.59},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.54},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.48},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.85}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.86},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.43},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.38},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.57},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.97},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.65},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:1.94},{&quot;2026-08-14&quot;:2.19},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.22},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.27},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.31},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:2.09},{&quot;2026-09-06&quot;:2.07},{&quot;2026-09-07&quot;:2.12},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.4},{&quot;2026-09-12&quot;:2.29}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.9},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.9},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.9},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.9},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:1.9},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.9},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:2.05},{&quot;2026-07-12&quot;:2.05},{&quot;2026-07-13&quot;:2.05},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.08},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.37},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.38},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.43},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.62},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.62},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:3.37},{&quot;2026-08-23&quot;:4.6},{&quot;2026-08-24&quot;:4.6},{&quot;2026-08-25&quot;:4.6},{&quot;2026-08-26&quot;:4.6},{&quot;2026-08-27&quot;:4.6},{&quot;2026-08-28&quot;:4.7},{&quot;2026-08-29&quot;:4.7},{&quot;2026-08-30&quot;:4.7},{&quot;2026-08-31&quot;:4.7},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.75},{&quot;2026-09-04&quot;:4.75},{&quot;2026-09-05&quot;:4.75},{&quot;2026-09-06&quot;:4.75},{&quot;2026-09-07&quot;:4.75},{&quot;2026-09-08&quot;:4.75},{&quot;2026-09-09&quot;:4.75},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.75},{&quot;2026-09-12&quot;:4.75}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:0.76},{&quot;2026-06-15&quot;:0.8},{&quot;2026-06-16&quot;:0.76},{&quot;2026-06-17&quot;:0.74},{&quot;2026-06-18&quot;:0.77},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.82},{&quot;2026-06-21&quot;:0.83},{&quot;2026-06-22&quot;:0.83},{&quot;2026-06-23&quot;:0.82},{&quot;2026-06-24&quot;:0.8},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.78},{&quot;2026-06-27&quot;:0.74},{&quot;2026-06-28&quot;:0.72},{&quot;2026-06-29&quot;:0.71},{&quot;2026-06-30&quot;:0.71},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.63},{&quot;2026-07-03&quot;:0.65},{&quot;2026-07-04&quot;:0.65},{&quot;2026-07-05&quot;:0.62},{&quot;2026-07-06&quot;:0.66},{&quot;2026-07-07&quot;:0.67},{&quot;2026-07-08&quot;:0.66},{&quot;2026-07-09&quot;:0.67},{&quot;2026-07-10&quot;:0.65},{&quot;2026-07-11&quot;:0.65},{&quot;2026-07-12&quot;:0.65},{&quot;2026-07-13&quot;:0.65},{&quot;2026-07-14&quot;:0.64},{&quot;2026-07-15&quot;:0.61},{&quot;2026-07-16&quot;:0.68},{&quot;2026-07-17&quot;:0.68},{&quot;2026-07-18&quot;:0.68},{&quot;2026-07-19&quot;:0.67},{&quot;2026-07-20&quot;:0.69},{&quot;2026-07-21&quot;:0.72},{&quot;2026-07-22&quot;:1.25},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.01},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.54},{&quot;2026-08-07&quot;:1.51},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.49},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:4.58},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.25},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.76},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.54},{&quot;2026-09-12&quot;:2.29}]}"
        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="96234"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-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">
            Moraug, Fury of Akoum
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Minotaur 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="text-sm font-medium text-nine-white">
            $2.29
          </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="Moraug, Fury of Akoum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/4481eab8-9e7d-4db8-b1f2-fdf5ee1919a2.jpg?1782685656" />

        <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">
            Moraug, Fury of Akoum
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Minotaur Warrior</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-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="Moraug, Fury of Akoum" src="https://cards.scryfall.io/large/front/4/4/4481eab8-9e7d-4db8-b1f2-fdf5ee1919a2.jpg?1782685656" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.29
              </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;normal&quot;:[{&quot;2026-06-14&quot;:2.23},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.19},{&quot;2026-06-17&quot;:2.11},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.95},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.03},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.05},{&quot;2026-07-05&quot;:2.01},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.09},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.08},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.18},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.19},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-22&quot;:2.19},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.14},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.14},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.34},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.31},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.32},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.19},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.96},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:2.15},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.16},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.29}]}"
        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="9220"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Octopus Umbra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9efcf24c-ad57-4320-9b85-c838f5ed659b.jpg?1783934341" />

        <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">
            Octopus Umbra
        </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-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="Octopus Umbra" src="https://cards.scryfall.io/large/front/9/e/9efcf24c-ad57-4320-9b85-c838f5ed659b.jpg?1783934341" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.51},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.52},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.48},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.49},{&quot;2026-06-26&quot;:2.49},{&quot;2026-06-27&quot;:2.49},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.51},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.5},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.43},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.53},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.62},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.62},{&quot;2026-07-17&quot;:2.62},{&quot;2026-07-18&quot;:2.62},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.46},{&quot;2026-07-22&quot;:2.43},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.43},{&quot;2026-07-27&quot;:2.43},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.34},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.38},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.43},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.27},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.3},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.28}]}"
        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="12593"
  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">
            Stormtide Leviathan
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Stormtide Leviathan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/996bb4c0-dc72-4233-9f44-2e25aef71ad7.jpg?1783928715" />

        <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">
            Stormtide Leviathan
        </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 — Leviathan</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-u'></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="Stormtide Leviathan" src="https://cards.scryfall.io/large/front/9/9/996bb4c0-dc72-4233-9f44-2e25aef71ad7.jpg?1783928715" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:1.98},{&quot;2026-06-21&quot;:1.98},{&quot;2026-06-22&quot;:1.91},{&quot;2026-06-23&quot;:1.92},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.86},{&quot;2026-06-28&quot;:1.86},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.83},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.84},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.9},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.88},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-22&quot;:2.08},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-24&quot;:1.97},{&quot;2026-07-25&quot;:1.87},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-28&quot;:1.79},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:2.21},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.09},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:1.99},{&quot;2026-08-10&quot;:1.99},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.29},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.09},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:2.04},{&quot;2026-08-29&quot;:2.04},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:2.02},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.28}]}"
        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="20530"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Arixmethes, Slumbering Isle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/881607c8-bfe7-4903-861f-b51a5a332c17.jpg?1783930138" />

        <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">
            Arixmethes, Slumbering Isle
        </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 — Kraken</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Arixmethes, Slumbering Isle" src="https://cards.scryfall.io/large/front/8/8/881607c8-bfe7-4903-861f-b51a5a332c17.jpg?1783930138" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.47},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.47},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.52},{&quot;2026-07-02&quot;:2.52},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.52},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.52},{&quot;2026-07-07&quot;:2.52},{&quot;2026-07-08&quot;:2.52},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.52},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.54},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-22&quot;:2.45},{&quot;2026-07-23&quot;:2.49},{&quot;2026-07-24&quot;:2.56},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.56},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.58},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.58},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.58},{&quot;2026-08-10&quot;:2.58},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.53}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.98},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.19},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.13},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.98},{&quot;2026-07-07&quot;:1.98},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.11},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.19},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-22&quot;:2.09},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.08},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.09},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.22},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.22},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.36},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.11},{&quot;2026-08-25&quot;:2.11},{&quot;2026-08-26&quot;:2.11},{&quot;2026-08-27&quot;:2.11},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.16},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.23},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.28}]}"
        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="20594"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Meddling Mage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/e/de734753-e102-489b-9160-b3f3d10be4f1.jpg?1783930129" />

        <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">
            Meddling Mage
        </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-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="Meddling Mage" src="https://cards.scryfall.io/large/front/d/e/de734753-e102-489b-9160-b3f3d10be4f1.jpg?1783930129" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.50
              </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.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-14&quot;:2.08},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.17},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.17},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.17},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.17},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.17},{&quot;2026-07-02&quot;:2.17},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.18},{&quot;2026-07-05&quot;:2.18},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.4},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.4},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.5}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.81},{&quot;2026-06-15&quot;:2.81},{&quot;2026-06-16&quot;:2.81},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.78},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.82},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:2.82},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.91},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.91},{&quot;2026-07-01&quot;:2.94},{&quot;2026-07-02&quot;:2.94},{&quot;2026-07-03&quot;:2.94},{&quot;2026-07-04&quot;:2.94},{&quot;2026-07-05&quot;:2.94},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.93},{&quot;2026-07-08&quot;:2.93},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:2.93},{&quot;2026-07-11&quot;:2.93},{&quot;2026-07-12&quot;:2.93},{&quot;2026-07-13&quot;:2.93},{&quot;2026-07-14&quot;:2.83},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:2.94},{&quot;2026-07-18&quot;:2.94},{&quot;2026-07-19&quot;:2.94},{&quot;2026-07-20&quot;:2.94},{&quot;2026-07-21&quot;:2.82},{&quot;2026-07-22&quot;:2.8},{&quot;2026-07-23&quot;:2.8},{&quot;2026-07-24&quot;:2.83},{&quot;2026-07-25&quot;:2.83},{&quot;2026-07-26&quot;:2.83},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-28&quot;:3.08},{&quot;2026-07-29&quot;:2.99},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.86},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.81},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:2.66},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.61},{&quot;2026-08-18&quot;:2.61},{&quot;2026-08-19&quot;:2.53},{&quot;2026-08-20&quot;:2.53},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.62},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.52},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.34},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.34},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.28}]}"
        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="28454"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Fevered Suspicion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/82c35cce-5b13-4870-8710-1b05af2c5c40.jpg?1783926240" />

        <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">
            Fevered Suspicion
        </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fevered Suspicion" src="https://cards.scryfall.io/large/front/8/2/82c35cce-5b13-4870-8710-1b05af2c5c40.jpg?1783926240" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.64},{&quot;2026-06-12&quot;:2.73},{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.65},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.58},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.56},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.56},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.54},{&quot;2026-07-19&quot;:2.53},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.54},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.35},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.25},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.25},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.22},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.16},{&quot;2026-08-24&quot;:2.17},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.28}]}"
        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="28529"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Sram, Senior Edificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/c/4c9b0adf-d281-4729-a3b7-269665fe4be1.jpg?1783926230" />

        <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">
            Sram, Senior Edificer
        </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 — Dwarf Advisor</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sram, Senior Edificer" src="https://cards.scryfall.io/large/front/4/c/4c9b0adf-d281-4729-a3b7-269665fe4be1.jpg?1783926230" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.68},{&quot;2026-06-14&quot;:2.68},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.8},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.92},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.05},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:1.83},{&quot;2026-07-28&quot;:1.9},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.94},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.31},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.26},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.31},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.27},{&quot;2026-09-12&quot;:2.28}]}"
        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="34286"
  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-iko 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">
            Migration Path
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Migration Path" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d345ca63-16a3-4988-93f5-d0e00e8d6ab0.jpg?1783931035" />

        <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">
            Migration Path
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Migration Path" src="https://cards.scryfall.io/large/front/d/3/d345ca63-16a3-4988-93f5-d0e00e8d6ab0.jpg?1783931035" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.2},{&quot;2026-06-12&quot;:2.2},{&quot;2026-06-13&quot;:2.2},{&quot;2026-06-14&quot;:2.2},{&quot;2026-06-15&quot;:2.2},{&quot;2026-06-16&quot;:2.16},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.12},{&quot;2026-06-24&quot;:2.12},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.12},{&quot;2026-06-27&quot;:2.12},{&quot;2026-06-28&quot;:2.04},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:1.97},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.97},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:1.97},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.97},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.81},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.74},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.01},{&quot;2026-08-14&quot;:2.01},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.01},{&quot;2026-08-19&quot;:2.01},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:2.04},{&quot;2026-08-23&quot;:2.04},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.12},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.12},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.13},{&quot;2026-09-08&quot;:2.19},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.28}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.4},{&quot;2026-06-12&quot;:0.41},{&quot;2026-06-13&quot;:0.41},{&quot;2026-06-14&quot;:0.4},{&quot;2026-06-15&quot;:0.4},{&quot;2026-06-16&quot;:0.4},{&quot;2026-06-17&quot;:0.39},{&quot;2026-06-18&quot;:0.4},{&quot;2026-06-19&quot;:0.4},{&quot;2026-06-20&quot;:0.39},{&quot;2026-06-21&quot;:0.39},{&quot;2026-06-22&quot;:0.32},{&quot;2026-06-23&quot;:0.31},{&quot;2026-06-24&quot;:0.32},{&quot;2026-06-25&quot;:0.31},{&quot;2026-06-26&quot;:0.31},{&quot;2026-06-27&quot;:0.29},{&quot;2026-06-28&quot;:0.32},{&quot;2026-06-29&quot;:0.33},{&quot;2026-06-30&quot;:0.33},{&quot;2026-07-01&quot;:0.33},{&quot;2026-07-02&quot;:0.34},{&quot;2026-07-03&quot;:0.33},{&quot;2026-07-04&quot;:0.33},{&quot;2026-07-05&quot;:0.32},{&quot;2026-07-06&quot;:0.33},{&quot;2026-07-07&quot;:0.32},{&quot;2026-07-08&quot;:0.31},{&quot;2026-07-09&quot;:0.31},{&quot;2026-07-10&quot;:0.33},{&quot;2026-07-11&quot;:0.33},{&quot;2026-07-12&quot;:0.33},{&quot;2026-07-13&quot;:0.37},{&quot;2026-07-14&quot;:0.36},{&quot;2026-07-15&quot;:0.35},{&quot;2026-07-16&quot;:0.34},{&quot;2026-07-17&quot;:0.34},{&quot;2026-07-18&quot;:0.34},{&quot;2026-07-19&quot;:0.34},{&quot;2026-07-20&quot;:0.34},{&quot;2026-07-21&quot;:0.34},{&quot;2026-07-23&quot;:0.33},{&quot;2026-07-25&quot;:0.33},{&quot;2026-07-26&quot;:0.33},{&quot;2026-07-27&quot;:0.33},{&quot;2026-07-29&quot;:0.33},{&quot;2026-07-30&quot;:0.35},{&quot;2026-07-31&quot;:0.35},{&quot;2026-08-01&quot;:0.34},{&quot;2026-08-02&quot;:0.33},{&quot;2026-08-03&quot;:0.33},{&quot;2026-08-04&quot;:0.33},{&quot;2026-08-05&quot;:0.32},{&quot;2026-08-07&quot;:0.32},{&quot;2026-08-08&quot;:0.3},{&quot;2026-08-09&quot;:0.32},{&quot;2026-08-10&quot;:0.32},{&quot;2026-08-11&quot;:0.32},{&quot;2026-08-12&quot;:0.34},{&quot;2026-08-13&quot;:0.34},{&quot;2026-08-14&quot;:0.34},{&quot;2026-08-15&quot;:0.35},{&quot;2026-08-16&quot;:0.37},{&quot;2026-08-17&quot;:0.37},{&quot;2026-08-18&quot;:0.36},{&quot;2026-08-19&quot;:0.36},{&quot;2026-08-20&quot;:0.36},{&quot;2026-08-21&quot;:0.34},{&quot;2026-08-22&quot;:0.33},{&quot;2026-08-23&quot;:0.34},{&quot;2026-08-24&quot;:0.34},{&quot;2026-08-25&quot;:0.34},{&quot;2026-08-26&quot;:0.35},{&quot;2026-08-27&quot;:0.37},{&quot;2026-08-28&quot;:0.36},{&quot;2026-08-29&quot;:0.36},{&quot;2026-08-30&quot;:0.38},{&quot;2026-08-31&quot;:0.37},{&quot;2026-09-01&quot;:0.37},{&quot;2026-09-02&quot;:0.36},{&quot;2026-09-03&quot;:0.35},{&quot;2026-09-04&quot;:0.35},{&quot;2026-09-05&quot;:0.35},{&quot;2026-09-06&quot;:0.39},{&quot;2026-09-07&quot;:0.37},{&quot;2026-09-08&quot;:0.37},{&quot;2026-09-09&quot;:0.37},{&quot;2026-09-10&quot;:0.37},{&quot;2026-09-11&quot;:0.37},{&quot;2026-09-12&quot;:0.36}]}"
        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="36596"
  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-mid 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">
            Saryth, the Viper&#39;s Fang
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Saryth, the Viper&#39;s Fang" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3a07fd28-0b65-4ff0-96c6-7e88fc89b0a5.jpg?1783925519" />

        <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">
            Saryth, the Viper&#39;s Fang
        </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 Warlock</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Saryth, the Viper&#39;s Fang" src="https://cards.scryfall.io/large/front/3/a/3a07fd28-0b65-4ff0-96c6-7e88fc89b0a5.jpg?1783925519" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.68
              </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-10&quot;:4.88},{&quot;2026-06-11&quot;:4.88},{&quot;2026-06-12&quot;:4.88},{&quot;2026-06-13&quot;:4.88},{&quot;2026-06-14&quot;:4.88},{&quot;2026-06-15&quot;:4.88},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.88},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.71},{&quot;2026-06-21&quot;:4.47},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-24&quot;:4.46},{&quot;2026-06-25&quot;:4.46},{&quot;2026-06-26&quot;:4.46},{&quot;2026-06-27&quot;:4.46},{&quot;2026-06-28&quot;:4.46},{&quot;2026-06-29&quot;:4.41},{&quot;2026-06-30&quot;:4.41},{&quot;2026-07-01&quot;:4.41},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.41},{&quot;2026-07-05&quot;:4.25},{&quot;2026-07-06&quot;:4.25},{&quot;2026-07-07&quot;:4.25},{&quot;2026-07-08&quot;:4.16},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.61},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.15},{&quot;2026-07-13&quot;:3.15},{&quot;2026-07-14&quot;:3.15},{&quot;2026-07-15&quot;:3.15},{&quot;2026-07-16&quot;:3.15},{&quot;2026-07-17&quot;:3.1},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-23&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-29&quot;:3.16},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:2.89},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.52},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.48},{&quot;2026-08-15&quot;:2.48},{&quot;2026-08-16&quot;:2.48},{&quot;2026-08-17&quot;:2.48},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.23},{&quot;2026-08-20&quot;:2.23},{&quot;2026-08-21&quot;:2.24},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.6},{&quot;2026-09-01&quot;:2.6},{&quot;2026-09-02&quot;:2.67},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.67},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.68},{&quot;2026-09-12&quot;:2.68}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.51},{&quot;2026-06-11&quot;:2.51},{&quot;2026-06-12&quot;:2.49},{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.32},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.35},{&quot;2026-06-19&quot;:3.37},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.37},{&quot;2026-06-28&quot;:3.11},{&quot;2026-06-29&quot;:2.99},{&quot;2026-06-30&quot;:2.99},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.57},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.73},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.22},{&quot;2026-07-16&quot;:3.11},{&quot;2026-07-17&quot;:3.21},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-25&quot;:2.75},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-29&quot;:2.29},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.2},{&quot;2026-08-02&quot;:2.26},{&quot;2026-08-03&quot;:2.33},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.91},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.91},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.92},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.92},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.8},{&quot;2026-08-18&quot;:2.9},{&quot;2026-08-19&quot;:2.88},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.83},{&quot;2026-08-23&quot;:2.83},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.52},{&quot;2026-09-06&quot;:2.4},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.28}]}"
        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="78905"
  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-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">
            Pongify
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Pongify" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1501dea-4e0e-49b0-86b5-e8a01f77077d.jpg?1783927846" />

        <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">
            Pongify
        </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-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="Pongify" src="https://cards.scryfall.io/large/front/a/1/a1501dea-4e0e-49b0-86b5-e8a01f77077d.jpg?1783927846" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.28
              </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">
                $5.47
              </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-14&quot;:5.05},{&quot;2026-06-15&quot;:5.05},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:5.05},{&quot;2026-06-20&quot;:5.05},{&quot;2026-06-21&quot;:5.05},{&quot;2026-06-22&quot;:4.94},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:4.94},{&quot;2026-06-25&quot;:4.94},{&quot;2026-06-26&quot;:4.94},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.94},{&quot;2026-06-30&quot;:4.94},{&quot;2026-07-01&quot;:4.94},{&quot;2026-07-02&quot;:4.94},{&quot;2026-07-03&quot;:4.94},{&quot;2026-07-04&quot;:4.94},{&quot;2026-07-05&quot;:4.94},{&quot;2026-07-06&quot;:4.94},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:5.01},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:5.01},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:5.01},{&quot;2026-07-14&quot;:5.01},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:5.01},{&quot;2026-07-18&quot;:5.01},{&quot;2026-07-19&quot;:5.01},{&quot;2026-07-20&quot;:5.01},{&quot;2026-07-21&quot;:5.01},{&quot;2026-07-22&quot;:4.92},{&quot;2026-07-23&quot;:4.92},{&quot;2026-07-24&quot;:4.92},{&quot;2026-07-25&quot;:4.92},{&quot;2026-07-26&quot;:4.92},{&quot;2026-07-27&quot;:4.92},{&quot;2026-07-28&quot;:4.92},{&quot;2026-07-29&quot;:4.92},{&quot;2026-07-30&quot;:4.92},{&quot;2026-07-31&quot;:4.91},{&quot;2026-08-01&quot;:4.91},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.91},{&quot;2026-08-08&quot;:4.91},{&quot;2026-08-09&quot;:4.93},{&quot;2026-08-10&quot;:4.93},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:5.16},{&quot;2026-08-13&quot;:5.16},{&quot;2026-08-14&quot;:5.16},{&quot;2026-08-15&quot;:5.16},{&quot;2026-08-16&quot;:5.16},{&quot;2026-08-17&quot;:5.16},{&quot;2026-08-18&quot;:5.16},{&quot;2026-08-19&quot;:5.16},{&quot;2026-08-20&quot;:5.16},{&quot;2026-08-21&quot;:5.16},{&quot;2026-08-22&quot;:5.16},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:5.16},{&quot;2026-08-25&quot;:5.16},{&quot;2026-08-26&quot;:5.16},{&quot;2026-08-27&quot;:5.16},{&quot;2026-08-28&quot;:5.16},{&quot;2026-08-29&quot;:5.16},{&quot;2026-08-30&quot;:5.16},{&quot;2026-08-31&quot;:5.16},{&quot;2026-09-01&quot;:5.16},{&quot;2026-09-02&quot;:5.16},{&quot;2026-09-03&quot;:5.16},{&quot;2026-09-04&quot;:5.16},{&quot;2026-09-05&quot;:5.16},{&quot;2026-09-06&quot;:5.47},{&quot;2026-09-07&quot;:5.47},{&quot;2026-09-08&quot;:5.47},{&quot;2026-09-09&quot;:5.47},{&quot;2026-09-10&quot;:5.47},{&quot;2026-09-11&quot;:5.47},{&quot;2026-09-12&quot;:5.47}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.29},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.26},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.15},{&quot;2026-07-01&quot;:2.15},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.49},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.36},{&quot;2026-07-21&quot;:2.36},{&quot;2026-07-22&quot;:2.3},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-24&quot;:2.24},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.01},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.83},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.04},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.27},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.23},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.28}]}"
        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="79593"
  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">
            Sram, Senior Edificer
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Sram, Senior Edificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/adc08ef6-61fc-4d01-a78b-df0cf99585d9.jpg?1783927741" />

        <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">
            Sram, Senior Edificer
        </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 — Dwarf Advisor</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sram, Senior Edificer" src="https://cards.scryfall.io/large/front/a/d/adc08ef6-61fc-4d01-a78b-df0cf99585d9.jpg?1783927741" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $11.31
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:10.07},{&quot;2026-06-15&quot;:10.07},{&quot;2026-06-16&quot;:10.07},{&quot;2026-06-17&quot;:10.07},{&quot;2026-06-18&quot;:10.07},{&quot;2026-06-19&quot;:10.07},{&quot;2026-06-20&quot;:10.07},{&quot;2026-06-21&quot;:10.07},{&quot;2026-06-22&quot;:10.07},{&quot;2026-06-23&quot;:10.04},{&quot;2026-06-24&quot;:10.04},{&quot;2026-06-25&quot;:10.04},{&quot;2026-06-26&quot;:10.04},{&quot;2026-06-27&quot;:10.04},{&quot;2026-06-28&quot;:10.04},{&quot;2026-06-29&quot;:10.04},{&quot;2026-06-30&quot;:10.04},{&quot;2026-07-01&quot;:10.04},{&quot;2026-07-02&quot;:10.04},{&quot;2026-07-03&quot;:10.04},{&quot;2026-07-04&quot;:10.04},{&quot;2026-07-05&quot;:10.04},{&quot;2026-07-06&quot;:10.25},{&quot;2026-07-07&quot;:10.25},{&quot;2026-07-08&quot;:10.25},{&quot;2026-07-09&quot;:10.25},{&quot;2026-07-10&quot;:10.25},{&quot;2026-07-11&quot;:10.25},{&quot;2026-07-12&quot;:10.25},{&quot;2026-07-13&quot;:10.25},{&quot;2026-07-14&quot;:10.25},{&quot;2026-07-15&quot;:10.25},{&quot;2026-07-16&quot;:10.25},{&quot;2026-07-17&quot;:10.53},{&quot;2026-07-18&quot;:10.62},{&quot;2026-07-19&quot;:10.62},{&quot;2026-07-20&quot;:10.62},{&quot;2026-07-21&quot;:10.62},{&quot;2026-07-22&quot;:10.62},{&quot;2026-07-23&quot;:10.62},{&quot;2026-07-24&quot;:10.62},{&quot;2026-07-25&quot;:10.62},{&quot;2026-07-26&quot;:10.62},{&quot;2026-07-27&quot;:10.62},{&quot;2026-07-28&quot;:10.62},{&quot;2026-07-29&quot;:10.62},{&quot;2026-07-30&quot;:10.62},{&quot;2026-07-31&quot;:10.62},{&quot;2026-08-01&quot;:10.62},{&quot;2026-08-02&quot;:10.62},{&quot;2026-08-03&quot;:10.85},{&quot;2026-08-04&quot;:10.85},{&quot;2026-08-05&quot;:10.85},{&quot;2026-08-07&quot;:10.85},{&quot;2026-08-08&quot;:10.85},{&quot;2026-08-09&quot;:10.85},{&quot;2026-08-10&quot;:10.85},{&quot;2026-08-11&quot;:10.85},{&quot;2026-08-12&quot;:10.85},{&quot;2026-08-13&quot;:10.85},{&quot;2026-08-14&quot;:10.85},{&quot;2026-08-15&quot;:10.85},{&quot;2026-08-16&quot;:10.85},{&quot;2026-08-17&quot;:10.85},{&quot;2026-08-18&quot;:10.85},{&quot;2026-08-19&quot;:10.85},{&quot;2026-08-20&quot;:10.85},{&quot;2026-08-21&quot;:10.85},{&quot;2026-08-22&quot;:10.85},{&quot;2026-08-23&quot;:10.85},{&quot;2026-08-24&quot;:10.85},{&quot;2026-08-25&quot;:10.85},{&quot;2026-08-26&quot;:10.85},{&quot;2026-08-27&quot;:10.85},{&quot;2026-08-28&quot;:11.15},{&quot;2026-08-29&quot;:11.15},{&quot;2026-08-30&quot;:11.15},{&quot;2026-08-31&quot;:11.15},{&quot;2026-09-01&quot;:11.15},{&quot;2026-09-02&quot;:11.49},{&quot;2026-09-03&quot;:11.49},{&quot;2026-09-04&quot;:11.49},{&quot;2026-09-05&quot;:11.49},{&quot;2026-09-06&quot;:11.49},{&quot;2026-09-07&quot;:11.49},{&quot;2026-09-08&quot;:11.49},{&quot;2026-09-09&quot;:11.31},{&quot;2026-09-10&quot;:11.31},{&quot;2026-09-11&quot;:11.31},{&quot;2026-09-12&quot;:11.31}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.8},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.92},{&quot;2026-06-20&quot;:2.86},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.74},{&quot;2026-06-29&quot;:2.74},{&quot;2026-06-30&quot;:2.69},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.69},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.62},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.58},{&quot;2026-07-13&quot;:2.58},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.51},{&quot;2026-07-17&quot;:2.53},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-22&quot;:2.39},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-24&quot;:2.39},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-28&quot;:2.27},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.35},{&quot;2026-08-02&quot;:2.3},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.21},{&quot;2026-08-05&quot;:2.21},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.54},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.28}]}"
        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="91190"
  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">
            Gravecrawler
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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.28
          </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="Gravecrawler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/af50a9a4-a03e-4217-abcc-07c0e5e0f5ef.jpg?1783908013" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gravecrawler" src="https://cards.scryfall.io/large/front/a/f/af50a9a4-a03e-4217-abcc-07c0e5e0f5ef.jpg?1783908013" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:4.57},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.61},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.61},{&quot;2026-06-19&quot;:4.61},{&quot;2026-06-20&quot;:4.61},{&quot;2026-06-21&quot;:4.69},{&quot;2026-06-22&quot;:4.74},{&quot;2026-06-23&quot;:4.74},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.73},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.73},{&quot;2026-06-30&quot;:4.97},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:5.02},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:5.05},{&quot;2026-07-06&quot;:5.05},{&quot;2026-07-07&quot;:5.05},{&quot;2026-07-08&quot;:5.05},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:5.05},{&quot;2026-07-11&quot;:5.05},{&quot;2026-07-12&quot;:5.05},{&quot;2026-07-13&quot;:5.05},{&quot;2026-07-14&quot;:5.05},{&quot;2026-07-15&quot;:5.05},{&quot;2026-07-16&quot;:5.05},{&quot;2026-07-17&quot;:5.05},{&quot;2026-07-18&quot;:5.05},{&quot;2026-07-19&quot;:4.99},{&quot;2026-07-20&quot;:4.99},{&quot;2026-07-21&quot;:4.98},{&quot;2026-07-22&quot;:5.01},{&quot;2026-07-23&quot;:4.89},{&quot;2026-07-24&quot;:4.89},{&quot;2026-07-25&quot;:4.89},{&quot;2026-07-26&quot;:4.81},{&quot;2026-07-27&quot;:4.85},{&quot;2026-07-28&quot;:4.71},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.79},{&quot;2026-08-01&quot;:4.79},{&quot;2026-08-02&quot;:4.74},{&quot;2026-08-03&quot;:4.74},{&quot;2026-08-04&quot;:4.74},{&quot;2026-08-05&quot;:4.74},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.82},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.82},{&quot;2026-08-12&quot;:4.84},{&quot;2026-08-13&quot;:4.84},{&quot;2026-08-14&quot;:4.84},{&quot;2026-08-15&quot;:4.84},{&quot;2026-08-16&quot;:4.84},{&quot;2026-08-17&quot;:4.84},{&quot;2026-08-18&quot;:4.81},{&quot;2026-08-19&quot;:4.81},{&quot;2026-08-20&quot;:4.81},{&quot;2026-08-21&quot;:4.76},{&quot;2026-08-22&quot;:4.76},{&quot;2026-08-23&quot;:4.73},{&quot;2026-08-24&quot;:4.62},{&quot;2026-08-25&quot;:4.62},{&quot;2026-08-26&quot;:4.53},{&quot;2026-08-27&quot;:4.61},{&quot;2026-08-28&quot;:4.61},{&quot;2026-08-29&quot;:4.61},{&quot;2026-08-30&quot;:4.72},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.88},{&quot;2026-09-03&quot;:4.94},{&quot;2026-09-04&quot;:4.94},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.06},{&quot;2026-09-07&quot;:5.06},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:5.0},{&quot;2026-09-10&quot;:5.01},{&quot;2026-09-11&quot;:5.01},{&quot;2026-09-12&quot;:5.01}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.28},{&quot;2026-06-19&quot;:2.27},{&quot;2026-06-20&quot;:2.29},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.26},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.37},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.42},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-22&quot;:2.51},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.52},{&quot;2026-07-29&quot;:2.58},{&quot;2026-07-30&quot;:2.62},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.61},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.51},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.51},{&quot;2026-08-10&quot;:2.52},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.51},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.43},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.51},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.69},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.7},{&quot;2026-09-01&quot;:2.7},{&quot;2026-09-02&quot;:2.75},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.37},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.28}]}"
        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="15159"
  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-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">
            Urza&#39;s Power Plant
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Urza&#39;s Power-Plant
      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.27
          </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="Urza&#39;s Power Plant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b0449a19-37f7-4169-9e32-928db5ec76fe.jpg?1783915370" />

        <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">
            Urza&#39;s Power Plant
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Urza&#39;s Power-Plant</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="Urza&#39;s Power Plant" src="https://cards.scryfall.io/large/front/b/0/b0449a19-37f7-4169-9e32-928db5ec76fe.jpg?1783915370" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.33},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.87},{&quot;2026-07-07&quot;:1.95},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.02},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.27},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.27},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-22&quot;:2.41},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.5},{&quot;2026-07-28&quot;:2.5},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.37},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.12},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.12},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.12},{&quot;2026-08-16&quot;:2.12},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:2.08},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.12},{&quot;2026-08-22&quot;:2.07},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.02},{&quot;2026-08-31&quot;:2.0},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.77},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.79},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.86},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.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="20501"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eternal Witness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/76d7fa2c-4dbc-4e9e-9448-5bf8bbee95d6.jpg?1783921869" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eternal Witness" src="https://cards.scryfall.io/large/front/7/6/76d7fa2c-4dbc-4e9e-9448-5bf8bbee95d6.jpg?1783921869" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.9},{&quot;2026-06-11&quot;:1.9},{&quot;2026-06-12&quot;:1.93},{&quot;2026-06-13&quot;:1.93},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:1.95},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.85},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-24&quot;:1.88},{&quot;2026-06-25&quot;:1.88},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.85},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.83},{&quot;2026-07-09&quot;:1.83},{&quot;2026-07-10&quot;:1.83},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.85},{&quot;2026-07-20&quot;:1.85},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.75},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.85},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.28},{&quot;2026-08-13&quot;:2.28},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.27},{&quot;2026-08-17&quot;:2.27},{&quot;2026-08-18&quot;:2.28},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.36},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.47},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.3},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.25}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.92},{&quot;2026-06-11&quot;:1.88},{&quot;2026-06-12&quot;:1.88},{&quot;2026-06-13&quot;:1.95},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:2.01},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:1.96},{&quot;2026-06-26&quot;:2.0},{&quot;2026-06-27&quot;:2.03},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:1.98},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.8},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.86},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.83},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.61},{&quot;2026-07-21&quot;:1.61},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.57},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.63},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.58},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.76},{&quot;2026-08-11&quot;:1.86},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.03},{&quot;2026-08-14&quot;:2.03},{&quot;2026-08-15&quot;:2.03},{&quot;2026-08-16&quot;:2.04},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.04},{&quot;2026-08-24&quot;:2.15},{&quot;2026-08-25&quot;:2.15},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.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="16439"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Knight of the White Orchid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/0/2096c0f1-9a61-4c2a-ac1a-a2fb4e73d121.jpg?1783924972" />

        <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">
            Knight of the White Orchid
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Knight of the White Orchid" src="https://cards.scryfall.io/large/front/2/0/2096c0f1-9a61-4c2a-ac1a-a2fb4e73d121.jpg?1783924972" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Cut Down" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/753db072-5d6a-4f37-8f7d-255572ecd3bd.jpg?1783921335" />

        <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">
            Cut Down
        </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-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="Cut Down" src="https://cards.scryfall.io/large/front/7/5/753db072-5d6a-4f37-8f7d-255572ecd3bd.jpg?1783921335" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:0.53},{&quot;2026-06-15&quot;:0.52},{&quot;2026-06-16&quot;:0.54},{&quot;2026-06-17&quot;:0.57},{&quot;2026-06-18&quot;:0.57},{&quot;2026-06-19&quot;:0.57},{&quot;2026-06-20&quot;:0.57},{&quot;2026-06-21&quot;:0.57},{&quot;2026-06-22&quot;:0.56},{&quot;2026-06-23&quot;:0.55},{&quot;2026-06-24&quot;:0.55},{&quot;2026-06-25&quot;:0.55},{&quot;2026-06-26&quot;:0.57},{&quot;2026-06-27&quot;:0.57},{&quot;2026-06-28&quot;:0.57},{&quot;2026-06-29&quot;:0.57},{&quot;2026-06-30&quot;:0.57},{&quot;2026-07-01&quot;:0.57},{&quot;2026-07-02&quot;:0.55},{&quot;2026-07-03&quot;:0.54},{&quot;2026-07-04&quot;:0.55},{&quot;2026-07-05&quot;:0.56},{&quot;2026-07-06&quot;:0.57},{&quot;2026-07-07&quot;:0.57},{&quot;2026-07-08&quot;:0.57},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.57},{&quot;2026-07-11&quot;:0.57},{&quot;2026-07-12&quot;:0.57},{&quot;2026-07-13&quot;:0.57},{&quot;2026-07-14&quot;:0.57},{&quot;2026-07-15&quot;:0.57},{&quot;2026-07-16&quot;:0.57},{&quot;2026-07-17&quot;:0.58},{&quot;2026-07-18&quot;:0.58},{&quot;2026-07-19&quot;:0.58},{&quot;2026-07-20&quot;:0.58},{&quot;2026-07-21&quot;:0.58},{&quot;2026-07-22&quot;:0.57},{&quot;2026-07-23&quot;:0.57},{&quot;2026-07-24&quot;:0.57},{&quot;2026-07-25&quot;:0.58},{&quot;2026-07-26&quot;:0.63},{&quot;2026-07-27&quot;:0.63},{&quot;2026-07-28&quot;:0.63},{&quot;2026-07-29&quot;:0.63},{&quot;2026-07-30&quot;:0.63},{&quot;2026-07-31&quot;:0.63},{&quot;2026-08-01&quot;:0.63},{&quot;2026-08-02&quot;:0.63},{&quot;2026-08-03&quot;:0.63},{&quot;2026-08-04&quot;:0.64},{&quot;2026-08-05&quot;:0.62},{&quot;2026-08-07&quot;:0.63},{&quot;2026-08-08&quot;:0.63},{&quot;2026-08-09&quot;:0.61},{&quot;2026-08-10&quot;:0.61},{&quot;2026-08-11&quot;:0.61},{&quot;2026-08-12&quot;:0.61},{&quot;2026-08-13&quot;:0.61},{&quot;2026-08-14&quot;:0.58},{&quot;2026-08-15&quot;:0.57},{&quot;2026-08-16&quot;:0.57},{&quot;2026-08-17&quot;:0.57},{&quot;2026-08-18&quot;:0.58},{&quot;2026-08-19&quot;:0.58},{&quot;2026-08-20&quot;:0.59},{&quot;2026-08-21&quot;:0.59},{&quot;2026-08-22&quot;:0.56},{&quot;2026-08-23&quot;:0.57},{&quot;2026-08-24&quot;:0.57},{&quot;2026-08-25&quot;:0.56},{&quot;2026-08-26&quot;:0.56},{&quot;2026-08-27&quot;:0.56},{&quot;2026-08-28&quot;:0.57},{&quot;2026-08-29&quot;:0.57},{&quot;2026-08-30&quot;:0.56},{&quot;2026-08-31&quot;:0.58},{&quot;2026-09-01&quot;:0.58},{&quot;2026-09-02&quot;:0.58},{&quot;2026-09-03&quot;:0.58},{&quot;2026-09-04&quot;:0.58},{&quot;2026-09-05&quot;:0.76},{&quot;2026-09-06&quot;:1.23},{&quot;2026-09-07&quot;:1.1},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.49},{&quot;2026-09-10&quot;:1.64},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.91}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:0.39},{&quot;2026-06-15&quot;:0.4},{&quot;2026-06-16&quot;:0.39},{&quot;2026-06-17&quot;:0.37},{&quot;2026-06-18&quot;:0.37},{&quot;2026-06-19&quot;:0.36},{&quot;2026-06-20&quot;:0.36},{&quot;2026-06-21&quot;:0.36},{&quot;2026-06-22&quot;:0.37},{&quot;2026-06-23&quot;:0.38},{&quot;2026-06-24&quot;:0.38},{&quot;2026-06-25&quot;:0.4},{&quot;2026-06-26&quot;:0.39},{&quot;2026-06-27&quot;:0.4},{&quot;2026-06-28&quot;:0.4},{&quot;2026-06-29&quot;:0.41},{&quot;2026-06-30&quot;:0.41},{&quot;2026-07-01&quot;:0.39},{&quot;2026-07-02&quot;:0.41},{&quot;2026-07-03&quot;:0.39},{&quot;2026-07-04&quot;:0.38},{&quot;2026-07-05&quot;:0.38},{&quot;2026-07-06&quot;:0.37},{&quot;2026-07-07&quot;:0.37},{&quot;2026-07-08&quot;:0.37},{&quot;2026-07-09&quot;:0.38},{&quot;2026-07-10&quot;:0.39},{&quot;2026-07-11&quot;:0.37},{&quot;2026-07-12&quot;:0.38},{&quot;2026-07-13&quot;:0.39},{&quot;2026-07-14&quot;:0.4},{&quot;2026-07-15&quot;:0.4},{&quot;2026-07-16&quot;:0.4},{&quot;2026-07-17&quot;:0.4},{&quot;2026-07-18&quot;:0.41},{&quot;2026-07-19&quot;:0.42},{&quot;2026-07-20&quot;:0.42},{&quot;2026-07-21&quot;:0.42},{&quot;2026-07-22&quot;:0.41},{&quot;2026-07-23&quot;:0.4},{&quot;2026-07-24&quot;:0.41},{&quot;2026-07-25&quot;:0.41},{&quot;2026-07-26&quot;:0.4},{&quot;2026-07-27&quot;:0.4},{&quot;2026-07-28&quot;:0.43},{&quot;2026-07-29&quot;:0.43},{&quot;2026-07-30&quot;:0.43},{&quot;2026-07-31&quot;:0.43},{&quot;2026-08-01&quot;:0.42},{&quot;2026-08-02&quot;:0.42},{&quot;2026-08-03&quot;:0.41},{&quot;2026-08-04&quot;:0.41},{&quot;2026-08-05&quot;:0.4},{&quot;2026-08-07&quot;:0.38},{&quot;2026-08-08&quot;:0.38},{&quot;2026-08-09&quot;:0.37},{&quot;2026-08-10&quot;:0.37},{&quot;2026-08-11&quot;:0.37},{&quot;2026-08-12&quot;:0.35},{&quot;2026-08-13&quot;:0.36},{&quot;2026-08-14&quot;:0.37},{&quot;2026-08-15&quot;:0.4},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.4},{&quot;2026-08-18&quot;:0.41},{&quot;2026-08-19&quot;:0.41},{&quot;2026-08-20&quot;:0.4},{&quot;2026-08-21&quot;:0.41},{&quot;2026-08-22&quot;:0.4},{&quot;2026-08-23&quot;:0.4},{&quot;2026-08-24&quot;:0.39},{&quot;2026-08-25&quot;:0.39},{&quot;2026-08-26&quot;:0.38},{&quot;2026-08-27&quot;:0.38},{&quot;2026-08-28&quot;:0.37},{&quot;2026-08-29&quot;:0.37},{&quot;2026-08-30&quot;:0.38},{&quot;2026-08-31&quot;:0.39},{&quot;2026-09-01&quot;:0.4},{&quot;2026-09-02&quot;:0.41},{&quot;2026-09-03&quot;:0.43},{&quot;2026-09-04&quot;:0.44},{&quot;2026-09-05&quot;:0.82},{&quot;2026-09-06&quot;:1.28},{&quot;2026-09-07&quot;:1.52},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="48969"
  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">
            Thought Monitor
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Thought Monitor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/996c1952-8d10-4296-8960-ff8993833649.jpg?1783926868" />

        <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">
            Thought Monitor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Thought Monitor" src="https://cards.scryfall.io/large/front/9/9/996c1952-8d10-4296-8960-ff8993833649.jpg?1783926868" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.99},{&quot;2026-06-11&quot;:3.99},{&quot;2026-06-12&quot;:3.59},{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.59},{&quot;2026-06-15&quot;:3.59},{&quot;2026-06-16&quot;:3.61},{&quot;2026-06-17&quot;:3.61},{&quot;2026-06-18&quot;:3.61},{&quot;2026-06-19&quot;:3.61},{&quot;2026-06-20&quot;:3.59},{&quot;2026-06-21&quot;:3.59},{&quot;2026-06-22&quot;:3.59},{&quot;2026-06-24&quot;:3.59},{&quot;2026-06-25&quot;:3.59},{&quot;2026-06-26&quot;:3.59},{&quot;2026-06-27&quot;:3.59},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.59},{&quot;2026-07-01&quot;:3.59},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.36},{&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.36},{&quot;2026-07-14&quot;:3.31},{&quot;2026-07-15&quot;:3.31},{&quot;2026-07-16&quot;:3.33},{&quot;2026-07-17&quot;:3.33},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.39},{&quot;2026-07-20&quot;:3.39},{&quot;2026-07-21&quot;:3.39},{&quot;2026-07-23&quot;:3.33},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.21},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-29&quot;:3.21},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.21},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.21},{&quot;2026-08-03&quot;:3.28},{&quot;2026-08-04&quot;:3.28},{&quot;2026-08-05&quot;:3.28},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.31},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.33},{&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.33},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.33},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.33},{&quot;2026-08-23&quot;:3.33},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.33},{&quot;2026-08-26&quot;:3.33},{&quot;2026-08-27&quot;:3.33},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.31},{&quot;2026-09-02&quot;:3.31},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46},{&quot;2026-09-12&quot;:3.55}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.37},{&quot;2026-06-11&quot;:1.37},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.36},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.27},{&quot;2026-06-17&quot;:1.27},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.12},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.99},{&quot;2026-06-30&quot;:1.02},{&quot;2026-07-01&quot;:1.07},{&quot;2026-07-02&quot;:1.07},{&quot;2026-07-03&quot;:1.07},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.06},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.17},{&quot;2026-07-09&quot;:1.17},{&quot;2026-07-10&quot;:1.17},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:1.1},{&quot;2026-07-16&quot;:1.04},{&quot;2026-07-17&quot;:1.08},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.09},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.53},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.43},{&quot;2026-08-09&quot;:2.58},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.62},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:1.66},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.72},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.63},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.43},{&quot;2026-09-01&quot;:1.43},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.47},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.46},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.24},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="White Sun&#39;s Twilight" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/fff13d77-8133-4328-b91e-efce229bc331.jpg?1783918071" />

        <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">
            White Sun&#39;s Twilight
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="White Sun&#39;s Twilight" src="https://cards.scryfall.io/large/front/f/f/fff13d77-8133-4328-b91e-efce229bc331.jpg?1783918071" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-14&quot;:3.11},{&quot;2026-06-15&quot;:3.16},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.2},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:3.2},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.33},{&quot;2026-06-24&quot;:3.33},{&quot;2026-06-25&quot;:3.33},{&quot;2026-06-26&quot;:3.08},{&quot;2026-06-27&quot;:3.08},{&quot;2026-06-28&quot;:3.07},{&quot;2026-06-29&quot;:3.04},{&quot;2026-06-30&quot;:3.08},{&quot;2026-07-01&quot;:3.05},{&quot;2026-07-02&quot;:3.07},{&quot;2026-07-03&quot;:3.07},{&quot;2026-07-04&quot;:3.07},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.95},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.67},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.7},{&quot;2026-07-17&quot;:2.7},{&quot;2026-07-18&quot;:2.7},{&quot;2026-07-19&quot;:2.69},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.78},{&quot;2026-07-22&quot;:2.65},{&quot;2026-07-23&quot;:2.64},{&quot;2026-07-24&quot;:2.64},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-28&quot;:2.52},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.58},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.61},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.61},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.64},{&quot;2026-08-20&quot;:2.58},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.37},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.25},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.41},{&quot;2026-06-18&quot;:2.41},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.69},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.91},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.56},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.42},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.97},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-22&quot;:2.31},{&quot;2026-07-23&quot;:2.45},{&quot;2026-07-24&quot;:2.62},{&quot;2026-07-25&quot;:2.51},{&quot;2026-07-26&quot;:2.32},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.65},{&quot;2026-08-02&quot;:2.68},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:3.02},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.4},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.11},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:1.98},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.95},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.81},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.38},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.45},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Urabrask, Heretic Praetor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/1152a35a-9483-446e-a2d8-539b4518a1ad.jpg?1783923015" />

        <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">
            Urabrask, Heretic Praetor
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Phyrexian Praetor</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="Urabrask, Heretic Praetor" src="https://cards.scryfall.io/large/front/1/1/1152a35a-9483-446e-a2d8-539b4518a1ad.jpg?1783923015" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.34},{&quot;2026-06-11&quot;:3.34},{&quot;2026-06-12&quot;:3.41},{&quot;2026-06-13&quot;:3.41},{&quot;2026-06-14&quot;:3.41},{&quot;2026-06-15&quot;:3.39},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.6},{&quot;2026-06-22&quot;:3.6},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.6},{&quot;2026-06-26&quot;:3.6},{&quot;2026-06-27&quot;:3.6},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.6},{&quot;2026-07-01&quot;:3.6},{&quot;2026-07-02&quot;:3.6},{&quot;2026-07-03&quot;:3.6},{&quot;2026-07-04&quot;:3.63},{&quot;2026-07-05&quot;:3.63},{&quot;2026-07-06&quot;:3.63},{&quot;2026-07-07&quot;:3.63},{&quot;2026-07-08&quot;:3.64},{&quot;2026-07-09&quot;:3.64},{&quot;2026-07-10&quot;:3.64},{&quot;2026-07-11&quot;:3.64},{&quot;2026-07-12&quot;:3.64},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.64},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.64},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.64},{&quot;2026-07-20&quot;:3.64},{&quot;2026-07-21&quot;:3.64},{&quot;2026-07-23&quot;:3.64},{&quot;2026-07-25&quot;:3.67},{&quot;2026-07-26&quot;:3.67},{&quot;2026-07-27&quot;:3.7},{&quot;2026-07-29&quot;:3.7},{&quot;2026-07-30&quot;:3.7},{&quot;2026-07-31&quot;:3.69},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.68},{&quot;2026-08-04&quot;:3.68},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:3.68},{&quot;2026-08-09&quot;:3.68},{&quot;2026-08-10&quot;:3.78},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.78},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:3.78},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.78},{&quot;2026-08-17&quot;:3.77},{&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.77},{&quot;2026-08-22&quot;:3.77},{&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.77},{&quot;2026-08-27&quot;:3.77},{&quot;2026-08-28&quot;:3.77},{&quot;2026-08-29&quot;:3.77},{&quot;2026-08-30&quot;:3.77},{&quot;2026-08-31&quot;:3.77},{&quot;2026-09-01&quot;:3.77},{&quot;2026-09-02&quot;:3.73},{&quot;2026-09-03&quot;:3.86},{&quot;2026-09-04&quot;:3.86},{&quot;2026-09-05&quot;:3.86},{&quot;2026-09-06&quot;:3.86},{&quot;2026-09-07&quot;:3.86},{&quot;2026-09-08&quot;:3.86},{&quot;2026-09-09&quot;:3.86},{&quot;2026-09-10&quot;:3.85},{&quot;2026-09-11&quot;:3.83},{&quot;2026-09-12&quot;:3.83}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.97},{&quot;2026-06-11&quot;:1.97},{&quot;2026-06-12&quot;:1.97},{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:2.0},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:2.04},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-24&quot;:2.04},{&quot;2026-06-25&quot;:2.04},{&quot;2026-06-26&quot;:2.04},{&quot;2026-06-27&quot;:2.04},{&quot;2026-06-28&quot;:2.23},{&quot;2026-06-29&quot;:2.23},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.24},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.25},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.32},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-29&quot;:2.4},{&quot;2026-07-30&quot;:2.4},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.4},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.4},{&quot;2026-08-07&quot;:2.41},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.38},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.46},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.43},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86701"
  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">
            Tireless Provisioner
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Tireless Provisioner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/1163fe84-c5d5-42c8-b7cd-d206a9b0bd3f.jpg?1783916537" />

        <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">
            Tireless Provisioner
        </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 — Elf Scout</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="Tireless Provisioner" src="https://cards.scryfall.io/large/front/1/1/1163fe84-c5d5-42c8-b7cd-d206a9b0bd3f.jpg?1783916537" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-14&quot;:2.77},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.76},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.71},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.49},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.79},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.35},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.48},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:3.13},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-22&quot;:3.16},{&quot;2026-07-23&quot;:3.26},{&quot;2026-07-24&quot;:3.26},{&quot;2026-07-25&quot;:3.36},{&quot;2026-07-26&quot;:3.36},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.7},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.68},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.78},{&quot;2026-08-04&quot;:2.59},{&quot;2026-08-05&quot;:2.64},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.67},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.62},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.58},{&quot;2026-08-23&quot;:2.58},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.61},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.69},{&quot;2026-08-28&quot;:2.79},{&quot;2026-08-29&quot;:2.79},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.68},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.71},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.69},{&quot;2026-09-06&quot;:2.76},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Frenzied Baloth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c72d85e9-a0bc-4f73-8d73-c58843577f4e.jpg?1782685457" />

        <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">
            Frenzied Baloth
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Beast</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-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="Frenzied Baloth" src="https://cards.scryfall.io/large/front/c/7/c72d85e9-a0bc-4f73-8d73-c58843577f4e.jpg?1782685457" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:2.27},{&quot;2026-06-13&quot;:2.22},{&quot;2026-06-14&quot;:2.16},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.87},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:1.83},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.87},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-25&quot;:2.11},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.14},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.03},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:2.08},{&quot;2026-08-16&quot;:2.18},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.48},{&quot;2026-08-27&quot;:2.49},{&quot;2026-08-28&quot;:2.52},{&quot;2026-08-29&quot;:2.52},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.33},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.48},{&quot;2026-09-12&quot;:2.48}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.42},{&quot;2026-06-13&quot;:1.3},{&quot;2026-06-14&quot;:1.12},{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.16},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.13},{&quot;2026-06-23&quot;:1.05},{&quot;2026-06-24&quot;:1.02},{&quot;2026-06-25&quot;:1.12},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.1},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.19},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.02},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.14},{&quot;2026-07-11&quot;:1.08},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.16},{&quot;2026-07-15&quot;:1.32},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.33},{&quot;2026-07-19&quot;:1.35},{&quot;2026-07-20&quot;:1.39},{&quot;2026-07-21&quot;:1.5},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.27},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.46},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.25},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.38},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.33},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:1.98},{&quot;2026-08-18&quot;:1.54},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.83},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.52},{&quot;2026-09-08&quot;:2.86},{&quot;2026-09-09&quot;:2.86},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.47},{&quot;2026-09-12&quot;:2.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Talisman of Dominance" src="https://cards.scryfall.io/large/front/1/c/1ca2a0f9-b403-4d1e-961c-32b64bab81d0.jpg?1783922385" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.25
              </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.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-14&quot;:3.31},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.22},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.24},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-23&quot;:3.24},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.16},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.15},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.2},{&quot;2026-06-30&quot;:3.2},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.2},{&quot;2026-07-03&quot;:3.26},{&quot;2026-07-04&quot;:3.17},{&quot;2026-07-05&quot;:3.22},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.06},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.86},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.9},{&quot;2026-07-15&quot;:2.9},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.65},{&quot;2026-07-22&quot;:2.69},{&quot;2026-07-23&quot;:2.64},{&quot;2026-07-24&quot;:2.64},{&quot;2026-07-25&quot;:2.64},{&quot;2026-07-26&quot;:2.57},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.57},{&quot;2026-07-29&quot;:2.5},{&quot;2026-07-30&quot;:2.5},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.39},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.11},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.11},{&quot;2026-08-16&quot;:2.11},{&quot;2026-08-17&quot;:2.11},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.28},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Adaptive Automaton
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Construct</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="Adaptive Automaton" src="https://cards.scryfall.io/large/front/b/a/ba16bfb3-dbd3-4b3a-b155-08b613268d57.jpg?1783930120" />
    </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">
                $2.00
              </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">
                $2.25
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.06},{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.06},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.06},{&quot;2026-06-18&quot;:2.06},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:2.13},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.13},{&quot;2026-07-11&quot;:2.13},{&quot;2026-07-12&quot;:2.13},{&quot;2026-07-13&quot;:2.13},{&quot;2026-07-14&quot;:2.13},{&quot;2026-07-15&quot;:2.13},{&quot;2026-07-16&quot;:2.13},{&quot;2026-07-17&quot;:2.13},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-23&quot;:2.21},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.29},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.29},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.19},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.19},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.19},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.25}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.67},{&quot;2026-06-13&quot;:1.67},{&quot;2026-06-14&quot;:1.67},{&quot;2026-06-15&quot;:1.7},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.69},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.75},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.75},{&quot;2026-07-16&quot;:1.75},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.78},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.66},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.92},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:2.0},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Piper of the Swarm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4810704-beb8-499c-a921-26f672fd33b2.jpg?1783926215" />

        <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">
            Piper of the Swarm
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Piper of the Swarm" src="https://cards.scryfall.io/large/front/b/4/b4810704-beb8-499c-a921-26f672fd33b2.jpg?1783926215" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.52},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.82},{&quot;2026-06-23&quot;:2.88},{&quot;2026-06-24&quot;:3.04},{&quot;2026-06-25&quot;:3.04},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.16},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.22},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.47},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.36},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.18},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.18},{&quot;2026-07-17&quot;:2.18},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.03},{&quot;2026-07-22&quot;:2.14},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.16},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.3},{&quot;2026-07-28&quot;:2.33},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.34},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.36},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.3},{&quot;2026-08-15&quot;:2.3},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:2.3},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.24},{&quot;2026-08-21&quot;:2.24},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.26},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.25},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.24},{&quot;2026-09-03&quot;:2.34},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/4/a/4abfe418-15f8-46ce-9b39-fd5a38b25d12.jpg?1783924779" />
    </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.26
              </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">
                $2.25
              </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">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.51},{&quot;2026-06-11&quot;:3.37},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.22},{&quot;2026-06-17&quot;:3.24},{&quot;2026-06-18&quot;:3.23},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-24&quot;:3.21},{&quot;2026-06-25&quot;:3.21},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.14},{&quot;2026-07-01&quot;:3.12},{&quot;2026-07-02&quot;:3.12},{&quot;2026-07-03&quot;:3.12},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:2.98},{&quot;2026-07-13&quot;:2.94},{&quot;2026-07-14&quot;:2.94},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.61},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.55},{&quot;2026-08-15&quot;:2.55},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:2.55},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.42},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.25}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.79},{&quot;2026-06-11&quot;:0.8},{&quot;2026-06-12&quot;:0.81},{&quot;2026-06-13&quot;:0.84},{&quot;2026-06-14&quot;:0.94},{&quot;2026-06-15&quot;:1.0},{&quot;2026-06-16&quot;:1.01},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.08},{&quot;2026-06-22&quot;:1.1},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.25},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.06},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:0.97},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.13},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.22},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.25},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.13},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.16},{&quot;2026-08-22&quot;:1.16},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.15},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.19},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.16},{&quot;2026-08-29&quot;:1.16},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.36},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.29},{&quot;2026-09-12&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Farseek" src="https://cards.scryfall.io/large/front/7/5/75e4e808-1511-40ca-984b-f95fb8f5daf0.jpg?1783931777" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Shattered Sanctum
        </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="Shattered Sanctum" src="https://cards.scryfall.io/large/front/5/a/5aa0c810-3b7d-4661-979e-e84fb327742d.jpg?1782682815" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.04},{&quot;2026-06-12&quot;:1.93},{&quot;2026-06-13&quot;:1.94},{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.27},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.37},{&quot;2026-06-22&quot;:2.35},{&quot;2026-06-23&quot;:2.24},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.05},{&quot;2026-06-26&quot;:1.87},{&quot;2026-06-27&quot;:1.89},{&quot;2026-06-28&quot;:1.82},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.84},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.79},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.78},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.83},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.55},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.68},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.66},{&quot;2026-08-29&quot;:1.66},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.91},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.23},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.01}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.59},{&quot;2026-06-12&quot;:1.73},{&quot;2026-06-13&quot;:1.46},{&quot;2026-06-14&quot;:1.5},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.5},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.19},{&quot;2026-06-22&quot;:1.16},{&quot;2026-06-23&quot;:1.14},{&quot;2026-06-24&quot;:1.07},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.35},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.34},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.99},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:1.98},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.35},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-23&quot;:1.21},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.28},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.48},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.55},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.57},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:1.66},{&quot;2026-08-19&quot;:1.43},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:2.48},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.52},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.07},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.03},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wild Magic Surge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c4c89d88-9d40-46b6-bee0-6bc2e2ca8ba1.jpg?1783922725" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wild Magic Surge" src="https://cards.scryfall.io/large/front/c/4/c4c89d88-9d40-46b6-bee0-6bc2e2ca8ba1.jpg?1783922725" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.55},{&quot;2026-06-13&quot;:1.55},{&quot;2026-06-14&quot;:1.55},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.51},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.61},{&quot;2026-06-27&quot;:1.61},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.03},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.05},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:1.99},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:2.05},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.13},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.17},{&quot;2026-08-05&quot;:2.17},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.35},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.42},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.41}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.83},{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:2.11},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.12},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.02},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.99},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:2.01},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.96},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.26},{&quot;2026-08-13&quot;:3.2},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.24}]}"
        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="51548"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-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">
            Arixmethes, Slumbering Isle
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Arixmethes, Slumbering Isle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2fa20406-86ce-48a1-876d-c434cfca2237.jpg?1783916866" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Arixmethes, Slumbering Isle
        </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 — Kraken</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Arixmethes, Slumbering Isle" src="https://cards.scryfall.io/large/front/2/f/2fa20406-86ce-48a1-876d-c434cfca2237.jpg?1783916866" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.36},{&quot;2026-06-11&quot;:2.36},{&quot;2026-06-12&quot;:2.39},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.39},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.84},{&quot;2026-08-04&quot;:1.87},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.87},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.9},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.9},{&quot;2026-08-18&quot;:1.9},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.92},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.0},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.66},{&quot;2026-06-11&quot;:1.56},{&quot;2026-06-12&quot;:1.68},{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.67},{&quot;2026-06-15&quot;:1.66},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.79},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.58},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.29},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.34},{&quot;2026-07-11&quot;:1.38},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-25&quot;:1.22},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-29&quot;:1.52},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.72},{&quot;2026-08-04&quot;:1.83},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.27},{&quot;2026-08-23&quot;:1.13},{&quot;2026-08-24&quot;:1.08},{&quot;2026-08-25&quot;:1.08},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.63},{&quot;2026-08-29&quot;:1.63},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:2.18},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.13},{&quot;2026-09-08&quot;:2.13},{&quot;2026-09-09&quot;:2.14},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53345"
  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">
            Grafdigger&#39;s Cage
        </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">
              ↑
              11%
            </span>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grafdigger&#39;s Cage" src="https://cards.scryfall.io/large/front/1/b/1b9a5015-9066-4150-8fce-79601d6612ca.jpg?1783910553" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:26.58},{&quot;2026-06-11&quot;:26.31},{&quot;2026-06-12&quot;:26.31},{&quot;2026-06-13&quot;:26.31},{&quot;2026-06-14&quot;:26.24},{&quot;2026-06-15&quot;:26.24},{&quot;2026-06-16&quot;:26.24},{&quot;2026-06-17&quot;:26.24},{&quot;2026-06-18&quot;:26.14},{&quot;2026-06-19&quot;:26.14},{&quot;2026-06-20&quot;:26.14},{&quot;2026-06-21&quot;:26.14},{&quot;2026-06-22&quot;:26.14},{&quot;2026-06-24&quot;:26.14},{&quot;2026-06-25&quot;:26.14},{&quot;2026-06-26&quot;:26.14},{&quot;2026-06-27&quot;:26.14},{&quot;2026-06-28&quot;:26.12},{&quot;2026-06-29&quot;:26.12},{&quot;2026-06-30&quot;:25.68},{&quot;2026-07-01&quot;:25.68},{&quot;2026-07-02&quot;:25.68},{&quot;2026-07-03&quot;:25.59},{&quot;2026-07-04&quot;:25.59},{&quot;2026-07-05&quot;:25.59},{&quot;2026-07-06&quot;:25.59},{&quot;2026-07-07&quot;:25.52},{&quot;2026-07-08&quot;:25.5},{&quot;2026-07-09&quot;:25.5},{&quot;2026-07-10&quot;:25.5},{&quot;2026-07-11&quot;:25.5},{&quot;2026-07-12&quot;:25.5},{&quot;2026-07-13&quot;:25.5},{&quot;2026-07-14&quot;:25.5},{&quot;2026-07-15&quot;:25.5},{&quot;2026-07-16&quot;:25.5},{&quot;2026-07-17&quot;:25.5},{&quot;2026-07-18&quot;:25.5},{&quot;2026-07-19&quot;:25.5},{&quot;2026-07-20&quot;:25.34},{&quot;2026-07-21&quot;:25.34},{&quot;2026-07-23&quot;:24.95},{&quot;2026-07-25&quot;:24.95},{&quot;2026-07-26&quot;:24.95},{&quot;2026-07-27&quot;:24.95},{&quot;2026-07-29&quot;:24.95},{&quot;2026-07-30&quot;:24.95},{&quot;2026-07-31&quot;:24.85},{&quot;2026-08-01&quot;:24.85},{&quot;2026-08-02&quot;:24.85},{&quot;2026-08-03&quot;:24.85},{&quot;2026-08-04&quot;:24.86},{&quot;2026-08-05&quot;:24.86},{&quot;2026-08-07&quot;:24.85},{&quot;2026-08-08&quot;:24.85},{&quot;2026-08-09&quot;:24.85},{&quot;2026-08-10&quot;:24.85},{&quot;2026-08-11&quot;:24.85},{&quot;2026-08-12&quot;:24.85},{&quot;2026-08-13&quot;:24.85},{&quot;2026-08-14&quot;:24.85},{&quot;2026-08-15&quot;:24.85},{&quot;2026-08-16&quot;:24.85},{&quot;2026-08-17&quot;:24.85},{&quot;2026-08-18&quot;:24.85},{&quot;2026-08-19&quot;:24.84},{&quot;2026-08-20&quot;:24.84},{&quot;2026-08-21&quot;:24.7},{&quot;2026-08-22&quot;:24.7},{&quot;2026-08-23&quot;:24.7},{&quot;2026-08-24&quot;:24.7},{&quot;2026-08-25&quot;:24.7},{&quot;2026-08-26&quot;:24.6},{&quot;2026-08-27&quot;:24.6},{&quot;2026-08-28&quot;:24.51},{&quot;2026-08-29&quot;:24.51},{&quot;2026-08-30&quot;:24.51},{&quot;2026-08-31&quot;:24.51},{&quot;2026-09-01&quot;:24.51},{&quot;2026-09-02&quot;:24.51},{&quot;2026-09-03&quot;:24.51},{&quot;2026-09-04&quot;:24.51},{&quot;2026-09-05&quot;:24.51},{&quot;2026-09-06&quot;:24.51},{&quot;2026-09-07&quot;:24.51},{&quot;2026-09-08&quot;:24.51},{&quot;2026-09-09&quot;:24.51},{&quot;2026-09-10&quot;:24.51},{&quot;2026-09-11&quot;:24.51},{&quot;2026-09-12&quot;:24.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.76},{&quot;2026-06-11&quot;:1.82},{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.94},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:2.03},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.06},{&quot;2026-06-20&quot;:2.2},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.41},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.15},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.17},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.11},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.32},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-29&quot;:2.71},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.63},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80685"
  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">
            Nezumi Shortfang 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Rat 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="text-sm font-medium text-nine-white">
            $2.24
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nezumi Shortfang // Stabwhisker the Odious" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/84b1a2d9-9b48-4eeb-8971-b1ebe1b0e0cb.jpg?1783931262" />

        <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">
            Nezumi Shortfang 
        </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 — Rat Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Nezumi Shortfang // Stabwhisker the Odious" src="https://cards.scryfall.io/large/front/8/4/84b1a2d9-9b48-4eeb-8971-b1ebe1b0e0cb.jpg?1783931262" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Nezumi Shortfang // Stabwhisker the Odious" src="https://cards.scryfall.io/large/front/8/4/84b1a2d9-9b48-4eeb-8971-b1ebe1b0e0cb.jpg?1783931262" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Restoration Magic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/494e68e9-ecba-4482-82bc-207ad59144c1.jpg?1783906646" />

        <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 Magic
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Restoration Magic" src="https://cards.scryfall.io/large/front/4/9/494e68e9-ecba-4482-82bc-207ad59144c1.jpg?1783906646" />
    </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">
            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.02
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.24
              </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">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:3.36},{&quot;2026-06-13&quot;:3.39},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.37},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.22},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.05},{&quot;2026-06-27&quot;:3.08},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.74},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.52},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.67},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.72},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.34},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-25&quot;:2.43},{&quot;2026-07-26&quot;:2.52},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-28&quot;:2.57},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.51},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.58},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.67},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.6},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.48},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.55},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.58},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.8},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.67},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.48},{&quot;2026-09-02&quot;:2.64},{&quot;2026-09-03&quot;:2.82},{&quot;2026-09-04&quot;:2.79},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.93},{&quot;2026-09-07&quot;:2.81},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.24}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.19},{&quot;2026-06-13&quot;:2.11},{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.69},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.25},{&quot;2026-06-18&quot;:1.97},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.27},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.2},{&quot;2026-06-27&quot;:1.91},{&quot;2026-06-28&quot;:1.56},{&quot;2026-06-29&quot;:2.0},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.18},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.61},{&quot;2026-07-11&quot;:2.17},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.96},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.64},{&quot;2026-08-01&quot;:2.65},{&quot;2026-08-02&quot;:2.72},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.72},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.53},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:1.99},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.04},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="5175"
  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">
            Starscape Cleric
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.56
          </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="Starscape Cleric" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53a938a7-0154-4350-87cb-00da24ec3824.jpg?1783910828" />

        <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">
            Starscape Cleric
        </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 — Bat Cleric</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="Starscape Cleric" src="https://cards.scryfall.io/large/front/5/3/53a938a7-0154-4350-87cb-00da24ec3824.jpg?1783910828" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.53},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.54},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.54},{&quot;2026-06-23&quot;:2.54},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.53},{&quot;2026-07-01&quot;:2.53},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.18},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.13},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.05},{&quot;2026-07-12&quot;:1.89},{&quot;2026-07-13&quot;:1.97},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:2.18},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.19},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.08},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.09},{&quot;2026-08-18&quot;:1.98},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.99},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:1.88},{&quot;2026-08-25&quot;:1.88},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.34},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.23}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.06},{&quot;2026-06-20&quot;:1.12},{&quot;2026-06-21&quot;:1.04},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:1.04},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.0},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:1.01},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:0.97},{&quot;2026-07-01&quot;:0.95},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.09},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:0.93},{&quot;2026-07-10&quot;:0.92},{&quot;2026-07-11&quot;:0.88},{&quot;2026-07-12&quot;:0.8},{&quot;2026-07-13&quot;:0.69},{&quot;2026-07-14&quot;:0.68},{&quot;2026-07-15&quot;:0.7},{&quot;2026-07-16&quot;:0.67},{&quot;2026-07-17&quot;:0.67},{&quot;2026-07-18&quot;:0.69},{&quot;2026-07-19&quot;:0.69},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.68},{&quot;2026-07-23&quot;:0.71},{&quot;2026-07-25&quot;:0.71},{&quot;2026-07-26&quot;:0.74},{&quot;2026-07-27&quot;:0.74},{&quot;2026-07-28&quot;:0.74},{&quot;2026-07-29&quot;:0.79},{&quot;2026-07-30&quot;:0.78},{&quot;2026-07-31&quot;:0.76},{&quot;2026-08-01&quot;:0.84},{&quot;2026-08-02&quot;:0.92},{&quot;2026-08-03&quot;:0.95},{&quot;2026-08-04&quot;:0.98},{&quot;2026-08-05&quot;:0.93},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.0},{&quot;2026-08-09&quot;:0.92},{&quot;2026-08-10&quot;:0.9},{&quot;2026-08-11&quot;:0.9},{&quot;2026-08-12&quot;:1.04},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.21},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.42},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.34},{&quot;2026-08-29&quot;:1.34},{&quot;2026-08-30&quot;:1.18},{&quot;2026-08-31&quot;:1.11},{&quot;2026-09-01&quot;:1.11},{&quot;2026-09-02&quot;:1.56},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.56}]}"
        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="29246"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Genesis Wave
        </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">
            $2.23
          </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="Genesis Wave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4b51445b-1590-4072-9712-5ca344b25e3e.jpg?1783909023" />

        <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">
            Genesis Wave
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Genesis Wave" src="https://cards.scryfall.io/large/front/4/b/4b51445b-1590-4072-9712-5ca344b25e3e.jpg?1783909023" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:5.44},{&quot;2026-06-15&quot;:5.44},{&quot;2026-06-16&quot;:5.36},{&quot;2026-06-17&quot;:5.29},{&quot;2026-06-18&quot;:5.29},{&quot;2026-06-19&quot;:5.53},{&quot;2026-06-20&quot;:5.53},{&quot;2026-06-21&quot;:5.53},{&quot;2026-06-22&quot;:5.53},{&quot;2026-06-23&quot;:5.56},{&quot;2026-06-24&quot;:5.67},{&quot;2026-06-25&quot;:5.67},{&quot;2026-06-26&quot;:5.67},{&quot;2026-06-27&quot;:5.67},{&quot;2026-06-28&quot;:5.67},{&quot;2026-06-29&quot;:5.67},{&quot;2026-06-30&quot;:5.67},{&quot;2026-07-01&quot;:5.67},{&quot;2026-07-02&quot;:5.67},{&quot;2026-07-03&quot;:5.69},{&quot;2026-07-04&quot;:5.56},{&quot;2026-07-05&quot;:5.56},{&quot;2026-07-06&quot;:5.56},{&quot;2026-07-07&quot;:5.56},{&quot;2026-07-08&quot;:5.56},{&quot;2026-07-09&quot;:5.46},{&quot;2026-07-10&quot;:5.46},{&quot;2026-07-11&quot;:5.46},{&quot;2026-07-12&quot;:5.53},{&quot;2026-07-13&quot;:5.5},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.49},{&quot;2026-07-18&quot;:5.49},{&quot;2026-07-19&quot;:5.49},{&quot;2026-07-20&quot;:5.54},{&quot;2026-07-21&quot;:5.57},{&quot;2026-07-22&quot;:5.58},{&quot;2026-07-23&quot;:5.58},{&quot;2026-07-24&quot;:5.58},{&quot;2026-07-25&quot;:5.48},{&quot;2026-07-26&quot;:5.48},{&quot;2026-07-27&quot;:5.48},{&quot;2026-07-28&quot;:5.57},{&quot;2026-07-29&quot;:5.6},{&quot;2026-07-30&quot;:5.6},{&quot;2026-07-31&quot;:5.75},{&quot;2026-08-01&quot;:5.75},{&quot;2026-08-02&quot;:5.75},{&quot;2026-08-03&quot;:5.73},{&quot;2026-08-04&quot;:5.73},{&quot;2026-08-05&quot;:5.62},{&quot;2026-08-07&quot;:5.58},{&quot;2026-08-08&quot;:5.58},{&quot;2026-08-09&quot;:5.58},{&quot;2026-08-10&quot;:5.46},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.46},{&quot;2026-08-13&quot;:5.47},{&quot;2026-08-14&quot;:5.41},{&quot;2026-08-15&quot;:5.53},{&quot;2026-08-16&quot;:5.53},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.64},{&quot;2026-08-19&quot;:5.58},{&quot;2026-08-20&quot;:5.58},{&quot;2026-08-21&quot;:5.56},{&quot;2026-08-22&quot;:5.52},{&quot;2026-08-23&quot;:5.52},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.66},{&quot;2026-08-26&quot;:5.63},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.41},{&quot;2026-08-29&quot;:5.41},{&quot;2026-08-30&quot;:5.63},{&quot;2026-08-31&quot;:5.63},{&quot;2026-09-01&quot;:5.63},{&quot;2026-09-02&quot;:5.63},{&quot;2026-09-03&quot;:5.63},{&quot;2026-09-04&quot;:5.63},{&quot;2026-09-05&quot;:5.86},{&quot;2026-09-06&quot;:5.86},{&quot;2026-09-07&quot;:5.86},{&quot;2026-09-08&quot;:5.86},{&quot;2026-09-09&quot;:5.86},{&quot;2026-09-10&quot;:5.69},{&quot;2026-09-11&quot;:5.69},{&quot;2026-09-12&quot;:5.74}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.09},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.02},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.03},{&quot;2026-06-28&quot;:1.99},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:2.0},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.24},{&quot;2026-07-08&quot;:2.3},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.21},{&quot;2026-07-19&quot;:2.07},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-22&quot;:2.14},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.26},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.09},{&quot;2026-08-12&quot;:2.03},{&quot;2026-08-13&quot;:2.04},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:2.05},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.36},{&quot;2026-08-29&quot;:2.36},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.15},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.09},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.09},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.23}]}"
        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="40420"
  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-khc 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">
            Lys Alana Huntmaster
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.23
          </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="Lys Alana Huntmaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0849f67b-da5d-49f7-840f-f87f48518156.jpg?1783928313" />

        <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">
            Lys Alana Huntmaster
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lys Alana Huntmaster" src="https://cards.scryfall.io/large/front/0/8/0849f67b-da5d-49f7-840f-f87f48518156.jpg?1783928313" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.33},{&quot;2026-06-12&quot;:2.33},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.58},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:3.0},{&quot;2026-06-29&quot;:2.99},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:3.0},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:3.16},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.33},{&quot;2026-07-06&quot;:3.35},{&quot;2026-07-07&quot;:3.32},{&quot;2026-07-08&quot;:3.16},{&quot;2026-07-09&quot;:3.16},{&quot;2026-07-10&quot;:3.16},{&quot;2026-07-11&quot;:3.15},{&quot;2026-07-12&quot;:2.98},{&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.99},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.9},{&quot;2026-07-20&quot;:2.85},{&quot;2026-07-21&quot;:2.63},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.16},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:1.96},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.72},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.66},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.13},{&quot;2026-08-29&quot;:2.13},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.14},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.23},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.23}]}"
        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="47636"
  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-mic ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eternal Witness" src="https://cards.scryfall.io/large/front/d/9/d925cb2d-30d5-4bb5-907e-0f8fb65fcab4.jpg?1783925330" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.89},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:1.84},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.79},{&quot;2026-06-30&quot;:1.8},{&quot;2026-07-01&quot;:1.86},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.93},{&quot;2026-07-12&quot;:1.94},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.04},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.05},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-22&quot;:2.09},{&quot;2026-07-23&quot;:2.11},{&quot;2026-07-24&quot;:2.12},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.12},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.09},{&quot;2026-07-31&quot;:2.21},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.11},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.08},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.04},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.04},{&quot;2026-08-29&quot;:2.04},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.17},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.16},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.17},{&quot;2026-09-11&quot;:2.22},{&quot;2026-09-12&quot;:2.23}]}"
        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="95306"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            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-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.23
          </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/1/2/1219d294-22b3-45de-91d9-8d80e27c2fd6.jpg?1783906258" />

        <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/1/2/1219d294-22b3-45de-91d9-8d80e27c2fd6.jpg?1783906258" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.23
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.03
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08-19&quot;:4.99},{&quot;2026-08-20&quot;:4.99},{&quot;2026-08-21&quot;:4.99},{&quot;2026-08-22&quot;:4.99},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:4.98},{&quot;2026-08-25&quot;:4.98},{&quot;2026-08-26&quot;:4.98},{&quot;2026-08-27&quot;:4.97},{&quot;2026-08-28&quot;:4.97},{&quot;2026-08-29&quot;:4.97},{&quot;2026-08-30&quot;:4.97},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:5.03},{&quot;2026-09-03&quot;:5.03},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.03},{&quot;2026-09-08&quot;:5.03},{&quot;2026-09-09&quot;:5.03},{&quot;2026-09-10&quot;:5.03},{&quot;2026-09-11&quot;:5.03},{&quot;2026-09-12&quot;:5.03}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.65},{&quot;2026-06-11&quot;:1.65},{&quot;2026-06-12&quot;:1.67},{&quot;2026-06-13&quot;:1.74},{&quot;2026-06-14&quot;:1.77},{&quot;2026-06-15&quot;:1.7},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.86},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.8},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-23&quot;:1.86},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.23},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.18},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.17},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.33},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.34},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.27},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.23}]}"
        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="95478"
  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">
            Hope Estheim
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary 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-100 text-badge-text">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.23
          </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="Hope Estheim" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5b1fd4c8-7de6-47cb-916a-513d04774f01.jpg?1783906503" />

        <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">
            Hope Estheim
        </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 Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hope Estheim" src="https://cards.scryfall.io/large/front/5/b/5b1fd4c8-7de6-47cb-916a-513d04774f01.jpg?1783906503" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.23
              </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">
                $3.83
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.35</span>
              <span class="text-xs text-grey-text">Credit: $0.46</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.43},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.37},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.63},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.81},{&quot;2026-06-25&quot;:2.81},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:3.03},{&quot;2026-07-04&quot;:3.03},{&quot;2026-07-05&quot;:3.09},{&quot;2026-07-06&quot;:3.15},{&quot;2026-07-07&quot;:3.15},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.34},{&quot;2026-07-10&quot;:3.34},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:3.47},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.4},{&quot;2026-07-16&quot;:3.34},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.12},{&quot;2026-07-19&quot;:3.17},{&quot;2026-07-20&quot;:3.17},{&quot;2026-07-21&quot;:3.17},{&quot;2026-07-22&quot;:3.17},{&quot;2026-07-23&quot;:3.17},{&quot;2026-07-24&quot;:3.17},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-28&quot;:3.15},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.39},{&quot;2026-07-31&quot;:3.33},{&quot;2026-08-01&quot;:3.35},{&quot;2026-08-02&quot;:3.19},{&quot;2026-08-03&quot;:3.25},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.3},{&quot;2026-08-07&quot;:3.37},{&quot;2026-08-08&quot;:3.37},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.45},{&quot;2026-08-12&quot;:3.49},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.54},{&quot;2026-08-16&quot;:3.54},{&quot;2026-08-17&quot;:3.52},{&quot;2026-08-18&quot;:3.52},{&quot;2026-08-19&quot;:3.54},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.67},{&quot;2026-08-22&quot;:3.67},{&quot;2026-08-23&quot;:3.67},{&quot;2026-08-24&quot;:3.66},{&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.67},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.67},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.83},{&quot;2026-09-07&quot;:3.79},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.85},{&quot;2026-09-12&quot;:3.83}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.15},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.39},{&quot;2026-06-21&quot;:2.45},{&quot;2026-06-22&quot;:2.48},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.48},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.34},{&quot;2026-06-28&quot;:2.33},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.19},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.24},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.35},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.38},{&quot;2026-07-16&quot;:2.38},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-22&quot;:2.48},{&quot;2026-07-23&quot;:2.52},{&quot;2026-07-24&quot;:2.52},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.3},{&quot;2026-08-04&quot;:2.21},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.2},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:1.84},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.42},{&quot;2026-09-04&quot;:2.49},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.23}]}"
        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="108351"
  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">
            Coin of Mastery
        </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-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.23
          </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="Coin of Mastery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca053574-2ac9-4814-955d-87a97e0aca7e.jpg?1783904161" />

        <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">
            Coin of Mastery
        </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-4'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Coin of Mastery" src="https://cards.scryfall.io/large/front/c/a/ca053574-2ac9-4814-955d-87a97e0aca7e.jpg?1783904161" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.23
              </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">
                $21.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;2026-06-15&quot;:3.06},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.06},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.06},{&quot;2026-07-03&quot;:3.06},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.06},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.06},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.06},{&quot;2026-07-13&quot;:3.06},{&quot;2026-07-14&quot;:3.06},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.06},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.06},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:3.06},{&quot;2026-07-22&quot;:3.06},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.06},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:3.06},{&quot;2026-08-01&quot;:3.06},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-06&quot;:3.06},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.06},{&quot;2026-08-09&quot;:3.06},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.06},{&quot;2026-08-12&quot;:3.06},{&quot;2026-08-13&quot;:3.06},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:3.06},{&quot;2026-08-16&quot;:3.06},{&quot;2026-08-17&quot;:3.06},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:22.43},{&quot;2026-08-20&quot;:22.43},{&quot;2026-08-21&quot;:22.35},{&quot;2026-08-22&quot;:22.35},{&quot;2026-08-23&quot;:22.35},{&quot;2026-08-24&quot;:22.28},{&quot;2026-08-25&quot;:22.28},{&quot;2026-08-26&quot;:22.28},{&quot;2026-08-27&quot;:22.28},{&quot;2026-08-28&quot;:22.17},{&quot;2026-08-29&quot;:22.17},{&quot;2026-08-30&quot;:21.92},{&quot;2026-08-31&quot;:21.87},{&quot;2026-09-01&quot;:21.87},{&quot;2026-09-02&quot;:21.87},{&quot;2026-09-03&quot;:21.87},{&quot;2026-09-04&quot;:21.87},{&quot;2026-09-05&quot;:21.98},{&quot;2026-09-06&quot;:21.98},{&quot;2026-09-07&quot;:21.98},{&quot;2026-09-08&quot;:21.98},{&quot;2026-09-09&quot;:21.98},{&quot;2026-09-10&quot;:21.98},{&quot;2026-09-11&quot;:21.98},{&quot;2026-09-12&quot;:21.98}],&quot;normal&quot;:[{&quot;2026-03-02&quot;:2.84},{&quot;2026-03-03&quot;:2.55},{&quot;2026-03-04&quot;:2.54},{&quot;2026-03-05&quot;:2.35},{&quot;2026-03-06&quot;:2.27},{&quot;2026-07-31&quot;:1.97},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.2},{&quot;2026-08-13&quot;:2.32},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:2.11},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.13},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.11},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.12},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.29},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.0},{&quot;2026-09-10&quot;:1.97},{&quot;2026-09-11&quot;:2.09},{&quot;2026-09-12&quot;:2.23}]}"
        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="12537"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Unquestioned Authority
        </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="text-sm font-medium text-nine-white">
            $2.22
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Unquestioned Authority" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/829710f9-6554-4391-bdb1-2ccdefc2caf5.jpg?1783928723" />

        <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">
            Unquestioned Authority
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Unquestioned Authority" src="https://cards.scryfall.io/large/front/8/2/829710f9-6554-4391-bdb1-2ccdefc2caf5.jpg?1783928723" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.22
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:4.01},{&quot;2026-06-13&quot;:4.01},{&quot;2026-06-14&quot;:4.16},{&quot;2026-06-15&quot;:4.16},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.56},{&quot;2026-06-18&quot;:4.44},{&quot;2026-06-19&quot;:4.26},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.26},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.09},{&quot;2026-06-24&quot;:4.09},{&quot;2026-06-25&quot;:3.96},{&quot;2026-06-26&quot;:3.94},{&quot;2026-06-27&quot;:3.94},{&quot;2026-06-28&quot;:3.93},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.41},{&quot;2026-07-06&quot;:3.41},{&quot;2026-07-07&quot;:3.74},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.82},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.71},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.67},{&quot;2026-07-16&quot;:3.61},{&quot;2026-07-17&quot;:3.61},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.55},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-23&quot;:3.93},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.31},{&quot;2026-07-31&quot;:3.12},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:2.69},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.71},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.06},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.12},{&quot;2026-09-02&quot;:2.19},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.18},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.26},{&quot;2026-09-09&quot;:2.32},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="23673"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            The Wandering Rescuer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Samurai Noble
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              17%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.22
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Wandering Rescuer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1ccca86-df8b-4fd9-8fdf-0a5a7b14cdee.jpg?1783909499" />

        <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 Rescuer
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Samurai Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Wandering Rescuer" src="https://cards.scryfall.io/large/front/e/1/e1ccca86-df8b-4fd9-8fdf-0a5a7b14cdee.jpg?1783909499" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.22
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  17%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.55
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  8%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.85},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.74},{&quot;2026-06-21&quot;:2.74},{&quot;2026-06-22&quot;:2.74},{&quot;2026-06-23&quot;:2.74},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.78},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.78},{&quot;2026-07-09&quot;:2.78},{&quot;2026-07-10&quot;:2.78},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.78},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.78},{&quot;2026-07-15&quot;:2.78},{&quot;2026-07-16&quot;:2.78},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.78},{&quot;2026-07-20&quot;:2.78},{&quot;2026-07-21&quot;:2.78},{&quot;2026-07-22&quot;:2.78},{&quot;2026-07-23&quot;:2.81},{&quot;2026-07-24&quot;:2.81},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.85},{&quot;2026-07-28&quot;:2.92},{&quot;2026-07-29&quot;:2.92},{&quot;2026-07-30&quot;:2.98},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.94},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:2.98},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.2},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.19},{&quot;2026-08-14&quot;:3.07},{&quot;2026-08-15&quot;:3.19},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.19},{&quot;2026-08-19&quot;:3.21},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.18},{&quot;2026-08-25&quot;:3.18},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.18},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.18},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.22},{&quot;2026-09-05&quot;:3.22},{&quot;2026-09-06&quot;:3.3},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.46},{&quot;2026-09-12&quot;:3.55}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.54},{&quot;2026-06-15&quot;:2.54},{&quot;2026-06-16&quot;:2.54},{&quot;2026-06-17&quot;:2.44},{&quot;2026-06-18&quot;:2.46},{&quot;2026-06-19&quot;:2.24},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.14},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.17},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.18},{&quot;2026-07-05&quot;:2.12},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.99},{&quot;2026-07-14&quot;:2.09},{&quot;2026-07-15&quot;:1.96},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.22},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-22&quot;:2.32},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-24&quot;:2.44},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.65},{&quot;2026-07-28&quot;:2.68},{&quot;2026-07-29&quot;:2.71},{&quot;2026-07-30&quot;:2.71},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.23},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.32},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.47},{&quot;2026-08-07&quot;:3.39},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.15},{&quot;2026-08-12&quot;:2.91},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.65},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:2.24},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.25},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.63},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.69},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49102"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Pashalik Mons
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Goblin 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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.22
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Pashalik Mons" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/11616853-34b1-4bb1-9590-461e12970ec3.jpg?1783933110" />

        <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">
            Pashalik Mons
        </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 — Goblin Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Pashalik Mons" src="https://cards.scryfall.io/large/front/1/1/11616853-34b1-4bb1-9590-461e12970ec3.jpg?1783933110" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.22
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.46
              </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.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-14&quot;:2.23},{&quot;2026-06-15&quot;:2.23},{&quot;2026-06-16&quot;:2.23},{&quot;2026-06-17&quot;:2.23},{&quot;2026-06-18&quot;:2.23},{&quot;2026-06-19&quot;:2.23},{&quot;2026-06-20&quot;:2.23},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.23},{&quot;2026-06-24&quot;:2.23},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.22},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.22},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.23},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.23},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.23},{&quot;2026-07-22&quot;:2.23},{&quot;2026-07-23&quot;:2.23},{&quot;2026-07-24&quot;:2.23},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.34},{&quot;2026-07-28&quot;:2.34},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.39},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.39},{&quot;2026-08-05&quot;:2.39},{&quot;2026-08-07&quot;:2.39},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.39},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.39},{&quot;2026-08-20&quot;:2.39},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.39},{&quot;2026-08-25&quot;:2.39},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.44},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.1},{&quot;2026-06-15&quot;:2.12},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.45},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.68},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.47},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.43},{&quot;2026-07-02&quot;:2.43},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.19},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.05},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:2.15},{&quot;2026-07-12&quot;:2.15},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-22&quot;:2.16},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.23},{&quot;2026-07-29&quot;:2.23},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.5},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.66},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.54},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.53},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.3},{&quot;2026-08-23&quot;:2.3},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.28},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.19},{&quot;2026-09-07&quot;:2.19},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.19},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:2.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12347"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lightning Bolt
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.21
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lightning Bolt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/ae5f9fb1-5a55-4db3-98a1-2628e3598c18.jpg?1783922736" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lightning Bolt
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Lightning Bolt" src="https://cards.scryfall.io/large/front/a/e/ae5f9fb1-5a55-4db3-98a1-2628e3598c18.jpg?1783922736" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.21
              </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">
                $2.71
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.08},{&quot;2026-06-15&quot;:2.08},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.09},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.27},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.83},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-24&quot;:2.83},{&quot;2026-07-25&quot;:2.83},{&quot;2026-07-26&quot;:2.83},{&quot;2026-07-27&quot;:2.83},{&quot;2026-07-28&quot;:2.95},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.95},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.68},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.68},{&quot;2026-08-10&quot;:2.68},{&quot;2026-08-11&quot;:2.68},{&quot;2026-08-12&quot;:2.68},{&quot;2026-08-13&quot;:2.68},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.68},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.77},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.88},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.83},{&quot;2026-08-24&quot;:2.83},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.77},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.81},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.85},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.85},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.71},{&quot;2026-09-11&quot;:2.71},{&quot;2026-09-12&quot;:2.71}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.37},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.34},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-23&quot;:1.39},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.04},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.14},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.06},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-22&quot;:1.35},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-24&quot;:1.34},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.38},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.79},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:2.21},{&quot;2026-08-04&quot;:2.68},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.92},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.5},{&quot;2026-08-12&quot;:3.24},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.07},{&quot;2026-08-15&quot;:2.92},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.72},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:2.04},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.17},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.46},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.23},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.21}]}"
        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="19302"
  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">
            Yavimaya Coast
        </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">
            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">
              ↑
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.21
          </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="Yavimaya Coast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79aa9c09-5eeb-466f-a8f5-9898de6e7c88.jpg?1783921199" />

        <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">
            Yavimaya Coast
        </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="Yavimaya Coast" src="https://cards.scryfall.io/large/front/7/9/79aa9c09-5eeb-466f-a8f5-9898de6e7c88.jpg?1783921199" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.21
              </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">
                $4.47
              </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.39},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.43},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.43},{&quot;2026-06-19&quot;:4.43},{&quot;2026-06-20&quot;:4.43},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.36},{&quot;2026-06-29&quot;:4.36},{&quot;2026-06-30&quot;:4.36},{&quot;2026-07-01&quot;:4.17},{&quot;2026-07-02&quot;:4.17},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.19},{&quot;2026-07-06&quot;:4.19},{&quot;2026-07-07&quot;:4.19},{&quot;2026-07-08&quot;:4.19},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.19},{&quot;2026-07-11&quot;:4.19},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.18},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-24&quot;:4.25},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.27},{&quot;2026-07-27&quot;:4.3},{&quot;2026-07-28&quot;:4.23},{&quot;2026-07-29&quot;:4.23},{&quot;2026-07-30&quot;:4.23},{&quot;2026-07-31&quot;:4.19},{&quot;2026-08-01&quot;:4.2},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.2},{&quot;2026-08-04&quot;:4.22},{&quot;2026-08-05&quot;:4.22},{&quot;2026-08-07&quot;:4.22},{&quot;2026-08-08&quot;:4.22},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.23},{&quot;2026-08-11&quot;:4.23},{&quot;2026-08-12&quot;:4.23},{&quot;2026-08-13&quot;:4.17},{&quot;2026-08-14&quot;:4.17},{&quot;2026-08-15&quot;:4.17},{&quot;2026-08-16&quot;:4.2},{&quot;2026-08-17&quot;:4.2},{&quot;2026-08-18&quot;:4.26},{&quot;2026-08-19&quot;:4.26},{&quot;2026-08-20&quot;:4.26},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.26},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.27},{&quot;2026-08-26&quot;:4.27},{&quot;2026-08-27&quot;:4.27},{&quot;2026-08-28&quot;:4.27},{&quot;2026-08-29&quot;:4.27},{&quot;2026-08-30&quot;:4.27},{&quot;2026-08-31&quot;:4.27},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.48},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.48},{&quot;2026-09-08&quot;:4.47},{&quot;2026-09-09&quot;:4.47},{&quot;2026-09-10&quot;:4.47},{&quot;2026-09-11&quot;:4.47},{&quot;2026-09-12&quot;:4.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.01},{&quot;2026-06-14&quot;:2.01},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.14},{&quot;2026-06-24&quot;:2.14},{&quot;2026-06-25&quot;:2.15},{&quot;2026-06-26&quot;:2.18},{&quot;2026-06-27&quot;:2.18},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:2.12},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.22},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-24&quot;:2.32},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.26},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.21},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.09},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:1.94},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.82},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.78},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.67},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.78},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.21}]}"
        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="20092"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Braids, Conjurer Adept
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human 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-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.21
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Braids, Conjurer Adept" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/593dfb2f-ede0-413a-b037-46ae5c3769e4.jpg?1783930202" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Braids, Conjurer Adept
        </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 Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Braids, Conjurer Adept" src="https://cards.scryfall.io/large/front/5/9/593dfb2f-ede0-413a-b037-46ae5c3769e4.jpg?1783930202" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.21
              </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">
                $0.84
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:0.79},{&quot;2026-06-13&quot;:0.79},{&quot;2026-06-14&quot;:0.79},{&quot;2026-06-15&quot;:0.79},{&quot;2026-06-16&quot;:0.79},{&quot;2026-06-17&quot;:0.79},{&quot;2026-06-18&quot;:0.79},{&quot;2026-06-19&quot;:0.79},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.79},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.81},{&quot;2026-06-25&quot;:0.81},{&quot;2026-06-26&quot;:0.81},{&quot;2026-06-27&quot;:0.81},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.81},{&quot;2026-07-02&quot;:0.81},{&quot;2026-07-03&quot;:0.81},{&quot;2026-07-04&quot;:0.81},{&quot;2026-07-05&quot;:0.81},{&quot;2026-07-06&quot;:0.81},{&quot;2026-07-07&quot;:0.81},{&quot;2026-07-08&quot;:0.81},{&quot;2026-07-09&quot;:0.81},{&quot;2026-07-10&quot;:0.81},{&quot;2026-07-11&quot;:0.81},{&quot;2026-07-12&quot;:0.81},{&quot;2026-07-13&quot;:0.81},{&quot;2026-07-14&quot;:0.81},{&quot;2026-07-15&quot;:0.81},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.81},{&quot;2026-07-19&quot;:0.81},{&quot;2026-07-20&quot;:0.81},{&quot;2026-07-21&quot;:0.81},{&quot;2026-07-23&quot;:0.81},{&quot;2026-07-25&quot;:0.81},{&quot;2026-07-26&quot;:0.81},{&quot;2026-07-27&quot;:0.81},{&quot;2026-07-28&quot;:0.85},{&quot;2026-07-29&quot;:0.85},{&quot;2026-07-30&quot;:0.87},{&quot;2026-07-31&quot;:0.88},{&quot;2026-08-01&quot;:0.88},{&quot;2026-08-02&quot;:0.88},{&quot;2026-08-03&quot;:0.88},{&quot;2026-08-04&quot;:0.87},{&quot;2026-08-05&quot;:0.87},{&quot;2026-08-07&quot;:0.87},{&quot;2026-08-08&quot;:0.87},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.94},{&quot;2026-08-11&quot;:0.93},{&quot;2026-08-12&quot;:0.93},{&quot;2026-08-13&quot;:0.93},{&quot;2026-08-14&quot;:0.93},{&quot;2026-08-15&quot;:0.93},{&quot;2026-08-16&quot;:0.93},{&quot;2026-08-17&quot;:0.93},{&quot;2026-08-18&quot;:0.93},{&quot;2026-08-19&quot;:0.93},{&quot;2026-08-20&quot;:0.93},{&quot;2026-08-21&quot;:0.93},{&quot;2026-08-22&quot;:0.93},{&quot;2026-08-23&quot;:0.93},{&quot;2026-08-24&quot;:0.93},{&quot;2026-08-25&quot;:0.93},{&quot;2026-08-26&quot;:0.93},{&quot;2026-08-27&quot;:0.93},{&quot;2026-08-28&quot;:0.93},{&quot;2026-08-29&quot;:0.93},{&quot;2026-08-30&quot;:0.86},{&quot;2026-08-31&quot;:0.86},{&quot;2026-09-01&quot;:0.86},{&quot;2026-09-02&quot;:0.86},{&quot;2026-09-03&quot;:0.86},{&quot;2026-09-04&quot;:0.86},{&quot;2026-09-05&quot;:0.86},{&quot;2026-09-06&quot;:0.86},{&quot;2026-09-07&quot;:0.86},{&quot;2026-09-08&quot;:0.86},{&quot;2026-09-09&quot;:0.84},{&quot;2026-09-10&quot;:0.84},{&quot;2026-09-11&quot;:0.84},{&quot;2026-09-12&quot;:0.84}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.35},{&quot;2026-06-13&quot;:2.35},{&quot;2026-06-14&quot;:2.35},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.01},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.79},{&quot;2026-06-24&quot;:1.85},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.46},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.5},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.19},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.33},{&quot;2026-07-16&quot;:1.33},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.28},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.35},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.43},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:2.01},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.09},{&quot;2026-09-04&quot;:2.11},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.11},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.14},{&quot;2026-09-10&quot;:2.14},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.21}]}"
        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="28386"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Death Tyrant
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Beholder Skeleton
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.21
          </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="Death Tyrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b9e508e9-c190-4db2-a278-9dbb09515ae2.jpg?1783926251" />

        <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">
            Death Tyrant
        </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 — Beholder Skeleton</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Death Tyrant" src="https://cards.scryfall.io/large/front/b/9/b9e508e9-c190-4db2-a278-9dbb09515ae2.jpg?1783926251" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.21
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.70</span>
              <span class="text-xs text-grey-text">Credit: $0.91</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.08},{&quot;2026-06-15&quot;:2.08},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.08},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:2.09},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.51},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.58},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.62},{&quot;2026-07-19&quot;:2.63},{&quot;2026-07-20&quot;:2.65},{&quot;2026-07-21&quot;:2.65},{&quot;2026-07-22&quot;:2.4},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-24&quot;:2.41},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.36},{&quot;2026-08-01&quot;:2.36},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.31},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.34},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.39},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.32},{&quot;2026-08-24&quot;:2.33},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.28},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.29},{&quot;2026-08-29&quot;:2.29},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.23},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.21}]}"
        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="79898"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Blitzwing, Cruel Tormentor 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact Creature — Robot
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              15%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.21
          </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="Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d20738d2-a159-4e3e-be7a-561a121bd447.jpg?1783919907" />

        <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">
            Blitzwing, Cruel Tormentor 
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact Creature — Robot</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant" src="https://cards.scryfall.io/large/front/d/2/d20738d2-a159-4e3e-be7a-561a121bd447.jpg?1783919907" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant" src="https://cards.scryfall.io/large/back/d/2/d20738d2-a159-4e3e-be7a-561a121bd447.jpg?1783919907" />
              </div>
            </div>
          </div>

          <p class="mt-2 text-sm text-grey-text">Tap card to flip</p>
        </div>
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.21
              </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">
                $2.64
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.72</span>
              <span class="text-xs text-grey-text">Credit: $0.94</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.85},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:2.96},{&quot;2026-06-19&quot;:2.97},{&quot;2026-06-20&quot;:2.97},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.97},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.91},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.91},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.93},{&quot;2026-07-03&quot;:2.93},{&quot;2026-07-04&quot;:2.93},{&quot;2026-07-05&quot;:2.93},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:2.99},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:3.0},{&quot;2026-07-11&quot;:3.05},{&quot;2026-07-12&quot;:3.05},{&quot;2026-07-13&quot;:3.05},{&quot;2026-07-14&quot;:3.03},{&quot;2026-07-15&quot;:3.03},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.09},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-22&quot;:3.05},{&quot;2026-07-23&quot;:3.05},{&quot;2026-07-24&quot;:3.04},{&quot;2026-07-25&quot;:3.04},{&quot;2026-07-26&quot;:3.05},{&quot;2026-07-27&quot;:3.09},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.15},{&quot;2026-07-30&quot;:3.14},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.14},{&quot;2026-08-03&quot;:3.15},{&quot;2026-08-04&quot;:3.15},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.14},{&quot;2026-08-09&quot;:3.15},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.15},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:2.96},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.83},{&quot;2026-08-21&quot;:2.83},{&quot;2026-08-22&quot;:2.83},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.7},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.64},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.69},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.64},{&quot;2026-09-12&quot;:2.64}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.07},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.11},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.06},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:1.98},{&quot;2026-06-22&quot;:1.92},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.79},{&quot;2026-06-27&quot;:1.78},{&quot;2026-06-28&quot;:1.79},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.92},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.91},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.08},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.12},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.13},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:1.99},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.06},{&quot;2026-07-22&quot;:2.07},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-24&quot;:2.0},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:1.96},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.85},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.08},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.09},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.41},{&quot;2026-08-29&quot;:2.41},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.59},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.45},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.21}]}"
        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 1801-1850 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=36&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=36&amp;username=denvermullets" rel="prev">36</a><a role="link" aria-disabled="true" aria-current="page">37</a><a href="/load_collection?direction=asc&amp;page=38&amp;username=denvermullets" rel="next">38</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=38&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="29810"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              77
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Hurkyl&#39;s Recall


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.29

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29810"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29810" src="/boxset_card/29810?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49458"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh3 ss-rare ss-fw ss-2x mr-4"></i>
              Flare of Malice


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.29

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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="49458"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49458" src="/boxset_card/49458?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74482"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              285
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Assault on Osgiliath


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.29

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74482"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74482" src="/boxset_card/74482?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96234"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              89
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-mythic ss-fw ss-2x mr-4"></i>
              Moraug, Fury of Akoum


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Minotaur 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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.29

                </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.78
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96234"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96234" src="/boxset_card/96234?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9220"
          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-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Octopus Umbra


            </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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <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.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9220"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9220" src="/boxset_card/9220?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12593"
          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">
              407
            </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>
              Stormtide Leviathan


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Leviathan
            </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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.94
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12593"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12593" src="/boxset_card/12593?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20530"
          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">
              189
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Arixmethes, Slumbering Isle


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Kraken
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20530"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20530" src="/boxset_card/20530?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20594"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              210
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Meddling Mage


            </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <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.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.88
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20594"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20594" src="/boxset_card/20594?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28454"
          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">
              47
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Fevered Suspicion


            </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <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.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28454"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28454" src="/boxset_card/28454?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28529"
          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">
              72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Sram, Senior Edificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <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.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28529"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28529" src="/boxset_card/28529?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34286"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              164
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-uncommon ss-fw ss-2x mr-4"></i>
              Migration Path


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </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="34286"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34286" src="/boxset_card/34286?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36596"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              304
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Saryth, the Viper&#39;s Fang


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warlock
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36596"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36596" src="/boxset_card/36596?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78905"
          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">
              79
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Pongify


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78905"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78905" src="/boxset_card/78905?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79593"
          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">
              303
            </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>
              Sram, Senior Edificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79593"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79593" src="/boxset_card/79593?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91190"
          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">
              380
            </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>
              Gravecrawler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.60
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91190"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91190" src="/boxset_card/91190?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15159"
          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">
              1052
            </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-common ss-fw ss-2x mr-4"></i>
              Urza&#39;s Power Plant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Urza&#39;s Power-Plant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      27%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="15159"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_15159" src="/boxset_card/15159?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20501"
          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">
              145
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Eternal Witness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20501"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20501" src="/boxset_card/20501?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16439"
          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">
              92
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-rare ss-fw ss-2x mr-4"></i>
              Knight of the White Orchid


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Knight
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16439"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16439" src="/boxset_card/16439?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18433"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              89
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Cut Down


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      77%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      55%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18433"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18433" src="/boxset_card/18433?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48969"
          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">
              71
            </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>
              Thought Monitor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      55%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.08
            </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="48969"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48969" src="/boxset_card/48969?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57092"
          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">
              38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x mr-4"></i>
              White Sun&#39;s Twilight


            </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <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.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57092"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57092" src="/boxset_card/57092?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69205"
          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">
              346
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-mythic ss-fw ss-2x mr-4"></i>
              Urabrask, Heretic Praetor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Praetor
            </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">
                  $2.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69205"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69205" src="/boxset_card/69205?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86701"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MH2-180
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Tireless Provisioner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86701"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86701" src="/boxset_card/86701?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96132"
          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-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Frenzied Baloth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.26

                    <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.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.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96132"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96132" src="/boxset_card/96132?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14462"
          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">
              877
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Talisman of Dominance


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <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.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14462"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14462" src="/boxset_card/14462?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20658"
          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-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Adaptive Automaton


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.00

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <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">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20658"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20658" src="/boxset_card/20658?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28629"
          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">
              106
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Piper of the Swarm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Warlock
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.08
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28629"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28629" src="/boxset_card/28629?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35691"
          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-vow ss-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <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">
                <div class="flex items-center gap-2">
                  $2.25

                    <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">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35691"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35691" src="/boxset_card/35691?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87739"
          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">
              C17-149
            </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>
              Farseek


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87739"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87739" src="/boxset_card/87739?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109286"
          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">
              260
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-rare ss-fw ss-2x mr-4"></i>
              Shattered Sanctum


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <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">
                $0.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109286"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109286" src="/boxset_card/109286?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12406"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              206
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Wild Magic Surge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12406"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12406" src="/boxset_card/12406?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51548"
          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-mul ss-rare ss-fw ss-2x mr-4"></i>
              Arixmethes, Slumbering Isle


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Kraken
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51548"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51548" src="/boxset_card/51548?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53345"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              222
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Grafdigger&#39;s Cage


            </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">
                  $2.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.95
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53345"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53345" src="/boxset_card/53345?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80685"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CHK-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Nezumi Shortfang // Stabwhisker the Odious


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Rat Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.24

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="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="80685"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80685" src="/boxset_card/80685?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94633"
          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-fin ss-uncommon ss-fw ss-2x mr-4"></i>
              Restoration Magic


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      25%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.24

                    <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">
                $1.30
            </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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94633"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94633" src="/boxset_card/94633?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5175"
          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">
              116
            </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>
              Starscape Cleric


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bat Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.56

                    <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">
                <div class="flex items-center gap-2">
                  $2.23

                    <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">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5175"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5175" src="/boxset_card/5175?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29246"
          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">
              334
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Genesis Wave


            </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-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">
                  $2.23

                    <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.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.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29246"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29246" src="/boxset_card/29246?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40420"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              67
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-common ss-fw ss-2x mr-4"></i>
              Lys Alana Huntmaster


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40420"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40420" src="/boxset_card/40420?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47636"
          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">
              138
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-uncommon ss-fw ss-2x mr-4"></i>
              Eternal Witness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47636"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47636" src="/boxset_card/47636?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95306"
          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">
              307
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x mr-4"></i>
              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">
                  $2.23

                    <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.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95306"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95306" src="/boxset_card/95306?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95478"
          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">
              396
            </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>
              Hope Estheim


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.76
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95478"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95478" src="/boxset_card/95478?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108351"
          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">
              38
            </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>
              Coin of Mastery


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.23

                    <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.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="108351"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108351" src="/boxset_card/108351?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12537"
          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">
              389
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Unquestioned Authority


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.22

                </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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12537"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12537" src="/boxset_card/12537?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23673"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              41
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              The Wandering Rescuer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Samurai Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.22

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </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="23673"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23673" src="/boxset_card/23673?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49102"
          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">
              138
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x mr-4"></i>
              Pashalik Mons


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.22

                    <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.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49102"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49102" src="/boxset_card/49102?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12347"
          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">
              187
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-common ss-fw ss-2x mr-4"></i>
              Lightning Bolt


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </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="12347"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12347" src="/boxset_card/12347?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19302"
          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">
              382
            </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>
              Yavimaya Coast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.21

                    <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.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19302"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19302" src="/boxset_card/19302?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20092"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              43
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Braids, Conjurer Adept


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20092"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20092" src="/boxset_card/20092?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28386"
          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">
              23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Death Tyrant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beholder Skeleton
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28386"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28386" src="/boxset_card/28386?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79898"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              4
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact Creature — Robot
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.21

                    <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">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79898"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79898" src="/boxset_card/79898?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 1801-1850 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=36&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=36&amp;username=denvermullets" rel="prev">36</a><a role="link" aria-disabled="true" aria-current="page">37</a><a href="/load_collection?direction=asc&amp;page=38&amp;username=denvermullets" rel="next">38</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=38&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>