<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="9346"
  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">
            Endless Atlas
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Endless Atlas
        </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-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="Endless Atlas" src="https://cards.scryfall.io/large/front/d/2/d2547a42-b2b9-4887-8671-4cf63a7b0eff.jpg?1783934323" />
    </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.20
              </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.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.15},{&quot;2026-06-15&quot;:2.15},{&quot;2026-06-16&quot;:2.15},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.05},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.19},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.19},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.19},{&quot;2026-07-01&quot;:2.19},{&quot;2026-07-02&quot;:2.19},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.19},{&quot;2026-07-05&quot;:2.19},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.19},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.19},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.19},{&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.14},{&quot;2026-07-20&quot;:2.14},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-22&quot;:2.14},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.14},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.23},{&quot;2026-07-28&quot;:2.23},{&quot;2026-07-29&quot;:2.23},{&quot;2026-07-30&quot;:2.23},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.26},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.03},{&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.03},{&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.05},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.12},{&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.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.13},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.13},{&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.14},{&quot;2026-09-09&quot;:2.14},{&quot;2026-09-10&quot;:2.14},{&quot;2026-09-11&quot;:2.14},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11903"
  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">
            Emberwilde Captain
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emberwilde Captain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/362850cd-d33c-4f61-9b3a-5de748adee7c.jpg?1783928816" />

        <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">
            Emberwilde Captain
        </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 — Djinn Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Emberwilde Captain" src="https://cards.scryfall.io/large/front/3/6/362850cd-d33c-4f61-9b3a-5de748adee7c.jpg?1783928816" />
    </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.20
              </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">
                $1.74
              </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-10&quot;:1.42},{&quot;2026-06-11&quot;:1.45},{&quot;2026-06-12&quot;:1.41},{&quot;2026-06-13&quot;:1.41},{&quot;2026-06-14&quot;:1.41},{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.48},{&quot;2026-07-02&quot;:1.48},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.48},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.59},{&quot;2026-08-10&quot;:1.59},{&quot;2026-08-11&quot;:1.59},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.6},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.61},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.73},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.74}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.6},{&quot;2026-06-11&quot;:1.64},{&quot;2026-06-12&quot;:1.6},{&quot;2026-06-13&quot;:1.6},{&quot;2026-06-14&quot;:1.56},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.7},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.61},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:1.99},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.61},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.61},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-23&quot;:1.57},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.93},{&quot;2026-08-09&quot;:1.93},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:2.09},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.08},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:1.98},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.9},{&quot;2026-08-29&quot;:1.9},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.27},{&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.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14148"
  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">
            Zulaport Cutthroat
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zulaport Cutthroat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52ef00c1-613a-4cbd-8972-77c41f649431.jpg?1783922435" />

        <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">
            Zulaport Cutthroat
        </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 Rogue Ally</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="Zulaport Cutthroat" src="https://cards.scryfall.io/large/front/5/2/52ef00c1-613a-4cbd-8972-77c41f649431.jpg?1783922435" />
    </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.20
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.32},{&quot;2026-06-13&quot;:2.25},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.29},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.31},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.43},{&quot;2026-06-28&quot;:2.56},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.56},{&quot;2026-07-01&quot;:2.56},{&quot;2026-07-02&quot;:2.56},{&quot;2026-07-03&quot;:2.57},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.38},{&quot;2026-07-15&quot;:2.36},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:1.87},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.35},{&quot;2026-08-12&quot;:1.33},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.51},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.64},{&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.96},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.14},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.21},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.23},{&quot;2026-09-08&quot;:2.25},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.14},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Maskwood Nexus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/1246c42d-57c0-4cba-959a-15ad89d8a50b.jpg?1783922389" />

        <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">
            Maskwood Nexus
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Maskwood Nexus" src="https://cards.scryfall.io/large/front/1/2/1246c42d-57c0-4cba-959a-15ad89d8a50b.jpg?1783922389" />
    </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.20
              </span>

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ringwraiths" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2a8495c3-96cf-40ab-b68a-1b5711b7659e.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">
            Ringwraiths
        </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 — Wraith Knight</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ringwraiths" src="https://cards.scryfall.io/large/front/2/a/2a8495c3-96cf-40ab-b68a-1b5711b7659e.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">
            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.20
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  22%
                </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">
                $7.07
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:5.84},{&quot;2026-06-15&quot;:5.84},{&quot;2026-06-16&quot;:5.84},{&quot;2026-06-17&quot;:6.0},{&quot;2026-06-18&quot;:6.0},{&quot;2026-06-19&quot;:6.0},{&quot;2026-06-20&quot;:6.0},{&quot;2026-06-21&quot;:6.0},{&quot;2026-06-22&quot;:6.0},{&quot;2026-06-23&quot;:6.0},{&quot;2026-06-24&quot;:6.0},{&quot;2026-06-25&quot;:6.0},{&quot;2026-06-26&quot;:6.0},{&quot;2026-06-27&quot;:6.0},{&quot;2026-06-28&quot;:6.0},{&quot;2026-06-29&quot;:6.02},{&quot;2026-06-30&quot;:6.02},{&quot;2026-07-01&quot;:6.02},{&quot;2026-07-02&quot;:6.09},{&quot;2026-07-03&quot;:6.09},{&quot;2026-07-04&quot;:6.09},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.17},{&quot;2026-07-07&quot;:6.17},{&quot;2026-07-08&quot;:6.17},{&quot;2026-07-09&quot;:6.17},{&quot;2026-07-10&quot;:6.17},{&quot;2026-07-11&quot;:6.17},{&quot;2026-07-12&quot;:6.17},{&quot;2026-07-13&quot;:6.21},{&quot;2026-07-14&quot;:6.13},{&quot;2026-07-15&quot;:6.13},{&quot;2026-07-16&quot;:6.19},{&quot;2026-07-17&quot;:6.19},{&quot;2026-07-18&quot;:6.19},{&quot;2026-07-19&quot;:6.21},{&quot;2026-07-20&quot;:6.19},{&quot;2026-07-21&quot;:6.19},{&quot;2026-07-22&quot;:6.19},{&quot;2026-07-23&quot;:6.19},{&quot;2026-07-24&quot;:6.19},{&quot;2026-07-25&quot;:6.19},{&quot;2026-07-26&quot;:6.19},{&quot;2026-07-27&quot;:6.19},{&quot;2026-07-28&quot;:5.9},{&quot;2026-07-29&quot;:5.9},{&quot;2026-07-30&quot;:5.9},{&quot;2026-07-31&quot;:5.9},{&quot;2026-08-01&quot;:5.9},{&quot;2026-08-02&quot;:5.9},{&quot;2026-08-03&quot;:5.9},{&quot;2026-08-04&quot;:5.9},{&quot;2026-08-05&quot;:6.04},{&quot;2026-08-07&quot;:6.04},{&quot;2026-08-08&quot;:6.12},{&quot;2026-08-09&quot;:6.16},{&quot;2026-08-10&quot;:6.16},{&quot;2026-08-11&quot;:6.16},{&quot;2026-08-12&quot;:6.16},{&quot;2026-08-13&quot;:6.16},{&quot;2026-08-14&quot;:6.16},{&quot;2026-08-15&quot;:6.16},{&quot;2026-08-16&quot;:6.16},{&quot;2026-08-17&quot;:5.85},{&quot;2026-08-18&quot;:5.85},{&quot;2026-08-19&quot;:5.85},{&quot;2026-08-20&quot;:5.85},{&quot;2026-08-21&quot;:5.85},{&quot;2026-08-22&quot;:5.85},{&quot;2026-08-23&quot;:5.85},{&quot;2026-08-24&quot;:5.85},{&quot;2026-08-25&quot;:6.07},{&quot;2026-08-26&quot;:6.43},{&quot;2026-08-27&quot;:6.86},{&quot;2026-08-28&quot;:6.57},{&quot;2026-08-29&quot;:6.57},{&quot;2026-08-30&quot;:6.57},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.68},{&quot;2026-09-02&quot;:6.67},{&quot;2026-09-03&quot;:6.97},{&quot;2026-09-04&quot;:6.97},{&quot;2026-09-05&quot;:6.67},{&quot;2026-09-06&quot;:6.67},{&quot;2026-09-07&quot;:7.04},{&quot;2026-09-08&quot;:7.04},{&quot;2026-09-09&quot;:7.05},{&quot;2026-09-10&quot;:7.05},{&quot;2026-09-11&quot;:7.07},{&quot;2026-09-12&quot;:7.07}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.38},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.44},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.57},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.95},{&quot;2026-06-30&quot;:1.99},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.9},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.47},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.44},{&quot;2026-07-13&quot;:1.46},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.64},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.58},{&quot;2026-08-04&quot;:1.54},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.41},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.39},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.47},{&quot;2026-08-14&quot;:1.47},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.53},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.46},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.6},{&quot;2026-08-29&quot;:1.6},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.66},{&quot;2026-09-06&quot;:1.8},{&quot;2026-09-07&quot;:1.73},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:2.11},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Terra, Magical Adept // Esper Terra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fbd447aa-588d-4c4d-925e-a7d3bdf6a65c.jpg?1783906567" />

        <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">
            Terra, Magical Adept 
        </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 Wizard Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Terra, Magical Adept // Esper Terra" src="https://cards.scryfall.io/large/front/f/b/fbd447aa-588d-4c4d-925e-a7d3bdf6a65c.jpg?1783906567" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Terra, Magical Adept // Esper Terra" src="https://cards.scryfall.io/large/back/f/b/fbd447aa-588d-4c4d-925e-a7d3bdf6a65c.jpg?1783906567" />
              </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.20
              </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">
                $4.87
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.15},{&quot;2026-06-11&quot;:4.15},{&quot;2026-06-12&quot;:4.09},{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.32},{&quot;2026-06-16&quot;:4.35},{&quot;2026-06-17&quot;:4.27},{&quot;2026-06-18&quot;:4.22},{&quot;2026-06-19&quot;:4.22},{&quot;2026-06-20&quot;:4.22},{&quot;2026-06-21&quot;:4.22},{&quot;2026-06-22&quot;:4.18},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.18},{&quot;2026-06-26&quot;:4.12},{&quot;2026-06-27&quot;:4.12},{&quot;2026-06-28&quot;:4.09},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.0},{&quot;2026-07-01&quot;:4.04},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:4.04},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.03},{&quot;2026-07-07&quot;:4.08},{&quot;2026-07-08&quot;:4.03},{&quot;2026-07-09&quot;:4.03},{&quot;2026-07-10&quot;:4.03},{&quot;2026-07-11&quot;:4.08},{&quot;2026-07-12&quot;:3.94},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:3.96},{&quot;2026-07-15&quot;:3.96},{&quot;2026-07-16&quot;:3.9},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.91},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:3.92},{&quot;2026-07-21&quot;:3.92},{&quot;2026-07-23&quot;:4.03},{&quot;2026-07-25&quot;:4.03},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-29&quot;:3.97},{&quot;2026-07-30&quot;:4.03},{&quot;2026-07-31&quot;:4.03},{&quot;2026-08-01&quot;:4.01},{&quot;2026-08-02&quot;:4.05},{&quot;2026-08-03&quot;:4.05},{&quot;2026-08-04&quot;:4.21},{&quot;2026-08-05&quot;:4.21},{&quot;2026-08-07&quot;:4.36},{&quot;2026-08-08&quot;:4.36},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.49},{&quot;2026-08-11&quot;:4.49},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.49},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.55},{&quot;2026-08-16&quot;:4.54},{&quot;2026-08-17&quot;:4.54},{&quot;2026-08-18&quot;:4.54},{&quot;2026-08-19&quot;:4.6},{&quot;2026-08-20&quot;:4.6},{&quot;2026-08-21&quot;:4.6},{&quot;2026-08-22&quot;:4.64},{&quot;2026-08-23&quot;:4.64},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.68},{&quot;2026-08-26&quot;:4.66},{&quot;2026-08-27&quot;:4.69},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.72},{&quot;2026-09-03&quot;:4.72},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.87},{&quot;2026-09-07&quot;:4.87},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.87},{&quot;2026-09-12&quot;:4.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.55},{&quot;2026-06-11&quot;:2.5},{&quot;2026-06-12&quot;:2.64},{&quot;2026-06-13&quot;:2.58},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.37},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.52},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:1.91},{&quot;2026-06-30&quot;:1.96},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.81},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.04},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.27},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.12},{&quot;2026-07-20&quot;:2.0},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.72},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.18},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.9},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.87},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.67},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.47},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.08},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/3/e/3e724e54-a622-4c77-8183-5a397a7c14a9.jpg?1752947631" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Saga
      </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">
              ↑
              30%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Rise of Sozin // Fire Lord Sozin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/14eadf46-90c2-4376-8183-6a922a60174d.jpg?1783904970" />

        <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 Rise of Sozin 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="The Rise of Sozin // Fire Lord Sozin" src="https://cards.scryfall.io/large/front/1/4/14eadf46-90c2-4376-8183-6a922a60174d.jpg?1783904970" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Rise of Sozin // Fire Lord Sozin" src="https://cards.scryfall.io/large/back/1/4/14eadf46-90c2-4376-8183-6a922a60174d.jpg?1783904970" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.49},{&quot;2026-06-12&quot;:2.63},{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.58},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.56},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.33},{&quot;2026-06-29&quot;:2.33},{&quot;2026-06-30&quot;:2.31},{&quot;2026-07-01&quot;:2.27},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.28},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.18},{&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.14},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.23},{&quot;2026-07-15&quot;:2.24},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.15},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:1.94},{&quot;2026-08-09&quot;:1.94},{&quot;2026-08-10&quot;:1.94},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:1.93},{&quot;2026-08-13&quot;:1.93},{&quot;2026-08-14&quot;:1.86},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.94},{&quot;2026-08-17&quot;:1.94},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.14},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.26},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.47},{&quot;2026-09-12&quot;:2.47}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.06},{&quot;2026-06-12&quot;:1.98},{&quot;2026-06-13&quot;:1.93},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.85},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.85},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.67},{&quot;2026-06-23&quot;:1.63},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.76},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.86},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.86},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.71},{&quot;2026-07-16&quot;:1.72},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.62},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.73},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.53},{&quot;2026-08-04&quot;:1.54},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.7},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.73},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.17},{&quot;2026-09-12&quot;:2.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Grismold, the Dreadsower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8df64c80-9e98-4429-b869-7ac824fe9580.jpg?1783932797" />

        <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">
            Grismold, the Dreadsower
        </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 — Troll 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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grismold, the Dreadsower" src="https://cards.scryfall.io/large/front/8/d/8df64c80-9e98-4429-b869-7ac824fe9580.jpg?1783932797" />
    </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.19
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.88},{&quot;2026-06-13&quot;:1.9},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:1.88},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.86},{&quot;2026-06-19&quot;:1.92},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:2.04},{&quot;2026-06-25&quot;:2.04},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.12},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.16},{&quot;2026-07-03&quot;:2.13},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.17},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.11},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:1.98},{&quot;2026-08-20&quot;:1.98},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:2.03},{&quot;2026-08-25&quot;:2.03},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:1.9},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.89},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.21},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:2.19}]}"
        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="19151"
  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">
            Squee, Dubious Monarch
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Squee, Dubious Monarch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/897a6d17-d48d-409c-abf7-40b0526eae7a.jpg?1783921222" />

        <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">
            Squee, Dubious Monarch
        </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 Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Squee, Dubious Monarch" src="https://cards.scryfall.io/large/front/8/9/897a6d17-d48d-409c-abf7-40b0526eae7a.jpg?1783921222" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.51},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.5},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.45},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.29},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.31},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.31},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.3},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.69},{&quot;2026-07-22&quot;:1.72},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-24&quot;:1.72},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.58},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.69},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.79},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.23},{&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.35},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.33},{&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.33},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.19}],&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="20302"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            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">
            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.19
          </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/9/5/951ff2ed-9af0-4551-929a-ba6679fc2e15.jpg?1783921905" />

        <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/9/5/951ff2ed-9af0-4551-929a-ba6679fc2e15.jpg?1783921905" />
    </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.19
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.86},{&quot;2026-06-12&quot;:4.86},{&quot;2026-06-13&quot;:4.86},{&quot;2026-06-14&quot;:4.86},{&quot;2026-06-15&quot;:4.86},{&quot;2026-06-16&quot;:4.86},{&quot;2026-06-17&quot;:4.86},{&quot;2026-06-18&quot;:4.86},{&quot;2026-06-19&quot;:4.86},{&quot;2026-06-20&quot;:4.86},{&quot;2026-06-21&quot;:4.86},{&quot;2026-06-22&quot;:4.86},{&quot;2026-06-23&quot;:4.86},{&quot;2026-06-24&quot;:4.83},{&quot;2026-06-25&quot;:4.83},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.84},{&quot;2026-06-28&quot;:4.84},{&quot;2026-06-29&quot;:4.84},{&quot;2026-06-30&quot;:4.84},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.76},{&quot;2026-07-03&quot;:4.76},{&quot;2026-07-04&quot;:4.76},{&quot;2026-07-05&quot;:4.76},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.85},{&quot;2026-07-08&quot;:4.85},{&quot;2026-07-09&quot;:4.85},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.86},{&quot;2026-07-14&quot;:4.86},{&quot;2026-07-15&quot;:4.86},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.86},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.86},{&quot;2026-07-23&quot;:4.86},{&quot;2026-07-25&quot;:4.86},{&quot;2026-07-26&quot;:4.86},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-29&quot;:4.95},{&quot;2026-07-30&quot;:4.97},{&quot;2026-07-31&quot;:4.99},{&quot;2026-08-01&quot;:4.86},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.86},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.81},{&quot;2026-08-09&quot;:4.91},{&quot;2026-08-10&quot;:4.91},{&quot;2026-08-11&quot;:4.91},{&quot;2026-08-12&quot;:4.91},{&quot;2026-08-13&quot;:4.91},{&quot;2026-08-14&quot;:4.91},{&quot;2026-08-15&quot;:4.91},{&quot;2026-08-16&quot;:4.89},{&quot;2026-08-17&quot;:4.89},{&quot;2026-08-18&quot;:4.78},{&quot;2026-08-19&quot;:4.78},{&quot;2026-08-20&quot;:4.78},{&quot;2026-08-21&quot;:4.78},{&quot;2026-08-22&quot;:4.78},{&quot;2026-08-23&quot;:4.78},{&quot;2026-08-24&quot;:4.78},{&quot;2026-08-25&quot;:4.78},{&quot;2026-08-26&quot;:4.8},{&quot;2026-08-27&quot;:4.8},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:4.8},{&quot;2026-08-31&quot;:4.8},{&quot;2026-09-01&quot;:4.8},{&quot;2026-09-02&quot;:4.8},{&quot;2026-09-03&quot;:4.8},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.8},{&quot;2026-09-06&quot;:4.8},{&quot;2026-09-07&quot;:4.65},{&quot;2026-09-08&quot;:4.65},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.65},{&quot;2026-09-11&quot;:4.65},{&quot;2026-09-12&quot;:4.54}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.04},{&quot;2026-06-12&quot;:2.04},{&quot;2026-06-13&quot;:2.02},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.97},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.94},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.94},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.94},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.91},{&quot;2026-07-05&quot;:1.91},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.94},{&quot;2026-07-08&quot;:1.94},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.93},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.98},{&quot;2026-07-17&quot;:1.98},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:2.03},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.06},{&quot;2026-07-23&quot;:2.12},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.31},{&quot;2026-08-01&quot;:2.31},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.22},{&quot;2026-08-05&quot;:2.22},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.22},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.13},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.13},{&quot;2026-08-15&quot;:2.12},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.08},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&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.15},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.15},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.17},{&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.19},{&quot;2026-09-12&quot;:2.19}]}"
        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="28499"
  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">
            Crystal Barricade
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Crystal Barricade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/905d3e02-ea06-45e7-9adb-c8e7583323a2.jpg?1783909129" />

        <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">
            Crystal Barricade
        </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 — Wall</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="Crystal Barricade" src="https://cards.scryfall.io/large/front/9/0/905d3e02-ea06-45e7-9adb-c8e7583323a2.jpg?1783909129" />
    </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.19
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  20%
                </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-100">
                  ↓
                  10%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-14&quot;:1.78},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.0},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.06},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.0},{&quot;2026-06-27&quot;:2.01},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.0},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.38},{&quot;2026-07-09&quot;:2.47},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.51},{&quot;2026-07-17&quot;:2.42},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.44},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-22&quot;:2.43},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.18},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.35},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.63},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.76},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.66},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.8},{&quot;2026-06-15&quot;:2.08},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.72},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.61},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.29},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.49},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.49},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.66},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.45},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.32},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.31},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.64},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-22&quot;:1.72},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.58},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.31},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.27},{&quot;2026-08-14&quot;:2.18},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:1.98},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.87},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.18},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.71},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.86},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.19}]}"
        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="74256"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary 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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Inti, Seneschal of the Sun" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa7a55aa-ae61-4933-b7a4-dcc55dac6fcd.jpg?1783913759" />

        <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">
            Inti, Seneschal of the Sun
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary 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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Inti, Seneschal of the Sun" src="https://cards.scryfall.io/large/front/f/a/fa7a55aa-ae61-4933-b7a4-dcc55dac6fcd.jpg?1783913759" />
    </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.19
              </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.63
              </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;:3.07},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.11},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.16},{&quot;2026-06-19&quot;:3.16},{&quot;2026-06-20&quot;:3.16},{&quot;2026-06-21&quot;:3.16},{&quot;2026-06-22&quot;:3.16},{&quot;2026-06-23&quot;:3.16},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.53},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.57},{&quot;2026-06-28&quot;:3.57},{&quot;2026-06-29&quot;:3.5},{&quot;2026-06-30&quot;:3.5},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.37},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.37},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.37},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.46},{&quot;2026-07-14&quot;:3.46},{&quot;2026-07-15&quot;:3.46},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.59},{&quot;2026-07-20&quot;:3.59},{&quot;2026-07-21&quot;:3.57},{&quot;2026-07-22&quot;:3.56},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-24&quot;:3.56},{&quot;2026-07-25&quot;:3.56},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.59},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.59},{&quot;2026-07-31&quot;:3.63},{&quot;2026-08-01&quot;:3.67},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.67},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.7},{&quot;2026-08-08&quot;:3.71},{&quot;2026-08-09&quot;:3.71},{&quot;2026-08-10&quot;:3.71},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.71},{&quot;2026-08-13&quot;:3.71},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.21},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:2.8},{&quot;2026-08-26&quot;:2.76},{&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.77},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.76},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.69},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.69},{&quot;2026-09-12&quot;:2.63}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.69},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.95},{&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;:2.98},{&quot;2026-06-22&quot;:2.75},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.48},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.33},{&quot;2026-06-29&quot;:2.39},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.83},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.34},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.31},{&quot;2026-07-21&quot;:2.36},{&quot;2026-07-22&quot;:2.34},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-24&quot;:2.46},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.63},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.39},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.68},{&quot;2026-08-21&quot;:2.68},{&quot;2026-08-22&quot;:2.68},{&quot;2026-08-23&quot;:2.73},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.66},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.7},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.48},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.3},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.15},{&quot;2026-09-08&quot;:2.16},{&quot;2026-09-09&quot;:2.19},{&quot;2026-09-10&quot;:2.21},{&quot;2026-09-11&quot;:2.2},{&quot;2026-09-12&quot;:2.19}]}"
        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="77189"
  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">
            Buried Alive
        </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">
              ↑
              30%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Buried Alive" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71c69ce7-a2eb-4e6c-8441-53399f0a056c.jpg?1783910316" />

        <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">
            Buried Alive
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Buried Alive" src="https://cards.scryfall.io/large/front/7/1/71c69ce7-a2eb-4e6c-8441-53399f0a056c.jpg?1783910316" />
    </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.19
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.08},{&quot;2026-06-14&quot;:1.09},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.11},{&quot;2026-06-18&quot;:1.11},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.13},{&quot;2026-06-22&quot;:1.13},{&quot;2026-06-23&quot;:1.14},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.71},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.22},{&quot;2026-07-18&quot;:1.23},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.23},{&quot;2026-07-23&quot;:1.23},{&quot;2026-07-24&quot;:1.27},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.25},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-28&quot;:1.25},{&quot;2026-07-29&quot;:1.23},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.25},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.25},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.16},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.29},{&quot;2026-08-09&quot;:1.3},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.28},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.35},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.39},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.37},{&quot;2026-08-20&quot;:1.37},{&quot;2026-08-21&quot;:1.37},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.43},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.52},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.66},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.19}]}"
        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="79577"
  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">
            Trespasser&#39;s Curse
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura Curse
      </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.19
          </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="Trespasser&#39;s Curse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/925e0135-7196-4f9c-83a5-93810dc22882.jpg?1783932164" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Aura Curse</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="Trespasser&#39;s Curse" src="https://cards.scryfall.io/large/front/9/2/925e0135-7196-4f9c-83a5-93810dc22882.jpg?1783932164" />
    </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.19
              </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;normal&quot;:[{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.84},{&quot;2026-06-16&quot;:0.85},{&quot;2026-06-17&quot;:0.84},{&quot;2026-06-18&quot;:0.84},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.3},{&quot;2026-06-26&quot;:1.31},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.31},{&quot;2026-07-01&quot;:1.31},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.35},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.14},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.6},{&quot;2026-07-15&quot;:2.6},{&quot;2026-07-16&quot;:2.6},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.6},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-24&quot;:2.57},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-28&quot;:2.55},{&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.23},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.45},{&quot;2026-08-04&quot;:2.31},{&quot;2026-08-05&quot;:2.31},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.31},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.26},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.26},{&quot;2026-08-14&quot;:2.26},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.28},{&quot;2026-08-19&quot;:2.28},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.28},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.28},{&quot;2026-08-27&quot;:2.28},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.28},{&quot;2026-09-04&quot;:2.28},{&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.13},{&quot;2026-09-09&quot;:2.13},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.19}]}"
        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="80507"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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/4/d4448f49-ebe8-43f1-958f-308c4c20a01f.jpg?1783933791" />

        <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/4/d4448f49-ebe8-43f1-958f-308c4c20a01f.jpg?1783933791" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.81},{&quot;2026-06-12&quot;:1.81},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.84},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.84},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.84},{&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.84},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.84},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.83},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-29&quot;:1.84},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.84},{&quot;2026-08-04&quot;:1.84},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.99},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.07},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.07},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.06},{&quot;2026-08-27&quot;:2.06},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.06},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.06}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.75},{&quot;2026-06-12&quot;:1.74},{&quot;2026-06-13&quot;:1.74},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.81},{&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.84},{&quot;2026-06-26&quot;:1.84},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.84},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.85},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.72},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.88},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.01},{&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.2},{&quot;2026-08-13&quot;:2.2},{&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.27},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.26},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.26},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.15},{&quot;2026-08-29&quot;:2.15},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:2.09},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.19},{&quot;2026-09-08&quot;:2.21},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.19}]}"
        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="108203"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.19
          </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="Dina, Essence Brewer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9fe237b8-c02c-41ea-9fc4-b771b91d2157.jpg?1783903869" />

        <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">
            Dina, Essence Brewer
        </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 — Dryad Druid</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dina, Essence Brewer" src="https://cards.scryfall.io/large/front/9/f/9fe237b8-c02c-41ea-9fc4-b771b91d2157.jpg?1783903869" />
    </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">
                $2.32
              </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.19
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.01},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.12},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.14},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.18},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.18},{&quot;2026-07-02&quot;:2.12},{&quot;2026-07-03&quot;:2.13},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.16},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.15},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.17},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-22&quot;:2.05},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-24&quot;:1.93},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.0},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.06},{&quot;2026-08-04&quot;:2.09},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.12},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.13},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.09},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.17},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.34},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.29},{&quot;2026-09-12&quot;:2.19}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:5.08},{&quot;2026-06-15&quot;:5.01},{&quot;2026-06-16&quot;:5.03},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.95},{&quot;2026-06-19&quot;:5.83},{&quot;2026-06-20&quot;:5.83},{&quot;2026-06-21&quot;:5.89},{&quot;2026-06-22&quot;:5.76},{&quot;2026-06-23&quot;:5.54},{&quot;2026-06-24&quot;:5.7},{&quot;2026-06-25&quot;:5.67},{&quot;2026-06-26&quot;:4.99},{&quot;2026-06-27&quot;:4.52},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.71},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.57},{&quot;2026-07-02&quot;:4.94},{&quot;2026-07-03&quot;:4.94},{&quot;2026-07-04&quot;:4.91},{&quot;2026-07-05&quot;:4.92},{&quot;2026-07-06&quot;:4.85},{&quot;2026-07-07&quot;:4.79},{&quot;2026-07-08&quot;:4.79},{&quot;2026-07-09&quot;:4.79},{&quot;2026-07-10&quot;:4.28},{&quot;2026-07-11&quot;:4.23},{&quot;2026-07-12&quot;:4.09},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:3.18},{&quot;2026-07-17&quot;:3.42},{&quot;2026-07-18&quot;:3.32},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-22&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.46},{&quot;2026-07-25&quot;:3.36},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.27},{&quot;2026-07-28&quot;:3.23},{&quot;2026-07-29&quot;:3.21},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.95},{&quot;2026-08-01&quot;:2.95},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.2},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.01},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:2.06},{&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;:1.99},{&quot;2026-08-26&quot;:1.97},{&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;:1.89},{&quot;2026-08-31&quot;:1.89},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:2.11},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.32}]}"
        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="10155"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Archaeomancer&#39;s Map" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/703d0bdc-01a0-4ba8-8536-e7425dfb3b1f.jpg?1783927609" />

        <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">
            Archaeomancer&#39;s Map
        </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-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="Archaeomancer&#39;s Map" src="https://cards.scryfall.io/large/front/7/0/703d0bdc-01a0-4ba8-8536-e7425dfb3b1f.jpg?1783927609" />
    </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.18
              </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.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;normal&quot;:[{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:2.91},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.92},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.87},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.84},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.74},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.72},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.59},{&quot;2026-07-10&quot;:2.58},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.59},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.5},{&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.49},{&quot;2026-07-22&quot;:2.49},{&quot;2026-07-23&quot;:2.49},{&quot;2026-07-24&quot;:2.47},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.3},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.34},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.56},{&quot;2026-08-04&quot;:2.64},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.6},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.55},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.58},{&quot;2026-08-24&quot;:2.53},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.57},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.38},{&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.11},{&quot;2026-09-08&quot;:2.25},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

        <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">
            Gala Greeters
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Gala Greeters" src="https://cards.scryfall.io/large/front/3/c/3c1baaa2-bd0b-4627-b93a-0753e0acd0f2.jpg?1783923104" />
    </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.18
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.24},{&quot;2026-06-18&quot;:2.24},{&quot;2026-06-19&quot;:2.24},{&quot;2026-06-20&quot;:2.24},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-23&quot;:2.24},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.23},{&quot;2026-06-29&quot;:2.31},{&quot;2026-06-30&quot;:2.23},{&quot;2026-07-01&quot;:2.23},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.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.24},{&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.24},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-22&quot;:2.24},{&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.24},{&quot;2026-07-27&quot;:2.24},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.28},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.31},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.18},{&quot;2026-08-25&quot;:2.14},{&quot;2026-08-26&quot;:2.29},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.33},{&quot;2026-09-04&quot;:2.31},{&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.3},{&quot;2026-09-10&quot;:2.3},{&quot;2026-09-11&quot;:2.3},{&quot;2026-09-12&quot;:2.28}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.3},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.31},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.28},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.21},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.29},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.23},{&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.22},{&quot;2026-07-18&quot;:1.22},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.21},{&quot;2026-07-25&quot;:1.22},{&quot;2026-07-26&quot;:1.25},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.38},{&quot;2026-07-30&quot;:1.41},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.52},{&quot;2026-08-02&quot;:1.65},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.76},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.75},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.67},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.62},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.67},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78776"
  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">
            Kaya&#39;s Ghostform
        </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-50 text-badge-text">
              ↑
              1%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kaya&#39;s Ghostform" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8cae3159-b321-4ce5-900d-5b2371e1fedb.jpg?1783910243" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Kaya&#39;s Ghostform" src="https://cards.scryfall.io/large/front/8/c/8cae3159-b321-4ce5-900d-5b2371e1fedb.jpg?1783910243" />
    </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.18
              </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.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.59},{&quot;2026-06-12&quot;:2.66},{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.65},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.68},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.57},{&quot;2026-06-21&quot;:2.58},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.32},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.38},{&quot;2026-07-12&quot;:2.38},{&quot;2026-07-13&quot;:2.4},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.48},{&quot;2026-07-17&quot;:2.48},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.65},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.71},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.65},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.69},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.68},{&quot;2026-08-14&quot;:2.63},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.36},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.06},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.1},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.16},{&quot;2026-09-04&quot;:2.19},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.16},{&quot;2026-09-10&quot;:2.17},{&quot;2026-09-11&quot;:2.17},{&quot;2026-09-12&quot;:2.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Lizard Mutant
      </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.18
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Mondo Gecko
        </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 — Lizard Mutant</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mondo Gecko" src="https://cards.scryfall.io/large/front/0/1/018e9fd1-3e7f-4909-bab1-3edb9c9e4326.jpg?1783904047" />
    </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.18
              </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.60
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-14&quot;:2.21},{&quot;2026-06-15&quot;:2.2},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.4},{&quot;2026-06-18&quot;:2.4},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.36},{&quot;2026-06-23&quot;:2.36},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.42},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.38},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.49},{&quot;2026-06-30&quot;:2.61},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.61},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.66},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.58},{&quot;2026-07-13&quot;:2.57},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.62},{&quot;2026-07-17&quot;:2.62},{&quot;2026-07-18&quot;:2.64},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.71},{&quot;2026-07-21&quot;:2.71},{&quot;2026-07-22&quot;:2.71},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.76},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.82},{&quot;2026-07-29&quot;:2.73},{&quot;2026-07-30&quot;:2.73},{&quot;2026-07-31&quot;:2.62},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.65},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.54},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.6},{&quot;2026-08-19&quot;:2.64},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.54},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&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.36},{&quot;2026-09-06&quot;:2.45},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.56},{&quot;2026-09-12&quot;:2.6}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.79},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.97},{&quot;2026-06-19&quot;:1.94},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.22},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&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.2},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.84},{&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.8},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.8},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:2.05},{&quot;2026-07-22&quot;:2.05},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-24&quot;:2.03},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.96},{&quot;2026-08-01&quot;:1.96},{&quot;2026-08-02&quot;:2.05},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:1.83},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.94},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.94},{&quot;2026-08-14&quot;:1.94},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.94},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.13},{&quot;2026-08-20&quot;:1.99},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:1.98},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Xenagos
      </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.17
          </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="Xenagos, the Reveler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/edfd90ee-a142-4a80-b383-802bbee2cef1.jpg?1783922393" />

        <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">
            Xenagos, the Reveler
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Xenagos, the Reveler" src="https://cards.scryfall.io/large/front/e/d/edfd90ee-a142-4a80-b383-802bbee2cef1.jpg?1783922393" />
    </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.17
              </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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.9},{&quot;2026-06-13&quot;:1.87},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.67},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.81},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.83},{&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.84},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.84},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.84},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.87},{&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.88},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.89},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.93},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:1.85},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.06},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.08},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.08},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.17},{&quot;2026-09-12&quot;:2.17}]}"
        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="47718"
  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">
            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="text-sm font-medium text-nine-white">
            $2.17
          </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/5/6/56f62d84-f62f-4363-a99e-fe5387c3d77e.jpg?1783925317" />

        <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/5/6/56f62d84-f62f-4363-a99e-fe5387c3d77e.jpg?1783925317" />
    </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.17
              </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-14&quot;:2.4},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.57},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.49},{&quot;2026-06-28&quot;:2.47},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.45},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.43},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.41},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.48},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.43},{&quot;2026-07-23&quot;:2.48},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-28&quot;:2.48},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.45},{&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.37},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.27},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.19},{&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.17},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.16},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.17},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.17},{&quot;2026-09-11&quot;:2.17},{&quot;2026-09-12&quot;:2.17}]}"
        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="68309"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.17
          </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 Your Losses" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/31184dd0-4080-44c1-a3e0-f6d10a4d1fcb.jpg?1783923147" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Cut Your Losses
        </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-4'></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="Cut Your Losses" src="https://cards.scryfall.io/large/front/3/1/31184dd0-4080-44c1-a3e0-f6d10a4d1fcb.jpg?1783923147" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.41},{&quot;2026-06-12&quot;:1.41},{&quot;2026-06-13&quot;:1.41},{&quot;2026-06-14&quot;:1.41},{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.39},{&quot;2026-06-19&quot;:1.39},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.42},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.44},{&quot;2026-06-25&quot;:1.43},{&quot;2026-06-26&quot;:1.44},{&quot;2026-06-27&quot;:1.54},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.54},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.59},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.67},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.89},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.91},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.91},{&quot;2026-08-19&quot;:1.91},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.24},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.29},{&quot;2026-08-29&quot;:2.29},{&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.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.39},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.51}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.66},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.09},{&quot;2026-06-20&quot;:2.11},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.21},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.15},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.18},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.53},{&quot;2026-06-30&quot;:2.54},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:3.2},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.34},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.41},{&quot;2026-07-10&quot;:3.14},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.17},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.5},{&quot;2026-07-31&quot;:2.48},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.84},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.94},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.81},{&quot;2026-08-18&quot;:2.77},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.21},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.04},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.17}]}"
        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="72341"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Steel Seraph" src="https://cards.scryfall.io/large/front/1/b/1b6ef5f5-4058-4f89-a573-9e2da87a9f2e.jpg?1783920118" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:0.97},{&quot;2026-06-12&quot;:0.97},{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.99},{&quot;2026-06-15&quot;:0.99},{&quot;2026-06-16&quot;:0.99},{&quot;2026-06-17&quot;:0.99},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.01},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.07},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.07},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.07},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.05},{&quot;2026-07-06&quot;:1.04},{&quot;2026-07-07&quot;:1.04},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.08},{&quot;2026-07-10&quot;:1.06},{&quot;2026-07-11&quot;:1.08},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.03},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-29&quot;:1.05},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.08},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.02},{&quot;2026-08-04&quot;:1.03},{&quot;2026-08-05&quot;:1.03},{&quot;2026-08-07&quot;:1.03},{&quot;2026-08-08&quot;:1.03},{&quot;2026-08-09&quot;:1.02},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:1.0},{&quot;2026-08-12&quot;:1.0},{&quot;2026-08-13&quot;:1.01},{&quot;2026-08-14&quot;:1.01},{&quot;2026-08-15&quot;:1.05},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.05},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.05},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.06},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.21},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.28},{&quot;2026-08-29&quot;:1.28},{&quot;2026-08-30&quot;:1.28},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.28},{&quot;2026-09-05&quot;:1.28},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.3},{&quot;2026-09-08&quot;:1.31},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.48},{&quot;2026-09-11&quot;:1.48},{&quot;2026-09-12&quot;:1.48}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.11},{&quot;2026-06-12&quot;:1.08},{&quot;2026-06-13&quot;:1.01},{&quot;2026-06-14&quot;:1.0},{&quot;2026-06-15&quot;:1.01},{&quot;2026-06-16&quot;:1.01},{&quot;2026-06-17&quot;:0.99},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:0.98},{&quot;2026-06-20&quot;:0.98},{&quot;2026-06-21&quot;:0.99},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:0.97},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.01},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:1.08},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.18},{&quot;2026-07-02&quot;:1.18},{&quot;2026-07-03&quot;:1.18},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.23},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.61},{&quot;2026-07-17&quot;:1.57},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.72},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-29&quot;:2.07},{&quot;2026-07-30&quot;:2.09},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.32},{&quot;2026-08-12&quot;:2.32},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:3.19},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.09},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.48},{&quot;2026-09-12&quot;:2.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Aerith Gainsborough" src="https://cards.scryfall.io/large/front/e/8/e86328b6-ded2-41df-8b6e-4a770e7b171e.jpg?1783906655" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.37},{&quot;2026-06-11&quot;:3.37},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.26},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.01},{&quot;2026-06-19&quot;:3.0},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:4.03},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.38},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.65},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:5.17},{&quot;2026-07-03&quot;:5.13},{&quot;2026-07-04&quot;:5.13},{&quot;2026-07-05&quot;:5.13},{&quot;2026-07-06&quot;:5.13},{&quot;2026-07-07&quot;:5.14},{&quot;2026-07-08&quot;:5.13},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:4.63},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.17},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-29&quot;:2.94},{&quot;2026-07-30&quot;:2.95},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.24},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.14},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.94},{&quot;2026-08-22&quot;:2.94},{&quot;2026-08-23&quot;:2.99},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:3.03},{&quot;2026-08-29&quot;:3.03},{&quot;2026-08-30&quot;:3.02},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:3.07},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.71},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.65},{&quot;2026-09-12&quot;:3.88}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.2},{&quot;2026-06-11&quot;:2.05},{&quot;2026-06-12&quot;:1.81},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.92},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.29},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.39},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.42},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.96},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:3.3},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.84},{&quot;2026-09-01&quot;:2.84},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.29},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.17}]}"
        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="12551"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.16
          </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="Arcane Denial" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a531642c-58dd-4f72-ae2b-38e005ae3a6b.jpg?1783928721" />

        <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">
            Arcane Denial
        </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-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="Arcane Denial" src="https://cards.scryfall.io/large/front/a/5/a531642c-58dd-4f72-ae2b-38e005ae3a6b.jpg?1783928721" />
    </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.16
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.06},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.56},{&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.5},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.49},{&quot;2026-07-04&quot;:2.47},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.42},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.31},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.36},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.59},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.62},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.62},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.65},{&quot;2026-07-29&quot;:2.65},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.62},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.72},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.68},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.68},{&quot;2026-08-16&quot;:2.68},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.62},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.3},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.29},{&quot;2026-08-29&quot;:2.29},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.19},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.15},{&quot;2026-09-09&quot;:2.15},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.16}]}"
        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="53772"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/3/9/3917f744-b876-47ae-94ad-f72b215ff1e7.jpg?1783923936" />
    </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.16
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  19%
                </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-10&quot;:1.59},{&quot;2026-06-11&quot;:1.62},{&quot;2026-06-12&quot;:1.65},{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.74},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.76},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.71},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.69},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.64},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.57},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.66},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.69},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.69},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.73},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:2.11},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.16}]}"
        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="96065"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.16
          </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="Horizon Explorer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5873a4d-ab6e-4dd2-9380-5eaa367a8396.jpg?1782685707" />

        <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">
            Horizon Explorer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Insect 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="Horizon Explorer" src="https://cards.scryfall.io/large/front/a/5/a5873a4d-ab6e-4dd2-9380-5eaa367a8396.jpg?1782685707" />
    </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.16
              </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">$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-11&quot;:2.56},{&quot;2026-06-12&quot;:2.54},{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.49},{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:2.06},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.21},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.15},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.23},{&quot;2026-07-02&quot;:2.24},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.39},{&quot;2026-07-05&quot;:2.39},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.24},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.5},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.44},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.33},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.48},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.45},{&quot;2026-08-21&quot;:2.48},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.19},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.32},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.16}]}"
        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="109230"
  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">
            Grave Researcher 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.16
          </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="Grave Researcher // Reanimate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8b1e10e8-ea14-4761-910b-4072e2a18456.jpg?1782682967" />

        <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">
            Grave Researcher 
        </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 — Troll 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-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="Grave Researcher // Reanimate" src="https://cards.scryfall.io/large/front/8/b/8b1e10e8-ea14-4761-910b-4072e2a18456.jpg?1782682967" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Grave Researcher // Reanimate" src="https://cards.scryfall.io/large/front/8/b/8b1e10e8-ea14-4761-910b-4072e2a18456.jpg?1782682967" />
              </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">
            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.16
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.47
              </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.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.94},{&quot;2026-06-13&quot;:3.14},{&quot;2026-06-14&quot;:3.28},{&quot;2026-06-15&quot;:3.37},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.22},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.94},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.96},{&quot;2026-06-23&quot;:3.06},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:3.23},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.32},{&quot;2026-06-28&quot;:3.14},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:2.94},{&quot;2026-07-01&quot;:2.93},{&quot;2026-07-02&quot;:3.07},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:2.98},{&quot;2026-07-05&quot;:3.0},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:3.0},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.62},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.48},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.65},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.5},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.31},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.53},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.34},{&quot;2026-08-29&quot;:2.34},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.66},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.59},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.47}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.9},{&quot;2026-06-13&quot;:2.86},{&quot;2026-06-14&quot;:2.79},{&quot;2026-06-15&quot;:3.01},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.69},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.83},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.43},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.94},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.41},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.91},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:2.7},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.38},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:2.26},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:1.69},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:1.88},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.95},{&quot;2026-08-12&quot;:2.42},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.3},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.13},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:2.07},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.08},{&quot;2026-09-12&quot;:2.16}]}"
        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="76621"
  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">
            Flux Channeler
        </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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.15
          </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="Flux Channeler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/26a679fa-cefc-4222-a12c-3ab886940956.jpg?1783910345" />

        <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">
            Flux Channeler
        </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 Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Flux Channeler" src="https://cards.scryfall.io/large/front/2/6/26a679fa-cefc-4222-a12c-3ab886940956.jpg?1783910345" />
    </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.15
              </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.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-12&quot;:2.65},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.59},{&quot;2026-06-18&quot;:2.59},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.59},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.55},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.37},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.37},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.35},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.33},{&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.28},{&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.35},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.35},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-25&quot;:2.36},{&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.33},{&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.37},{&quot;2026-08-04&quot;:2.37},{&quot;2026-08-05&quot;:2.37},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.44},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.34},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.26},{&quot;2026-08-27&quot;:2.28},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.29},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.28},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.27},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.13},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.15}]}"
        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="79862"
  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">
            Everflowing Chalice
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.15
          </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="Everflowing Chalice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/27875258-47af-4105-9ded-56e03dcbd9e7.jpg?1783927706" />

        <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">
            Everflowing Chalice
        </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">Artifact</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Everflowing Chalice" src="https://cards.scryfall.io/large/front/2/7/27875258-47af-4105-9ded-56e03dcbd9e7.jpg?1783927706" />
    </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.15
              </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">
                $26.16
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:23.08},{&quot;2026-06-15&quot;:23.08},{&quot;2026-06-16&quot;:23.08},{&quot;2026-06-17&quot;:23.24},{&quot;2026-06-18&quot;:23.24},{&quot;2026-06-19&quot;:23.24},{&quot;2026-06-20&quot;:23.24},{&quot;2026-06-21&quot;:23.24},{&quot;2026-06-22&quot;:23.24},{&quot;2026-06-23&quot;:23.24},{&quot;2026-06-24&quot;:23.24},{&quot;2026-06-25&quot;:23.24},{&quot;2026-06-26&quot;:23.24},{&quot;2026-06-27&quot;:23.24},{&quot;2026-06-28&quot;:23.65},{&quot;2026-06-29&quot;:23.65},{&quot;2026-06-30&quot;:24.17},{&quot;2026-07-01&quot;:24.17},{&quot;2026-07-02&quot;:24.17},{&quot;2026-07-03&quot;:24.17},{&quot;2026-07-04&quot;:24.17},{&quot;2026-07-05&quot;:24.17},{&quot;2026-07-06&quot;:24.17},{&quot;2026-07-07&quot;:24.17},{&quot;2026-07-08&quot;:24.17},{&quot;2026-07-09&quot;:24.17},{&quot;2026-07-10&quot;:24.17},{&quot;2026-07-11&quot;:24.17},{&quot;2026-07-12&quot;:24.17},{&quot;2026-07-13&quot;:24.17},{&quot;2026-07-14&quot;:24.17},{&quot;2026-07-15&quot;:24.7},{&quot;2026-07-16&quot;:24.7},{&quot;2026-07-17&quot;:24.37},{&quot;2026-07-18&quot;:24.37},{&quot;2026-07-19&quot;:24.37},{&quot;2026-07-20&quot;:24.37},{&quot;2026-07-21&quot;:24.37},{&quot;2026-07-22&quot;:24.37},{&quot;2026-07-23&quot;:24.37},{&quot;2026-07-24&quot;:24.37},{&quot;2026-07-25&quot;:24.37},{&quot;2026-07-26&quot;:25.52},{&quot;2026-07-27&quot;:25.52},{&quot;2026-07-28&quot;:25.57},{&quot;2026-07-29&quot;:25.57},{&quot;2026-07-30&quot;:25.57},{&quot;2026-07-31&quot;:25.57},{&quot;2026-08-01&quot;:25.57},{&quot;2026-08-02&quot;:25.57},{&quot;2026-08-03&quot;:25.57},{&quot;2026-08-04&quot;:25.79},{&quot;2026-08-05&quot;:25.79},{&quot;2026-08-07&quot;:25.79},{&quot;2026-08-08&quot;:25.79},{&quot;2026-08-09&quot;:25.79},{&quot;2026-08-10&quot;:25.79},{&quot;2026-08-11&quot;:25.79},{&quot;2026-08-12&quot;:25.79},{&quot;2026-08-13&quot;:25.79},{&quot;2026-08-14&quot;:25.79},{&quot;2026-08-15&quot;:25.79},{&quot;2026-08-16&quot;:25.79},{&quot;2026-08-17&quot;:25.79},{&quot;2026-08-18&quot;:25.79},{&quot;2026-08-19&quot;:25.79},{&quot;2026-08-20&quot;:25.79},{&quot;2026-08-21&quot;:25.79},{&quot;2026-08-22&quot;:25.79},{&quot;2026-08-23&quot;:25.79},{&quot;2026-08-24&quot;:25.79},{&quot;2026-08-25&quot;:25.72},{&quot;2026-08-26&quot;:25.72},{&quot;2026-08-27&quot;:25.72},{&quot;2026-08-28&quot;:25.72},{&quot;2026-08-29&quot;:25.72},{&quot;2026-08-30&quot;:25.72},{&quot;2026-08-31&quot;:26.16},{&quot;2026-09-01&quot;:26.16},{&quot;2026-09-02&quot;:26.16},{&quot;2026-09-03&quot;:26.16},{&quot;2026-09-04&quot;:26.16},{&quot;2026-09-05&quot;:26.16},{&quot;2026-09-06&quot;:26.16},{&quot;2026-09-07&quot;:26.16},{&quot;2026-09-08&quot;:26.16},{&quot;2026-09-09&quot;:26.16},{&quot;2026-09-10&quot;:26.16},{&quot;2026-09-11&quot;:26.16},{&quot;2026-09-12&quot;:26.16}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.0},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.07},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.05},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.12},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.12},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.12},{&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.12},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.04},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.03},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-22&quot;:2.04},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.04},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.09},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.11},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.13},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.13},{&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.13},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.06},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.02},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:2.02},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:2.04},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.11},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:2.15}]}"
        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="86238"
  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">
            Varchild, Betrayer of Kjeldor
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.15
          </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="Varchild, Betrayer of Kjeldor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c67b70f-4090-4b1c-b4c9-804b6f90054b.jpg?1783909977" />

        <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">
            Varchild, Betrayer of Kjeldor
        </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 Knight</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="Varchild, Betrayer of Kjeldor" src="https://cards.scryfall.io/large/front/2/c/2c67b70f-4090-4b1c-b4c9-804b6f90054b.jpg?1783909977" />
    </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.15
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:4.21},{&quot;2026-06-15&quot;:4.18},{&quot;2026-06-16&quot;:4.18},{&quot;2026-06-17&quot;:4.18},{&quot;2026-06-18&quot;:4.07},{&quot;2026-06-19&quot;:4.06},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.07},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-23&quot;:4.16},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.17},{&quot;2026-06-26&quot;:4.17},{&quot;2026-06-27&quot;:4.13},{&quot;2026-06-28&quot;:4.13},{&quot;2026-06-29&quot;:4.14},{&quot;2026-06-30&quot;:4.21},{&quot;2026-07-01&quot;:4.14},{&quot;2026-07-02&quot;:4.02},{&quot;2026-07-03&quot;:3.99},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:4.08},{&quot;2026-07-06&quot;:4.11},{&quot;2026-07-07&quot;:4.17},{&quot;2026-07-08&quot;:4.17},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:4.31},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.45},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.49},{&quot;2026-07-18&quot;:4.53},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.5},{&quot;2026-07-22&quot;:4.54},{&quot;2026-07-23&quot;:4.52},{&quot;2026-07-24&quot;:4.54},{&quot;2026-07-25&quot;:4.54},{&quot;2026-07-26&quot;:4.44},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.25},{&quot;2026-07-29&quot;:4.26},{&quot;2026-07-30&quot;:4.26},{&quot;2026-07-31&quot;:4.28},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.08},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.47},{&quot;2026-08-08&quot;:3.18},{&quot;2026-08-09&quot;:3.26},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.21},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.84},{&quot;2026-08-17&quot;:2.81},{&quot;2026-08-18&quot;:2.81},{&quot;2026-08-19&quot;:2.78},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.71},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.69},{&quot;2026-08-24&quot;:2.69},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.25},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.24},{&quot;2026-09-07&quot;:2.19},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.15},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:2.15}]}"
        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="94929"
  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-fca 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">
            Dovin&#39;s Veto
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.15
          </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="Dovin&#39;s Veto" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/ba332954-ed8c-48d7-8d85-971c7b71dccf.jpg?1783906378" />

        <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">
            Dovin&#39;s Veto
        </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><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="Dovin&#39;s Veto" src="https://cards.scryfall.io/large/front/b/a/ba332954-ed8c-48d7-8d85-971c7b71dccf.jpg?1783906378" />
    </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.15
              </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">
                $5.04
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-11&quot;:4.6},{&quot;2026-06-12&quot;:4.7},{&quot;2026-06-13&quot;:4.88},{&quot;2026-06-14&quot;:4.9},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.98},{&quot;2026-06-17&quot;:4.9},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:5.15},{&quot;2026-06-20&quot;:5.15},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.28},{&quot;2026-06-24&quot;:5.28},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.1},{&quot;2026-06-27&quot;:5.08},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:5.13},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:4.96},{&quot;2026-07-03&quot;:4.97},{&quot;2026-07-04&quot;:4.97},{&quot;2026-07-05&quot;:4.95},{&quot;2026-07-06&quot;:4.95},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:5.06},{&quot;2026-07-09&quot;:4.94},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.94},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.87},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:4.97},{&quot;2026-07-17&quot;:4.84},{&quot;2026-07-18&quot;:4.8},{&quot;2026-07-19&quot;:4.69},{&quot;2026-07-20&quot;:4.69},{&quot;2026-07-21&quot;:4.69},{&quot;2026-07-23&quot;:4.58},{&quot;2026-07-25&quot;:4.81},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-29&quot;:4.85},{&quot;2026-07-30&quot;:5.01},{&quot;2026-07-31&quot;:4.97},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:4.94},{&quot;2026-08-03&quot;:5.03},{&quot;2026-08-04&quot;:4.93},{&quot;2026-08-05&quot;:5.06},{&quot;2026-08-07&quot;:5.17},{&quot;2026-08-08&quot;:5.08},{&quot;2026-08-09&quot;:5.08},{&quot;2026-08-10&quot;:5.08},{&quot;2026-08-11&quot;:4.94},{&quot;2026-08-12&quot;:4.93},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:5.04},{&quot;2026-08-15&quot;:5.14},{&quot;2026-08-16&quot;:5.18},{&quot;2026-08-17&quot;:5.06},{&quot;2026-08-18&quot;:5.09},{&quot;2026-08-19&quot;:4.97},{&quot;2026-08-20&quot;:4.97},{&quot;2026-08-21&quot;:5.01},{&quot;2026-08-22&quot;:4.98},{&quot;2026-08-23&quot;:4.92},{&quot;2026-08-24&quot;:4.92},{&quot;2026-08-25&quot;:4.92},{&quot;2026-08-26&quot;:4.91},{&quot;2026-08-27&quot;:4.91},{&quot;2026-08-28&quot;:4.99},{&quot;2026-08-29&quot;:4.99},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:5.09},{&quot;2026-09-01&quot;:5.09},{&quot;2026-09-02&quot;:5.04},{&quot;2026-09-03&quot;:5.07},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.05},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.04},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.04},{&quot;2026-09-10&quot;:5.07},{&quot;2026-09-11&quot;:5.07},{&quot;2026-09-12&quot;:5.04}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.62},{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:2.22},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.05},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.79},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:2.02},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.89},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.64},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.03},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.97},{&quot;2026-07-27&quot;:1.96},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.2},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.22},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:1.85},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:2.27},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.22},{&quot;2026-08-13&quot;:2.18},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.41},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.89},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.34},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.18},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.15}]}"
        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="47726"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bojuka Bog" src="https://cards.scryfall.io/large/front/b/2/b23d6629-8fd9-4b1a-b45e-289b8d1c06e8.jpg?1783925317" />
    </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.14
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.66},{&quot;2026-06-15&quot;:1.68},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.91},{&quot;2026-06-23&quot;:1.87},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.79},{&quot;2026-06-29&quot;:1.79},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.67},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.44},{&quot;2026-07-25&quot;:1.52},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.66},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.75},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.65},{&quot;2026-08-26&quot;:1.62},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.63},{&quot;2026-08-29&quot;:1.63},{&quot;2026-08-30&quot;:1.56},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.58},{&quot;2026-09-03&quot;:1.58},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.18},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.19},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.14}]}"
        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="75884"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.14
          </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="Cruel Celebrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3f8be99-a398-4664-beb6-3e98d6e62a32.jpg?1783913853" />

        <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">
            Cruel Celebrant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cruel Celebrant" src="https://cards.scryfall.io/large/front/b/3/b3f8be99-a398-4664-beb6-3e98d6e62a32.jpg?1783913853" />
    </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.14
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">$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;:0.92},{&quot;2026-06-15&quot;:0.95},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.97},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.01},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:1.02},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.04},{&quot;2026-06-26&quot;:1.04},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.12},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.11},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.13},{&quot;2026-07-03&quot;:1.1},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.0},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:0.98},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:0.97},{&quot;2026-07-13&quot;:0.94},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.96},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.93},{&quot;2026-07-19&quot;:0.93},{&quot;2026-07-20&quot;:0.93},{&quot;2026-07-21&quot;:0.95},{&quot;2026-07-22&quot;:0.93},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-24&quot;:0.92},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:1.06},{&quot;2026-07-28&quot;:1.09},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.28},{&quot;2026-08-12&quot;:1.28},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.19},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.45},{&quot;2026-08-25&quot;:1.48},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.77},{&quot;2026-09-01&quot;:1.9},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.57},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:2.14}]}"
        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="79934"
  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">
            Goldbug, Humanity&#39;s Ally 
        </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">
            3 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goldbug, Humanity&#39;s Ally // Goldbug, Scrappy Scout" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/e/8e4a8db9-ef57-4ea0-952c-1e5d343fb5d9.jpg?1783919904" />

        <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">
            Goldbug, Humanity&#39;s Ally 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Goldbug, Humanity&#39;s Ally // Goldbug, Scrappy Scout" src="https://cards.scryfall.io/large/front/8/e/8e4a8db9-ef57-4ea0-952c-1e5d343fb5d9.jpg?1783919904" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Goldbug, Humanity&#39;s Ally // Goldbug, Scrappy Scout" src="https://cards.scryfall.io/large/back/8/e/8e4a8db9-ef57-4ea0-952c-1e5d343fb5d9.jpg?1783919904" />
              </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-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.66
              </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.14
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.98},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:2.02},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:2.03},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.09},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.12},{&quot;2026-07-03&quot;:2.12},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.12},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.13},{&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.12},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.85},{&quot;2026-07-24&quot;:1.83},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.85},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.83},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.64},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.57},{&quot;2026-08-22&quot;:1.57},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.51},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.8},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.9},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.11},{&quot;2026-09-08&quot;:2.13},{&quot;2026-09-09&quot;:2.21},{&quot;2026-09-10&quot;:2.21},{&quot;2026-09-11&quot;:2.14},{&quot;2026-09-12&quot;:2.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.37},{&quot;2026-06-14&quot;:1.37},{&quot;2026-06-15&quot;:1.39},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.41},{&quot;2026-06-21&quot;:1.42},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.32},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.15},{&quot;2026-06-28&quot;:1.11},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.05},{&quot;2026-07-03&quot;:1.05},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.16},{&quot;2026-07-11&quot;:1.15},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.36},{&quot;2026-07-17&quot;:1.41},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-24&quot;:1.51},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.28},{&quot;2026-07-30&quot;:1.29},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.31},{&quot;2026-08-02&quot;:1.32},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.07},{&quot;2026-08-10&quot;:1.05},{&quot;2026-08-11&quot;:1.09},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.09},{&quot;2026-08-14&quot;:1.09},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.27},{&quot;2026-08-19&quot;:1.33},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.56},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.49},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.66},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.65},{&quot;2026-09-12&quot;:1.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Utopia Sprawl" src="https://cards.scryfall.io/large/front/6/1/612c2a10-b978-4000-894b-12d5f14afc97.jpg?1783914948" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.85},{&quot;2026-06-11&quot;:1.85},{&quot;2026-06-12&quot;:1.85},{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.9},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.91},{&quot;2026-06-21&quot;:1.91},{&quot;2026-06-22&quot;:1.99},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.42},{&quot;2026-07-13&quot;:2.42},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.44},{&quot;2026-07-21&quot;:2.46},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.01},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.13},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.21},{&quot;2026-09-10&quot;:2.19},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.14}]}"
        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="108011"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ninja Teen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0825a28f-f60b-4f80-83e3-cad6f9b266ce.jpg?1783904106" />

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ninja Teen" src="https://cards.scryfall.io/large/front/0/8/0825a28f-f60b-4f80-83e3-cad6f9b266ce.jpg?1783904106" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
            <div 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-10&quot;:2.87},{&quot;2026-06-11&quot;:2.92},{&quot;2026-06-12&quot;:2.82},{&quot;2026-06-13&quot;:2.82},{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.63},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.59},{&quot;2026-07-05&quot;:2.59},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.58},{&quot;2026-07-08&quot;:2.52},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.43},{&quot;2026-07-16&quot;:2.33},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-25&quot;:1.97},{&quot;2026-07-26&quot;:1.97},{&quot;2026-07-27&quot;:1.89},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.94},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.88},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.85},{&quot;2026-08-13&quot;:1.88},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.8},{&quot;2026-08-16&quot;:1.79},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.69},{&quot;2026-08-20&quot;:1.69},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.79},{&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;:1.93},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:2.04},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.14}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.01},{&quot;2026-06-11&quot;:1.96},{&quot;2026-06-12&quot;:1.94},{&quot;2026-06-13&quot;:1.95},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.86},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.07},{&quot;2026-06-26&quot;:1.04},{&quot;2026-06-27&quot;:1.1},{&quot;2026-06-28&quot;:1.1},{&quot;2026-06-29&quot;:1.11},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.29},{&quot;2026-07-06&quot;:1.14},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.35},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.38},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.29},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.5},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.25},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.31},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.12},{&quot;2026-08-05&quot;:1.06},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.23},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.53},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.21},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.37},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.44},{&quot;2026-08-25&quot;:1.44},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.84},{&quot;2026-08-29&quot;:1.84},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.52},{&quot;2026-09-01&quot;:1.52},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.95},{&quot;2026-09-06&quot;:2.27},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.63},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.69}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="4634"
  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-bok 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">
            Kami of False Hope
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.13
          </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="Kami of False Hope" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/44e4f5e6-935e-429f-89b4-4571376f442e.jpg?1783944214" />

        <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">
            Kami of False Hope
        </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 — Spirit</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="Kami of False Hope" src="https://cards.scryfall.io/large/front/4/4/44e4f5e6-935e-429f-89b4-4571376f442e.jpg?1783944214" />
    </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.13
              </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">
                $11.81
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</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;:11.69},{&quot;2026-06-11&quot;:11.69},{&quot;2026-06-12&quot;:11.69},{&quot;2026-06-13&quot;:11.69},{&quot;2026-06-14&quot;:11.69},{&quot;2026-06-15&quot;:11.69},{&quot;2026-06-16&quot;:11.69},{&quot;2026-06-17&quot;:11.69},{&quot;2026-06-18&quot;:11.69},{&quot;2026-06-19&quot;:11.69},{&quot;2026-06-20&quot;:11.69},{&quot;2026-06-21&quot;:11.69},{&quot;2026-06-22&quot;:11.69},{&quot;2026-06-24&quot;:11.69},{&quot;2026-06-25&quot;:11.88},{&quot;2026-06-26&quot;:11.88},{&quot;2026-06-27&quot;:11.88},{&quot;2026-06-28&quot;:11.88},{&quot;2026-06-29&quot;:11.88},{&quot;2026-06-30&quot;:11.88},{&quot;2026-07-01&quot;:11.88},{&quot;2026-07-02&quot;:11.88},{&quot;2026-07-03&quot;:11.88},{&quot;2026-07-04&quot;:11.88},{&quot;2026-07-05&quot;:11.88},{&quot;2026-07-06&quot;:11.88},{&quot;2026-07-07&quot;:11.88},{&quot;2026-07-08&quot;:11.87},{&quot;2026-07-09&quot;:11.87},{&quot;2026-07-10&quot;:11.87},{&quot;2026-07-11&quot;:11.87},{&quot;2026-07-12&quot;:11.87},{&quot;2026-07-13&quot;:11.87},{&quot;2026-07-14&quot;:11.87},{&quot;2026-07-15&quot;:11.87},{&quot;2026-07-16&quot;:11.87},{&quot;2026-07-17&quot;:11.87},{&quot;2026-07-18&quot;:11.87},{&quot;2026-07-19&quot;:11.87},{&quot;2026-07-20&quot;:11.87},{&quot;2026-07-21&quot;:11.87},{&quot;2026-07-23&quot;:11.87},{&quot;2026-07-25&quot;:11.87},{&quot;2026-07-26&quot;:11.87},{&quot;2026-07-27&quot;:11.87},{&quot;2026-07-29&quot;:11.71},{&quot;2026-07-30&quot;:11.86},{&quot;2026-07-31&quot;:11.86},{&quot;2026-08-01&quot;:11.86},{&quot;2026-08-02&quot;:11.86},{&quot;2026-08-03&quot;:11.86},{&quot;2026-08-04&quot;:11.86},{&quot;2026-08-05&quot;:11.86},{&quot;2026-08-07&quot;:11.86},{&quot;2026-08-08&quot;:11.86},{&quot;2026-08-09&quot;:11.86},{&quot;2026-08-10&quot;:11.86},{&quot;2026-08-11&quot;:11.86},{&quot;2026-08-12&quot;:11.86},{&quot;2026-08-13&quot;:11.84},{&quot;2026-08-14&quot;:11.84},{&quot;2026-08-15&quot;:11.84},{&quot;2026-08-16&quot;:11.84},{&quot;2026-08-17&quot;:11.84},{&quot;2026-08-18&quot;:11.84},{&quot;2026-08-19&quot;:11.84},{&quot;2026-08-20&quot;:11.84},{&quot;2026-08-21&quot;:11.84},{&quot;2026-08-22&quot;:11.84},{&quot;2026-08-23&quot;:11.84},{&quot;2026-08-24&quot;:11.84},{&quot;2026-08-25&quot;:11.84},{&quot;2026-08-26&quot;:11.84},{&quot;2026-08-27&quot;:11.84},{&quot;2026-08-28&quot;:11.84},{&quot;2026-08-29&quot;:11.84},{&quot;2026-08-30&quot;:11.84},{&quot;2026-08-31&quot;:11.84},{&quot;2026-09-01&quot;:11.84},{&quot;2026-09-02&quot;:11.81},{&quot;2026-09-03&quot;:11.81},{&quot;2026-09-04&quot;:11.81},{&quot;2026-09-05&quot;:11.81},{&quot;2026-09-06&quot;:11.81},{&quot;2026-09-07&quot;:11.81},{&quot;2026-09-08&quot;:11.81},{&quot;2026-09-09&quot;:11.81},{&quot;2026-09-10&quot;:11.81},{&quot;2026-09-11&quot;:11.81},{&quot;2026-09-12&quot;:11.81}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.85},{&quot;2026-06-11&quot;:3.88},{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.58},{&quot;2026-06-14&quot;:3.63},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.65},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.78},{&quot;2026-06-19&quot;:3.78},{&quot;2026-06-20&quot;:3.78},{&quot;2026-06-21&quot;:3.78},{&quot;2026-06-22&quot;:3.78},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.78},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.66},{&quot;2026-06-29&quot;:3.56},{&quot;2026-06-30&quot;:3.56},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.66},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.34},{&quot;2026-07-11&quot;:3.34},{&quot;2026-07-12&quot;:3.34},{&quot;2026-07-13&quot;:3.34},{&quot;2026-07-14&quot;:3.11},{&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.99},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:2.88},{&quot;2026-07-25&quot;:2.75},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.25},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.21},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.32},{&quot;2026-08-22&quot;:2.25},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.22},{&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.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.2},{&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.17},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.18},{&quot;2026-09-06&quot;:2.23},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.13},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.13}]}"
        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="30344"
  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-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">
            Llanowar Elves
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Llanowar Elves" src="https://cards.scryfall.io/large/front/7/5/75d972d7-5ed9-49c1-8d27-ec162771284d.jpg?1783947815" />
    </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.13
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $0.26</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;:0.51},{&quot;2026-06-15&quot;:0.51},{&quot;2026-06-16&quot;:0.51},{&quot;2026-06-17&quot;:0.51},{&quot;2026-06-18&quot;:0.49},{&quot;2026-06-19&quot;:0.49},{&quot;2026-06-20&quot;:0.49},{&quot;2026-06-21&quot;:0.49},{&quot;2026-06-22&quot;:0.49},{&quot;2026-06-23&quot;:0.49},{&quot;2026-06-24&quot;:0.47},{&quot;2026-06-25&quot;:0.47},{&quot;2026-06-26&quot;:0.47},{&quot;2026-06-27&quot;:0.45},{&quot;2026-06-28&quot;:0.45},{&quot;2026-06-29&quot;:0.45},{&quot;2026-06-30&quot;:0.45},{&quot;2026-07-01&quot;:0.45},{&quot;2026-07-02&quot;:0.45},{&quot;2026-07-03&quot;:0.45},{&quot;2026-07-04&quot;:0.45},{&quot;2026-07-05&quot;:0.45},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.42},{&quot;2026-07-08&quot;:0.42},{&quot;2026-07-09&quot;:0.42},{&quot;2026-07-10&quot;:0.42},{&quot;2026-07-11&quot;:0.4},{&quot;2026-07-12&quot;:0.37},{&quot;2026-07-13&quot;:0.35},{&quot;2026-07-14&quot;:0.37},{&quot;2026-07-15&quot;:0.5},{&quot;2026-07-16&quot;:0.53},{&quot;2026-07-17&quot;:0.57},{&quot;2026-07-18&quot;:0.55},{&quot;2026-07-19&quot;:0.61},{&quot;2026-07-20&quot;:0.62},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-22&quot;:0.87},{&quot;2026-07-23&quot;:0.87},{&quot;2026-07-24&quot;:0.87},{&quot;2026-07-25&quot;:0.87},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-28&quot;:1.02},{&quot;2026-07-29&quot;:1.05},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.1},{&quot;2026-08-02&quot;:1.11},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.16},{&quot;2026-08-05&quot;:1.15},{&quot;2026-08-07&quot;:1.15},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.07},{&quot;2026-08-13&quot;:1.07},{&quot;2026-08-14&quot;:1.07},{&quot;2026-08-15&quot;:1.15},{&quot;2026-08-16&quot;:1.15},{&quot;2026-08-17&quot;:1.25},{&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.48},{&quot;2026-08-22&quot;:1.56},{&quot;2026-08-23&quot;:1.58},{&quot;2026-08-24&quot;:1.58},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.64},{&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;:2.03},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.14},{&quot;2026-09-03&quot;:2.17},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.2},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.13}]}"
        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="81698"
  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">
            Keen Sense
        </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">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.13
          </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="Keen Sense" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/83767c02-8553-4a9d-8818-ff3e5d068451.jpg?1783910126" />

        <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">
            Keen Sense
        </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-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="Keen Sense" src="https://cards.scryfall.io/large/front/8/3/83767c02-8553-4a9d-8818-ff3e5d068451.jpg?1783910126" />
    </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.13
              </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;:1.67},{&quot;2026-06-15&quot;:1.66},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.63},{&quot;2026-06-18&quot;:1.63},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.73},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.75},{&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.8},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.87},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.96},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.01},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.11},{&quot;2026-07-30&quot;:2.12},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:2.04},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.08},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.11},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.12},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.18},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.16},{&quot;2026-08-29&quot;:2.16},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.18},{&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.19},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.21},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.12},{&quot;2026-09-12&quot;:2.13}]}"
        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="31566"
  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-j25 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-50 text-badge-text">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.12
          </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/5/d/5dbc2162-238d-492b-b629-94f771230d92.jpg?1783908616" />

        <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/5/d/5dbc2162-238d-492b-b629-94f771230d92.jpg?1783908616" />
    </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.12
              </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">$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-11&quot;:1.66},{&quot;2026-06-12&quot;:1.72},{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.68},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.85},{&quot;2026-06-25&quot;:1.87},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.78},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.84},{&quot;2026-07-04&quot;:1.92},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:2.01},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-29&quot;:1.94},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:1.94},{&quot;2026-08-03&quot;:2.04},{&quot;2026-08-04&quot;:2.05},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.96},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.97},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.96},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.09},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.1},{&quot;2026-09-12&quot;:2.12}]}"
        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="41749"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.12
          </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="Weaver of Harmony" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1682673-e947-44e2-b9c9-cbcb9a16892b.jpg?1783923838" />

        <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">
            Weaver of Harmony
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Snake Druid</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="Weaver of Harmony" src="https://cards.scryfall.io/large/front/d/1/d1682673-e947-44e2-b9c9-cbcb9a16892b.jpg?1783923838" />
    </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.12
              </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">
                $2.38
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.02},{&quot;2026-06-12&quot;:2.02},{&quot;2026-06-13&quot;:2.02},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.18},{&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.2},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.37},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.39},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.39},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.39},{&quot;2026-07-02&quot;:2.39},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.45},{&quot;2026-07-05&quot;:2.45},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.4},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.4},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.38},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.31},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.31},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&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.16},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.94},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:1.95},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.91},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.91},{&quot;2026-08-25&quot;:1.91},{&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;:2.06},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.02},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.08},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.33},{&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.38}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.08},{&quot;2026-06-12&quot;:2.25},{&quot;2026-06-13&quot;:2.25},{&quot;2026-06-14&quot;:2.43},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.52},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.67},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.68},{&quot;2026-06-30&quot;:2.85},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.9},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:2.93},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.37},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.8},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:2.01},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.94},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.52},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.94},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.24},{&quot;2026-08-29&quot;:2.24},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:2.0},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:2.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blue Elemental Blast" src="https://cards.scryfall.io/large/front/0/8/0892ec35-8bab-4fe5-8cc9-a25032d4bc8d.jpg?1783948338" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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;:1.28},{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.3},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.33},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.01},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.04},{&quot;2026-07-29&quot;:1.93},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.87},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.85},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.1},{&quot;2026-09-12&quot;:2.12}]}"
        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="87210"
  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">
            Hypnotic Specter
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Specter
      </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.12
          </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="Hypnotic Specter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/8034cac3-d696-43f0-97fa-0c0efbae9edd.jpg?1783931805" />

        <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">
            Hypnotic Specter
        </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 — Specter</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Hypnotic Specter" src="https://cards.scryfall.io/large/front/8/0/8034cac3-d696-43f0-97fa-0c0efbae9edd.jpg?1783931805" />
    </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.12
              </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.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;:1.58},{&quot;2026-06-12&quot;:1.6},{&quot;2026-06-13&quot;:1.6},{&quot;2026-06-14&quot;:1.6},{&quot;2026-06-15&quot;:1.6},{&quot;2026-06-16&quot;:1.6},{&quot;2026-06-17&quot;:1.6},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.6},{&quot;2026-06-21&quot;:1.6},{&quot;2026-06-22&quot;:1.59},{&quot;2026-06-23&quot;:1.6},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.66},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.73},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.73},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:1.97},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:2.0},{&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.01},{&quot;2026-08-22&quot;:2.01},{&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.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.07},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.15},{&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.13},{&quot;2026-09-11&quot;:2.14},{&quot;2026-09-12&quot;:2.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wave Goodbye" src="https://cards.scryfall.io/large/front/8/f/8fb141d9-addd-47ad-bfc1-b5b376d4c950.jpg?1783904160" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.0},{&quot;2026-06-16&quot;:1.0},{&quot;2026-06-17&quot;:1.0},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:1.0},{&quot;2026-06-22&quot;:1.0},{&quot;2026-06-23&quot;:1.0},{&quot;2026-06-24&quot;:1.0},{&quot;2026-06-25&quot;:1.0},{&quot;2026-06-26&quot;:1.0},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:1.0},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:1.0},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:1.0},{&quot;2026-07-04&quot;:1.0},{&quot;2026-07-05&quot;:1.0},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.0},{&quot;2026-07-08&quot;:1.0},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:1.0},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:1.0},{&quot;2026-07-18&quot;:1.0},{&quot;2026-07-19&quot;:1.0},{&quot;2026-07-20&quot;:1.0},{&quot;2026-07-21&quot;:1.0},{&quot;2026-07-22&quot;:1.0},{&quot;2026-07-23&quot;:1.0},{&quot;2026-07-24&quot;:1.0},{&quot;2026-07-25&quot;:1.0},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.0},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:1.0},{&quot;2026-07-31&quot;:1.0},{&quot;2026-08-01&quot;:1.0},{&quot;2026-08-02&quot;:1.0},{&quot;2026-08-03&quot;:1.0},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-06&quot;:1.0},{&quot;2026-08-07&quot;:1.0},{&quot;2026-08-08&quot;:1.0},{&quot;2026-08-09&quot;:1.0},{&quot;2026-08-10&quot;:1.0},{&quot;2026-08-11&quot;:1.0},{&quot;2026-08-12&quot;:1.0},{&quot;2026-08-13&quot;:1.0},{&quot;2026-08-14&quot;:1.0},{&quot;2026-08-15&quot;:1.0},{&quot;2026-08-16&quot;:1.0},{&quot;2026-08-17&quot;:1.0},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:9.02},{&quot;2026-08-20&quot;:9.02},{&quot;2026-08-21&quot;:9.02},{&quot;2026-08-22&quot;:9.02},{&quot;2026-08-23&quot;:9.02},{&quot;2026-08-24&quot;:8.96},{&quot;2026-08-25&quot;:9.03},{&quot;2026-08-26&quot;:9.03},{&quot;2026-08-27&quot;:9.03},{&quot;2026-08-28&quot;:9.06},{&quot;2026-08-29&quot;:9.06},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.06},{&quot;2026-09-01&quot;:9.06},{&quot;2026-09-02&quot;:9.06},{&quot;2026-09-03&quot;:9.06},{&quot;2026-09-04&quot;:9.06},{&quot;2026-09-05&quot;:9.25},{&quot;2026-09-06&quot;:9.25},{&quot;2026-09-07&quot;:9.25},{&quot;2026-09-08&quot;:9.25},{&quot;2026-09-09&quot;:9.42},{&quot;2026-09-10&quot;:9.42},{&quot;2026-09-11&quot;:9.42},{&quot;2026-09-12&quot;:9.42}],&quot;normal&quot;:[{&quot;2026-03-06&quot;:0.49},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:2.03},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.53},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.06},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.13},{&quot;2026-09-12&quot;:2.12}]}"
        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="20807"
  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">
            Ratchet Bomb
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.11
          </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="Ratchet Bomb" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d5bd85da-9aba-46ea-9c10-617bec99a2f5.jpg?1783930098" />

        <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">
            Ratchet Bomb
        </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-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="Ratchet Bomb" src="https://cards.scryfall.io/large/front/d/5/d5bd85da-9aba-46ea-9c10-617bec99a2f5.jpg?1783930098" />
    </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.11
              </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">
                $0.77
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:0.78},{&quot;2026-06-15&quot;:0.78},{&quot;2026-06-16&quot;:0.78},{&quot;2026-06-17&quot;:0.78},{&quot;2026-06-18&quot;:0.78},{&quot;2026-06-19&quot;:0.78},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.78},{&quot;2026-06-22&quot;:0.78},{&quot;2026-06-23&quot;:0.78},{&quot;2026-06-24&quot;:0.78},{&quot;2026-06-25&quot;:0.78},{&quot;2026-06-26&quot;:0.78},{&quot;2026-06-27&quot;:0.78},{&quot;2026-06-28&quot;:0.78},{&quot;2026-06-29&quot;:0.78},{&quot;2026-06-30&quot;:0.78},{&quot;2026-07-01&quot;:0.79},{&quot;2026-07-02&quot;:0.79},{&quot;2026-07-03&quot;:0.77},{&quot;2026-07-04&quot;:0.77},{&quot;2026-07-05&quot;:0.77},{&quot;2026-07-06&quot;:0.77},{&quot;2026-07-07&quot;:0.77},{&quot;2026-07-08&quot;:0.77},{&quot;2026-07-09&quot;:0.76},{&quot;2026-07-10&quot;:0.76},{&quot;2026-07-11&quot;:0.76},{&quot;2026-07-12&quot;:0.76},{&quot;2026-07-13&quot;:0.76},{&quot;2026-07-14&quot;:0.76},{&quot;2026-07-15&quot;:0.76},{&quot;2026-07-16&quot;:0.77},{&quot;2026-07-17&quot;:0.77},{&quot;2026-07-18&quot;:0.77},{&quot;2026-07-19&quot;:0.77},{&quot;2026-07-20&quot;:0.77},{&quot;2026-07-21&quot;:0.77},{&quot;2026-07-22&quot;:0.77},{&quot;2026-07-23&quot;:0.77},{&quot;2026-07-24&quot;:0.77},{&quot;2026-07-25&quot;:0.77},{&quot;2026-07-26&quot;:0.77},{&quot;2026-07-27&quot;:0.77},{&quot;2026-07-28&quot;:0.77},{&quot;2026-07-29&quot;:0.77},{&quot;2026-07-30&quot;:0.77},{&quot;2026-07-31&quot;:0.77},{&quot;2026-08-01&quot;:0.77},{&quot;2026-08-02&quot;:0.77},{&quot;2026-08-03&quot;:0.77},{&quot;2026-08-04&quot;:0.77},{&quot;2026-08-05&quot;:0.77},{&quot;2026-08-07&quot;:0.77},{&quot;2026-08-08&quot;:0.77},{&quot;2026-08-09&quot;:0.77},{&quot;2026-08-10&quot;:0.77},{&quot;2026-08-11&quot;:0.77},{&quot;2026-08-12&quot;:0.77},{&quot;2026-08-13&quot;:0.77},{&quot;2026-08-14&quot;:0.78},{&quot;2026-08-15&quot;:0.77},{&quot;2026-08-16&quot;:0.77},{&quot;2026-08-17&quot;:0.77},{&quot;2026-08-18&quot;:0.77},{&quot;2026-08-19&quot;:0.77},{&quot;2026-08-20&quot;:0.77},{&quot;2026-08-21&quot;:0.77},{&quot;2026-08-22&quot;:0.77},{&quot;2026-08-23&quot;:0.77},{&quot;2026-08-24&quot;:0.77},{&quot;2026-08-25&quot;:0.77},{&quot;2026-08-26&quot;:0.77},{&quot;2026-08-27&quot;:0.77},{&quot;2026-08-28&quot;:0.77},{&quot;2026-08-29&quot;:0.77},{&quot;2026-08-30&quot;:0.77},{&quot;2026-08-31&quot;:0.77},{&quot;2026-09-01&quot;:0.77},{&quot;2026-09-02&quot;:0.77},{&quot;2026-09-03&quot;:0.77},{&quot;2026-09-04&quot;:0.77},{&quot;2026-09-05&quot;:0.77},{&quot;2026-09-06&quot;:0.77},{&quot;2026-09-07&quot;:0.77},{&quot;2026-09-08&quot;:0.77},{&quot;2026-09-09&quot;:0.77},{&quot;2026-09-10&quot;:0.77},{&quot;2026-09-11&quot;:0.77},{&quot;2026-09-12&quot;:0.77}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.6},{&quot;2026-06-15&quot;:1.59},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.52},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.49},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.6},{&quot;2026-06-24&quot;:1.64},{&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.74},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.63},{&quot;2026-07-12&quot;:1.63},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.63},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.9},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-24&quot;:1.93},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:1.94},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.23},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.25},{&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.23},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.23},{&quot;2026-09-03&quot;:2.23},{&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.23},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.11},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Expansion Algorithm" src="https://cards.scryfall.io/large/front/e/f/ef261999-1c18-46f3-bbd6-72911e14328f.jpg?1782683372" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.21},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.13},{&quot;2026-07-12&quot;:2.14},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.22},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.12},{&quot;2026-07-22&quot;:2.12},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.14},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.1},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.06},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.08},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:1.89},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.12},{&quot;2026-09-11&quot;:2.12},{&quot;2026-09-12&quot;:2.11}]}"
        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="5569"
  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-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">
            Fabled Passage
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Fabled Passage
        </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="Fabled Passage" src="https://cards.scryfall.io/large/front/8/8/8809830f-d8e1-4603-9652-0ad8b00234e9.jpg?1783910785" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $3.25
              </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;:3.15},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:3.15},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.24},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.15},{&quot;2026-06-22&quot;:3.23},{&quot;2026-06-23&quot;:3.23},{&quot;2026-06-24&quot;:3.23},{&quot;2026-06-25&quot;:3.23},{&quot;2026-06-26&quot;:3.2},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.21},{&quot;2026-06-29&quot;:3.16},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.12},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.15},{&quot;2026-07-10&quot;:3.15},{&quot;2026-07-11&quot;:3.15},{&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.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.2},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.11},{&quot;2026-07-22&quot;:3.12},{&quot;2026-07-23&quot;:3.12},{&quot;2026-07-24&quot;:3.12},{&quot;2026-07-25&quot;:3.12},{&quot;2026-07-26&quot;:3.12},{&quot;2026-07-27&quot;:3.12},{&quot;2026-07-28&quot;:3.13},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.13},{&quot;2026-07-31&quot;:3.13},{&quot;2026-08-01&quot;:3.13},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:3.1},{&quot;2026-08-09&quot;:3.14},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.15},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.16},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.97},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.14},{&quot;2026-08-20&quot;:3.14},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.22},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.22},{&quot;2026-08-25&quot;:3.21},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.21},{&quot;2026-08-28&quot;:3.21},{&quot;2026-08-29&quot;:3.21},{&quot;2026-08-30&quot;:3.25},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.23},{&quot;2026-09-10&quot;:3.23},{&quot;2026-09-11&quot;:3.25},{&quot;2026-09-12&quot;:3.25}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.49},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.58},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:1.94},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.53},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.56},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.46},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.5},{&quot;2026-07-13&quot;:2.49},{&quot;2026-07-14&quot;:2.25},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-24&quot;:1.8},{&quot;2026-07-25&quot;:1.71},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.65},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:2.1},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:2.03},{&quot;2026-08-15&quot;:2.11},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.22},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.14},{&quot;2026-08-29&quot;:2.14},{&quot;2026-08-30&quot;:2.29},{&quot;2026-08-31&quot;:2.25},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.05},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.04},{&quot;2026-09-06&quot;:1.95},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.07},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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


    <div
      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 1851-1900 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=37&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=37&amp;username=denvermullets" rel="prev">37</a><a role="link" aria-disabled="true" aria-current="page">38</a><a href="/load_collection?direction=asc&amp;page=39&amp;username=denvermullets" rel="next">39</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=39&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="9346"
          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">
              55
            </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>
              Endless Atlas


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14148"
          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">
              775
            </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>
              Zulaport Cutthroat


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Rogue Ally
            </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.20

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74479"
          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">
              284
            </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>
              Ringwraiths


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      22%
                    </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.35
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Terra, Magical Adept // Esper Terra


            </td>

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

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

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

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

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

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


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $2.20

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              The Rise of Sozin // Fire Lord Sozin


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      30%
                    </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.00
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19151"
          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">
              332
            </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>
              Squee, Dubious Monarch


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 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.19

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

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

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

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

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

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


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      20%
                    </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.39
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Inti, Seneschal of the Sun


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      30%
                    </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.72
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79577"
          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">
              AKH-112
            </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>
              Trespasser&#39;s Curse


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura Curse
            </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.19

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma 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.19

                    <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">
                <div class="flex items-center gap-2">
                  $2.06

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108460"
          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-tmt ss-mythic ss-fw ss-2x mr-4"></i>
              Mondo Gecko


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47718"
          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-mic 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.17

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="68309"
          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-snc ss-rare ss-fw ss-2x mr-4"></i>
              Cut Your Losses


            </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-4'></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.17

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Insect 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.16

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76621"
          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">
              WAR-52
            </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>
              Flux Channeler


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79862"
          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">
              394
            </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>
              Everflowing Chalice


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86238"
          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">
              C18-28
            </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>
              Varchild, Betrayer of Kjeldor


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47726"
          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">
              167
            </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-common ss-fw ss-2x mr-4"></i>
              Bojuka Bog


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 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">
                $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.32
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79934"
          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-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Goldbug, Humanity&#39;s Ally // Goldbug, Scrappy Scout


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.14

                    <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">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79934"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79934" src="/boxset_card/79934?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87267"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              135
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-common ss-fw ss-2x mr-4"></i>
              Utopia Sprawl


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.14

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87267"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87267" src="/boxset_card/87267?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108011"
          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-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Ninja Teen


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Class
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      26%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.14

                    <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">
                $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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108011"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108011" src="/boxset_card/108011?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="4634"
          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">
              10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bok ss-common ss-fw ss-2x mr-4"></i>
              Kami of False Hope


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.13

                    <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.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="4634"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_4634" src="/boxset_card/4634?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30344"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              261
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Llanowar Elves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.13

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30344"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30344" src="/boxset_card/30344?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81698"
          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">
              PLC-152
            </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>
              Keen Sense


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.13

                    <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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81698"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81698" src="/boxset_card/81698?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="31566"
          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">
              728
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 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.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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="31566"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_31566" src="/boxset_card/31566?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41749"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              213
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Weaver of Harmony


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Snake Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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.12

                    <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.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="41749"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41749" src="/boxset_card/41749?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="62110"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              49
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-3ed ss-common ss-fw ss-2x mr-4"></i>
              Blue Elemental Blast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="62110"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_62110" src="/boxset_card/62110?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87210"
          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">
              M10-100
            </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>
              Hypnotic Specter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Specter
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.12

                    <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.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.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87210"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87210" src="/boxset_card/87210?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108359"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              46
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Wave Goodbye


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.12

                    <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.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108359"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108359" src="/boxset_card/108359?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20807"
          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">
              284
            </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>
              Ratchet Bomb


            </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.11

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20807" src="/boxset_card/20807?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108850"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Expansion Algorithm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.11

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108850"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108850" src="/boxset_card/108850?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5569"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              252
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x mr-4"></i>
              Fabled Passage


            </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.10

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5569"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5569" src="/boxset_card/5569?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 1851-1900 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=37&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=37&amp;username=denvermullets" rel="prev">37</a><a role="link" aria-disabled="true" aria-current="page">38</a><a href="/load_collection?direction=asc&amp;page=39&amp;username=denvermullets" rel="next">39</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=39&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>