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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kairi, the Swirling Sky" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3e356fa-eeeb-44a0-a3ba-90f90a855d40.jpg?1783923748" />

        <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">
            Kairi, the Swirling Sky
        </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 — Dragon Spirit</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Kairi, the Swirling Sky" src="https://cards.scryfall.io/large/front/c/3/c3e356fa-eeeb-44a0-a3ba-90f90a855d40.jpg?1783923748" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-12&quot;:1.75},{&quot;2026-06-13&quot;:1.75},{&quot;2026-06-14&quot;:1.75},{&quot;2026-06-15&quot;:1.75},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.73},{&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.81},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.79},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.79},{&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.79},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.79},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.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.79},{&quot;2026-08-17&quot;:1.79},{&quot;2026-08-18&quot;:1.8},{&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;:1.89},{&quot;2026-08-23&quot;:1.89},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:1.89},{&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.89},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.89},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:2.04},{&quot;2026-09-07&quot;:2.04},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.04},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:2.06}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.21},{&quot;2026-06-13&quot;:1.21},{&quot;2026-06-14&quot;:1.21},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.21},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-23&quot;:1.22},{&quot;2026-06-24&quot;:1.22},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.22},{&quot;2026-07-06&quot;:1.22},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.27},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.28},{&quot;2026-07-19&quot;:1.27},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-23&quot;:1.26},{&quot;2026-07-25&quot;:1.28},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-29&quot;:1.28},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.26},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.26},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.23},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.22},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Norwood Priestess
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Norwood Priestess" src="https://cards.scryfall.io/large/front/9/9/99a0d1c7-651a-4018-b0de-691cad8e8a56.jpg?1783910556" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:12.92},{&quot;2026-06-16&quot;:12.92},{&quot;2026-06-17&quot;:12.92},{&quot;2026-06-18&quot;:12.92},{&quot;2026-06-19&quot;:12.92},{&quot;2026-06-20&quot;:12.92},{&quot;2026-06-21&quot;:12.92},{&quot;2026-06-22&quot;:12.92},{&quot;2026-06-23&quot;:12.92},{&quot;2026-06-24&quot;:12.92},{&quot;2026-06-25&quot;:12.92},{&quot;2026-06-26&quot;:12.92},{&quot;2026-06-27&quot;:12.92},{&quot;2026-06-28&quot;:12.92},{&quot;2026-06-29&quot;:12.92},{&quot;2026-06-30&quot;:12.92},{&quot;2026-07-01&quot;:12.92},{&quot;2026-07-02&quot;:12.92},{&quot;2026-07-03&quot;:12.92},{&quot;2026-07-04&quot;:12.92},{&quot;2026-07-05&quot;:12.92},{&quot;2026-07-06&quot;:12.92},{&quot;2026-07-07&quot;:12.92},{&quot;2026-07-08&quot;:12.92},{&quot;2026-07-09&quot;:13.15},{&quot;2026-07-10&quot;:12.72},{&quot;2026-07-11&quot;:12.72},{&quot;2026-07-12&quot;:12.72},{&quot;2026-07-13&quot;:12.72},{&quot;2026-07-14&quot;:12.72},{&quot;2026-07-15&quot;:12.72},{&quot;2026-07-16&quot;:12.72},{&quot;2026-07-17&quot;:12.72},{&quot;2026-07-18&quot;:12.72},{&quot;2026-07-19&quot;:12.72},{&quot;2026-07-20&quot;:12.72},{&quot;2026-07-21&quot;:12.72},{&quot;2026-07-22&quot;:12.72},{&quot;2026-07-23&quot;:12.72},{&quot;2026-07-24&quot;:12.72},{&quot;2026-07-25&quot;:12.72},{&quot;2026-07-26&quot;:12.72},{&quot;2026-07-27&quot;:12.72},{&quot;2026-07-28&quot;:12.33},{&quot;2026-07-29&quot;:12.16},{&quot;2026-07-30&quot;:12.16},{&quot;2026-07-31&quot;:12.16},{&quot;2026-08-01&quot;:12.16},{&quot;2026-08-02&quot;:12.16},{&quot;2026-08-03&quot;:12.16},{&quot;2026-08-04&quot;:12.2},{&quot;2026-08-05&quot;:12.2},{&quot;2026-08-07&quot;:12.2},{&quot;2026-08-08&quot;:12.2},{&quot;2026-08-09&quot;:12.2},{&quot;2026-08-10&quot;:12.2},{&quot;2026-08-11&quot;:12.2},{&quot;2026-08-12&quot;:12.2},{&quot;2026-08-13&quot;:12.2},{&quot;2026-08-14&quot;:12.2},{&quot;2026-08-15&quot;:12.2},{&quot;2026-08-16&quot;:12.2},{&quot;2026-08-17&quot;:12.2},{&quot;2026-08-18&quot;:12.2},{&quot;2026-08-19&quot;:12.2},{&quot;2026-08-20&quot;:12.2},{&quot;2026-08-21&quot;:12.2},{&quot;2026-08-22&quot;:12.2},{&quot;2026-08-23&quot;:12.2},{&quot;2026-08-24&quot;:12.12},{&quot;2026-08-25&quot;:12.12},{&quot;2026-08-26&quot;:12.12},{&quot;2026-08-27&quot;:12.12},{&quot;2026-08-28&quot;:12.12},{&quot;2026-08-29&quot;:12.12},{&quot;2026-08-30&quot;:12.12},{&quot;2026-08-31&quot;:12.12},{&quot;2026-09-01&quot;:12.12},{&quot;2026-09-02&quot;:12.12},{&quot;2026-09-03&quot;:12.12},{&quot;2026-09-04&quot;:12.12},{&quot;2026-09-05&quot;:12.12},{&quot;2026-09-06&quot;:12.12},{&quot;2026-09-07&quot;:12.12},{&quot;2026-09-08&quot;:12.12},{&quot;2026-09-09&quot;:12.12},{&quot;2026-09-10&quot;:12.12},{&quot;2026-09-11&quot;:12.12},{&quot;2026-09-12&quot;:12.12},{&quot;2026-09-13&quot;:12.12}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.33},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.32},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.28},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.28},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.27},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.26},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.25},{&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.23},{&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.21},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-22&quot;:1.21},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-24&quot;:1.21},{&quot;2026-07-25&quot;:1.21},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.23},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.23},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.21},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.19},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.25},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.28},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.29},{&quot;2026-08-25&quot;:1.35},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:1.33},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.27},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.25},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.29},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81243"
  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">
            Terrain Generator
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Terrain Generator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/94af4ee1-bb2e-4783-a768-2610dc801bc6.jpg?1783910143" />

        <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">
            Terrain Generator
        </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">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="Terrain Generator" src="https://cards.scryfall.io/large/front/9/4/94af4ee1-bb2e-4783-a768-2610dc801bc6.jpg?1783910143" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="93400"
  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-tdm 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">
            Forest
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Forest
        </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 — Forest</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="Forest" src="https://cards.scryfall.io/large/front/4/8/48811e13-5774-4da1-95ec-6ea5dc4976ad.jpg?1743205092" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.58
              </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 Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</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.78},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.68},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.86},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:1.93},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:2.02},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:2.02},{&quot;2026-07-10&quot;:2.02},{&quot;2026-07-11&quot;:2.02},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.44},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.44},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.48},{&quot;2026-07-29&quot;:2.18},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.83},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.76},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.86},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.72},{&quot;2026-08-29&quot;:1.72},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.75},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.76},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.58}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.22},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.31},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.4},{&quot;2026-06-29&quot;:1.38},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.41},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.58},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.92},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.85},{&quot;2026-07-21&quot;:1.85},{&quot;2026-07-22&quot;:1.85},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.74},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.74},{&quot;2026-08-03&quot;:1.75},{&quot;2026-08-04&quot;:1.75},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.57},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.8},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.71},{&quot;2026-08-27&quot;:1.88},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.55},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Singularity Rupture
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Singularity Rupture" src="https://cards.scryfall.io/large/front/a/3/a34012e3-ec7a-4713-a2c2-f8efff49e364.jpg?1782685427" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.28
              </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.26</span>
              <span class="text-xs text-grey-text">Credit: $0.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">$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;2026-06-11&quot;:1.33},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.33},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.11},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-24&quot;:1.07},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:0.92},{&quot;2026-06-27&quot;:0.92},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.94},{&quot;2026-06-30&quot;:0.92},{&quot;2026-07-01&quot;:0.92},{&quot;2026-07-02&quot;:0.9},{&quot;2026-07-03&quot;:0.93},{&quot;2026-07-04&quot;:0.93},{&quot;2026-07-05&quot;:0.94},{&quot;2026-07-06&quot;:0.94},{&quot;2026-07-07&quot;:0.94},{&quot;2026-07-08&quot;:0.94},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.95},{&quot;2026-07-11&quot;:0.95},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.95},{&quot;2026-07-15&quot;:0.95},{&quot;2026-07-16&quot;:0.95},{&quot;2026-07-17&quot;:0.95},{&quot;2026-07-18&quot;:0.95},{&quot;2026-07-19&quot;:0.95},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.93},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.93},{&quot;2026-07-27&quot;:0.9},{&quot;2026-07-29&quot;:0.88},{&quot;2026-07-30&quot;:0.86},{&quot;2026-07-31&quot;:0.81},{&quot;2026-08-01&quot;:0.81},{&quot;2026-08-02&quot;:0.8},{&quot;2026-08-03&quot;:0.8},{&quot;2026-08-04&quot;:0.78},{&quot;2026-08-05&quot;:0.8},{&quot;2026-08-07&quot;:0.77},{&quot;2026-08-08&quot;:0.81},{&quot;2026-08-09&quot;:0.75},{&quot;2026-08-10&quot;:0.76},{&quot;2026-08-11&quot;:0.75},{&quot;2026-08-12&quot;:0.77},{&quot;2026-08-13&quot;:0.82},{&quot;2026-08-14&quot;:0.85},{&quot;2026-08-15&quot;:0.86},{&quot;2026-08-16&quot;:0.86},{&quot;2026-08-17&quot;:0.92},{&quot;2026-08-18&quot;:0.92},{&quot;2026-08-19&quot;:0.97},{&quot;2026-08-20&quot;:0.97},{&quot;2026-08-21&quot;:0.9},{&quot;2026-08-22&quot;:0.9},{&quot;2026-08-23&quot;:0.89},{&quot;2026-08-24&quot;:0.9},{&quot;2026-08-25&quot;:0.9},{&quot;2026-08-26&quot;:0.9},{&quot;2026-08-27&quot;:0.88},{&quot;2026-08-28&quot;:0.88},{&quot;2026-08-29&quot;:0.88},{&quot;2026-08-30&quot;:0.96},{&quot;2026-08-31&quot;:0.94},{&quot;2026-09-01&quot;:0.94},{&quot;2026-09-02&quot;:1.02},{&quot;2026-09-03&quot;:1.03},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.22},{&quot;2026-09-08&quot;:1.22},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.2},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.28}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.55},{&quot;2026-06-12&quot;:0.55},{&quot;2026-06-13&quot;:0.51},{&quot;2026-06-14&quot;:0.5},{&quot;2026-06-15&quot;:0.49},{&quot;2026-06-16&quot;:0.5},{&quot;2026-06-17&quot;:0.49},{&quot;2026-06-18&quot;:0.5},{&quot;2026-06-19&quot;:0.45},{&quot;2026-06-20&quot;:0.45},{&quot;2026-06-21&quot;:0.44},{&quot;2026-06-22&quot;:0.45},{&quot;2026-06-24&quot;:0.46},{&quot;2026-06-25&quot;:0.46},{&quot;2026-06-26&quot;:0.44},{&quot;2026-06-27&quot;:0.45},{&quot;2026-06-28&quot;:0.46},{&quot;2026-06-29&quot;:0.44},{&quot;2026-06-30&quot;:0.43},{&quot;2026-07-01&quot;:0.45},{&quot;2026-07-02&quot;:0.42},{&quot;2026-07-03&quot;:0.43},{&quot;2026-07-04&quot;:0.42},{&quot;2026-07-05&quot;:0.43},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.5},{&quot;2026-07-08&quot;:0.5},{&quot;2026-07-09&quot;:0.51},{&quot;2026-07-10&quot;:0.5},{&quot;2026-07-11&quot;:0.47},{&quot;2026-07-12&quot;:0.47},{&quot;2026-07-13&quot;:0.5},{&quot;2026-07-14&quot;:0.46},{&quot;2026-07-15&quot;:0.45},{&quot;2026-07-16&quot;:0.44},{&quot;2026-07-17&quot;:0.42},{&quot;2026-07-18&quot;:0.45},{&quot;2026-07-19&quot;:0.45},{&quot;2026-07-20&quot;:0.45},{&quot;2026-07-21&quot;:0.44},{&quot;2026-07-23&quot;:0.42},{&quot;2026-07-25&quot;:0.46},{&quot;2026-07-26&quot;:0.48},{&quot;2026-07-27&quot;:0.45},{&quot;2026-07-29&quot;:0.54},{&quot;2026-07-30&quot;:0.54},{&quot;2026-07-31&quot;:0.6},{&quot;2026-08-01&quot;:0.64},{&quot;2026-08-02&quot;:0.59},{&quot;2026-08-03&quot;:0.55},{&quot;2026-08-04&quot;:0.43},{&quot;2026-08-05&quot;:0.41},{&quot;2026-08-07&quot;:0.48},{&quot;2026-08-08&quot;:0.56},{&quot;2026-08-09&quot;:0.61},{&quot;2026-08-10&quot;:0.57},{&quot;2026-08-11&quot;:0.64},{&quot;2026-08-12&quot;:0.73},{&quot;2026-08-13&quot;:0.75},{&quot;2026-08-14&quot;:0.85},{&quot;2026-08-15&quot;:0.74},{&quot;2026-08-16&quot;:0.74},{&quot;2026-08-17&quot;:0.89},{&quot;2026-08-18&quot;:0.96},{&quot;2026-08-19&quot;:0.96},{&quot;2026-08-20&quot;:0.96},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:0.98},{&quot;2026-08-23&quot;:0.9},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.82},{&quot;2026-08-26&quot;:0.86},{&quot;2026-08-27&quot;:0.92},{&quot;2026-08-28&quot;:0.94},{&quot;2026-08-29&quot;:0.94},{&quot;2026-08-30&quot;:1.07},{&quot;2026-08-31&quot;:1.05},{&quot;2026-09-01&quot;:1.05},{&quot;2026-09-02&quot;:1.17},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.28},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.3},{&quot;2026-09-08&quot;:1.36},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.2},{&quot;2026-09-11&quot;:1.11},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96343"
  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-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-100 text-badge-text">
              ↓
              2%
            </span>

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

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

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

        <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/0/b0c6fb5e-07e2-4d22-be19-60592f00584a.jpg?1782685614" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.02},{&quot;2026-06-18&quot;:1.03},{&quot;2026-06-19&quot;:1.03},{&quot;2026-06-20&quot;:1.03},{&quot;2026-06-21&quot;:0.95},{&quot;2026-06-22&quot;:0.93},{&quot;2026-06-23&quot;:0.9},{&quot;2026-06-24&quot;:0.89},{&quot;2026-06-25&quot;:0.89},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.85},{&quot;2026-06-28&quot;:0.87},{&quot;2026-06-29&quot;:0.85},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.89},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.9},{&quot;2026-07-07&quot;:0.9},{&quot;2026-07-08&quot;:0.9},{&quot;2026-07-09&quot;:0.85},{&quot;2026-07-10&quot;:0.88},{&quot;2026-07-11&quot;:0.94},{&quot;2026-07-12&quot;:0.98},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.07},{&quot;2026-07-19&quot;:1.04},{&quot;2026-07-20&quot;:0.98},{&quot;2026-07-21&quot;:1.09},{&quot;2026-07-22&quot;:1.03},{&quot;2026-07-23&quot;:1.06},{&quot;2026-07-24&quot;:1.0},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-28&quot;:1.04},{&quot;2026-07-29&quot;:1.11},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.13},{&quot;2026-08-16&quot;:1.15},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.38},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.46},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.35},{&quot;2026-08-25&quot;:1.28},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.33},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.24},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.3},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.28},{&quot;2026-09-10&quot;:1.34},{&quot;2026-09-11&quot;:1.34},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Tekuthal, Inquiry Dominus
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Phyrexian Horror</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="Tekuthal, Inquiry Dominus" src="https://cards.scryfall.io/large/front/2/d/2d389264-e2d2-4589-9636-faa11fe46710.jpg?1783906040" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.16},{&quot;2026-06-17&quot;:1.15},{&quot;2026-06-18&quot;:1.14},{&quot;2026-06-19&quot;:1.13},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.16},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.27},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.12},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.28},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.29},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.32},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.3},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.23},{&quot;2026-07-17&quot;:1.23},{&quot;2026-07-18&quot;:1.22},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-22&quot;:1.29},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.25},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.25},{&quot;2026-07-28&quot;:1.26},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.26},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.29},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.39},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.41},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.34},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.4},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.4},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.34},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98304"
  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">
            Secret of Bloodbending
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Secret of Bloodbending
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Secret of Bloodbending" src="https://cards.scryfall.io/large/front/9/b/9bb928ae-f636-4aee-9146-a7885e6a8976.jpg?1783904982" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.3},{&quot;2026-06-16&quot;:1.3},{&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.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.29},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.33},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.4},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.46},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.46},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.48},{&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.54},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.52},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-22&quot;:1.58},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.74},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.73},{&quot;2026-08-05&quot;:1.73},{&quot;2026-08-07&quot;:1.72},{&quot;2026-08-08&quot;:1.77},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.87},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.93},{&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.92},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.88},{&quot;2026-09-10&quot;:1.88},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.88},{&quot;2026-09-13&quot;:1.88}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.12},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.17},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.18},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.32},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.09},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.32},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.23},{&quot;2026-07-17&quot;:1.14},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-22&quot;:1.14},{&quot;2026-07-23&quot;:1.15},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.03},{&quot;2026-07-26&quot;:1.07},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:0.93},{&quot;2026-07-29&quot;:0.9},{&quot;2026-07-30&quot;:0.98},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:1.11},{&quot;2026-08-02&quot;:1.09},{&quot;2026-08-03&quot;:1.0},{&quot;2026-08-04&quot;:1.01},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.08},{&quot;2026-08-09&quot;:1.1},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.27},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.1},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.06},{&quot;2026-08-19&quot;:0.98},{&quot;2026-08-20&quot;:1.01},{&quot;2026-08-21&quot;:1.01},{&quot;2026-08-22&quot;:0.98},{&quot;2026-08-23&quot;:0.87},{&quot;2026-08-24&quot;:0.98},{&quot;2026-08-25&quot;:0.97},{&quot;2026-08-26&quot;:1.06},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.23},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.12},{&quot;2026-09-03&quot;:1.13},{&quot;2026-09-04&quot;:1.07},{&quot;2026-09-05&quot;:1.04},{&quot;2026-09-06&quot;:1.04},{&quot;2026-09-07&quot;:1.16},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.2},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10158"
  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">
            Bronze Guardian
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bronze Guardian" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8cd5cc66-2ade-4142-9269-7d9905b029e5.jpg?1783927610" />

        <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">
            Bronze Guardian
        </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 — Golem</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Bronze Guardian" src="https://cards.scryfall.io/large/front/8/c/8cd5cc66-2ade-4142-9269-7d9905b029e5.jpg?1783927610" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.22},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.31},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.35},{&quot;2026-06-25&quot;:1.35},{&quot;2026-06-26&quot;:1.35},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.35},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.29},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.17},{&quot;2026-07-09&quot;:1.17},{&quot;2026-07-10&quot;:1.17},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.17},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.26},{&quot;2026-07-22&quot;:1.25},{&quot;2026-07-23&quot;:1.25},{&quot;2026-07-24&quot;:1.25},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-28&quot;:1.29},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.48},{&quot;2026-08-02&quot;:1.48},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.52},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.57},{&quot;2026-08-12&quot;:1.57},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.48},{&quot;2026-08-24&quot;:1.48},{&quot;2026-08-25&quot;:1.45},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.45},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.34},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.17},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.27},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10629"
  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-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">
            Feldon of the Third Path
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Feldon of the Third Path" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/97879ddb-b00b-4f24-b901-af19c436b9f1.jpg?1783927546" />

        <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">
            Feldon of the Third Path
        </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 Artificer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Feldon of the Third Path" src="https://cards.scryfall.io/large/front/9/7/97879ddb-b00b-4f24-b901-af19c436b9f1.jpg?1783927546" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.13},{&quot;2026-06-13&quot;:1.11},{&quot;2026-06-14&quot;:1.11},{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.08},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.12},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.04},{&quot;2026-06-21&quot;:1.07},{&quot;2026-06-22&quot;:1.1},{&quot;2026-06-23&quot;:1.12},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.21},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.16},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.18},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.09},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.04},{&quot;2026-07-16&quot;:1.04},{&quot;2026-07-17&quot;:1.02},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:1.01},{&quot;2026-07-20&quot;:1.02},{&quot;2026-07-21&quot;:1.02},{&quot;2026-07-23&quot;:1.02},{&quot;2026-07-25&quot;:1.0},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.19},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.28},{&quot;2026-08-15&quot;:1.34},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.48},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.48},{&quot;2026-08-24&quot;:1.48},{&quot;2026-08-25&quot;:1.48},{&quot;2026-08-26&quot;:1.46},{&quot;2026-08-27&quot;:1.46},{&quot;2026-08-28&quot;:1.46},{&quot;2026-08-29&quot;:1.46},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.3},{&quot;2026-09-01&quot;:1.3},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.32},{&quot;2026-09-06&quot;:1.32},{&quot;2026-09-07&quot;:1.32},{&quot;2026-09-08&quot;:1.32},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.31},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12320"
  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">
            Horizon Stone
        </span>


      </div>

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

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

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

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

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

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

        <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 Stone
        </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-5'></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 Stone" src="https://cards.scryfall.io/large/front/6/a/6affd9c6-f7ab-488e-85fa-2a3a48383414.jpg?1783928757" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-13&quot;:1.7},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.67},{&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.67},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.66},{&quot;2026-07-10&quot;:1.66},{&quot;2026-07-11&quot;:1.66},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.63},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.65},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.77},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.72},{&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.64},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.64},{&quot;2026-09-01&quot;:1.64},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.65},{&quot;2026-09-12&quot;:1.65},{&quot;2026-09-13&quot;:1.65}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.36},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.18},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.07},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.04},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.05},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.07},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.1},{&quot;2026-07-07&quot;:1.11},{&quot;2026-07-08&quot;:1.13},{&quot;2026-07-09&quot;:1.13},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.16},{&quot;2026-07-18&quot;:1.15},{&quot;2026-07-19&quot;:1.16},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.23},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.17},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.2},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.22},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.26},{&quot;2026-09-06&quot;:1.26},{&quot;2026-09-07&quot;:1.26},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.23},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20853"
  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-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">
            Throne of Geth
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Throne of Geth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5719f8b-0a65-4f0c-bde0-74c5e107b64d.jpg?1783930092" />

        <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">
            Throne of Geth
        </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="Throne of Geth" src="https://cards.scryfall.io/large/front/a/5/a5719f8b-0a65-4f0c-bde0-74c5e107b64d.jpg?1783930092" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.38},{&quot;2026-06-17&quot;:1.38},{&quot;2026-06-18&quot;:1.38},{&quot;2026-06-19&quot;:1.37},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.37},{&quot;2026-06-22&quot;:1.37},{&quot;2026-06-23&quot;:1.37},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.33},{&quot;2026-06-29&quot;:1.33},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.33},{&quot;2026-07-03&quot;:1.33},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.33},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.34},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.35},{&quot;2026-07-10&quot;:1.34},{&quot;2026-07-11&quot;:1.34},{&quot;2026-07-12&quot;:1.34},{&quot;2026-07-13&quot;:1.34},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.34},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.32},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.32},{&quot;2026-07-23&quot;:1.31},{&quot;2026-07-24&quot;:1.31},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.31},{&quot;2026-07-27&quot;:1.31},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.31},{&quot;2026-07-30&quot;:1.31},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.22},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.18},{&quot;2026-08-17&quot;:1.18},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.26},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.28},{&quot;2026-08-25&quot;:1.29},{&quot;2026-08-26&quot;:1.28},{&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.27},{&quot;2026-08-31&quot;:1.27},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.22}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.43},{&quot;2026-06-15&quot;:1.4},{&quot;2026-06-16&quot;:1.4},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.4},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.36},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.29},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.28},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.27},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.09},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.03},{&quot;2026-07-15&quot;:1.01},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.94},{&quot;2026-07-19&quot;:0.96},{&quot;2026-07-20&quot;:0.86},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-23&quot;:0.86},{&quot;2026-07-24&quot;:0.9},{&quot;2026-07-25&quot;:0.89},{&quot;2026-07-26&quot;:0.88},{&quot;2026-07-27&quot;:0.97},{&quot;2026-07-28&quot;:0.97},{&quot;2026-07-29&quot;:0.97},{&quot;2026-07-30&quot;:0.94},{&quot;2026-07-31&quot;:0.94},{&quot;2026-08-01&quot;:0.94},{&quot;2026-08-02&quot;:0.95},{&quot;2026-08-03&quot;:0.96},{&quot;2026-08-04&quot;:1.03},{&quot;2026-08-05&quot;:1.02},{&quot;2026-08-07&quot;:1.02},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:0.99},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:1.01},{&quot;2026-08-13&quot;:1.01},{&quot;2026-08-14&quot;:1.01},{&quot;2026-08-15&quot;:1.02},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.02},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.09},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.16},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.18},{&quot;2026-08-26&quot;:1.18},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.18},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.25},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.26},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.28},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.29},{&quot;2026-09-08&quot;:1.31},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hauntwoods Shrieker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/744ef0bc-9973-450e-a0c4-056d8244f357.jpg?1783909453" />

        <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">
            Hauntwoods Shrieker
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Beast 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-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="Hauntwoods Shrieker" src="https://cards.scryfall.io/large/front/7/4/744ef0bc-9973-450e-a0c4-056d8244f357.jpg?1783909453" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.40
              </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;:1.49},{&quot;2026-06-13&quot;:1.49},{&quot;2026-06-14&quot;:1.49},{&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.5},{&quot;2026-06-19&quot;:1.5},{&quot;2026-06-20&quot;:1.5},{&quot;2026-06-21&quot;:1.5},{&quot;2026-06-22&quot;:1.5},{&quot;2026-06-23&quot;:1.5},{&quot;2026-06-24&quot;:1.5},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.48},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.51},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.55},{&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.41},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.39},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.39},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.4},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.38},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.38},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.38},{&quot;2026-08-20&quot;:1.38},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.36},{&quot;2026-08-23&quot;:1.36},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.36},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.35},{&quot;2026-09-01&quot;:1.35},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.36},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.38},{&quot;2026-09-06&quot;:1.4},{&quot;2026-09-07&quot;:1.4},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.4}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.98},{&quot;2026-06-13&quot;:1.01},{&quot;2026-06-14&quot;:1.02},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:0.94},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.8},{&quot;2026-06-23&quot;:0.82},{&quot;2026-06-24&quot;:0.84},{&quot;2026-06-25&quot;:0.88},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.86},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.9},{&quot;2026-06-30&quot;:0.93},{&quot;2026-07-01&quot;:0.93},{&quot;2026-07-02&quot;:0.95},{&quot;2026-07-03&quot;:0.95},{&quot;2026-07-04&quot;:0.97},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.03},{&quot;2026-07-10&quot;:0.99},{&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;:0.98},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.99},{&quot;2026-07-20&quot;:0.99},{&quot;2026-07-21&quot;:0.99},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-25&quot;:0.99},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:1.04},{&quot;2026-07-29&quot;:1.02},{&quot;2026-07-30&quot;:1.04},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.97},{&quot;2026-08-02&quot;:0.92},{&quot;2026-08-03&quot;:0.9},{&quot;2026-08-04&quot;:0.9},{&quot;2026-08-05&quot;:0.85},{&quot;2026-08-07&quot;:0.87},{&quot;2026-08-08&quot;:0.86},{&quot;2026-08-09&quot;:0.86},{&quot;2026-08-10&quot;:0.86},{&quot;2026-08-11&quot;:0.86},{&quot;2026-08-12&quot;:0.85},{&quot;2026-08-13&quot;:0.85},{&quot;2026-08-14&quot;:0.85},{&quot;2026-08-15&quot;:0.88},{&quot;2026-08-16&quot;:0.89},{&quot;2026-08-17&quot;:0.91},{&quot;2026-08-18&quot;:0.92},{&quot;2026-08-19&quot;:0.92},{&quot;2026-08-20&quot;:0.92},{&quot;2026-08-21&quot;:0.94},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.96},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:0.95},{&quot;2026-08-27&quot;:0.92},{&quot;2026-08-28&quot;:0.92},{&quot;2026-08-29&quot;:0.92},{&quot;2026-08-30&quot;:0.95},{&quot;2026-08-31&quot;:0.95},{&quot;2026-09-01&quot;:0.95},{&quot;2026-09-02&quot;:0.96},{&quot;2026-09-03&quot;:0.96},{&quot;2026-09-04&quot;:0.98},{&quot;2026-09-05&quot;:1.03},{&quot;2026-09-06&quot;:1.06},{&quot;2026-09-07&quot;:1.07},{&quot;2026-09-08&quot;:1.1},{&quot;2026-09-09&quot;:1.13},{&quot;2026-09-10&quot;:1.16},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Slogurk, the Overslime" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b27a03a8-df78-43fb-a811-478be5983e91.jpg?1783925509" />

        <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">
            Slogurk, the Overslime
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Ooze</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-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="Slogurk, the Overslime" src="https://cards.scryfall.io/large/front/b/2/b27a03a8-df78-43fb-a811-478be5983e91.jpg?1783925509" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.86},{&quot;2026-06-17&quot;:0.86},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.86},{&quot;2026-06-21&quot;:0.86},{&quot;2026-06-22&quot;:0.86},{&quot;2026-06-23&quot;:0.86},{&quot;2026-06-24&quot;:0.86},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.85},{&quot;2026-06-27&quot;:0.85},{&quot;2026-06-28&quot;:0.85},{&quot;2026-06-29&quot;:0.85},{&quot;2026-06-30&quot;:0.85},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:0.83},{&quot;2026-07-04&quot;:0.84},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.86},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.87},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.88},{&quot;2026-07-11&quot;:0.88},{&quot;2026-07-12&quot;:0.88},{&quot;2026-07-13&quot;:0.88},{&quot;2026-07-14&quot;:0.88},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.89},{&quot;2026-07-17&quot;:0.89},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.9},{&quot;2026-07-21&quot;:0.9},{&quot;2026-07-22&quot;:0.9},{&quot;2026-07-23&quot;:0.9},{&quot;2026-07-24&quot;:0.9},{&quot;2026-07-25&quot;:0.9},{&quot;2026-07-26&quot;:0.9},{&quot;2026-07-27&quot;:0.91},{&quot;2026-07-28&quot;:0.91},{&quot;2026-07-29&quot;:0.93},{&quot;2026-07-30&quot;:0.93},{&quot;2026-07-31&quot;:0.93},{&quot;2026-08-01&quot;:0.93},{&quot;2026-08-02&quot;:0.93},{&quot;2026-08-03&quot;:0.93},{&quot;2026-08-04&quot;:0.94},{&quot;2026-08-05&quot;:0.94},{&quot;2026-08-07&quot;:0.95},{&quot;2026-08-08&quot;:0.94},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:1.02},{&quot;2026-08-14&quot;:1.02},{&quot;2026-08-15&quot;:1.02},{&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;:1.0},{&quot;2026-08-20&quot;:1.0},{&quot;2026-08-21&quot;:1.0},{&quot;2026-08-22&quot;:1.0},{&quot;2026-08-23&quot;:1.0},{&quot;2026-08-24&quot;:1.0},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:1.02},{&quot;2026-08-27&quot;:1.02},{&quot;2026-08-28&quot;:1.02},{&quot;2026-08-29&quot;:1.02},{&quot;2026-08-30&quot;:1.02},{&quot;2026-08-31&quot;:1.02},{&quot;2026-09-01&quot;:1.12},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.11},{&quot;2026-09-04&quot;:1.11},{&quot;2026-09-05&quot;:1.11},{&quot;2026-09-06&quot;:1.11},{&quot;2026-09-07&quot;:1.11},{&quot;2026-09-08&quot;:1.11},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.21},{&quot;2026-09-11&quot;:1.21},{&quot;2026-09-12&quot;:1.21},{&quot;2026-09-13&quot;:1.27}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.25},{&quot;2026-06-16&quot;:0.26},{&quot;2026-06-17&quot;:0.26},{&quot;2026-06-18&quot;:0.26},{&quot;2026-06-19&quot;:0.26},{&quot;2026-06-20&quot;:0.26},{&quot;2026-06-21&quot;:0.26},{&quot;2026-06-22&quot;:0.26},{&quot;2026-06-23&quot;:0.26},{&quot;2026-06-24&quot;:0.26},{&quot;2026-06-25&quot;:0.26},{&quot;2026-06-26&quot;:0.25},{&quot;2026-06-27&quot;:0.25},{&quot;2026-06-28&quot;:0.25},{&quot;2026-06-29&quot;:0.25},{&quot;2026-06-30&quot;:0.25},{&quot;2026-07-01&quot;:0.25},{&quot;2026-07-02&quot;:0.25},{&quot;2026-07-03&quot;:0.25},{&quot;2026-07-04&quot;:0.25},{&quot;2026-07-05&quot;:0.25},{&quot;2026-07-06&quot;:0.25},{&quot;2026-07-07&quot;:0.25},{&quot;2026-07-08&quot;:0.25},{&quot;2026-07-09&quot;:0.25},{&quot;2026-07-10&quot;:0.25},{&quot;2026-07-11&quot;:0.25},{&quot;2026-07-12&quot;:0.25},{&quot;2026-07-13&quot;:0.25},{&quot;2026-07-14&quot;:0.25},{&quot;2026-07-15&quot;:0.25},{&quot;2026-07-16&quot;:0.25},{&quot;2026-07-17&quot;:0.25},{&quot;2026-07-18&quot;:0.26},{&quot;2026-07-19&quot;:0.26},{&quot;2026-07-20&quot;:0.26},{&quot;2026-07-21&quot;:0.26},{&quot;2026-07-22&quot;:0.26},{&quot;2026-07-23&quot;:0.26},{&quot;2026-07-24&quot;:0.26},{&quot;2026-07-25&quot;:0.26},{&quot;2026-07-26&quot;:0.26},{&quot;2026-07-27&quot;:0.26},{&quot;2026-07-28&quot;:0.25},{&quot;2026-07-29&quot;:0.25},{&quot;2026-07-30&quot;:0.25},{&quot;2026-07-31&quot;:0.25},{&quot;2026-08-01&quot;:0.25},{&quot;2026-08-02&quot;:0.25},{&quot;2026-08-03&quot;:0.25},{&quot;2026-08-04&quot;:0.25},{&quot;2026-08-05&quot;:0.25},{&quot;2026-08-07&quot;:0.27},{&quot;2026-08-08&quot;:0.27},{&quot;2026-08-09&quot;:0.27},{&quot;2026-08-10&quot;:0.27},{&quot;2026-08-11&quot;:0.28},{&quot;2026-08-12&quot;:0.28},{&quot;2026-08-13&quot;:0.28},{&quot;2026-08-14&quot;:0.28},{&quot;2026-08-15&quot;:0.28},{&quot;2026-08-16&quot;:0.28},{&quot;2026-08-17&quot;:0.28},{&quot;2026-08-18&quot;:0.28},{&quot;2026-08-19&quot;:0.28},{&quot;2026-08-20&quot;:0.28},{&quot;2026-08-21&quot;:0.29},{&quot;2026-08-22&quot;:0.29},{&quot;2026-08-23&quot;:0.29},{&quot;2026-08-24&quot;:0.29},{&quot;2026-08-25&quot;:0.29},{&quot;2026-08-26&quot;:0.3},{&quot;2026-08-27&quot;:0.29},{&quot;2026-08-28&quot;:0.29},{&quot;2026-08-29&quot;:0.29},{&quot;2026-08-30&quot;:0.3},{&quot;2026-08-31&quot;:0.29},{&quot;2026-09-01&quot;:0.29},{&quot;2026-09-02&quot;:0.3},{&quot;2026-09-03&quot;:0.3},{&quot;2026-09-04&quot;:0.3},{&quot;2026-09-05&quot;:0.33},{&quot;2026-09-06&quot;:0.33},{&quot;2026-09-07&quot;:0.33},{&quot;2026-09-08&quot;:0.33},{&quot;2026-09-09&quot;:0.33},{&quot;2026-09-10&quot;:0.33},{&quot;2026-09-11&quot;:0.33},{&quot;2026-09-12&quot;:0.32},{&quot;2026-09-13&quot;:0.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="46633"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Yargle and Multani
        </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 — Frog Spirit Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Yargle and Multani" src="https://cards.scryfall.io/large/front/4/6/46df4f25-3705-4d63-aadb-eb89c3476cf4.jpg?1783916909" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.38},{&quot;2026-06-13&quot;:2.38},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.16},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.32},{&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.32},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.4},{&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.48},{&quot;2026-07-16&quot;:2.6},{&quot;2026-07-17&quot;:2.75},{&quot;2026-07-18&quot;:2.75},{&quot;2026-07-19&quot;:2.75},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.03},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.03},{&quot;2026-08-05&quot;:3.03},{&quot;2026-08-07&quot;:3.03},{&quot;2026-08-08&quot;:3.03},{&quot;2026-08-09&quot;:3.03},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:2.93},{&quot;2026-08-13&quot;:2.93},{&quot;2026-08-14&quot;:2.93},{&quot;2026-08-15&quot;:2.93},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.28},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.69},{&quot;2026-09-01&quot;:2.69},{&quot;2026-09-02&quot;:3.21},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.11},{&quot;2026-09-12&quot;:3.12},{&quot;2026-09-13&quot;:3.12}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.57},{&quot;2026-06-13&quot;:1.54},{&quot;2026-06-14&quot;:1.56},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.7},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.79},{&quot;2026-06-24&quot;:1.79},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.78},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.84},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.76},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.62},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.59},{&quot;2026-07-14&quot;:1.55},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-29&quot;:1.67},{&quot;2026-07-30&quot;:1.66},{&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.75},{&quot;2026-08-04&quot;:1.75},{&quot;2026-08-05&quot;:1.77},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.81},{&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.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.73},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.77},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.8},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.62},{&quot;2026-09-02&quot;:1.54},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.33},{&quot;2026-09-11&quot;:1.32},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="61976"
  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-rvr 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">
            Rest in Peace
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rest in Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/ba5115e9-02cb-47f2-944b-514a126430ba.jpg?1783913163" />

        <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">
            Rest in Peace
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Rest in Peace" src="https://cards.scryfall.io/large/front/b/a/ba5115e9-02cb-47f2-944b-514a126430ba.jpg?1783913163" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.16},{&quot;2026-06-14&quot;:1.16},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.19},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.2},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.19},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.23},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.22},{&quot;2026-07-21&quot;:1.22},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-25&quot;:1.22},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.17},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.17},{&quot;2026-08-05&quot;:1.17},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.17},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.25},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.25},{&quot;2026-08-21&quot;:1.25},{&quot;2026-08-22&quot;:1.28},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.28},{&quot;2026-08-25&quot;:1.28},{&quot;2026-08-26&quot;:1.28},{&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.32},{&quot;2026-08-31&quot;:1.32},{&quot;2026-09-01&quot;:1.32},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&quot;:1.48}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.28},{&quot;2026-06-14&quot;:1.28},{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.34},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.34},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.34},{&quot;2026-07-09&quot;:1.34},{&quot;2026-07-10&quot;:1.34},{&quot;2026-07-11&quot;:1.33},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.33},{&quot;2026-07-14&quot;:1.33},{&quot;2026-07-15&quot;:1.33},{&quot;2026-07-16&quot;:1.33},{&quot;2026-07-17&quot;:1.33},{&quot;2026-07-18&quot;:1.33},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-28&quot;:1.39},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.42},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.33},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.33},{&quot;2026-08-12&quot;:1.28},{&quot;2026-08-13&quot;:1.28},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.23},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.25},{&quot;2026-08-28&quot;:1.25},{&quot;2026-08-29&quot;:1.25},{&quot;2026-08-30&quot;:1.25},{&quot;2026-08-31&quot;:1.25},{&quot;2026-09-01&quot;:1.25},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.25},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.23},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.23},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.23},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Anger
        </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 — Incarnation</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="Anger" src="https://cards.scryfall.io/large/front/f/d/fd0768df-40c3-4b07-9274-e619cae3dd2b.jpg?1783933810" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:10.62},{&quot;2026-06-13&quot;:10.62},{&quot;2026-06-14&quot;:10.78},{&quot;2026-06-15&quot;:10.78},{&quot;2026-06-16&quot;:10.96},{&quot;2026-06-17&quot;:10.96},{&quot;2026-06-18&quot;:10.96},{&quot;2026-06-19&quot;:11.17},{&quot;2026-06-20&quot;:11.16},{&quot;2026-06-21&quot;:11.16},{&quot;2026-06-22&quot;:11.16},{&quot;2026-06-23&quot;:10.7},{&quot;2026-06-24&quot;:10.7},{&quot;2026-06-25&quot;:10.7},{&quot;2026-06-26&quot;:10.7},{&quot;2026-06-27&quot;:10.67},{&quot;2026-06-28&quot;:10.67},{&quot;2026-06-29&quot;:10.67},{&quot;2026-06-30&quot;:10.68},{&quot;2026-07-01&quot;:10.66},{&quot;2026-07-02&quot;:10.66},{&quot;2026-07-03&quot;:10.66},{&quot;2026-07-04&quot;:10.76},{&quot;2026-07-05&quot;:10.76},{&quot;2026-07-06&quot;:10.99},{&quot;2026-07-07&quot;:11.05},{&quot;2026-07-08&quot;:11.05},{&quot;2026-07-09&quot;:11.05},{&quot;2026-07-10&quot;:11.05},{&quot;2026-07-11&quot;:11.05},{&quot;2026-07-12&quot;:11.05},{&quot;2026-07-13&quot;:11.05},{&quot;2026-07-14&quot;:11.05},{&quot;2026-07-15&quot;:11.03},{&quot;2026-07-16&quot;:11.03},{&quot;2026-07-17&quot;:11.0},{&quot;2026-07-18&quot;:11.0},{&quot;2026-07-19&quot;:11.0},{&quot;2026-07-20&quot;:11.0},{&quot;2026-07-21&quot;:11.0},{&quot;2026-07-23&quot;:11.0},{&quot;2026-07-25&quot;:11.0},{&quot;2026-07-26&quot;:11.0},{&quot;2026-07-27&quot;:11.0},{&quot;2026-07-29&quot;:11.0},{&quot;2026-07-30&quot;:11.0},{&quot;2026-07-31&quot;:11.0},{&quot;2026-08-01&quot;:11.0},{&quot;2026-08-02&quot;:10.89},{&quot;2026-08-03&quot;:10.89},{&quot;2026-08-04&quot;:11.02},{&quot;2026-08-05&quot;:11.02},{&quot;2026-08-07&quot;:11.02},{&quot;2026-08-08&quot;:11.04},{&quot;2026-08-09&quot;:11.04},{&quot;2026-08-10&quot;:11.04},{&quot;2026-08-11&quot;:10.67},{&quot;2026-08-12&quot;:10.67},{&quot;2026-08-13&quot;:10.67},{&quot;2026-08-14&quot;:10.67},{&quot;2026-08-15&quot;:10.68},{&quot;2026-08-16&quot;:10.68},{&quot;2026-08-17&quot;:10.68},{&quot;2026-08-18&quot;:10.68},{&quot;2026-08-19&quot;:10.51},{&quot;2026-08-20&quot;:10.51},{&quot;2026-08-21&quot;:10.51},{&quot;2026-08-22&quot;:10.51},{&quot;2026-08-23&quot;:10.51},{&quot;2026-08-24&quot;:10.51},{&quot;2026-08-25&quot;:10.51},{&quot;2026-08-26&quot;:10.51},{&quot;2026-08-27&quot;:10.51},{&quot;2026-08-28&quot;:10.51},{&quot;2026-08-29&quot;:10.51},{&quot;2026-08-30&quot;:10.51},{&quot;2026-08-31&quot;:10.51},{&quot;2026-09-01&quot;:10.51},{&quot;2026-09-02&quot;:10.51},{&quot;2026-09-03&quot;:10.51},{&quot;2026-09-04&quot;:10.37},{&quot;2026-09-05&quot;:10.37},{&quot;2026-09-06&quot;:10.37},{&quot;2026-09-07&quot;:10.37},{&quot;2026-09-08&quot;:10.37},{&quot;2026-09-09&quot;:10.37},{&quot;2026-09-10&quot;:10.37},{&quot;2026-09-11&quot;:10.37},{&quot;2026-09-12&quot;:10.37},{&quot;2026-09-13&quot;:10.37}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.68},{&quot;2026-06-13&quot;:1.69},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.57},{&quot;2026-06-24&quot;:1.57},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.62},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.47},{&quot;2026-07-10&quot;:1.49},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.49},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.48},{&quot;2026-07-17&quot;:1.48},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-25&quot;:1.43},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-29&quot;:1.47},{&quot;2026-07-30&quot;:1.47},{&quot;2026-07-31&quot;:1.44},{&quot;2026-08-01&quot;:1.44},{&quot;2026-08-02&quot;:1.44},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.39},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.37},{&quot;2026-08-18&quot;:1.32},{&quot;2026-08-19&quot;:1.32},{&quot;2026-08-20&quot;:1.32},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.29},{&quot;2026-08-31&quot;:1.29},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.26},{&quot;2026-09-07&quot;:1.26},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.28},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="82817"
  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">
            Mind Funeral
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Mind Funeral
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mind Funeral" src="https://cards.scryfall.io/large/front/b/f/bff02baa-e1e1-42a3-9bea-97d40c8cd055.jpg?1783931255" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.46},{&quot;2026-06-12&quot;:1.48},{&quot;2026-06-13&quot;:1.48},{&quot;2026-06-14&quot;:1.48},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.47},{&quot;2026-06-22&quot;:1.47},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.41},{&quot;2026-06-27&quot;:1.41},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.43},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.43},{&quot;2026-07-10&quot;:1.43},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.4},{&quot;2026-07-17&quot;:1.4},{&quot;2026-07-18&quot;:1.4},{&quot;2026-07-19&quot;:1.4},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.33},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.33},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-29&quot;:1.33},{&quot;2026-07-30&quot;:1.33},{&quot;2026-07-31&quot;:1.33},{&quot;2026-08-01&quot;:1.33},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.2},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.21},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.21},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.23},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.23},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.23},{&quot;2026-09-02&quot;:1.23},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.23},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.27},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}],&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="83109"
  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">
            Joraga Treespeaker
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Joraga Treespeaker
        </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 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="Joraga Treespeaker" src="https://cards.scryfall.io/large/front/d/e/de6b6d2d-c2b0-421b-aad6-41e80d325fff.jpg?1783925025" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.25},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-23&quot;:1.54},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.56},{&quot;2026-06-30&quot;:1.52},{&quot;2026-07-01&quot;:1.5},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.47},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.42},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.34},{&quot;2026-07-12&quot;:1.34},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.51},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-22&quot;:1.49},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.48},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.47},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.36},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.25},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.66},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.61},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.45},{&quot;2026-08-22&quot;:1.58},{&quot;2026-08-23&quot;:1.58},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.63},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.45},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.46},{&quot;2026-09-05&quot;:1.46},{&quot;2026-09-06&quot;:1.4},{&quot;2026-09-07&quot;:1.36},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.32},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Trostani, Selesnya&#39;s Voice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c2649bc6-2ed9-4d50-ad11-ae05d6df2c3d.jpg?1783909988" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Trostani, Selesnya&#39;s Voice
        </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</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Trostani, Selesnya&#39;s Voice" src="https://cards.scryfall.io/large/front/c/2/c2649bc6-2ed9-4d50-ad11-ae05d6df2c3d.jpg?1783909988" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.56},{&quot;2026-06-13&quot;:1.51},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.5},{&quot;2026-06-18&quot;:1.47},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.48},{&quot;2026-06-24&quot;:1.5},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.51},{&quot;2026-06-27&quot;:1.51},{&quot;2026-06-28&quot;:1.51},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.5},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.49},{&quot;2026-07-10&quot;:1.49},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.5},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-25&quot;:1.42},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-29&quot;:1.45},{&quot;2026-07-30&quot;:1.45},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.26},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.25},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.2},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.19},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.2},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.21},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&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.25},{&quot;2026-09-03&quot;:1.29},{&quot;2026-09-04&quot;:1.29},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.28},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.27},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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/c/7/c7fb7ff7-aef0-4893-a120-e17a082cd07f.jpg?1783906235" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.27
              </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">
                $10.38
              </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.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-08-19&quot;:11.0},{&quot;2026-08-20&quot;:11.0},{&quot;2026-08-21&quot;:11.03},{&quot;2026-08-22&quot;:11.03},{&quot;2026-08-23&quot;:11.03},{&quot;2026-08-24&quot;:10.95},{&quot;2026-08-25&quot;:10.95},{&quot;2026-08-26&quot;:10.95},{&quot;2026-08-27&quot;:10.95},{&quot;2026-08-28&quot;:10.95},{&quot;2026-08-29&quot;:10.95},{&quot;2026-08-30&quot;:10.95},{&quot;2026-08-31&quot;:10.95},{&quot;2026-09-01&quot;:10.95},{&quot;2026-09-02&quot;:10.77},{&quot;2026-09-03&quot;:10.68},{&quot;2026-09-04&quot;:10.68},{&quot;2026-09-05&quot;:10.68},{&quot;2026-09-06&quot;:10.68},{&quot;2026-09-07&quot;:10.68},{&quot;2026-09-08&quot;:10.55},{&quot;2026-09-09&quot;:10.55},{&quot;2026-09-10&quot;:10.55},{&quot;2026-09-11&quot;:10.51},{&quot;2026-09-12&quot;:10.42},{&quot;2026-09-13&quot;:10.38}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.79},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.71},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.66},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.72},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:1.63},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.62},{&quot;2026-07-25&quot;:1.62},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.59},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.57},{&quot;2026-08-09&quot;:1.52},{&quot;2026-08-10&quot;:1.57},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.62},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.62},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.43},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.38},{&quot;2026-09-03&quot;:1.36},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.33},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109011"
  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">
            Nether Traitor
        </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-50 text-badge-text">
              ↑
              46%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nether Traitor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fae5d1cb-ead9-41e1-84ce-2f06dc8cf6ba.jpg?1782683219" />

        <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">
            Nether Traitor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Nether Traitor" src="https://cards.scryfall.io/large/front/f/a/fae5d1cb-ead9-41e1-84ce-2f06dc8cf6ba.jpg?1782683219" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.0},{&quot;2026-06-15&quot;:1.13},{&quot;2026-06-16&quot;:1.05},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.83},{&quot;2026-06-21&quot;:0.83},{&quot;2026-06-22&quot;:0.82},{&quot;2026-06-23&quot;:0.87},{&quot;2026-06-24&quot;:0.84},{&quot;2026-06-25&quot;:0.85},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.77},{&quot;2026-06-28&quot;:0.77},{&quot;2026-06-29&quot;:0.82},{&quot;2026-06-30&quot;:0.78},{&quot;2026-07-01&quot;:0.77},{&quot;2026-07-02&quot;:0.77},{&quot;2026-07-03&quot;:0.93},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.88},{&quot;2026-07-06&quot;:0.78},{&quot;2026-07-07&quot;:0.82},{&quot;2026-07-08&quot;:0.8},{&quot;2026-07-09&quot;:0.82},{&quot;2026-07-10&quot;:0.8},{&quot;2026-07-11&quot;:0.79},{&quot;2026-07-12&quot;:0.78},{&quot;2026-07-13&quot;:0.77},{&quot;2026-07-14&quot;:0.85},{&quot;2026-07-15&quot;:0.85},{&quot;2026-07-16&quot;:0.73},{&quot;2026-07-17&quot;:0.71},{&quot;2026-07-18&quot;:0.69},{&quot;2026-07-19&quot;:0.74},{&quot;2026-07-20&quot;:0.75},{&quot;2026-07-21&quot;:0.8},{&quot;2026-07-23&quot;:0.81},{&quot;2026-07-24&quot;:0.77},{&quot;2026-07-25&quot;:0.73},{&quot;2026-07-26&quot;:0.73},{&quot;2026-07-27&quot;:0.75},{&quot;2026-07-28&quot;:0.8},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:1.05},{&quot;2026-08-02&quot;:0.88},{&quot;2026-08-03&quot;:0.92},{&quot;2026-08-04&quot;:0.87},{&quot;2026-08-05&quot;:0.88},{&quot;2026-08-07&quot;:0.84},{&quot;2026-08-08&quot;:0.85},{&quot;2026-08-09&quot;:0.84},{&quot;2026-08-10&quot;:0.83},{&quot;2026-08-11&quot;:0.8},{&quot;2026-08-12&quot;:0.77},{&quot;2026-08-13&quot;:0.77},{&quot;2026-08-14&quot;:0.76},{&quot;2026-08-15&quot;:0.78},{&quot;2026-08-16&quot;:0.78},{&quot;2026-08-17&quot;:0.77},{&quot;2026-08-18&quot;:0.77},{&quot;2026-08-19&quot;:0.78},{&quot;2026-08-20&quot;:0.78},{&quot;2026-08-21&quot;:1.06},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.16},{&quot;2026-08-24&quot;:0.85},{&quot;2026-08-25&quot;:0.86},{&quot;2026-08-26&quot;:0.86},{&quot;2026-08-27&quot;:0.93},{&quot;2026-08-28&quot;:0.9},{&quot;2026-08-29&quot;:0.9},{&quot;2026-08-30&quot;:0.86},{&quot;2026-08-31&quot;:0.81},{&quot;2026-09-01&quot;:0.82},{&quot;2026-09-02&quot;:0.84},{&quot;2026-09-03&quot;:0.85},{&quot;2026-09-04&quot;:0.85},{&quot;2026-09-05&quot;:0.86},{&quot;2026-09-06&quot;:0.85},{&quot;2026-09-07&quot;:0.87},{&quot;2026-09-08&quot;:0.88},{&quot;2026-09-09&quot;:0.9},{&quot;2026-09-10&quot;:0.88},{&quot;2026-09-11&quot;:0.9},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109081"
  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-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">
            Tyvar&#39;s Stand
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tyvar&#39;s Stand" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/6/b6ab0855-782a-498c-a885-b3ab3d1bb362.jpg?1782683163" />

        <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">
            Tyvar&#39;s Stand
        </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-x'></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="Tyvar&#39;s Stand" src="https://cards.scryfall.io/large/front/b/6/b6ab0855-782a-498c-a885-b3ab3d1bb362.jpg?1782683163" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.43},{&quot;2026-06-16&quot;:0.43},{&quot;2026-06-17&quot;:0.45},{&quot;2026-06-18&quot;:0.46},{&quot;2026-06-19&quot;:0.45},{&quot;2026-06-20&quot;:0.44},{&quot;2026-06-21&quot;:0.46},{&quot;2026-06-22&quot;:0.46},{&quot;2026-06-23&quot;:0.49},{&quot;2026-06-24&quot;:0.79},{&quot;2026-06-25&quot;:0.85},{&quot;2026-06-26&quot;:0.55},{&quot;2026-06-27&quot;:0.52},{&quot;2026-06-28&quot;:0.5},{&quot;2026-06-29&quot;:0.52},{&quot;2026-06-30&quot;:0.53},{&quot;2026-07-01&quot;:0.49},{&quot;2026-07-02&quot;:0.48},{&quot;2026-07-03&quot;:0.47},{&quot;2026-07-04&quot;:0.49},{&quot;2026-07-05&quot;:0.5},{&quot;2026-07-06&quot;:0.57},{&quot;2026-07-07&quot;:0.59},{&quot;2026-07-08&quot;:0.64},{&quot;2026-07-09&quot;:0.67},{&quot;2026-07-10&quot;:0.6},{&quot;2026-07-11&quot;:0.55},{&quot;2026-07-12&quot;:0.61},{&quot;2026-07-13&quot;:0.68},{&quot;2026-07-14&quot;:0.65},{&quot;2026-07-15&quot;:0.64},{&quot;2026-07-16&quot;:0.58},{&quot;2026-07-17&quot;:0.58},{&quot;2026-07-18&quot;:0.6},{&quot;2026-07-19&quot;:0.61},{&quot;2026-07-20&quot;:0.63},{&quot;2026-07-21&quot;:0.62},{&quot;2026-07-22&quot;:0.63},{&quot;2026-07-23&quot;:0.62},{&quot;2026-07-24&quot;:0.65},{&quot;2026-07-25&quot;:0.65},{&quot;2026-07-26&quot;:0.64},{&quot;2026-07-27&quot;:0.65},{&quot;2026-07-28&quot;:0.65},{&quot;2026-07-29&quot;:0.64},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.67},{&quot;2026-08-01&quot;:0.67},{&quot;2026-08-02&quot;:0.83},{&quot;2026-08-03&quot;:0.84},{&quot;2026-08-04&quot;:0.84},{&quot;2026-08-05&quot;:0.85},{&quot;2026-08-07&quot;:0.86},{&quot;2026-08-08&quot;:0.85},{&quot;2026-08-09&quot;:0.89},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:1.02},{&quot;2026-08-13&quot;:1.02},{&quot;2026-08-14&quot;:1.04},{&quot;2026-08-15&quot;:1.04},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.1},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.11},{&quot;2026-08-26&quot;:1.11},{&quot;2026-08-27&quot;:1.16},{&quot;2026-08-28&quot;:1.32},{&quot;2026-08-29&quot;:1.32},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.04},{&quot;2026-09-02&quot;:1.01},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.2},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.22},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.21},{&quot;2026-09-11&quot;:1.22},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="1814"
  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-all 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">
            Elvish Ranger
        </span>


      </div>

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

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

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

        <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">
            Elvish Ranger
        </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 Ranger</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="Elvish Ranger" src="https://cards.scryfall.io/large/front/a/d/ad9f1b09-73c2-43c5-a28b-4a40fff7b727.jpg?1783947173" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.99},{&quot;2026-06-16&quot;:0.99},{&quot;2026-06-17&quot;:0.99},{&quot;2026-06-18&quot;:1.01},{&quot;2026-06-19&quot;:1.01},{&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;:0.98},{&quot;2026-06-24&quot;:0.98},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.98},{&quot;2026-06-27&quot;:0.98},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:0.97},{&quot;2026-07-01&quot;:0.97},{&quot;2026-07-02&quot;:0.97},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.98},{&quot;2026-07-05&quot;:0.98},{&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.1},{&quot;2026-07-15&quot;:1.1},{&quot;2026-07-16&quot;:1.1},{&quot;2026-07-17&quot;:1.1},{&quot;2026-07-18&quot;:1.1},{&quot;2026-07-19&quot;:1.1},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.09},{&quot;2026-07-22&quot;:1.11},{&quot;2026-07-23&quot;:1.11},{&quot;2026-07-24&quot;:1.11},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.13},{&quot;2026-07-29&quot;:1.13},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.13},{&quot;2026-08-01&quot;:1.13},{&quot;2026-08-02&quot;:1.13},{&quot;2026-08-03&quot;:1.13},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.13},{&quot;2026-08-08&quot;:1.13},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.18},{&quot;2026-08-19&quot;:1.18},{&quot;2026-08-20&quot;:1.18},{&quot;2026-08-21&quot;:1.18},{&quot;2026-08-22&quot;:1.18},{&quot;2026-08-23&quot;:1.18},{&quot;2026-08-24&quot;:1.11},{&quot;2026-08-25&quot;:1.11},{&quot;2026-08-26&quot;:1.11},{&quot;2026-08-27&quot;:1.11},{&quot;2026-08-28&quot;:1.11},{&quot;2026-08-29&quot;:1.11},{&quot;2026-08-30&quot;:1.13},{&quot;2026-08-31&quot;:1.13},{&quot;2026-09-01&quot;:1.13},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.15},{&quot;2026-09-04&quot;:1.15},{&quot;2026-09-05&quot;:1.15},{&quot;2026-09-06&quot;:1.15},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Leyline of Hope" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/40960e47-3065-485e-aede-29a62411034e.jpg?1783909508" />

        <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">
            Leyline of Hope
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Leyline of Hope" src="https://cards.scryfall.io/large/front/4/0/40960e47-3065-485e-aede-29a62411034e.jpg?1783909508" />
    </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.05
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</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-15&quot;:0.85},{&quot;2026-06-16&quot;:0.85},{&quot;2026-06-17&quot;:0.86},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.86},{&quot;2026-06-21&quot;:0.87},{&quot;2026-06-22&quot;:0.96},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.95},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.95},{&quot;2026-06-30&quot;:0.95},{&quot;2026-07-01&quot;:0.95},{&quot;2026-07-02&quot;:0.94},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.93},{&quot;2026-07-05&quot;:0.93},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.0},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.1},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.1},{&quot;2026-07-12&quot;:1.1},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-22&quot;:1.07},{&quot;2026-07-23&quot;:1.05},{&quot;2026-07-24&quot;:1.02},{&quot;2026-07-25&quot;:1.0},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.04},{&quot;2026-07-28&quot;:1.14},{&quot;2026-07-29&quot;:1.14},{&quot;2026-07-30&quot;:1.14},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.1},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.2},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.25},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.17},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.21},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.28},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.4},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.4},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.4},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.37},{&quot;2026-08-31&quot;:1.37},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.31},{&quot;2026-09-05&quot;:1.31},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.26}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.84},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.7},{&quot;2026-06-18&quot;:0.68},{&quot;2026-06-19&quot;:0.66},{&quot;2026-06-20&quot;:0.66},{&quot;2026-06-21&quot;:0.64},{&quot;2026-06-22&quot;:0.64},{&quot;2026-06-23&quot;:0.63},{&quot;2026-06-24&quot;:0.63},{&quot;2026-06-25&quot;:0.64},{&quot;2026-06-26&quot;:0.68},{&quot;2026-06-27&quot;:0.7},{&quot;2026-06-28&quot;:0.94},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.05},{&quot;2026-07-01&quot;:0.99},{&quot;2026-07-02&quot;:0.9},{&quot;2026-07-03&quot;:0.82},{&quot;2026-07-04&quot;:0.92},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.92},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.86},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.86},{&quot;2026-07-11&quot;:0.78},{&quot;2026-07-12&quot;:0.8},{&quot;2026-07-13&quot;:0.72},{&quot;2026-07-14&quot;:0.79},{&quot;2026-07-15&quot;:0.81},{&quot;2026-07-16&quot;:0.85},{&quot;2026-07-17&quot;:0.87},{&quot;2026-07-18&quot;:0.85},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.91},{&quot;2026-07-22&quot;:0.94},{&quot;2026-07-23&quot;:0.95},{&quot;2026-07-24&quot;:1.0},{&quot;2026-07-25&quot;:0.91},{&quot;2026-07-26&quot;:0.92},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:0.92},{&quot;2026-07-29&quot;:0.91},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.03},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.29},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:1.05},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.07},{&quot;2026-08-27&quot;:0.89},{&quot;2026-08-28&quot;:0.84},{&quot;2026-08-29&quot;:0.84},{&quot;2026-08-30&quot;:0.84},{&quot;2026-08-31&quot;:0.8},{&quot;2026-09-01&quot;:0.8},{&quot;2026-09-02&quot;:0.85},{&quot;2026-09-03&quot;:0.9},{&quot;2026-09-04&quot;:0.9},{&quot;2026-09-05&quot;:1.01},{&quot;2026-09-06&quot;:1.04},{&quot;2026-09-07&quot;:1.02},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28641"
  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">
            Tinybones, Bauble Burglar
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tinybones, Bauble Burglar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff3d85bc-ef2d-4251-baf4-a14bd0cee61e.jpg?1783909107" />

        <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">
            Tinybones, Bauble Burglar
        </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 — Skeleton Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tinybones, Bauble Burglar" src="https://cards.scryfall.io/large/front/f/f/ff3d85bc-ef2d-4251-baf4-a14bd0cee61e.jpg?1783909107" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.3},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.29},{&quot;2026-06-21&quot;:2.28},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.63},{&quot;2026-06-28&quot;:1.63},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.36},{&quot;2026-07-11&quot;:1.36},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.36},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.52},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-22&quot;:1.5},{&quot;2026-07-23&quot;:1.52},{&quot;2026-07-24&quot;:1.52},{&quot;2026-07-25&quot;:1.52},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.38},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.39},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.83},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:1.93},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.89},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.03},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:2.09}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.91},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.98},{&quot;2026-06-18&quot;:0.95},{&quot;2026-06-19&quot;:0.91},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.86},{&quot;2026-06-22&quot;:0.84},{&quot;2026-06-23&quot;:0.73},{&quot;2026-06-24&quot;:0.69},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.69},{&quot;2026-06-27&quot;:0.74},{&quot;2026-06-28&quot;:0.83},{&quot;2026-06-29&quot;:0.84},{&quot;2026-06-30&quot;:0.84},{&quot;2026-07-01&quot;:0.92},{&quot;2026-07-02&quot;:0.92},{&quot;2026-07-03&quot;:0.92},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.11},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.86},{&quot;2026-07-13&quot;:0.84},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.91},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.96},{&quot;2026-07-19&quot;:0.99},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.91},{&quot;2026-07-22&quot;:0.94},{&quot;2026-07-23&quot;:0.99},{&quot;2026-07-24&quot;:1.11},{&quot;2026-07-25&quot;:1.45},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.57},{&quot;2026-07-28&quot;:1.32},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.04},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.16},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.35},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.58},{&quot;2026-08-10&quot;:1.57},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.75},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.58},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.44},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.47},{&quot;2026-08-29&quot;:1.47},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.54},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.5},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kaheera, the Orphanguard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e9c296d0-ad8d-4139-97c4-e36c4af3d3c9.jpg?1783916861" />

        <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">
            Kaheera, the Orphanguard
        </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 — Cat Beast</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-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></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="Kaheera, the Orphanguard" src="https://cards.scryfall.io/large/front/e/9/e9c296d0-ad8d-4139-97c4-e36c4af3d3c9.jpg?1783916861" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.36</span>
              <span class="text-xs text-grey-text">Credit: $0.47</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.66},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.71},{&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.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.8},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.88},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.88},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:1.9},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.9},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.87},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.85},{&quot;2026-07-21&quot;:1.85},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-28&quot;:1.84},{&quot;2026-07-29&quot;:1.84},{&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.83},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.76},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.75},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.94},{&quot;2026-09-12&quot;:2.94},{&quot;2026-09-13&quot;:2.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.18},{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.3},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.35},{&quot;2026-06-29&quot;:1.3},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.42},{&quot;2026-07-05&quot;:1.42},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.36},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.61},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-25&quot;:1.42},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.39},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.6},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.8},{&quot;2026-08-26&quot;:1.88},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.3},{&quot;2026-09-01&quot;:2.3},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.12},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.61},{&quot;2026-09-09&quot;:1.5},{&quot;2026-09-10&quot;:1.41},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74111"
  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">
            Preacher of the Schism
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Preacher of the Schism" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/89345f55-2b32-4356-945a-d56dded39909.jpg?1783913774" />

        <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">
            Preacher of the Schism
        </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 — Vampire Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Preacher of the Schism" src="https://cards.scryfall.io/large/front/8/9/89345f55-2b32-4356-945a-d56dded39909.jpg?1783913774" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.89},{&quot;2026-06-12&quot;:1.89},{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:1.96},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-24&quot;:1.96},{&quot;2026-06-25&quot;:1.96},{&quot;2026-06-26&quot;:1.92},{&quot;2026-06-27&quot;:1.92},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.92},{&quot;2026-07-04&quot;:1.92},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.93},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.92},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.91},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.83},{&quot;2026-07-21&quot;:1.83},{&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.82},{&quot;2026-07-29&quot;:1.79},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.6},{&quot;2026-08-08&quot;:1.58},{&quot;2026-08-09&quot;:1.58},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.52},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.53},{&quot;2026-08-24&quot;:1.53},{&quot;2026-08-25&quot;:1.53},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.57},{&quot;2026-09-01&quot;:1.57},{&quot;2026-09-02&quot;:1.62},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.62},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.67},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.72},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.76}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.37},{&quot;2026-06-12&quot;:1.37},{&quot;2026-06-13&quot;:1.39},{&quot;2026-06-14&quot;:1.39},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.4},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.35},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.32},{&quot;2026-06-30&quot;:1.19},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.27},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.23},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.35},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.32},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.23},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.28},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.27},{&quot;2026-08-18&quot;:1.18},{&quot;2026-08-19&quot;:1.18},{&quot;2026-08-20&quot;:1.18},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.07},{&quot;2026-08-23&quot;:1.01},{&quot;2026-08-24&quot;:0.99},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:1.06},{&quot;2026-08-27&quot;:0.97},{&quot;2026-08-28&quot;:0.97},{&quot;2026-08-29&quot;:0.97},{&quot;2026-08-30&quot;:0.99},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.1},{&quot;2026-09-03&quot;:1.13},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.19},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.27},{&quot;2026-09-12&quot;:1.29},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Restless Anchorage" src="https://cards.scryfall.io/large/front/e/3/e3cab352-734e-454b-8b58-733165f4b3b3.jpg?1783913715" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.04},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.04},{&quot;2026-06-21&quot;:1.04},{&quot;2026-06-22&quot;:1.03},{&quot;2026-06-23&quot;:1.03},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.02},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:1.02},{&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;:0.99},{&quot;2026-07-02&quot;:0.99},{&quot;2026-07-03&quot;:0.99},{&quot;2026-07-04&quot;:0.98},{&quot;2026-07-05&quot;:0.98},{&quot;2026-07-06&quot;:0.99},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.99},{&quot;2026-07-13&quot;:0.96},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.98},{&quot;2026-07-20&quot;:0.98},{&quot;2026-07-21&quot;:0.98},{&quot;2026-07-22&quot;:0.98},{&quot;2026-07-23&quot;:0.98},{&quot;2026-07-24&quot;:0.97},{&quot;2026-07-25&quot;:0.97},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:0.92},{&quot;2026-07-28&quot;:0.99},{&quot;2026-07-29&quot;:0.93},{&quot;2026-07-30&quot;:0.92},{&quot;2026-07-31&quot;:0.92},{&quot;2026-08-01&quot;:0.92},{&quot;2026-08-02&quot;:0.92},{&quot;2026-08-03&quot;:0.92},{&quot;2026-08-04&quot;:0.92},{&quot;2026-08-05&quot;:0.92},{&quot;2026-08-07&quot;:0.92},{&quot;2026-08-08&quot;:0.92},{&quot;2026-08-09&quot;:0.92},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.93},{&quot;2026-08-12&quot;:0.93},{&quot;2026-08-13&quot;:0.93},{&quot;2026-08-14&quot;:0.94},{&quot;2026-08-15&quot;:0.97},{&quot;2026-08-16&quot;:0.99},{&quot;2026-08-17&quot;:0.99},{&quot;2026-08-18&quot;:0.99},{&quot;2026-08-19&quot;:0.99},{&quot;2026-08-20&quot;:0.99},{&quot;2026-08-21&quot;:1.02},{&quot;2026-08-22&quot;:1.02},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:1.04},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.07},{&quot;2026-08-27&quot;:1.07},{&quot;2026-08-28&quot;:1.1},{&quot;2026-08-29&quot;:1.1},{&quot;2026-08-30&quot;:1.1},{&quot;2026-08-31&quot;:1.12},{&quot;2026-09-01&quot;:1.09},{&quot;2026-09-02&quot;:1.09},{&quot;2026-09-03&quot;:1.08},{&quot;2026-09-04&quot;:1.08},{&quot;2026-09-05&quot;:1.08},{&quot;2026-09-06&quot;:1.07},{&quot;2026-09-07&quot;:1.08},{&quot;2026-09-08&quot;:1.09},{&quot;2026-09-09&quot;:1.12},{&quot;2026-09-10&quot;:1.12},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.16},{&quot;2026-09-13&quot;:1.16}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.14},{&quot;2026-06-19&quot;:1.05},{&quot;2026-06-20&quot;:1.05},{&quot;2026-06-21&quot;:0.97},{&quot;2026-06-22&quot;:0.97},{&quot;2026-06-23&quot;:1.0},{&quot;2026-06-24&quot;:0.96},{&quot;2026-06-25&quot;:0.96},{&quot;2026-06-26&quot;:0.97},{&quot;2026-06-27&quot;:0.9},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.97},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:1.06},{&quot;2026-07-02&quot;:1.05},{&quot;2026-07-03&quot;:1.05},{&quot;2026-07-04&quot;:1.03},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.03},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.98},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.94},{&quot;2026-07-17&quot;:0.94},{&quot;2026-07-18&quot;:0.95},{&quot;2026-07-19&quot;:0.96},{&quot;2026-07-20&quot;:0.93},{&quot;2026-07-21&quot;:0.93},{&quot;2026-07-22&quot;:0.9},{&quot;2026-07-23&quot;:0.86},{&quot;2026-07-24&quot;:0.87},{&quot;2026-07-25&quot;:0.92},{&quot;2026-07-26&quot;:0.92},{&quot;2026-07-27&quot;:0.91},{&quot;2026-07-28&quot;:0.86},{&quot;2026-07-29&quot;:0.86},{&quot;2026-07-30&quot;:0.85},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.87},{&quot;2026-08-02&quot;:0.84},{&quot;2026-08-03&quot;:0.84},{&quot;2026-08-04&quot;:0.84},{&quot;2026-08-05&quot;:0.84},{&quot;2026-08-07&quot;:0.78},{&quot;2026-08-08&quot;:0.76},{&quot;2026-08-09&quot;:0.75},{&quot;2026-08-10&quot;:0.69},{&quot;2026-08-11&quot;:0.71},{&quot;2026-08-12&quot;:0.76},{&quot;2026-08-13&quot;:0.76},{&quot;2026-08-14&quot;:0.78},{&quot;2026-08-15&quot;:0.75},{&quot;2026-08-16&quot;:0.78},{&quot;2026-08-17&quot;:0.76},{&quot;2026-08-18&quot;:0.76},{&quot;2026-08-19&quot;:0.76},{&quot;2026-08-20&quot;:0.76},{&quot;2026-08-21&quot;:0.81},{&quot;2026-08-22&quot;:0.86},{&quot;2026-08-23&quot;:0.87},{&quot;2026-08-24&quot;:0.85},{&quot;2026-08-25&quot;:0.86},{&quot;2026-08-26&quot;:0.87},{&quot;2026-08-27&quot;:0.84},{&quot;2026-08-28&quot;:0.86},{&quot;2026-08-29&quot;:0.86},{&quot;2026-08-30&quot;:0.89},{&quot;2026-08-31&quot;:0.9},{&quot;2026-09-01&quot;:0.9},{&quot;2026-09-02&quot;:0.9},{&quot;2026-09-03&quot;:0.91},{&quot;2026-09-04&quot;:0.9},{&quot;2026-09-05&quot;:0.94},{&quot;2026-09-06&quot;:1.01},{&quot;2026-09-07&quot;:0.99},{&quot;2026-09-08&quot;:1.12},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.23},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79358"
  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">
            Syr Konrad, the Grim
        </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">
            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">
              ↑
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Syr Konrad, the Grim" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a891d9a-0cb0-4f9a-91c4-c8e4b395d944.jpg?1783912596" />

        <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">
            Syr Konrad, the Grim
        </h3>

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Syr Konrad, the Grim" src="https://cards.scryfall.io/large/front/5/a/5a891d9a-0cb0-4f9a-91c4-c8e4b395d944.jpg?1783912596" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.6},{&quot;2026-06-14&quot;:0.66},{&quot;2026-06-15&quot;:0.74},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.74},{&quot;2026-06-18&quot;:0.74},{&quot;2026-06-19&quot;:0.74},{&quot;2026-06-20&quot;:0.74},{&quot;2026-06-21&quot;:0.74},{&quot;2026-06-22&quot;:0.72},{&quot;2026-06-23&quot;:0.7},{&quot;2026-06-24&quot;:0.65},{&quot;2026-06-25&quot;:0.65},{&quot;2026-06-26&quot;:0.64},{&quot;2026-06-27&quot;:0.63},{&quot;2026-06-28&quot;:0.63},{&quot;2026-06-29&quot;:0.7},{&quot;2026-06-30&quot;:0.7},{&quot;2026-07-01&quot;:0.69},{&quot;2026-07-02&quot;:0.68},{&quot;2026-07-03&quot;:0.67},{&quot;2026-07-04&quot;:0.66},{&quot;2026-07-05&quot;:0.66},{&quot;2026-07-06&quot;:0.65},{&quot;2026-07-07&quot;:0.66},{&quot;2026-07-08&quot;:0.66},{&quot;2026-07-09&quot;:0.66},{&quot;2026-07-10&quot;:0.74},{&quot;2026-07-11&quot;:0.79},{&quot;2026-07-12&quot;:0.81},{&quot;2026-07-13&quot;:0.81},{&quot;2026-07-14&quot;:0.81},{&quot;2026-07-15&quot;:0.81},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.83},{&quot;2026-07-19&quot;:0.85},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-23&quot;:0.86},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:0.95},{&quot;2026-07-28&quot;:0.95},{&quot;2026-07-29&quot;:0.95},{&quot;2026-07-30&quot;:0.96},{&quot;2026-07-31&quot;:1.02},{&quot;2026-08-01&quot;:1.02},{&quot;2026-08-02&quot;:1.02},{&quot;2026-08-03&quot;:1.03},{&quot;2026-08-04&quot;:0.98},{&quot;2026-08-05&quot;:0.95},{&quot;2026-08-07&quot;:0.94},{&quot;2026-08-08&quot;:0.95},{&quot;2026-08-09&quot;:0.96},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:0.9},{&quot;2026-08-14&quot;:0.94},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.88},{&quot;2026-08-17&quot;:0.93},{&quot;2026-08-18&quot;:0.88},{&quot;2026-08-19&quot;:0.84},{&quot;2026-08-20&quot;:0.84},{&quot;2026-08-21&quot;:0.92},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.94},{&quot;2026-08-24&quot;:0.88},{&quot;2026-08-25&quot;:0.88},{&quot;2026-08-26&quot;:0.97},{&quot;2026-08-27&quot;:0.99},{&quot;2026-08-28&quot;:1.02},{&quot;2026-08-29&quot;:1.02},{&quot;2026-08-30&quot;:1.02},{&quot;2026-08-31&quot;:1.1},{&quot;2026-09-01&quot;:1.1},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.15},{&quot;2026-09-04&quot;:1.15},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.15},{&quot;2026-09-09&quot;:1.1},{&quot;2026-09-10&quot;:1.21},{&quot;2026-09-11&quot;:1.21},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79930"
  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">
            Flamewar, Brash Veteran 
        </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-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.72
          </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="Flamewar, Brash Veteran // Flamewar, Streetwise Operative" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/876d9732-9201-4327-8748-7c87ec55453f.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">
            Flamewar, Brash Veteran 
        </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Flamewar, Brash Veteran // Flamewar, Streetwise Operative" src="https://cards.scryfall.io/large/front/8/7/876d9732-9201-4327-8748-7c87ec55453f.jpg?1783919904" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Flamewar, Brash Veteran // Flamewar, Streetwise Operative" src="https://cards.scryfall.io/large/back/8/7/876d9732-9201-4327-8748-7c87ec55453f.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">
                $0.72
              </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.26
              </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.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.34},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.33},{&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.14},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.14},{&quot;2026-06-30&quot;:1.18},{&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.18},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.23},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.22},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.29},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.29},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.32},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.34},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.35},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.39},{&quot;2026-08-20&quot;:1.39},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.39},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.39},{&quot;2026-08-26&quot;:1.36},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.37},{&quot;2026-08-31&quot;:1.34},{&quot;2026-09-01&quot;:1.34},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.26},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.26}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.75},{&quot;2026-06-13&quot;:0.78},{&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.76},{&quot;2026-06-19&quot;:0.77},{&quot;2026-06-20&quot;:0.77},{&quot;2026-06-21&quot;:0.77},{&quot;2026-06-22&quot;:0.77},{&quot;2026-06-23&quot;:0.76},{&quot;2026-06-24&quot;:0.77},{&quot;2026-06-25&quot;:0.77},{&quot;2026-06-26&quot;:0.66},{&quot;2026-06-27&quot;:0.64},{&quot;2026-06-28&quot;:0.62},{&quot;2026-06-29&quot;:0.65},{&quot;2026-06-30&quot;:0.62},{&quot;2026-07-01&quot;:0.59},{&quot;2026-07-02&quot;:0.61},{&quot;2026-07-03&quot;:0.61},{&quot;2026-07-04&quot;:0.61},{&quot;2026-07-05&quot;:0.61},{&quot;2026-07-06&quot;:0.59},{&quot;2026-07-07&quot;:0.6},{&quot;2026-07-08&quot;:0.62},{&quot;2026-07-09&quot;:0.63},{&quot;2026-07-10&quot;:0.65},{&quot;2026-07-11&quot;:0.65},{&quot;2026-07-12&quot;:0.65},{&quot;2026-07-13&quot;:0.65},{&quot;2026-07-14&quot;:0.68},{&quot;2026-07-15&quot;:0.68},{&quot;2026-07-16&quot;:0.62},{&quot;2026-07-17&quot;:0.66},{&quot;2026-07-18&quot;:0.66},{&quot;2026-07-19&quot;:0.66},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.68},{&quot;2026-07-23&quot;:0.67},{&quot;2026-07-25&quot;:0.67},{&quot;2026-07-26&quot;:0.68},{&quot;2026-07-27&quot;:0.67},{&quot;2026-07-29&quot;:0.71},{&quot;2026-07-30&quot;:0.74},{&quot;2026-07-31&quot;:0.74},{&quot;2026-08-01&quot;:0.79},{&quot;2026-08-02&quot;:0.79},{&quot;2026-08-03&quot;:0.78},{&quot;2026-08-04&quot;:0.77},{&quot;2026-08-05&quot;:0.77},{&quot;2026-08-07&quot;:0.76},{&quot;2026-08-08&quot;:0.78},{&quot;2026-08-09&quot;:0.78},{&quot;2026-08-10&quot;:0.78},{&quot;2026-08-11&quot;:0.78},{&quot;2026-08-12&quot;:0.79},{&quot;2026-08-13&quot;:0.79},{&quot;2026-08-14&quot;:0.78},{&quot;2026-08-15&quot;:0.81},{&quot;2026-08-16&quot;:0.8},{&quot;2026-08-17&quot;:0.8},{&quot;2026-08-18&quot;:0.8},{&quot;2026-08-19&quot;:0.77},{&quot;2026-08-20&quot;:0.77},{&quot;2026-08-21&quot;:0.74},{&quot;2026-08-22&quot;:0.74},{&quot;2026-08-23&quot;:0.74},{&quot;2026-08-24&quot;:0.74},{&quot;2026-08-25&quot;:0.74},{&quot;2026-08-26&quot;:0.74},{&quot;2026-08-27&quot;:0.77},{&quot;2026-08-28&quot;:0.71},{&quot;2026-08-29&quot;:0.71},{&quot;2026-08-30&quot;:0.68},{&quot;2026-08-31&quot;:0.66},{&quot;2026-09-01&quot;:0.66},{&quot;2026-09-02&quot;:0.6},{&quot;2026-09-03&quot;:0.59},{&quot;2026-09-04&quot;:0.62},{&quot;2026-09-05&quot;:0.63},{&quot;2026-09-06&quot;:0.63},{&quot;2026-09-07&quot;:0.69},{&quot;2026-09-08&quot;:0.71},{&quot;2026-09-09&quot;:0.69},{&quot;2026-09-10&quot;:0.69},{&quot;2026-09-11&quot;:0.7},{&quot;2026-09-12&quot;:0.71},{&quot;2026-09-13&quot;:0.72}]}"
        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="88101"
  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">
            Shared Summons
        </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">
              ↑
              10%
            </span>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shared Summons" src="https://cards.scryfall.io/large/front/e/a/eac4bcea-7012-4e26-8aef-4b57a1c804f2.jpg?1783909932" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.02},{&quot;2026-06-14&quot;:1.04},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.05},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.07},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.04},{&quot;2026-06-21&quot;:1.04},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.04},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.05},{&quot;2026-06-27&quot;:1.05},{&quot;2026-06-28&quot;:1.05},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.05},{&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.05},{&quot;2026-07-06&quot;:1.04},{&quot;2026-07-07&quot;:1.04},{&quot;2026-07-08&quot;:1.04},{&quot;2026-07-09&quot;:1.04},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.06},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.08},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.1},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.1},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-25&quot;:1.1},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.1},{&quot;2026-07-28&quot;:1.1},{&quot;2026-07-29&quot;:1.08},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.07},{&quot;2026-08-02&quot;:1.05},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.01},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:0.99},{&quot;2026-08-08&quot;:0.98},{&quot;2026-08-09&quot;:0.98},{&quot;2026-08-10&quot;:0.97},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:0.96},{&quot;2026-08-14&quot;:0.96},{&quot;2026-08-15&quot;:0.99},{&quot;2026-08-16&quot;:0.99},{&quot;2026-08-17&quot;:0.99},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:0.99},{&quot;2026-08-20&quot;:0.99},{&quot;2026-08-21&quot;:1.0},{&quot;2026-08-22&quot;:1.0},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:1.02},{&quot;2026-08-25&quot;:1.02},{&quot;2026-08-26&quot;:1.03},{&quot;2026-08-27&quot;:1.06},{&quot;2026-08-28&quot;:1.06},{&quot;2026-08-29&quot;:1.06},{&quot;2026-08-30&quot;:1.14},{&quot;2026-08-31&quot;:1.18},{&quot;2026-09-01&quot;:1.18},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.19},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.15},{&quot;2026-09-07&quot;:1.15},{&quot;2026-09-08&quot;:1.14},{&quot;2026-09-09&quot;:1.13},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95159"
  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">
            The Regalia
        </span>


      </div>

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

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

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

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

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

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

        <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 Regalia
        </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 Artifact — Vehicle</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="The Regalia" src="https://cards.scryfall.io/large/front/d/c/dc420e79-c483-474f-97cd-e9c6a636c306.jpg?1783906553" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.08},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.86},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:1.74},{&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.76},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.81},{&quot;2026-07-03&quot;:2.02},{&quot;2026-07-04&quot;:2.02},{&quot;2026-07-05&quot;:2.03},{&quot;2026-07-06&quot;:2.03},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.33},{&quot;2026-07-11&quot;:2.33},{&quot;2026-07-12&quot;:2.33},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.6},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.68},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.7},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.7},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.64},{&quot;2026-07-27&quot;:2.61},{&quot;2026-07-28&quot;:2.69},{&quot;2026-07-29&quot;:2.69},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.68},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.55},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:2.55},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.27},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.29},{&quot;2026-08-27&quot;:2.25},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.15},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.21},{&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.24},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.24},{&quot;2026-09-12&quot;:2.3},{&quot;2026-09-13&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.41},{&quot;2026-06-14&quot;:1.28},{&quot;2026-06-15&quot;:1.12},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.2},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.68},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.12},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:1.94},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.89},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:1.99},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.57},{&quot;2026-07-28&quot;:1.66},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.59},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.47},{&quot;2026-08-05&quot;:1.45},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.22},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.27},{&quot;2026-08-18&quot;:1.35},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.89},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.85},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.61},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.12},{&quot;2026-09-04&quot;:1.05},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.09},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.32},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.31},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108021"
  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">
            Raphael, Ninja Destroyer
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Raphael, Ninja Destroyer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/e/eeffadda-cb71-4434-89bf-36db1a36da0b.jpg?1783904092" />

        <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">
            Raphael, Ninja Destroyer
        </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 — Mutant Ninja Turtle</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-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="Raphael, Ninja Destroyer" src="https://cards.scryfall.io/large/front/e/e/eeffadda-cb71-4434-89bf-36db1a36da0b.jpg?1783904092" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.21},{&quot;2026-06-13&quot;:2.21},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.19},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.14},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:1.97},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.85},{&quot;2026-06-28&quot;:1.89},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.9},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.95},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.97},{&quot;2026-07-09&quot;:1.92},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:1.94},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.84},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.65},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.56},{&quot;2026-08-18&quot;:1.54},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.61},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.61},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.67},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.0},{&quot;2026-06-13&quot;:2.0},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.59},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.04},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.14},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.1},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.06},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.15},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-25&quot;:1.09},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:1.1},{&quot;2026-07-29&quot;:1.06},{&quot;2026-07-30&quot;:1.07},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.3},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.4},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.33},{&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.4},{&quot;2026-08-22&quot;:1.38},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.41},{&quot;2026-08-28&quot;:1.49},{&quot;2026-08-29&quot;:1.49},{&quot;2026-08-30&quot;:1.52},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.53},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.47},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.26},{&quot;2026-09-06&quot;:1.29},{&quot;2026-09-07&quot;:1.29},{&quot;2026-09-08&quot;:1.3},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.33},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emeritus of Truce // Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/9869a753-5e41-4098-ab41-e75b4396ec50.jpg?1782683028" />

        <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">
            Emeritus of Truce 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Truce // Swords to Plowshares" src="https://cards.scryfall.io/large/front/9/8/9869a753-5e41-4098-ab41-e75b4396ec50.jpg?1782683028" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Truce // Swords to Plowshares" src="https://cards.scryfall.io/large/front/9/8/9869a753-5e41-4098-ab41-e75b4396ec50.jpg?1782683028" />
              </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">
                $1.26
              </span>

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

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

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

                <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.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.94},{&quot;2026-06-13&quot;:3.89},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:3.77},{&quot;2026-06-18&quot;:3.77},{&quot;2026-06-19&quot;:3.68},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.31},{&quot;2026-06-23&quot;:3.25},{&quot;2026-06-24&quot;:3.25},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:2.88},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.61},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.64},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.62},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.57},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.43},{&quot;2026-07-16&quot;:2.39},{&quot;2026-07-17&quot;:2.42},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:1.94},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.06},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:2.09},{&quot;2026-08-25&quot;:2.09},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.19},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.27},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.26},{&quot;2026-09-13&quot;:2.26}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.97},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.15},{&quot;2026-06-23&quot;:2.01},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.91},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.93},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.49},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.47},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.42},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.29},{&quot;2026-07-20&quot;:1.38},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.19},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.37},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.29},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.56},{&quot;2026-08-22&quot;:1.57},{&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.5},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.62},{&quot;2026-09-02&quot;:1.5},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.19},{&quot;2026-09-07&quot;:1.17},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.16},{&quot;2026-09-10&quot;:1.17},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12801"
  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">
            Sword of Vengeance
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Sword of Vengeance
        </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 — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Vengeance" src="https://cards.scryfall.io/large/front/0/3/032af060-4d49-4a0a-8841-9eb2d45a4b77.jpg?1783928686" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.17},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.25},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.42},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.38},{&quot;2026-06-30&quot;:1.37},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.38},{&quot;2026-07-03&quot;:1.38},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.37},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.36},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.47},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.36},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.36},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-22&quot;:1.44},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-24&quot;:1.47},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.49},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.51},{&quot;2026-08-03&quot;:1.49},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.45},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.33},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.3},{&quot;2026-08-17&quot;:1.3},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.29},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.27},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.32},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.33},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.33},{&quot;2026-09-09&quot;:1.33},{&quot;2026-09-10&quot;:1.32},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19429"
  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">
            Thran Portal
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Thran Portal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eba2995e-f255-46da-abcf-9a6f3996edb1.jpg?1783921181" />

        <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">
            Thran Portal
        </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 — Gate</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="Thran Portal" src="https://cards.scryfall.io/large/front/e/b/eba2995e-f255-46da-abcf-9a6f3996edb1.jpg?1783921181" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.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">
                $1.25
              </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 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-13&quot;:1.19},{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.21},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.21},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.22},{&quot;2026-07-06&quot;:1.22},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.22},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.21},{&quot;2026-07-25&quot;:1.21},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.21},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.23},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.23},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.23},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.23},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.06},{&quot;2026-06-14&quot;:1.06},{&quot;2026-06-15&quot;:1.06},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.01},{&quot;2026-06-26&quot;:1.01},{&quot;2026-06-27&quot;:1.01},{&quot;2026-06-28&quot;:1.01},{&quot;2026-06-29&quot;:1.01},{&quot;2026-06-30&quot;:1.01},{&quot;2026-07-01&quot;:1.01},{&quot;2026-07-02&quot;:1.01},{&quot;2026-07-03&quot;:1.01},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.99},{&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-23&quot;:1.01},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:0.98},{&quot;2026-07-29&quot;:0.98},{&quot;2026-07-30&quot;:0.96},{&quot;2026-07-31&quot;:0.96},{&quot;2026-08-01&quot;:0.96},{&quot;2026-08-02&quot;:0.95},{&quot;2026-08-03&quot;:0.95},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-07&quot;:1.0},{&quot;2026-08-08&quot;:1.02},{&quot;2026-08-09&quot;:1.02},{&quot;2026-08-10&quot;:1.02},{&quot;2026-08-11&quot;:1.02},{&quot;2026-08-12&quot;:1.04},{&quot;2026-08-13&quot;:1.04},{&quot;2026-08-14&quot;:1.02},{&quot;2026-08-15&quot;:1.06},{&quot;2026-08-16&quot;:1.06},{&quot;2026-08-17&quot;:1.07},{&quot;2026-08-18&quot;:1.08},{&quot;2026-08-19&quot;:1.08},{&quot;2026-08-20&quot;:1.08},{&quot;2026-08-21&quot;:1.08},{&quot;2026-08-22&quot;:1.08},{&quot;2026-08-23&quot;:1.08},{&quot;2026-08-24&quot;:1.08},{&quot;2026-08-25&quot;:1.08},{&quot;2026-08-26&quot;:1.08},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.08},{&quot;2026-08-29&quot;:1.08},{&quot;2026-08-30&quot;:1.08},{&quot;2026-08-31&quot;:1.08},{&quot;2026-09-01&quot;:1.08},{&quot;2026-09-02&quot;:1.08},{&quot;2026-09-03&quot;:1.08},{&quot;2026-09-04&quot;:1.09},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.2},{&quot;2026-09-09&quot;:1.2},{&quot;2026-09-10&quot;:1.2},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.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="20711"
  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-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">
            Ghave, Guru of Spores
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Fungus 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">
              ↑
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ghave, Guru of Spores" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c2be0e99-cf43-423f-974f-02e3313b3aa9.jpg?1783921836" />

        <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">
            Ghave, Guru of Spores
        </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 — Fungus Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Ghave, Guru of Spores" src="https://cards.scryfall.io/large/front/c/2/c2be0e99-cf43-423f-974f-02e3313b3aa9.jpg?1783921836" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </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">
                $1.91
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.05},{&quot;2026-06-14&quot;:2.05},{&quot;2026-06-15&quot;:2.05},{&quot;2026-06-16&quot;:2.05},{&quot;2026-06-17&quot;:2.05},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:1.96},{&quot;2026-06-24&quot;:1.96},{&quot;2026-06-25&quot;:1.96},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:1.96},{&quot;2026-06-28&quot;:1.96},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:1.96},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.95},{&quot;2026-07-06&quot;:1.95},{&quot;2026-07-07&quot;:1.95},{&quot;2026-07-08&quot;:1.95},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.94},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.92},{&quot;2026-07-17&quot;:1.92},{&quot;2026-07-18&quot;:1.92},{&quot;2026-07-19&quot;:1.92},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-23&quot;:1.92},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.91},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.91},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.92},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:1.92},{&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.92},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.92},{&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.92},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.92},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.91},{&quot;2026-09-13&quot;:1.91}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.03},{&quot;2026-06-14&quot;:1.0},{&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.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.01},{&quot;2026-06-29&quot;:1.01},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.06},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.13},{&quot;2026-07-05&quot;:1.11},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.06},{&quot;2026-07-08&quot;:1.06},{&quot;2026-07-09&quot;:1.06},{&quot;2026-07-10&quot;:1.06},{&quot;2026-07-11&quot;:1.02},{&quot;2026-07-12&quot;:0.98},{&quot;2026-07-13&quot;:1.03},{&quot;2026-07-14&quot;:1.03},{&quot;2026-07-15&quot;:1.03},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.16},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.16},{&quot;2026-08-02&quot;:1.16},{&quot;2026-08-03&quot;:1.13},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.11},{&quot;2026-08-09&quot;:1.11},{&quot;2026-08-10&quot;:1.11},{&quot;2026-08-11&quot;:1.11},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.04},{&quot;2026-08-14&quot;:1.04},{&quot;2026-08-15&quot;:1.04},{&quot;2026-08-16&quot;:1.06},{&quot;2026-08-17&quot;:1.06},{&quot;2026-08-18&quot;:1.06},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.06},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.16},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.2},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.11},{&quot;2026-09-01&quot;:1.11},{&quot;2026-09-02&quot;:1.14},{&quot;2026-09-03&quot;:1.14},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.14},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.21},{&quot;2026-09-11&quot;:1.21},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30062"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sorceress Queen
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Wizard Sorcerer
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sorceress Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/4/e4855db6-570c-4845-9074-a9df7611307a.jpg?1783947837" />

        <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">
            Sorceress Queen
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Wizard Sorcerer</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="Sorceress Queen" src="https://cards.scryfall.io/large/front/e/4/e4855db6-570c-4845-9074-a9df7611307a.jpg?1783947837" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.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">$0.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.26},{&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.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.27},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.27},{&quot;2026-07-18&quot;:1.27},{&quot;2026-07-19&quot;:1.27},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-24&quot;:1.27},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-28&quot;:1.27},{&quot;2026-07-29&quot;:1.27},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.24},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.25},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.25},{&quot;2026-09-05&quot;:1.25},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.25},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="45806"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            See Double
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              17%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="See Double" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/41634103-7b58-4feb-84b7-90a07a7b474f.jpg?1783917024" />

        <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">
            See Double
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="See Double" src="https://cards.scryfall.io/large/front/4/1/41634103-7b58-4feb-84b7-90a07a7b474f.jpg?1783917024" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  17%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.41
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.98},{&quot;2026-06-16&quot;:0.98},{&quot;2026-06-17&quot;:0.98},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:0.95},{&quot;2026-06-20&quot;:0.95},{&quot;2026-06-21&quot;:0.95},{&quot;2026-06-22&quot;:0.95},{&quot;2026-06-23&quot;:0.95},{&quot;2026-06-24&quot;:0.91},{&quot;2026-06-25&quot;:0.91},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.95},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.94},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.94},{&quot;2026-07-02&quot;:0.94},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.95},{&quot;2026-07-05&quot;:0.95},{&quot;2026-07-06&quot;:0.95},{&quot;2026-07-07&quot;:0.95},{&quot;2026-07-08&quot;:0.94},{&quot;2026-07-09&quot;:0.94},{&quot;2026-07-10&quot;:0.94},{&quot;2026-07-11&quot;:0.94},{&quot;2026-07-12&quot;:0.94},{&quot;2026-07-13&quot;:0.94},{&quot;2026-07-14&quot;:0.94},{&quot;2026-07-15&quot;:0.94},{&quot;2026-07-16&quot;:0.94},{&quot;2026-07-17&quot;:0.94},{&quot;2026-07-18&quot;:0.94},{&quot;2026-07-19&quot;:0.94},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.94},{&quot;2026-07-22&quot;:0.94},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-24&quot;:0.97},{&quot;2026-07-25&quot;:0.98},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.06},{&quot;2026-07-28&quot;:1.06},{&quot;2026-07-29&quot;:1.06},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.3},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.27},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.34},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.34},{&quot;2026-08-20&quot;:1.34},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.39},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.39},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.44},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.41},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.41}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.77},{&quot;2026-06-16&quot;:0.75},{&quot;2026-06-17&quot;:0.75},{&quot;2026-06-18&quot;:0.71},{&quot;2026-06-19&quot;:0.7},{&quot;2026-06-20&quot;:0.66},{&quot;2026-06-21&quot;:0.66},{&quot;2026-06-22&quot;:0.68},{&quot;2026-06-23&quot;:0.71},{&quot;2026-06-24&quot;:0.71},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.72},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.73},{&quot;2026-06-29&quot;:0.74},{&quot;2026-06-30&quot;:0.74},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.76},{&quot;2026-07-03&quot;:0.78},{&quot;2026-07-04&quot;:0.78},{&quot;2026-07-05&quot;:0.76},{&quot;2026-07-06&quot;:0.76},{&quot;2026-07-07&quot;:0.72},{&quot;2026-07-08&quot;:0.75},{&quot;2026-07-09&quot;:0.73},{&quot;2026-07-10&quot;:0.74},{&quot;2026-07-11&quot;:0.74},{&quot;2026-07-12&quot;:0.73},{&quot;2026-07-13&quot;:0.73},{&quot;2026-07-14&quot;:0.73},{&quot;2026-07-15&quot;:0.73},{&quot;2026-07-16&quot;:0.74},{&quot;2026-07-17&quot;:0.75},{&quot;2026-07-18&quot;:0.75},{&quot;2026-07-19&quot;:0.81},{&quot;2026-07-20&quot;:0.8},{&quot;2026-07-21&quot;:0.79},{&quot;2026-07-22&quot;:0.86},{&quot;2026-07-23&quot;:0.88},{&quot;2026-07-24&quot;:0.86},{&quot;2026-07-25&quot;:0.87},{&quot;2026-07-26&quot;:0.92},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:1.02},{&quot;2026-07-29&quot;:0.99},{&quot;2026-07-30&quot;:0.97},{&quot;2026-07-31&quot;:0.94},{&quot;2026-08-01&quot;:0.94},{&quot;2026-08-02&quot;:0.96},{&quot;2026-08-03&quot;:0.98},{&quot;2026-08-04&quot;:1.08},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.16},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.3},{&quot;2026-08-15&quot;:1.3},{&quot;2026-08-16&quot;:1.3},{&quot;2026-08-17&quot;:1.29},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.25},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.28},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.28},{&quot;2026-08-25&quot;:1.28},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.25},{&quot;2026-08-28&quot;:1.25},{&quot;2026-08-29&quot;:1.25},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.35},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.49},{&quot;2026-09-05&quot;:1.57},{&quot;2026-09-06&quot;:1.56},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.33},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="47720"
  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 Unity
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Talisman of Unity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67c83c7b-d785-4700-8075-6ffb5c3922d6.jpg?1783925318" />

        <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 Unity
        </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 Unity" src="https://cards.scryfall.io/large/front/6/7/67c83c7b-d785-4700-8075-6ffb5c3922d6.jpg?1783925318" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.99},{&quot;2026-06-14&quot;:0.98},{&quot;2026-06-15&quot;:0.98},{&quot;2026-06-16&quot;:0.98},{&quot;2026-06-17&quot;:0.98},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:0.95},{&quot;2026-06-22&quot;:0.95},{&quot;2026-06-23&quot;:0.94},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.96},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.97},{&quot;2026-06-28&quot;:0.97},{&quot;2026-06-29&quot;:0.97},{&quot;2026-06-30&quot;:0.97},{&quot;2026-07-01&quot;:1.02},{&quot;2026-07-02&quot;:1.01},{&quot;2026-07-03&quot;:1.01},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:0.98},{&quot;2026-07-06&quot;:0.98},{&quot;2026-07-07&quot;:0.98},{&quot;2026-07-08&quot;:1.04},{&quot;2026-07-09&quot;:1.04},{&quot;2026-07-10&quot;:1.04},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.05},{&quot;2026-07-17&quot;:1.04},{&quot;2026-07-18&quot;:1.04},{&quot;2026-07-19&quot;:1.04},{&quot;2026-07-20&quot;:1.04},{&quot;2026-07-21&quot;:1.04},{&quot;2026-07-23&quot;:1.02},{&quot;2026-07-25&quot;:1.02},{&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;:0.98},{&quot;2026-07-30&quot;:0.98},{&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.02},{&quot;2026-08-05&quot;:1.02},{&quot;2026-08-07&quot;:1.03},{&quot;2026-08-08&quot;:1.04},{&quot;2026-08-09&quot;:1.04},{&quot;2026-08-10&quot;:1.04},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.05},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.13},{&quot;2026-08-16&quot;:1.21},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.17},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.2},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.21},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.15},{&quot;2026-08-31&quot;:1.18},{&quot;2026-09-01&quot;:1.18},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.14},{&quot;2026-09-04&quot;:1.13},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.2},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.23},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74536"
  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">
            Sunscape Familiar
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Wall
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sunscape Familiar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/24880cb7-561b-4c3b-9c5d-769a09516342.jpg?1783910443" />

        <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">
            Sunscape Familiar
        </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 — 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="Sunscape Familiar" src="https://cards.scryfall.io/large/front/2/4/24880cb7-561b-4c3b-9c5d-769a09516342.jpg?1783910443" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.42},{&quot;2026-06-19&quot;:1.42},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.39},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.27},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.29},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.29},{&quot;2026-07-17&quot;:1.3},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.37},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-22&quot;:1.38},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&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.36},{&quot;2026-07-31&quot;:1.35},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.15},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.11},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.1},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.07},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.12},{&quot;2026-08-29&quot;:1.12},{&quot;2026-08-30&quot;:1.12},{&quot;2026-08-31&quot;:1.13},{&quot;2026-09-01&quot;:1.12},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.22},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.29},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79311"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Hypergenesis
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hypergenesis" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/5/65757321-2f26-44dc-a4f8-31d40fbf1681.jpg?1783927779" />

        <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">
            Hypergenesis
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

      </div>
    </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="Hypergenesis" src="https://cards.scryfall.io/large/front/6/5/65757321-2f26-44dc-a4f8-31d40fbf1681.jpg?1783927779" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </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.48
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.02},{&quot;2026-06-13&quot;:4.02},{&quot;2026-06-14&quot;:4.19},{&quot;2026-06-15&quot;:4.19},{&quot;2026-06-16&quot;:4.19},{&quot;2026-06-17&quot;:4.19},{&quot;2026-06-18&quot;:4.19},{&quot;2026-06-19&quot;:4.19},{&quot;2026-06-20&quot;:4.19},{&quot;2026-06-21&quot;:4.19},{&quot;2026-06-22&quot;:4.19},{&quot;2026-06-23&quot;:4.19},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.19},{&quot;2026-06-27&quot;:4.19},{&quot;2026-06-28&quot;:4.19},{&quot;2026-06-29&quot;:4.19},{&quot;2026-06-30&quot;:4.19},{&quot;2026-07-01&quot;:4.19},{&quot;2026-07-02&quot;:4.19},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.35},{&quot;2026-07-06&quot;:4.35},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.35},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.35},{&quot;2026-07-12&quot;:4.35},{&quot;2026-07-13&quot;:4.35},{&quot;2026-07-14&quot;:4.35},{&quot;2026-07-15&quot;:4.35},{&quot;2026-07-16&quot;:4.35},{&quot;2026-07-17&quot;:4.35},{&quot;2026-07-18&quot;:4.35},{&quot;2026-07-19&quot;:4.35},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.35},{&quot;2026-07-23&quot;:4.35},{&quot;2026-07-25&quot;:4.35},{&quot;2026-07-26&quot;:4.49},{&quot;2026-07-27&quot;:4.48},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.48},{&quot;2026-08-01&quot;:4.48},{&quot;2026-08-02&quot;:4.48},{&quot;2026-08-03&quot;:4.48},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.48},{&quot;2026-08-08&quot;:4.48},{&quot;2026-08-09&quot;:4.48},{&quot;2026-08-10&quot;:4.48},{&quot;2026-08-11&quot;:4.48},{&quot;2026-08-12&quot;:4.48},{&quot;2026-08-13&quot;:4.48},{&quot;2026-08-14&quot;:4.48},{&quot;2026-08-15&quot;:4.48},{&quot;2026-08-16&quot;:4.48},{&quot;2026-08-17&quot;:4.48},{&quot;2026-08-18&quot;:4.48},{&quot;2026-08-19&quot;:4.48},{&quot;2026-08-20&quot;:4.48},{&quot;2026-08-21&quot;:4.48},{&quot;2026-08-22&quot;:4.48},{&quot;2026-08-23&quot;:4.48},{&quot;2026-08-24&quot;:4.48},{&quot;2026-08-25&quot;:4.48},{&quot;2026-08-26&quot;:4.48},{&quot;2026-08-27&quot;:4.48},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.48},{&quot;2026-08-31&quot;:4.48},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.48},{&quot;2026-09-03&quot;:4.48},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.48},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.48},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.48},{&quot;2026-09-10&quot;:4.48},{&quot;2026-09-11&quot;:4.48},{&quot;2026-09-12&quot;:4.48},{&quot;2026-09-13&quot;:4.48}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.61},{&quot;2026-06-13&quot;:1.57},{&quot;2026-06-14&quot;:1.57},{&quot;2026-06-15&quot;:1.57},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.57},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.53},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.52},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.53},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.47},{&quot;2026-07-18&quot;:1.47},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.28},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.25},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.25},{&quot;2026-08-22&quot;:1.25},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.21},{&quot;2026-08-29&quot;:1.21},{&quot;2026-08-30&quot;:1.23},{&quot;2026-08-31&quot;:1.22},{&quot;2026-09-01&quot;:1.22},{&quot;2026-09-02&quot;:1.22},{&quot;2026-09-03&quot;:1.22},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95186"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
            Path to Exile
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Path to Exile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bba46570-dca2-4849-966a-0972e6a4c506.jpg?1783906287" />

        <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">
            Path to Exile
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Path to Exile" src="https://cards.scryfall.io/large/front/b/b/bba46570-dca2-4849-966a-0972e6a4c506.jpg?1783906287" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </span>

            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.47
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:5.94},{&quot;2026-08-20&quot;:5.94},{&quot;2026-08-21&quot;:5.98},{&quot;2026-08-22&quot;:5.98},{&quot;2026-08-23&quot;:6.01},{&quot;2026-08-24&quot;:6.04},{&quot;2026-08-25&quot;:6.04},{&quot;2026-08-26&quot;:6.02},{&quot;2026-08-27&quot;:6.18},{&quot;2026-08-28&quot;:6.17},{&quot;2026-08-29&quot;:6.17},{&quot;2026-08-30&quot;:6.24},{&quot;2026-08-31&quot;:6.24},{&quot;2026-09-01&quot;:6.24},{&quot;2026-09-02&quot;:6.33},{&quot;2026-09-03&quot;:6.33},{&quot;2026-09-04&quot;:6.33},{&quot;2026-09-05&quot;:6.33},{&quot;2026-09-06&quot;:6.4},{&quot;2026-09-07&quot;:6.4},{&quot;2026-09-08&quot;:6.41},{&quot;2026-09-09&quot;:6.41},{&quot;2026-09-10&quot;:6.47},{&quot;2026-09-11&quot;:6.47},{&quot;2026-09-12&quot;:6.47},{&quot;2026-09-13&quot;:6.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.25},{&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.26},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.21},{&quot;2026-06-20&quot;:1.21},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.23},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.19},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.23},{&quot;2026-07-23&quot;:1.19},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.2},{&quot;2026-07-28&quot;:1.2},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.23},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.2},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.24},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.29},{&quot;2026-08-25&quot;:1.29},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.37},{&quot;2026-08-29&quot;:1.37},{&quot;2026-08-30&quot;:1.33},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.38},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.28},{&quot;2026-09-06&quot;:1.28},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.37},{&quot;2026-09-10&quot;:1.29},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.32},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="99348"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-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">
            Celestial Reunion
        </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">
            $1.25
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Celestial Reunion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/583b2863-aca1-4dab-9196-ea453b5d9454.jpg?1782683992" />

        <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">
            Celestial Reunion
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Celestial Reunion" src="https://cards.scryfall.io/large/front/5/8/583b2863-aca1-4dab-9196-ea453b5d9454.jpg?1782683992" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.25
              </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">
                $1.43
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-13&quot;:1.35},{&quot;2026-06-14&quot;:1.39},{&quot;2026-06-15&quot;:1.39},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.38},{&quot;2026-06-19&quot;:1.38},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.38},{&quot;2026-06-24&quot;:1.38},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.39},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.37},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.4},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.47},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.47},{&quot;2026-07-13&quot;:1.47},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-25&quot;:1.32},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.32},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.28},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.25},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.18},{&quot;2026-08-09&quot;:1.18},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.16},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.15},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.21},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.2},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.27},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.36},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.38},{&quot;2026-09-06&quot;:1.38},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.44},{&quot;2026-09-10&quot;:1.44},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.09},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-23&quot;:1.04},{&quot;2026-06-24&quot;:0.96},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.94},{&quot;2026-06-28&quot;:0.82},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.73},{&quot;2026-07-01&quot;:0.77},{&quot;2026-07-02&quot;:0.78},{&quot;2026-07-03&quot;:0.72},{&quot;2026-07-04&quot;:0.71},{&quot;2026-07-05&quot;:0.73},{&quot;2026-07-06&quot;:0.74},{&quot;2026-07-07&quot;:0.83},{&quot;2026-07-08&quot;:0.84},{&quot;2026-07-09&quot;:0.84},{&quot;2026-07-10&quot;:0.94},{&quot;2026-07-11&quot;:0.94},{&quot;2026-07-12&quot;:0.94},{&quot;2026-07-13&quot;:0.94},{&quot;2026-07-14&quot;:0.9},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.87},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.83},{&quot;2026-07-19&quot;:0.89},{&quot;2026-07-20&quot;:0.97},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.93},{&quot;2026-07-27&quot;:0.93},{&quot;2026-07-28&quot;:0.95},{&quot;2026-07-29&quot;:0.95},{&quot;2026-07-30&quot;:1.03},{&quot;2026-07-31&quot;:1.09},{&quot;2026-08-01&quot;:1.05},{&quot;2026-08-02&quot;:1.13},{&quot;2026-08-03&quot;:1.13},{&quot;2026-08-04&quot;:1.1},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.08},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:1.03},{&quot;2026-08-10&quot;:1.03},{&quot;2026-08-11&quot;:1.06},{&quot;2026-08-12&quot;:1.13},{&quot;2026-08-13&quot;:1.16},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.21},{&quot;2026-08-17&quot;:1.2},{&quot;2026-08-18&quot;:1.08},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.05},{&quot;2026-08-21&quot;:1.01},{&quot;2026-08-22&quot;:0.99},{&quot;2026-08-23&quot;:1.01},{&quot;2026-08-24&quot;:0.94},{&quot;2026-08-25&quot;:0.94},{&quot;2026-08-26&quot;:0.96},{&quot;2026-08-27&quot;:1.02},{&quot;2026-08-28&quot;:1.13},{&quot;2026-08-29&quot;:1.13},{&quot;2026-08-30&quot;:1.02},{&quot;2026-08-31&quot;:1.0},{&quot;2026-09-01&quot;:1.0},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:0.88},{&quot;2026-09-04&quot;:0.96},{&quot;2026-09-05&quot;:0.95},{&quot;2026-09-06&quot;:0.99},{&quot;2026-09-07&quot;:0.96},{&quot;2026-09-08&quot;:0.96},{&quot;2026-09-09&quot;:1.08},{&quot;2026-09-10&quot;:1.21},{&quot;2026-09-11&quot;:1.27},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112804"
  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-hob 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">
            Glamdring, Foe-hammer 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact — Equipment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.71
          </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="Glamdring, Foe-hammer // Gleam of Death" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5cfbfde-783e-46ca-b3cf-11f16209d6cb.jpg?1785496394" />

        <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">
            Glamdring, Foe-hammer 
        </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 Artifact — Equipment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Glamdring, Foe-hammer // Gleam of Death" src="https://cards.scryfall.io/large/front/a/5/a5cfbfde-783e-46ca-b3cf-11f16209d6cb.jpg?1785496394" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Glamdring, Foe-hammer // Gleam of Death" src="https://cards.scryfall.io/large/front/a/5/a5cfbfde-783e-46ca-b3cf-11f16209d6cb.jpg?1785496394" />
              </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-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.71
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.25
              </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">$0.06</span>
              <span class="text-xs text-grey-text">Credit: $0.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-08-05&quot;:9.49},{&quot;2026-08-07&quot;:6.82},{&quot;2026-08-08&quot;:4.85},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:0.81},{&quot;2026-08-16&quot;:0.84},{&quot;2026-08-17&quot;:0.78},{&quot;2026-08-18&quot;:0.86},{&quot;2026-08-19&quot;:0.76},{&quot;2026-08-20&quot;:0.81},{&quot;2026-08-21&quot;:0.75},{&quot;2026-08-22&quot;:0.8},{&quot;2026-08-23&quot;:0.98},{&quot;2026-08-24&quot;:0.91},{&quot;2026-08-25&quot;:0.89},{&quot;2026-08-26&quot;:1.0},{&quot;2026-08-27&quot;:0.99},{&quot;2026-08-28&quot;:1.0},{&quot;2026-08-29&quot;:1.0},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:0.94},{&quot;2026-09-01&quot;:0.89},{&quot;2026-09-02&quot;:1.23},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.25},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.37},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.49},{&quot;2026-09-09&quot;:1.02},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.32},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.25}],&quot;normal&quot;:[{&quot;2026-08-03&quot;:16.42},{&quot;2026-08-04&quot;:15.24},{&quot;2026-08-05&quot;:15.24},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.12},{&quot;2026-08-11&quot;:1.2},{&quot;2026-08-12&quot;:1.06},{&quot;2026-08-13&quot;:1.01},{&quot;2026-08-14&quot;:0.92},{&quot;2026-08-15&quot;:0.57},{&quot;2026-08-16&quot;:0.57},{&quot;2026-08-17&quot;:0.6},{&quot;2026-08-18&quot;:0.65},{&quot;2026-08-19&quot;:0.67},{&quot;2026-08-20&quot;:0.68},{&quot;2026-08-21&quot;:0.74},{&quot;2026-08-22&quot;:0.73},{&quot;2026-08-23&quot;:0.73},{&quot;2026-08-24&quot;:0.65},{&quot;2026-08-25&quot;:0.73},{&quot;2026-08-26&quot;:0.74},{&quot;2026-08-27&quot;:0.68},{&quot;2026-08-28&quot;:0.75},{&quot;2026-08-29&quot;:0.75},{&quot;2026-08-30&quot;:0.9},{&quot;2026-08-31&quot;:1.0},{&quot;2026-09-01&quot;:0.96},{&quot;2026-09-02&quot;:0.96},{&quot;2026-09-03&quot;:0.9},{&quot;2026-09-04&quot;:0.88},{&quot;2026-09-05&quot;:0.79},{&quot;2026-09-06&quot;:0.83},{&quot;2026-09-07&quot;:0.67},{&quot;2026-09-08&quot;:0.73},{&quot;2026-09-09&quot;:0.74},{&quot;2026-09-10&quot;:0.81},{&quot;2026-09-11&quot;:0.68},{&quot;2026-09-12&quot;:0.65},{&quot;2026-09-13&quot;:0.71}]}"
        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="9291"
  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">
            Whiptongue Hydra
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Lizard Hydra
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.24
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Whiptongue Hydra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/0005c844-787c-4f0c-8d25-85cec151642b.jpg?1783934331" />

        <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">
            Whiptongue Hydra
        </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 — Lizard Hydra</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Whiptongue Hydra" src="https://cards.scryfall.io/large/front/0/0/0005c844-787c-4f0c-8d25-85cec151642b.jpg?1783934331" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.24
              </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.36</span>
              <span class="text-xs text-grey-text">Credit: $0.47</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.23},{&quot;2026-06-12&quot;:1.23},{&quot;2026-06-13&quot;:1.23},{&quot;2026-06-14&quot;:1.23},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.27},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.16},{&quot;2026-06-24&quot;:1.16},{&quot;2026-06-25&quot;:1.16},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.17},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.12},{&quot;2026-07-07&quot;:1.13},{&quot;2026-07-08&quot;:1.13},{&quot;2026-07-09&quot;:1.13},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.13},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.13},{&quot;2026-07-19&quot;:1.15},{&quot;2026-07-20&quot;:1.17},{&quot;2026-07-21&quot;:1.17},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.22},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.22},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.22},{&quot;2026-08-21&quot;:1.22},{&quot;2026-08-22&quot;:1.22},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.25},{&quot;2026-08-25&quot;:1.25},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.22},{&quot;2026-08-29&quot;:1.22},{&quot;2026-08-30&quot;:1.22},{&quot;2026-08-31&quot;:1.2},{&quot;2026-09-01&quot;:1.2},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.2},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20497"
  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">
            Shamanic Revelation
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.24
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shamanic Revelation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/5945a80f-b604-4b15-a016-e2dfddeb95ba.jpg?1783930142" />

        <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">
            Shamanic Revelation
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shamanic Revelation" src="https://cards.scryfall.io/large/front/5/9/5945a80f-b604-4b15-a016-e2dfddeb95ba.jpg?1783930142" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.24
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.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.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.67},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.67},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.82},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.82},{&quot;2026-06-29&quot;:1.82},{&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.82},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.91},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.99},{&quot;2026-08-10&quot;:1.99},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:2.0},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.87},{&quot;2026-08-22&quot;:1.87},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.87},{&quot;2026-08-26&quot;:1.87},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.87},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.87}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.04},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.05},{&quot;2026-06-19&quot;:1.05},{&quot;2026-06-20&quot;:1.05},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.06},{&quot;2026-06-23&quot;:1.04},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.04},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:1.02},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.96},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:0.98},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:0.98},{&quot;2026-07-04&quot;:0.98},{&quot;2026-07-05&quot;:0.98},{&quot;2026-07-06&quot;:0.98},{&quot;2026-07-07&quot;:0.98},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.96},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.96},{&quot;2026-07-12&quot;:0.96},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.97},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.03},{&quot;2026-07-22&quot;:1.03},{&quot;2026-07-23&quot;:1.03},{&quot;2026-07-24&quot;:1.03},{&quot;2026-07-25&quot;:1.03},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:1.03},{&quot;2026-07-29&quot;:1.03},{&quot;2026-07-30&quot;:1.03},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:1.01},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.05},{&quot;2026-08-05&quot;:1.05},{&quot;2026-08-07&quot;:1.05},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.05},{&quot;2026-08-10&quot;:1.05},{&quot;2026-08-11&quot;:1.06},{&quot;2026-08-12&quot;:1.1},{&quot;2026-08-13&quot;:1.11},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.11},{&quot;2026-08-17&quot;:1.11},{&quot;2026-08-18&quot;:1.11},{&quot;2026-08-19&quot;:1.08},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.12},{&quot;2026-08-23&quot;:1.17},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.16},{&quot;2026-08-27&quot;:1.13},{&quot;2026-08-28&quot;:1.17},{&quot;2026-08-29&quot;:1.17},{&quot;2026-08-30&quot;:1.16},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.21},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.27},{&quot;2026-09-09&quot;:1.26},{&quot;2026-09-10&quot;:1.23},{&quot;2026-09-11&quot;:1.23},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29998"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Greed
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $1.24
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Greed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/76fb0c62-1c53-464e-a2df-59285f2d593d.jpg?1783947842" />

        <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">
            Greed
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Greed" src="https://cards.scryfall.io/large/front/7/6/76fb0c62-1c53-464e-a2df-59285f2d593d.jpg?1783947842" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.24
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.16},{&quot;2026-06-13&quot;:1.16},{&quot;2026-06-14&quot;:1.16},{&quot;2026-06-15&quot;:1.16},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.17},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.19},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.19},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.2},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.23},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.23},{&quot;2026-07-12&quot;:1.23},{&quot;2026-07-13&quot;:1.23},{&quot;2026-07-14&quot;:1.23},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.25},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.24},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.24},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.24},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.24},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.25},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.24},{&quot;2026-09-03&quot;:1.24},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="46548"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Rona, Herald of Invasion 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.24
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rona, Herald of Invasion // Rona, Tolarian Obliterator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/4/d4bb6ca5-f529-403f-bdc7-63b7e7e86753.jpg?1783916923" />

        <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">
            Rona, Herald of Invasion 
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Rona, Herald of Invasion // Rona, Tolarian Obliterator" src="https://cards.scryfall.io/large/front/d/4/d4bb6ca5-f529-403f-bdc7-63b7e7e86753.jpg?1783916923" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Rona, Herald of Invasion // Rona, Tolarian Obliterator" src="https://cards.scryfall.io/large/back/d/4/d4bb6ca5-f529-403f-bdc7-63b7e7e86753.jpg?1783916923" />
              </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">
                $1.24
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.53
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.52},{&quot;2026-06-16&quot;:1.52},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.65},{&quot;2026-06-19&quot;:1.7},{&quot;2026-06-20&quot;:1.7},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.78},{&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.74},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.78},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.78},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.78},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.78},{&quot;2026-07-20&quot;:1.78},{&quot;2026-07-21&quot;:1.78},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-28&quot;:1.66},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.63},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.5},{&quot;2026-08-03&quot;:1.5},{&quot;2026-08-04&quot;:1.5},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.5},{&quot;2026-08-08&quot;:1.5},{&quot;2026-08-09&quot;:1.5},{&quot;2026-08-10&quot;:1.5},{&quot;2026-08-11&quot;:1.5},{&quot;2026-08-12&quot;:1.5},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.5},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.46},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.56},{&quot;2026-09-02&quot;:1.56},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.44},{&quot;2026-09-08&quot;:1.57},{&quot;2026-09-09&quot;:1.57},{&quot;2026-09-10&quot;:1.56},{&quot;2026-09-11&quot;:1.56},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.53}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.19},{&quot;2026-06-22&quot;:1.16},{&quot;2026-06-23&quot;:1.16},{&quot;2026-06-24&quot;:1.16},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.11},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.08},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.13},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.11},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.07},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.03},{&quot;2026-07-14&quot;:1.04},{&quot;2026-07-15&quot;:1.04},{&quot;2026-07-16&quot;:1.02},{&quot;2026-07-17&quot;:1.02},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:0.99},{&quot;2026-07-20&quot;:1.0},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-22&quot;:0.99},{&quot;2026-07-23&quot;:1.03},{&quot;2026-07-24&quot;:1.03},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.02},{&quot;2026-07-30&quot;:1.01},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:1.01},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.01},{&quot;2026-08-04&quot;:1.03},{&quot;2026-08-05&quot;:1.04},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:0.99},{&quot;2026-08-09&quot;:0.99},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:0.98},{&quot;2026-08-13&quot;:0.99},{&quot;2026-08-14&quot;:1.0},{&quot;2026-08-15&quot;:1.02},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.02},{&quot;2026-08-18&quot;:1.02},{&quot;2026-08-19&quot;:1.03},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.06},{&quot;2026-08-22&quot;:1.06},{&quot;2026-08-23&quot;:1.06},{&quot;2026-08-24&quot;:1.06},{&quot;2026-08-25&quot;:1.06},{&quot;2026-08-26&quot;:1.03},{&quot;2026-08-27&quot;:1.03},{&quot;2026-08-28&quot;:1.11},{&quot;2026-08-29&quot;:1.11},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.12},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.18},{&quot;2026-09-03&quot;:1.21},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.23},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>


    <div
      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 2451-2500 of 9369 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=49&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=49&amp;username=denvermullets" rel="prev">49</a><a role="link" aria-disabled="true" aria-current="page">50</a><a href="/load_collection?direction=asc&amp;page=51&amp;username=denvermullets" rel="next">51</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=51&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="42465"
          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">
              446
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Kairi, the Swirling Sky


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dragon Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42465"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42465" src="/boxset_card/42465?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53312"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              211
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Norwood Priestess


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53312"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53312" src="/boxset_card/53312?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81243"
          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">
              NEM-143
            </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>
              Terrain Generator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81243"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81243" src="/boxset_card/81243?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93400"
          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">
              276
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-common ss-fw ss-2x mr-4"></i>
              Forest


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Forest
            </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.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93400"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93400" src="/boxset_card/93400?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96181"
          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">
              228
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Singularity Rupture


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.28

                    <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">
                <div class="flex items-center gap-2">
                  $1.28

                    <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">
                $0.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.20
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96181"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96181" src="/boxset_card/96181?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96343"
          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">
              149
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc 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">
                  $1.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96343"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96343" src="/boxset_card/96343?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96547"
          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-eoc ss-mythic ss-fw ss-2x mr-4"></i>
              Tekuthal, Inquiry Dominus


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.28

                    <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">
            </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.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96547"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96547" src="/boxset_card/96547?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98304"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              69
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              Secret of Bloodbending


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Lesson
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.26
            </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="98304"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98304" src="/boxset_card/98304?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10158"
          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">
              13
            </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>
              Bronze Guardian


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Golem
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10158"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10158" src="/boxset_card/10158?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10629"
          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">
              169
            </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-mythic ss-fw ss-2x mr-4"></i>
              Feldon of the Third Path


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10629"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10629" src="/boxset_card/10629?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12320"
          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">
              315
            </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>
              Horizon Stone


            </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-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.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.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12320"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12320" src="/boxset_card/12320?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20853"
          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">
              301
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Throne of Geth


            </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">
                  $1.27

                    <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.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20853"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20853" src="/boxset_card/20853?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24116"
          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">
              182
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              Hauntwoods Shrieker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast 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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.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.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="24116"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_24116" src="/boxset_card/24116?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36678"
          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">
              324
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Slogurk, the Overslime


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Ooze
            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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">
                $0.15
            </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="36678"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36678" src="/boxset_card/36678?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46633"
          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">
              317
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Yargle and Multani


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Frog Spirit Elemental
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46633"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46633" src="/boxset_card/46633?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="61976"
          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">
              446
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rvr ss-rare ss-fw ss-2x mr-4"></i>
              Rest in Peace


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.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">
                1.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="61976"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_61976" src="/boxset_card/61976?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80393"
          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">
              122
            </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>
              Anger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Incarnation
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <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.52
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80393"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80393" src="/boxset_card/80393?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82817"
          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">
              MMA-181
            </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>
              Mind Funeral


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="82817"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_82817" src="/boxset_card/82817?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83109"
          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">
              ROE-190
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Joraga Treespeaker


            </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">
                  $1.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83109"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83109" src="/boxset_card/83109?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85806"
          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">
              GK1-102
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Trostani, Selesnya&#39;s Voice


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dryad
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                </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.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85806"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85806" src="/boxset_card/85806?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95411"
          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">
              364
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
                  $1.27

                    <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.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.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95411"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95411" src="/boxset_card/95411?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109011"
          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">
              220
            </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>
              Nether Traitor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      46%
                    </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.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109011"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109011" src="/boxset_card/109011?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109081"
          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">
              291
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Tyvar&#39;s Stand


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109081"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109081" src="/boxset_card/109081?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1814"
          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">
              88a
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-common ss-fw ss-2x mr-4"></i>
              Elvish Ranger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Ranger
            </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">
                  $1.26

                    <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.32
            </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="1814"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_1814" src="/boxset_card/1814?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23603"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Leyline of Hope


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <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">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="23603"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23603" src="/boxset_card/23603?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28641"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Tinybones, Bauble Burglar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Skeleton Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      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.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.85
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28641"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28641" src="/boxset_card/28641?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51592"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              47
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Kaheera, the Orphanguard


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Cat Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      25%
                    </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.36
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51592"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51592" src="/boxset_card/51592?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74111"
          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">
              113
            </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>
              Preacher of the Schism


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74111"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74111" src="/boxset_card/74111?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74653"
          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">
              280
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Restless Anchorage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      27%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74653"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74653" src="/boxset_card/74653?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79358"
          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">
              ELD-107
            </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>
              Syr Konrad, the Grim


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.93
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79358"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79358" src="/boxset_card/79358?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79930"
          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-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Flamewar, Brash Veteran // Flamewar, Streetwise Operative


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.72

                    <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.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79930"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79930" src="/boxset_card/79930?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88101"
          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">
              M20-193
            </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>
              Shared Summons


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <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.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="88101"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_88101" src="/boxset_card/88101?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95159"
          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-fin ss-rare ss-fw ss-2x mr-4"></i>
              The Regalia


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Vehicle
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <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.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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95159"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95159" src="/boxset_card/95159?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108021"
          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">
              102
            </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>
              Raphael, Ninja Destroyer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Mutant Ninja Turtle
            </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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      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.33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108021"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108021" src="/boxset_card/108021?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109594"
          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">
              13
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Emeritus of Truce // Swords to Plowshares


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Cat Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109594"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109594" src="/boxset_card/109594?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12801"
          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">
              475
            </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>
              Sword of Vengeance


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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.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.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12801"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12801" src="/boxset_card/12801?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19429"
          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">
              422
            </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>
              Thran Portal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Gate
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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.60
            </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="19429"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19429" src="/boxset_card/19429?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20711"
          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">
              216
            </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-mythic ss-fw ss-2x mr-4"></i>
              Ghave, Guru of Spores


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Fungus 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20711"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20711" src="/boxset_card/20711?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30062"
          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">
              162
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Sorceress Queen


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard Sorcerer
            </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">
                  $1.25

                </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="30062"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30062" src="/boxset_card/30062?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45806"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              77
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              See Double


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45806"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45806" src="/boxset_card/45806?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47720"
          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">
              165
            </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 Unity


            </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">
                  $1.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47720"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47720" src="/boxset_card/47720?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74536"
          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">
              PLS-17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Sunscape Familiar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Wall
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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.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.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74536"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74536" src="/boxset_card/74536?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79311"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              210
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-mythic ss-fw ss-2x mr-4"></i>
              Hypergenesis


            </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">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.80
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79311"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79311" src="/boxset_card/79311?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95186"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              248
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-uncommon ss-fw ss-2x mr-4"></i>
              Path to Exile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                </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.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95186"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95186" src="/boxset_card/95186?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99348"
          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">
              170
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-mythic ss-fw ss-2x mr-4"></i>
              Celestial Reunion


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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.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="99348"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99348" src="/boxset_card/99348?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112804"
          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">
              174
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-rare ss-fw ss-2x mr-4"></i>
              Glamdring, Foe-hammer // Gleam of Death


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <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">
                $0.06
            </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="112804"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112804" src="/boxset_card/112804?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9291"
          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">
              36
            </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>
              Whiptongue Hydra


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Lizard Hydra
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.24

                    <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.36
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9291"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9291" src="/boxset_card/9291?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20497"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              179
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Shamanic Revelation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20497"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20497" src="/boxset_card/20497?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29998"
          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">
              140
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Greed


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.24

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29998"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29998" src="/boxset_card/29998?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46548"
          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">
              295
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Rona, Herald of Invasion // Rona, Tolarian Obliterator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.24

                    <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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46548"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46548" src="/boxset_card/46548?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 2451-2500 of 9369 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=49&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=49&amp;username=denvermullets" rel="prev">49</a><a role="link" aria-disabled="true" aria-current="page">50</a><a href="/load_collection?direction=asc&amp;page=51&amp;username=denvermullets" rel="next">51</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=51&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>