<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="36660"
  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">
            Liesa, Forgotten Archangel
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.41
          </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="Liesa, Forgotten Archangel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93a4ecfa-8173-4c9b-a28f-dc06e63491de.jpg?1783925511" />

        <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">
            Liesa, Forgotten Archangel
        </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 — Angel</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><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="Liesa, Forgotten Archangel" src="https://cards.scryfall.io/large/front/9/3/93a4ecfa-8173-4c9b-a28f-dc06e63491de.jpg?1783925511" />
    </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.41
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.74},{&quot;2026-06-12&quot;:1.74},{&quot;2026-06-13&quot;:1.62},{&quot;2026-06-14&quot;:1.62},{&quot;2026-06-15&quot;:1.62},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:2.03},{&quot;2026-06-21&quot;:2.03},{&quot;2026-06-22&quot;:2.05},{&quot;2026-06-24&quot;:2.29},{&quot;2026-06-25&quot;:2.29},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.31},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.38},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.38},{&quot;2026-07-08&quot;:2.38},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.4},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.43},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.43},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.54},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.52},{&quot;2026-08-04&quot;:2.52},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.52},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.64},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.68},{&quot;2026-08-17&quot;:2.74},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.64},{&quot;2026-08-20&quot;:2.64},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.57},{&quot;2026-08-23&quot;:2.57},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.64},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.64},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.56},{&quot;2026-09-12&quot;:2.56},{&quot;2026-09-13&quot;:2.66}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.96},{&quot;2026-06-12&quot;:0.96},{&quot;2026-06-13&quot;:0.92},{&quot;2026-06-14&quot;:0.92},{&quot;2026-06-15&quot;:0.92},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.92},{&quot;2026-06-18&quot;:0.95},{&quot;2026-06-19&quot;:0.95},{&quot;2026-06-20&quot;:0.96},{&quot;2026-06-21&quot;:0.96},{&quot;2026-06-22&quot;:0.95},{&quot;2026-06-24&quot;:0.99},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.98},{&quot;2026-06-27&quot;:1.04},{&quot;2026-06-28&quot;:1.04},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.22},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.23},{&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.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.18},{&quot;2026-07-27&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&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.19},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.25},{&quot;2026-08-05&quot;:1.28},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.4},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.49},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.47},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.53},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.38},{&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.41},{&quot;2026-09-09&quot;:1.41},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.41}]}"
        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="49335"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-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">
            Goblin Anarchomancer
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Goblin Anarchomancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/633a3423-501d-4b22-95a6-743233be521e.jpg?1783926814" />

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Goblin Anarchomancer" src="https://cards.scryfall.io/large/front/6/3/633a3423-501d-4b22-95a6-743233be521e.jpg?1783926814" />
    </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.28
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.41
              </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 Foil</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-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.27},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.27},{&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.27},{&quot;2026-07-01&quot;:1.28},{&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.26},{&quot;2026-07-09&quot;:1.26},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.18},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-22&quot;:1.05},{&quot;2026-07-23&quot;:1.05},{&quot;2026-07-24&quot;:1.07},{&quot;2026-07-25&quot;:1.07},{&quot;2026-07-26&quot;:1.07},{&quot;2026-07-27&quot;:1.07},{&quot;2026-07-28&quot;:1.08},{&quot;2026-07-29&quot;:1.06},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.06},{&quot;2026-08-01&quot;:1.05},{&quot;2026-08-02&quot;:1.06},{&quot;2026-08-03&quot;:1.06},{&quot;2026-08-04&quot;:1.07},{&quot;2026-08-05&quot;:1.07},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.17},{&quot;2026-08-13&quot;:1.17},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.37},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.29},{&quot;2026-08-19&quot;:1.28},{&quot;2026-08-20&quot;:1.26},{&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.35},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.22},{&quot;2026-09-02&quot;:1.22},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.33},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.41}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.63},{&quot;2026-06-16&quot;:0.68},{&quot;2026-06-17&quot;:0.72},{&quot;2026-06-18&quot;:0.76},{&quot;2026-06-19&quot;:0.78},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.79},{&quot;2026-06-22&quot;:0.74},{&quot;2026-06-23&quot;:0.77},{&quot;2026-06-24&quot;:0.72},{&quot;2026-06-25&quot;:0.67},{&quot;2026-06-26&quot;:0.58},{&quot;2026-06-27&quot;:0.54},{&quot;2026-06-28&quot;:0.53},{&quot;2026-06-29&quot;:0.58},{&quot;2026-06-30&quot;:0.54},{&quot;2026-07-01&quot;:0.57},{&quot;2026-07-02&quot;:0.69},{&quot;2026-07-03&quot;:0.74},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.94},{&quot;2026-07-06&quot;:0.89},{&quot;2026-07-07&quot;:0.83},{&quot;2026-07-08&quot;:0.85},{&quot;2026-07-09&quot;:0.94},{&quot;2026-07-10&quot;:1.02},{&quot;2026-07-11&quot;:1.07},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:0.86},{&quot;2026-07-14&quot;:0.84},{&quot;2026-07-15&quot;:1.01},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:0.94},{&quot;2026-07-18&quot;:0.86},{&quot;2026-07-19&quot;:0.89},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.98},{&quot;2026-07-22&quot;:0.85},{&quot;2026-07-23&quot;:0.79},{&quot;2026-07-24&quot;:0.79},{&quot;2026-07-25&quot;:0.8},{&quot;2026-07-26&quot;:0.78},{&quot;2026-07-27&quot;:0.78},{&quot;2026-07-28&quot;:0.75},{&quot;2026-07-29&quot;:0.76},{&quot;2026-07-30&quot;:0.79},{&quot;2026-07-31&quot;:0.9},{&quot;2026-08-01&quot;:0.87},{&quot;2026-08-02&quot;:0.85},{&quot;2026-08-03&quot;:0.86},{&quot;2026-08-04&quot;:0.91},{&quot;2026-08-05&quot;:1.07},{&quot;2026-08-07&quot;:1.06},{&quot;2026-08-08&quot;:0.92},{&quot;2026-08-09&quot;:0.88},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.28},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.31},{&quot;2026-08-28&quot;:1.09},{&quot;2026-08-29&quot;:1.09},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.36},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.3},{&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="86091"
  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">
            Angel of Serenity
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.41
          </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="Angel of Serenity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0b54f9ca-bef3-46f3-8eeb-5b110e3b4ad2.jpg?1783926567" />

        <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">
            Angel of Serenity
        </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 — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Angel of Serenity" src="https://cards.scryfall.io/large/front/0/b/0b54f9ca-bef3-46f3-8eeb-5b110e3b4ad2.jpg?1783926567" />
    </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.41
              </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.10</span>
              <span class="text-xs text-grey-text">Credit: $0.13</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.43},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.43},{&quot;2026-06-18&quot;:1.43},{&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.37},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.37},{&quot;2026-06-29&quot;:1.37},{&quot;2026-06-30&quot;:1.37},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.37},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.37},{&quot;2026-07-08&quot;:1.37},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.37},{&quot;2026-07-18&quot;:1.37},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.37},{&quot;2026-07-21&quot;:1.37},{&quot;2026-07-22&quot;:1.37},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.37},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.36},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.37},{&quot;2026-08-08&quot;:1.37},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&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.38},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.38},{&quot;2026-08-25&quot;:1.38},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.4},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.4},{&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.41}]}"
        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="91098"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/4/b/4bc918af-527c-46d7-861d-32e9150ed3df.jpg?1783908049" />
    </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.85
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.05},{&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.08},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.08},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.21},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.28},{&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.46},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.49},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-24&quot;:1.53},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.54},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.6},{&quot;2026-09-01&quot;:1.6},{&quot;2026-09-02&quot;:1.57},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.44},{&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.96},{&quot;2026-06-16&quot;:0.96},{&quot;2026-06-17&quot;:0.96},{&quot;2026-06-18&quot;:0.96},{&quot;2026-06-19&quot;:0.93},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:0.9},{&quot;2026-06-22&quot;:0.9},{&quot;2026-06-23&quot;:0.9},{&quot;2026-06-24&quot;:0.86},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.86},{&quot;2026-06-27&quot;:0.86},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:0.87},{&quot;2026-07-02&quot;:0.81},{&quot;2026-07-03&quot;:0.81},{&quot;2026-07-04&quot;:0.79},{&quot;2026-07-05&quot;:0.79},{&quot;2026-07-06&quot;:0.7},{&quot;2026-07-07&quot;:0.7},{&quot;2026-07-08&quot;:0.7},{&quot;2026-07-09&quot;:0.7},{&quot;2026-07-10&quot;:0.7},{&quot;2026-07-11&quot;:0.7},{&quot;2026-07-12&quot;:0.7},{&quot;2026-07-13&quot;:0.7},{&quot;2026-07-14&quot;:0.72},{&quot;2026-07-15&quot;:0.72},{&quot;2026-07-16&quot;:0.75},{&quot;2026-07-17&quot;:0.75},{&quot;2026-07-18&quot;:0.66},{&quot;2026-07-19&quot;:0.66},{&quot;2026-07-20&quot;:0.66},{&quot;2026-07-21&quot;:0.66},{&quot;2026-07-22&quot;:0.67},{&quot;2026-07-23&quot;:0.67},{&quot;2026-07-24&quot;:0.67},{&quot;2026-07-25&quot;:0.62},{&quot;2026-07-26&quot;:0.62},{&quot;2026-07-27&quot;:0.62},{&quot;2026-07-28&quot;:0.62},{&quot;2026-07-29&quot;:0.63},{&quot;2026-07-30&quot;:0.63},{&quot;2026-07-31&quot;:0.66},{&quot;2026-08-01&quot;:0.66},{&quot;2026-08-02&quot;:0.66},{&quot;2026-08-03&quot;:0.66},{&quot;2026-08-04&quot;:0.6},{&quot;2026-08-05&quot;:0.59},{&quot;2026-08-07&quot;:0.59},{&quot;2026-08-08&quot;:0.69},{&quot;2026-08-09&quot;:0.69},{&quot;2026-08-10&quot;:0.69},{&quot;2026-08-11&quot;:0.69},{&quot;2026-08-12&quot;:0.69},{&quot;2026-08-13&quot;:0.69},{&quot;2026-08-14&quot;:0.74},{&quot;2026-08-15&quot;:0.74},{&quot;2026-08-16&quot;:0.74},{&quot;2026-08-17&quot;:0.74},{&quot;2026-08-18&quot;:0.74},{&quot;2026-08-19&quot;:0.73},{&quot;2026-08-20&quot;:0.74},{&quot;2026-08-21&quot;:0.74},{&quot;2026-08-22&quot;:0.74},{&quot;2026-08-23&quot;:0.76},{&quot;2026-08-24&quot;:0.76},{&quot;2026-08-25&quot;:0.79},{&quot;2026-08-26&quot;:0.79},{&quot;2026-08-27&quot;:0.79},{&quot;2026-08-28&quot;:0.79},{&quot;2026-08-29&quot;:0.79},{&quot;2026-08-30&quot;:0.79},{&quot;2026-08-31&quot;:0.79},{&quot;2026-09-01&quot;:0.79},{&quot;2026-09-02&quot;:0.79},{&quot;2026-09-03&quot;:0.79},{&quot;2026-09-04&quot;:0.79},{&quot;2026-09-05&quot;:0.79},{&quot;2026-09-06&quot;:0.78},{&quot;2026-09-07&quot;:0.78},{&quot;2026-09-08&quot;:0.78},{&quot;2026-09-09&quot;:0.78},{&quot;2026-09-10&quot;:0.8},{&quot;2026-09-11&quot;:0.81},{&quot;2026-09-12&quot;:0.85},{&quot;2026-09-13&quot;:0.85}]}"
        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="95255"
  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-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">
            Wastes
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.41
          </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="Wastes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c61feafd-ef09-437c-a12c-fd7d6cb8c15a.jpg?1783906539" />

        <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">
            Wastes
        </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</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="Wastes" src="https://cards.scryfall.io/large/front/c/6/c61feafd-ef09-437c-a12c-fd7d6cb8c15a.jpg?1783906539" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:0.78},{&quot;2026-06-13&quot;:0.71},{&quot;2026-06-14&quot;:0.65},{&quot;2026-06-15&quot;:0.9},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:0.93},{&quot;2026-06-22&quot;:0.85},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.78},{&quot;2026-06-25&quot;:0.78},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:0.76},{&quot;2026-06-29&quot;:0.59},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:0.94},{&quot;2026-07-07&quot;:0.7},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.01},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.76},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:0.98},{&quot;2026-07-27&quot;:1.25},{&quot;2026-07-29&quot;:1.3},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.07},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.16},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.52},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.0},{&quot;2026-08-16&quot;:1.06},{&quot;2026-08-17&quot;:1.1},{&quot;2026-08-18&quot;:1.08},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.17},{&quot;2026-08-27&quot;:1.34},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.45},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.33},{&quot;2026-09-03&quot;:1.05},{&quot;2026-09-04&quot;:1.06},{&quot;2026-09-05&quot;:1.32},{&quot;2026-09-06&quot;:1.32},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.32},{&quot;2026-09-10&quot;:1.33},{&quot;2026-09-11&quot;:1.52},{&quot;2026-09-12&quot;:1.48},{&quot;2026-09-13&quot;:1.41}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.8},{&quot;2026-06-13&quot;:0.68},{&quot;2026-06-14&quot;:0.69},{&quot;2026-06-15&quot;:0.76},{&quot;2026-06-16&quot;:0.79},{&quot;2026-06-17&quot;:0.75},{&quot;2026-06-18&quot;:0.73},{&quot;2026-06-19&quot;:0.74},{&quot;2026-06-20&quot;:0.7},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-23&quot;:0.93},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:0.96},{&quot;2026-06-28&quot;:0.67},{&quot;2026-06-29&quot;:0.66},{&quot;2026-06-30&quot;:0.63},{&quot;2026-07-01&quot;:1.04},{&quot;2026-07-02&quot;:1.48},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:0.75},{&quot;2026-07-08&quot;:0.7},{&quot;2026-07-09&quot;:0.8},{&quot;2026-07-10&quot;:0.84},{&quot;2026-07-11&quot;:0.68},{&quot;2026-07-12&quot;:0.7},{&quot;2026-07-13&quot;:0.66},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.9},{&quot;2026-07-16&quot;:0.79},{&quot;2026-07-17&quot;:0.8},{&quot;2026-07-18&quot;:0.79},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.02},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:0.97},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.03},{&quot;2026-08-04&quot;:0.92},{&quot;2026-08-05&quot;:0.78},{&quot;2026-08-07&quot;:0.72},{&quot;2026-08-08&quot;:0.73},{&quot;2026-08-09&quot;:0.71},{&quot;2026-08-10&quot;:0.75},{&quot;2026-08-11&quot;:0.74},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:1.03},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.19},{&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.2},{&quot;2026-08-22&quot;:1.12},{&quot;2026-08-23&quot;:1.01},{&quot;2026-08-24&quot;:0.91},{&quot;2026-08-25&quot;:0.91},{&quot;2026-08-26&quot;:1.18},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.2},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:0.98},{&quot;2026-09-04&quot;:0.99},{&quot;2026-09-05&quot;:1.07},{&quot;2026-09-06&quot;:1.09},{&quot;2026-09-07&quot;:1.09},{&quot;2026-09-08&quot;:0.94},{&quot;2026-09-09&quot;:0.91},{&quot;2026-09-10&quot;:0.99},{&quot;2026-09-11&quot;:1.02},{&quot;2026-09-12&quot;:1.06},{&quot;2026-09-13&quot;:1.06}]}"
        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="96148"
  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-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/e/e/ee6e5a35-fe21-4dee-b0ef-a8f2841511ad.jpg?1782685679" />
    </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.41
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.23},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.32},{&quot;2026-06-30&quot;:1.31},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.45},{&quot;2026-07-03&quot;:1.37},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.58},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.47},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.48},{&quot;2026-07-13&quot;:1.51},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.66},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.52},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.71},{&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;:2.13},{&quot;2026-08-22&quot;:2.3},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.52},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.59},{&quot;2026-08-27&quot;:1.89},{&quot;2026-08-28&quot;:2.16},{&quot;2026-08-29&quot;:2.16},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.8},{&quot;2026-09-06&quot;:1.84},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.65},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.41}]}"
        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="98505"
  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">
            Phoenix Fleet Airship
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.41
          </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="Phoenix Fleet Airship" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b51d3259-c41c-4f64-9666-0a9e676c812f.jpg?1783904968" />

        <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">
            Phoenix Fleet Airship
        </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">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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phoenix Fleet Airship" src="https://cards.scryfall.io/large/front/b/5/b51d3259-c41c-4f64-9666-0a9e676c812f.jpg?1783904968" />
    </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.41
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.68
              </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.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.87},{&quot;2026-06-13&quot;:1.87},{&quot;2026-06-14&quot;:1.86},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.82},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-29&quot;:1.52},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.52},{&quot;2026-08-02&quot;:1.51},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.44},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.47},{&quot;2026-08-14&quot;:1.47},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.47},{&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.58},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.57},{&quot;2026-08-25&quot;:1.57},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.62},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.63},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.59},{&quot;2026-09-05&quot;:1.62},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.62},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.68}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.53},{&quot;2026-06-13&quot;:1.49},{&quot;2026-06-14&quot;:1.48},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.45},{&quot;2026-06-17&quot;:1.43},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.29},{&quot;2026-06-27&quot;:1.29},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.4},{&quot;2026-07-01&quot;:1.34},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.34},{&quot;2026-07-10&quot;:1.47},{&quot;2026-07-11&quot;:1.45},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.46},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-23&quot;:1.02},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:0.94},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.16},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.05},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.2},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.1},{&quot;2026-08-19&quot;:1.08},{&quot;2026-08-20&quot;:1.08},{&quot;2026-08-21&quot;:1.0},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:0.98},{&quot;2026-08-24&quot;:0.98},{&quot;2026-08-25&quot;:0.98},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.04},{&quot;2026-08-28&quot;:1.05},{&quot;2026-08-29&quot;:1.05},{&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.09},{&quot;2026-09-03&quot;:1.18},{&quot;2026-09-04&quot;:1.17},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.23},{&quot;2026-09-07&quot;:1.32},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.35},{&quot;2026-09-13&quot;:1.41}]}"
        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="79919"
  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">
            Blaster, Combat DJ 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.85
          </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="Blaster, Combat DJ // Blaster, Morale Booster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b2f8d457-ca4d-4b7d-83ed-17c2ba11ec0e.jpg?1783919903" />

        <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">
            Blaster, Combat DJ 
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Blaster, Combat DJ // Blaster, Morale Booster" src="https://cards.scryfall.io/large/front/b/2/b2f8d457-ca4d-4b7d-83ed-17c2ba11ec0e.jpg?1783919903" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Blaster, Combat DJ // Blaster, Morale Booster" src="https://cards.scryfall.io/large/back/b/2/b2f8d457-ca4d-4b7d-83ed-17c2ba11ec0e.jpg?1783919903" />
              </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.85
              </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.40
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</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-11&quot;:1.32},{&quot;2026-06-12&quot;:1.32},{&quot;2026-06-13&quot;:1.29},{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.32},{&quot;2026-06-17&quot;:1.32},{&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-24&quot;:1.38},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.35},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.35},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.35},{&quot;2026-07-01&quot;:1.35},{&quot;2026-07-02&quot;:1.35},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.35},{&quot;2026-07-05&quot;:1.35},{&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.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.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.37},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.33},{&quot;2026-07-25&quot;:1.32},{&quot;2026-07-26&quot;:1.33},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.42},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.4},{&quot;2026-08-07&quot;:1.42},{&quot;2026-08-08&quot;:1.42},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.47},{&quot;2026-08-12&quot;:1.47},{&quot;2026-08-13&quot;:1.42},{&quot;2026-08-14&quot;:1.42},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.45},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.38},{&quot;2026-08-25&quot;:1.38},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.34},{&quot;2026-08-29&quot;:1.34},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.37},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.33},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.33},{&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.33},{&quot;2026-09-11&quot;:1.34},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.4}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.96},{&quot;2026-06-12&quot;:0.96},{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.98},{&quot;2026-06-15&quot;:0.99},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.03},{&quot;2026-06-19&quot;:1.03},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-24&quot;:0.99},{&quot;2026-06-25&quot;:0.99},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.99},{&quot;2026-06-28&quot;:1.0},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:0.98},{&quot;2026-07-02&quot;:0.96},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.95},{&quot;2026-07-05&quot;:0.95},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:0.98},{&quot;2026-07-08&quot;:1.0},{&quot;2026-07-09&quot;:1.02},{&quot;2026-07-10&quot;:1.03},{&quot;2026-07-11&quot;:1.03},{&quot;2026-07-12&quot;:1.06},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.04},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-23&quot;:1.03},{&quot;2026-07-25&quot;:0.98},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:0.99},{&quot;2026-07-29&quot;:1.03},{&quot;2026-07-30&quot;:1.08},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.07},{&quot;2026-08-02&quot;:1.07},{&quot;2026-08-03&quot;:1.04},{&quot;2026-08-04&quot;:0.99},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-07&quot;:0.95},{&quot;2026-08-08&quot;:0.95},{&quot;2026-08-09&quot;:0.9},{&quot;2026-08-10&quot;:0.9},{&quot;2026-08-11&quot;:0.93},{&quot;2026-08-12&quot;:0.91},{&quot;2026-08-13&quot;:0.91},{&quot;2026-08-14&quot;:0.91},{&quot;2026-08-15&quot;:0.93},{&quot;2026-08-16&quot;:0.95},{&quot;2026-08-17&quot;:1.01},{&quot;2026-08-18&quot;:1.02},{&quot;2026-08-19&quot;:1.04},{&quot;2026-08-20&quot;:1.04},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.04},{&quot;2026-08-27&quot;:0.99},{&quot;2026-08-28&quot;:0.84},{&quot;2026-08-29&quot;:0.84},{&quot;2026-08-30&quot;:0.8},{&quot;2026-08-31&quot;:0.8},{&quot;2026-09-01&quot;:0.8},{&quot;2026-09-02&quot;:0.8},{&quot;2026-09-03&quot;:0.8},{&quot;2026-09-04&quot;:0.79},{&quot;2026-09-05&quot;:0.78},{&quot;2026-09-06&quot;:0.83},{&quot;2026-09-07&quot;:0.88},{&quot;2026-09-08&quot;:0.89},{&quot;2026-09-09&quot;:0.86},{&quot;2026-09-10&quot;:0.84},{&quot;2026-09-11&quot;:0.87},{&quot;2026-09-12&quot;:0.86},{&quot;2026-09-13&quot;:0.85}]}"
        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="96663"
  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">
            Pinnacle Emissary
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.40
          </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="Pinnacle Emissary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c922347-f05f-40a4-bbee-6bc02a1e0de5.jpg?1783905924" />

        <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">
            Pinnacle Emissary
        </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 — 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-u'></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="Pinnacle Emissary" src="https://cards.scryfall.io/large/front/3/c/3c922347-f05f-40a4-bbee-6bc02a1e0de5.jpg?1783905924" />
    </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.40
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.73},{&quot;2026-06-12&quot;:2.65},{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.65},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.45},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.51},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.33},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.32},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.52},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.55},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.6},{&quot;2026-08-31&quot;:2.6},{&quot;2026-09-01&quot;:2.6},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.37},{&quot;2026-09-13&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.47},{&quot;2026-06-12&quot;:1.3},{&quot;2026-06-13&quot;:1.35},{&quot;2026-06-14&quot;:1.42},{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.12},{&quot;2026-06-22&quot;:1.12},{&quot;2026-06-24&quot;:1.07},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.39},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.5},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.3},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.61},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.5},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.72},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.58},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.74},{&quot;2026-08-19&quot;:1.39},{&quot;2026-08-20&quot;:1.39},{&quot;2026-08-21&quot;:1.53},{&quot;2026-08-22&quot;:1.71},{&quot;2026-08-23&quot;:1.67},{&quot;2026-08-24&quot;:1.57},{&quot;2026-08-25&quot;:1.57},{&quot;2026-08-26&quot;:1.65},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:2.12},{&quot;2026-08-29&quot;:2.12},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.18},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.52},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.49},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&quot;:1.4}]}"
        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="14138"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Sewer Nemesis" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cdb8d320-fecc-42c2-b9d8-a9f6dd44b36d.jpg?1783922445" />

        <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">
            Sewer Nemesis
        </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 — Horror</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="Sewer Nemesis" src="https://cards.scryfall.io/large/front/c/d/cdb8d320-fecc-42c2-b9d8-a9f6dd44b36d.jpg?1783922445" />
    </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.39
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.14},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.18},{&quot;2026-06-23&quot;:1.18},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.25},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.27},{&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.21},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.2},{&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-22&quot;:1.21},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-24&quot;:1.21},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.22},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.22},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.23},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.18},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.25},{&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.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.3},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.38},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.37},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.39}]}"
        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="14193"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Drakuseth, Maw of Flames" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c8429f1-1a91-4f29-8d56-4c061f21c183.jpg?1783922425" />

        <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">
            Drakuseth, Maw of Flames
        </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 — Dragon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Drakuseth, Maw of Flames" src="https://cards.scryfall.io/large/front/1/c/1c8429f1-1a91-4f29-8d56-4c061f21c183.jpg?1783922425" />
    </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.39
              </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.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;normal&quot;:[{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.21},{&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.21},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.18},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.14},{&quot;2026-06-28&quot;:1.14},{&quot;2026-06-29&quot;:1.19},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.1},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.12},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.12},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-22&quot;:1.15},{&quot;2026-07-23&quot;:1.15},{&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.1},{&quot;2026-07-28&quot;:1.12},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.08},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:1.08},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.25},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.34},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.36},{&quot;2026-08-23&quot;:1.36},{&quot;2026-08-24&quot;:1.37},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.39},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.39}]}"
        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="37240"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inv ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Distorting Wake
        </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="text-sm font-medium text-nine-white">
            $1.39
          </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="Distorting Wake" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cf48eec9-96be-4f53-9d9a-c6f02d44c995.jpg?1783945709" />

        <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">
            Distorting Wake
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Distorting Wake" src="https://cards.scryfall.io/large/front/c/f/cf48eec9-96be-4f53-9d9a-c6f02d44c995.jpg?1783945709" />
    </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.39
              </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">
                $23.98
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:23.98},{&quot;2026-06-13&quot;:23.98},{&quot;2026-06-14&quot;:23.98},{&quot;2026-06-15&quot;:23.98},{&quot;2026-06-16&quot;:23.98},{&quot;2026-06-17&quot;:23.98},{&quot;2026-06-18&quot;:23.98},{&quot;2026-06-19&quot;:23.98},{&quot;2026-06-20&quot;:23.98},{&quot;2026-06-21&quot;:23.98},{&quot;2026-06-22&quot;:23.98},{&quot;2026-06-23&quot;:23.98},{&quot;2026-06-24&quot;:23.98},{&quot;2026-06-25&quot;:23.98},{&quot;2026-06-26&quot;:23.98},{&quot;2026-06-27&quot;:23.98},{&quot;2026-06-28&quot;:23.98},{&quot;2026-06-29&quot;:23.98},{&quot;2026-06-30&quot;:23.98},{&quot;2026-07-01&quot;:23.98},{&quot;2026-07-02&quot;:23.98},{&quot;2026-07-03&quot;:23.98},{&quot;2026-07-04&quot;:23.98},{&quot;2026-07-05&quot;:23.98},{&quot;2026-07-06&quot;:23.98},{&quot;2026-07-07&quot;:23.98},{&quot;2026-07-08&quot;:23.98},{&quot;2026-07-09&quot;:23.98},{&quot;2026-07-10&quot;:23.98},{&quot;2026-07-11&quot;:23.98},{&quot;2026-07-12&quot;:23.98},{&quot;2026-07-13&quot;:23.98},{&quot;2026-07-14&quot;:23.98},{&quot;2026-07-15&quot;:23.98},{&quot;2026-07-16&quot;:23.98},{&quot;2026-07-17&quot;:23.98},{&quot;2026-07-18&quot;:23.98},{&quot;2026-07-19&quot;:23.98},{&quot;2026-07-20&quot;:23.98},{&quot;2026-07-21&quot;:23.98},{&quot;2026-07-23&quot;:23.98},{&quot;2026-07-25&quot;:23.98},{&quot;2026-07-26&quot;:23.98},{&quot;2026-07-27&quot;:23.98},{&quot;2026-07-29&quot;:23.98},{&quot;2026-07-30&quot;:23.98},{&quot;2026-07-31&quot;:23.98},{&quot;2026-08-01&quot;:23.98},{&quot;2026-08-02&quot;:23.98},{&quot;2026-08-03&quot;:23.98},{&quot;2026-08-04&quot;:23.98},{&quot;2026-08-05&quot;:23.98},{&quot;2026-08-07&quot;:23.98},{&quot;2026-08-08&quot;:23.98},{&quot;2026-08-09&quot;:23.98},{&quot;2026-08-10&quot;:23.98},{&quot;2026-08-11&quot;:23.98},{&quot;2026-08-12&quot;:23.98},{&quot;2026-08-13&quot;:23.98},{&quot;2026-08-14&quot;:23.98},{&quot;2026-08-15&quot;:23.98},{&quot;2026-08-16&quot;:23.98},{&quot;2026-08-17&quot;:23.98},{&quot;2026-08-18&quot;:23.98},{&quot;2026-08-19&quot;:23.98},{&quot;2026-08-20&quot;:23.98},{&quot;2026-08-21&quot;:23.98},{&quot;2026-08-22&quot;:23.98},{&quot;2026-08-23&quot;:23.98},{&quot;2026-08-24&quot;:23.98},{&quot;2026-08-25&quot;:23.98},{&quot;2026-08-26&quot;:23.98},{&quot;2026-08-27&quot;:23.98},{&quot;2026-08-28&quot;:23.98},{&quot;2026-08-29&quot;:23.98},{&quot;2026-08-30&quot;:23.98},{&quot;2026-08-31&quot;:23.98},{&quot;2026-09-01&quot;:23.98},{&quot;2026-09-02&quot;:23.98},{&quot;2026-09-03&quot;:23.98},{&quot;2026-09-04&quot;:23.98},{&quot;2026-09-05&quot;:23.98},{&quot;2026-09-06&quot;:23.98},{&quot;2026-09-07&quot;:23.98},{&quot;2026-09-08&quot;:23.98},{&quot;2026-09-09&quot;:23.98},{&quot;2026-09-10&quot;:23.98},{&quot;2026-09-11&quot;:23.98},{&quot;2026-09-12&quot;:23.98},{&quot;2026-09-13&quot;:23.98}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.3},{&quot;2026-06-13&quot;:1.36},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.36},{&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.36},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.36},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.36},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.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.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.34},{&quot;2026-07-18&quot;:1.34},{&quot;2026-07-19&quot;:1.34},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.37},{&quot;2026-08-08&quot;:1.37},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.39},{&quot;2026-08-16&quot;:1.39},{&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.39},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.39},{&quot;2026-09-10&quot;:1.39},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.39}]}"
        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="82917"
  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">
            Masked Vandal
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Masked Vandal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6f47fe1-36c6-4af9-a9eb-f2919e8e3446.jpg?1783913111" />

        <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">
            Masked Vandal
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Masked Vandal" src="https://cards.scryfall.io/large/front/d/6/d6f47fe1-36c6-4af9-a9eb-f2919e8e3446.jpg?1783913111" />
    </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.39
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.5},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.59},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.61},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.57},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-22&quot;:1.48},{&quot;2026-07-23&quot;:1.48},{&quot;2026-07-24&quot;:1.45},{&quot;2026-07-25&quot;:1.44},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.35},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.39},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.28},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.28},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.16},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.28},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.29},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.34},{&quot;2026-08-29&quot;:1.34},{&quot;2026-08-30&quot;:1.34},{&quot;2026-08-31&quot;:1.34},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.33},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.28},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.38},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.39}]}"
        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="95082"
  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">
            Joshua, Phoenix&#39;s Dominant 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/457fdbb9-5439-460f-8e37-176f8919362c.jpg?1783906574" />

        <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">
            Joshua, Phoenix&#39;s Dominant 
        </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 Noble Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" src="https://cards.scryfall.io/large/front/4/5/457fdbb9-5439-460f-8e37-176f8919362c.jpg?1783906574" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" src="https://cards.scryfall.io/large/back/4/5/457fdbb9-5439-460f-8e37-176f8919362c.jpg?1783906574" />
              </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.39
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-11&quot;:2.98},{&quot;2026-06-12&quot;:2.93},{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.21},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.19},{&quot;2026-06-17&quot;:3.13},{&quot;2026-06-18&quot;:3.13},{&quot;2026-06-19&quot;:3.16},{&quot;2026-06-20&quot;:3.11},{&quot;2026-06-21&quot;:3.11},{&quot;2026-06-22&quot;:3.11},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.9},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.78},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.77},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.51},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.33},{&quot;2026-07-06&quot;:2.34},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.24},{&quot;2026-07-11&quot;:2.24},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.87},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.0},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.03},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.53},{&quot;2026-08-09&quot;:2.6},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.67},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.55},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.43},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.2},{&quot;2026-09-13&quot;:1.93}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.83},{&quot;2026-06-12&quot;:1.96},{&quot;2026-06-13&quot;:1.92},{&quot;2026-06-14&quot;:2.04},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.53},{&quot;2026-06-17&quot;:1.57},{&quot;2026-06-18&quot;:1.47},{&quot;2026-06-19&quot;:1.49},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.05},{&quot;2026-06-24&quot;:1.78},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.38},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:1.96},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:2.04},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.57},{&quot;2026-07-16&quot;:1.35},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.57},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.57},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.83},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:1.9},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.47},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.62},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.85},{&quot;2026-09-01&quot;:1.85},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.81},{&quot;2026-09-09&quot;:1.65},{&quot;2026-09-10&quot;:1.62},{&quot;2026-09-11&quot;:1.57},{&quot;2026-09-12&quot;:1.52},{&quot;2026-09-13&quot;:1.39}]}"
        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="98382"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Fire Lord Azula" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bc6146bf-f0c6-4557-af6a-74c643d5fc01.jpg?1783904927" />

        <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">
            Fire Lord Azula
        </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 Noble</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><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="Fire Lord Azula" src="https://cards.scryfall.io/large/front/b/c/bc6146bf-f0c6-4557-af6a-74c643d5fc01.jpg?1783904927" />
    </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.39
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-15&quot;:1.95},{&quot;2026-06-16&quot;:1.82},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.8},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.79},{&quot;2026-06-26&quot;:1.79},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:1.88},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.24},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.33},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.52},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-22&quot;:2.52},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-24&quot;:2.27},{&quot;2026-07-25&quot;:2.27},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.11},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.09},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.07},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:2.04},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.02},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.17},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.17},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.16},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.08},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.12},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.48},{&quot;2026-09-12&quot;:2.57},{&quot;2026-09-13&quot;:2.58}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.02},{&quot;2026-06-16&quot;:1.05},{&quot;2026-06-17&quot;:1.05},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.07},{&quot;2026-06-24&quot;:0.99},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.9},{&quot;2026-06-27&quot;:0.81},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.87},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.19},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.92},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-22&quot;:1.21},{&quot;2026-07-23&quot;:1.33},{&quot;2026-07-24&quot;:1.33},{&quot;2026-07-25&quot;:1.21},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.04},{&quot;2026-07-28&quot;:0.95},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.72},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.4},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.04},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:1.05},{&quot;2026-08-13&quot;:1.1},{&quot;2026-08-14&quot;:1.09},{&quot;2026-08-15&quot;:1.08},{&quot;2026-08-16&quot;:0.92},{&quot;2026-08-17&quot;:0.87},{&quot;2026-08-18&quot;:0.88},{&quot;2026-08-19&quot;:1.1},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:0.97},{&quot;2026-08-22&quot;:0.95},{&quot;2026-08-23&quot;:0.95},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.04},{&quot;2026-08-27&quot;:1.18},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.53},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.48},{&quot;2026-09-07&quot;:1.47},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.32},{&quot;2026-09-13&quot;:1.39}]}"
        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="109086"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.39
          </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="Beledros Witherbloom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/144c2886-3d37-4a8a-8e37-99ccff66599e.jpg?1782683159" />

        <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">
            Beledros Witherbloom
        </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 — Elder Dragon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Beledros Witherbloom" src="https://cards.scryfall.io/large/front/1/4/144c2886-3d37-4a8a-8e37-99ccff66599e.jpg?1782683159" />
    </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.39
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  21%
                </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.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.37},{&quot;2026-06-29&quot;:1.37},{&quot;2026-06-30&quot;:1.38},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.54},{&quot;2026-07-07&quot;:1.46},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.4},{&quot;2026-07-10&quot;:1.35},{&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.4},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.44},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.57},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.6},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.59},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.56},{&quot;2026-08-15&quot;:1.88},{&quot;2026-08-16&quot;:1.89},{&quot;2026-08-17&quot;:1.92},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.72},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.68},{&quot;2026-08-29&quot;:1.68},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.79},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.55},{&quot;2026-09-13&quot;:1.39}]}"
        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="14272"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Warstorm Surge
        </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.38
          </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="Warstorm Surge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/dbe1bfe0-0be7-496d-94db-e8028d4d9493.jpg?1783922416" />

        <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">
            Warstorm Surge
        </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Warstorm Surge" src="https://cards.scryfall.io/large/front/d/b/dbe1bfe0-0be7-496d-94db-e8028d4d9493.jpg?1783922416" />
    </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.38
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Endless One" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/00b3c10a-799f-4922-bb0a-44981b13203b.jpg?1783915458" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Endless One" src="https://cards.scryfall.io/large/front/0/0/00b3c10a-799f-4922-bb0a-44981b13203b.jpg?1783915458" />
    </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.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.69},{&quot;2026-06-14&quot;:0.92},{&quot;2026-06-15&quot;:0.98},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:0.96},{&quot;2026-06-19&quot;:0.96},{&quot;2026-06-20&quot;:0.96},{&quot;2026-06-21&quot;:0.93},{&quot;2026-06-22&quot;:0.9},{&quot;2026-06-23&quot;:0.93},{&quot;2026-06-24&quot;:0.9},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.89},{&quot;2026-06-29&quot;:0.9},{&quot;2026-06-30&quot;:0.9},{&quot;2026-07-01&quot;:0.86},{&quot;2026-07-02&quot;:0.86},{&quot;2026-07-03&quot;:0.83},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.95},{&quot;2026-07-06&quot;:1.02},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.57},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.64},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.64},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.57},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.35},{&quot;2026-08-08&quot;:1.35},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.43},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.41},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.42},{&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.39},{&quot;2026-08-26&quot;:1.44},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.47},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.51},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.53},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.43},{&quot;2026-09-13&quot;:1.38}]}"
        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="20654"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.38
          </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="Creakwood Liege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4b4e9ea4-5b86-4eb1-965c-ae67be24f4ea.jpg?1783921844" />

        <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">
            Creakwood Liege
        </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 — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-bg'></i><i class='no-tailwind ms ms-cost ml-0 ms-bg'></i><i class='no-tailwind ms ms-cost ml-0 ms-bg'></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="Creakwood Liege" src="https://cards.scryfall.io/large/front/4/b/4b4e9ea4-5b86-4eb1-965c-ae67be24f4ea.jpg?1783921844" />
    </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.38
              </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.60
              </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.03</span>
              <span class="text-xs text-grey-text">Credit: $0.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;:1.58},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.58},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.58},{&quot;2026-06-20&quot;:1.58},{&quot;2026-06-21&quot;:1.58},{&quot;2026-06-22&quot;:1.58},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.59},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.6},{&quot;2026-07-06&quot;:1.6},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.6},{&quot;2026-07-10&quot;:1.6},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.6},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.6},{&quot;2026-08-02&quot;:1.6},{&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.6},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.61},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.64},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.66},{&quot;2026-08-29&quot;:1.66},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.6},{&quot;2026-09-13&quot;:1.6}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.52},{&quot;2026-06-28&quot;:2.52},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.39},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:2.15},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:1.96},{&quot;2026-07-20&quot;:1.96},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-22&quot;:1.96},{&quot;2026-07-23&quot;:1.96},{&quot;2026-07-24&quot;:1.87},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:1.79},{&quot;2026-07-28&quot;:1.79},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.58},{&quot;2026-08-08&quot;:1.55},{&quot;2026-08-09&quot;:1.55},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.54},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.51},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.49},{&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.49},{&quot;2026-08-22&quot;:1.49},{&quot;2026-08-23&quot;:1.49},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:1.49},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.36},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.38},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.38}]}"
        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="26484"
  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-fem 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">
            Goblin Chirurgeon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Goblin 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="text-sm font-medium text-nine-white">
            $1.38
          </span>
        </div>
      </div>
    </div>

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Chirurgeon" src="https://cards.scryfall.io/large/front/c/9/c9740842-7955-4cf9-8f76-a426858360b1.jpg?1783947895" />
    </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.38
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-13&quot;:1.02},{&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.01},{&quot;2026-06-19&quot;:1.01},{&quot;2026-06-20&quot;:1.01},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-23&quot;:1.02},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:1.03},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.04},{&quot;2026-06-30&quot;:1.06},{&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.05},{&quot;2026-07-05&quot;:1.05},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.12},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.14},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.15},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.16},{&quot;2026-07-17&quot;:1.17},{&quot;2026-07-18&quot;:1.17},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.23},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.31},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.33},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.32},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.25},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.27},{&quot;2026-08-15&quot;:1.28},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.33},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.4},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.38},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.38}]}"
        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="28944"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-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">
            Rakdos Signet
        </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.38
          </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="Rakdos Signet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0bc3c10a-c3be-4e46-9871-282dad8bc7a4.jpg?1783926171" />

        <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">
            Rakdos Signet
        </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="Rakdos Signet" src="https://cards.scryfall.io/large/front/0/b/0bc3c10a-c3be-4e46-9871-282dad8bc7a4.jpg?1783926171" />
    </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.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.05},{&quot;2026-06-13&quot;:1.05},{&quot;2026-06-14&quot;:1.05},{&quot;2026-06-15&quot;:1.06},{&quot;2026-06-16&quot;:1.06},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.09},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.09},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.07},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.12},{&quot;2026-06-29&quot;:1.11},{&quot;2026-06-30&quot;:1.11},{&quot;2026-07-01&quot;:1.11},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.1},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.11},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.1},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.09},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.11},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.18},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.16},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.2},{&quot;2026-08-11&quot;:1.21},{&quot;2026-08-12&quot;:1.21},{&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.25},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.33},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.34},{&quot;2026-08-25&quot;:1.34},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.38},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.38}]}"
        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="53206"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Tinker
        </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.38
          </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="Tinker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff616131-289b-4eec-bef0-5f519d5a81a5.jpg?1783910566" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tinker" src="https://cards.scryfall.io/large/front/f/f/ff616131-289b-4eec-bef0-5f519d5a81a5.jpg?1783910566" />
    </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.38
              </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">
                $14.14
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:13.25},{&quot;2026-06-15&quot;:13.25},{&quot;2026-06-16&quot;:13.25},{&quot;2026-06-17&quot;:13.25},{&quot;2026-06-18&quot;:13.25},{&quot;2026-06-19&quot;:13.25},{&quot;2026-06-20&quot;:13.25},{&quot;2026-06-21&quot;:13.25},{&quot;2026-06-22&quot;:13.25},{&quot;2026-06-23&quot;:13.25},{&quot;2026-06-24&quot;:13.25},{&quot;2026-06-25&quot;:13.25},{&quot;2026-06-26&quot;:13.25},{&quot;2026-06-27&quot;:13.25},{&quot;2026-06-28&quot;:13.25},{&quot;2026-06-29&quot;:13.27},{&quot;2026-06-30&quot;:13.27},{&quot;2026-07-01&quot;:13.22},{&quot;2026-07-02&quot;:13.23},{&quot;2026-07-03&quot;:13.23},{&quot;2026-07-04&quot;:13.23},{&quot;2026-07-05&quot;:13.23},{&quot;2026-07-06&quot;:13.3},{&quot;2026-07-07&quot;:13.3},{&quot;2026-07-08&quot;:13.3},{&quot;2026-07-09&quot;:13.3},{&quot;2026-07-10&quot;:13.3},{&quot;2026-07-11&quot;:13.3},{&quot;2026-07-12&quot;:13.3},{&quot;2026-07-13&quot;:13.3},{&quot;2026-07-14&quot;:13.3},{&quot;2026-07-15&quot;:13.3},{&quot;2026-07-16&quot;:13.57},{&quot;2026-07-17&quot;:13.57},{&quot;2026-07-18&quot;:13.59},{&quot;2026-07-19&quot;:13.59},{&quot;2026-07-20&quot;:13.69},{&quot;2026-07-21&quot;:13.69},{&quot;2026-07-23&quot;:13.69},{&quot;2026-07-24&quot;:13.69},{&quot;2026-07-25&quot;:13.69},{&quot;2026-07-26&quot;:13.69},{&quot;2026-07-27&quot;:13.69},{&quot;2026-07-28&quot;:13.69},{&quot;2026-07-29&quot;:13.69},{&quot;2026-07-30&quot;:13.69},{&quot;2026-07-31&quot;:13.69},{&quot;2026-08-01&quot;:13.69},{&quot;2026-08-02&quot;:13.69},{&quot;2026-08-03&quot;:13.69},{&quot;2026-08-04&quot;:13.69},{&quot;2026-08-05&quot;:13.78},{&quot;2026-08-07&quot;:13.77},{&quot;2026-08-08&quot;:13.77},{&quot;2026-08-09&quot;:13.77},{&quot;2026-08-10&quot;:13.85},{&quot;2026-08-11&quot;:13.85},{&quot;2026-08-12&quot;:13.85},{&quot;2026-08-13&quot;:13.85},{&quot;2026-08-14&quot;:13.85},{&quot;2026-08-15&quot;:13.85},{&quot;2026-08-16&quot;:13.85},{&quot;2026-08-17&quot;:13.85},{&quot;2026-08-18&quot;:13.85},{&quot;2026-08-19&quot;:13.89},{&quot;2026-08-20&quot;:13.89},{&quot;2026-08-21&quot;:13.93},{&quot;2026-08-22&quot;:13.93},{&quot;2026-08-23&quot;:13.93},{&quot;2026-08-24&quot;:13.93},{&quot;2026-08-25&quot;:13.93},{&quot;2026-08-26&quot;:13.93},{&quot;2026-08-27&quot;:13.93},{&quot;2026-08-28&quot;:13.93},{&quot;2026-08-29&quot;:13.93},{&quot;2026-08-30&quot;:13.98},{&quot;2026-08-31&quot;:13.98},{&quot;2026-09-01&quot;:13.98},{&quot;2026-09-02&quot;:13.98},{&quot;2026-09-03&quot;:14.03},{&quot;2026-09-04&quot;:14.03},{&quot;2026-09-05&quot;:14.03},{&quot;2026-09-06&quot;:14.03},{&quot;2026-09-07&quot;:14.03},{&quot;2026-09-08&quot;:14.03},{&quot;2026-09-09&quot;:13.97},{&quot;2026-09-10&quot;:13.97},{&quot;2026-09-11&quot;:14.09},{&quot;2026-09-12&quot;:14.09},{&quot;2026-09-13&quot;:14.14}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.42},{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.4},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.42},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.37},{&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.38},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.3},{&quot;2026-07-02&quot;:1.3},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.35},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.39},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.39},{&quot;2026-07-20&quot;:1.39},{&quot;2026-07-21&quot;:1.39},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-24&quot;:1.35},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.35},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.38},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.3},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.29},{&quot;2026-08-13&quot;:1.29},{&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.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.3},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.34},{&quot;2026-08-25&quot;:1.35},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.45},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.4},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.41},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.38}]}"
        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="89499"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.38
          </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="Abundance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/73a44759-1fa4-4a96-b668-316851e8a35a.jpg?1783929472" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Abundance" src="https://cards.scryfall.io/large/front/7/3/73a44759-1fa4-4a96-b668-316851e8a35a.jpg?1783929472" />
    </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.38
              </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.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.15},{&quot;2026-06-13&quot;:1.12},{&quot;2026-06-14&quot;:1.12},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.17},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.19},{&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.19},{&quot;2026-06-26&quot;:1.18},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.23},{&quot;2026-06-30&quot;:1.23},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&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.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.26},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.29},{&quot;2026-07-29&quot;:1.31},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.3},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.34},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.35},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.35},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.37},{&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.41},{&quot;2026-08-22&quot;:1.42},{&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.4},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.37},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.4},{&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.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.38}]}"
        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="93011"
  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-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">
            Marang River Regent 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.38
          </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="Marang River Regent // Coil and Catch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/8/f890bdc7-32e6-4492-bac7-7cabf54a8bfd.jpg?1764062994" />

        <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">
            Marang River Regent 
        </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 — Dragon</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"
    >
        <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="Marang River Regent // Coil and Catch" src="https://cards.scryfall.io/large/front/f/8/f890bdc7-32e6-4492-bac7-7cabf54a8bfd.jpg?1764062994" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Marang River Regent // Coil and Catch" src="https://cards.scryfall.io/large/front/f/8/f890bdc7-32e6-4492-bac7-7cabf54a8bfd.jpg?1764062994" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:2.64},{&quot;2026-06-14&quot;:2.64},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.65},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.64},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.64},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.52},{&quot;2026-07-07&quot;:2.52},{&quot;2026-07-08&quot;:2.52},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.48},{&quot;2026-07-12&quot;:2.48},{&quot;2026-07-13&quot;:2.48},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-23&quot;:2.25},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-28&quot;:1.95},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.93},{&quot;2026-08-01&quot;:1.93},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.75},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.71},{&quot;2026-08-23&quot;:1.67},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.62},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.41},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.47},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.55}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.22},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-23&quot;:1.59},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.62},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.63},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.5},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.53},{&quot;2026-08-07&quot;:1.5},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.45},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.42},{&quot;2026-08-12&quot;:1.42},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.33},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.39},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.27},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.26},{&quot;2026-08-26&quot;:1.25},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.28},{&quot;2026-08-31&quot;:1.26},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.46},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.38}]}"
        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="96156"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fabled Passage" src="https://cards.scryfall.io/large/front/6/a/6a21ecc8-f6fd-4670-91d8-94b9ce94c2fe.jpg?1782685675" />
    </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.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.27},{&quot;2026-06-12&quot;:2.27},{&quot;2026-06-13&quot;:2.21},{&quot;2026-06-14&quot;:2.17},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.61},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.55},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.54},{&quot;2026-08-03&quot;:1.48},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.45},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.44},{&quot;2026-08-25&quot;:1.44},{&quot;2026-08-26&quot;:1.42},{&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.39},{&quot;2026-08-31&quot;:1.35},{&quot;2026-09-01&quot;:1.35},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.32},{&quot;2026-09-06&quot;:1.33},{&quot;2026-09-07&quot;:1.36},{&quot;2026-09-08&quot;:1.36},{&quot;2026-09-09&quot;:1.36},{&quot;2026-09-10&quot;:1.39},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.38}]}"
        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="5471"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-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">
            Hugs, Grisly Guardian
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.37
          </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="Hugs, Grisly Guardian" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f09d7f4a-c947-4389-befa-1d547d0d1237.jpg?1783910795" />

        <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">
            Hugs, Grisly Guardian
        </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 — Badger Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Hugs, Grisly Guardian" src="https://cards.scryfall.io/large/front/f/0/f09d7f4a-c947-4389-befa-1d547d0d1237.jpg?1783910795" />
    </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.37
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:1.1},{&quot;2026-06-13&quot;:1.1},{&quot;2026-06-14&quot;:1.1},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.09},{&quot;2026-06-17&quot;:1.11},{&quot;2026-06-18&quot;:1.13},{&quot;2026-06-19&quot;:1.13},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.13},{&quot;2026-06-22&quot;:1.13},{&quot;2026-06-23&quot;:1.11},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.08},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.08},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.07},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.03},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:1.03},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.05},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:1.05},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:1.05},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.04},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.09},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-25&quot;:1.08},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.12},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.2},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.36},{&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.36},{&quot;2026-08-18&quot;:1.36},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.42},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.41},{&quot;2026-08-26&quot;:1.44},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.45},{&quot;2026-08-31&quot;:1.54},{&quot;2026-09-01&quot;:1.54},{&quot;2026-09-02&quot;:1.56},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.57},{&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.62},{&quot;2026-09-09&quot;:1.66},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.66},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.66}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.58},{&quot;2026-06-13&quot;:0.59},{&quot;2026-06-14&quot;:0.6},{&quot;2026-06-15&quot;:0.6},{&quot;2026-06-16&quot;:0.61},{&quot;2026-06-17&quot;:0.57},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.57},{&quot;2026-06-20&quot;:0.6},{&quot;2026-06-21&quot;:0.62},{&quot;2026-06-22&quot;:0.64},{&quot;2026-06-23&quot;:0.65},{&quot;2026-06-24&quot;:0.65},{&quot;2026-06-25&quot;:0.66},{&quot;2026-06-26&quot;:0.69},{&quot;2026-06-27&quot;:0.69},{&quot;2026-06-28&quot;:0.7},{&quot;2026-06-29&quot;:0.67},{&quot;2026-06-30&quot;:0.67},{&quot;2026-07-01&quot;:0.69},{&quot;2026-07-02&quot;:0.67},{&quot;2026-07-03&quot;:0.67},{&quot;2026-07-04&quot;:0.7},{&quot;2026-07-05&quot;:0.71},{&quot;2026-07-06&quot;:0.74},{&quot;2026-07-07&quot;:0.75},{&quot;2026-07-08&quot;:0.82},{&quot;2026-07-09&quot;:0.88},{&quot;2026-07-10&quot;:0.88},{&quot;2026-07-11&quot;:0.86},{&quot;2026-07-12&quot;:0.86},{&quot;2026-07-13&quot;:0.87},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.87},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.88},{&quot;2026-07-18&quot;:0.88},{&quot;2026-07-19&quot;:0.94},{&quot;2026-07-20&quot;:0.9},{&quot;2026-07-21&quot;:0.92},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.17},{&quot;2026-08-05&quot;:1.17},{&quot;2026-08-07&quot;:1.18},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.3},{&quot;2026-08-11&quot;:1.35},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.37},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.37},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.12},{&quot;2026-08-25&quot;:1.12},{&quot;2026-08-26&quot;:1.18},{&quot;2026-08-27&quot;:1.16},{&quot;2026-08-28&quot;:1.18},{&quot;2026-08-29&quot;:1.18},{&quot;2026-08-30&quot;:1.23},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.54},{&quot;2026-09-07&quot;:1.52},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.37}]}"
        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="42313"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Rat Pilot
      </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.37
          </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="Greasefang, Okiba Boss" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/9455cb27-89d3-4bb1-8af8-08c7712c2915.jpg?1783923767" />

        <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">
            Greasefang, Okiba Boss
        </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 — Rat Pilot</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-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="Greasefang, Okiba Boss" src="https://cards.scryfall.io/large/front/9/4/9455cb27-89d3-4bb1-8af8-08c7712c2915.jpg?1783923767" />
    </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.37
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.2},{&quot;2026-06-13&quot;:3.2},{&quot;2026-06-14&quot;:3.28},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.28},{&quot;2026-06-17&quot;:3.28},{&quot;2026-06-18&quot;:3.28},{&quot;2026-06-19&quot;:3.34},{&quot;2026-06-20&quot;:3.34},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.44},{&quot;2026-06-24&quot;:3.35},{&quot;2026-06-25&quot;:3.35},{&quot;2026-06-26&quot;:3.35},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.35},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.51},{&quot;2026-07-12&quot;:3.51},{&quot;2026-07-13&quot;:3.5},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.5},{&quot;2026-07-16&quot;:3.55},{&quot;2026-07-17&quot;:3.55},{&quot;2026-07-18&quot;:3.57},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.63},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-25&quot;:3.67},{&quot;2026-07-26&quot;:3.65},{&quot;2026-07-27&quot;:3.72},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.77},{&quot;2026-07-31&quot;:3.77},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.77},{&quot;2026-08-03&quot;:3.77},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.77},{&quot;2026-08-07&quot;:3.77},{&quot;2026-08-08&quot;:3.77},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.66},{&quot;2026-08-11&quot;:3.66},{&quot;2026-08-12&quot;:3.66},{&quot;2026-08-13&quot;:3.66},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.66},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.66},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.66},{&quot;2026-08-23&quot;:3.66},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.66},{&quot;2026-08-29&quot;:3.66},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.66},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.61},{&quot;2026-09-07&quot;:3.6},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.44},{&quot;2026-09-12&quot;:3.44},{&quot;2026-09-13&quot;:3.44}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.92},{&quot;2026-06-13&quot;:0.92},{&quot;2026-06-14&quot;:0.92},{&quot;2026-06-15&quot;:0.92},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.92},{&quot;2026-06-18&quot;:0.93},{&quot;2026-06-19&quot;:0.96},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:0.95},{&quot;2026-06-22&quot;:0.95},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.98},{&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;:0.97},{&quot;2026-07-02&quot;:0.96},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.93},{&quot;2026-07-05&quot;:0.93},{&quot;2026-07-06&quot;:0.93},{&quot;2026-07-07&quot;:0.93},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:0.93},{&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.93},{&quot;2026-07-16&quot;:0.93},{&quot;2026-07-17&quot;:0.92},{&quot;2026-07-18&quot;:0.92},{&quot;2026-07-19&quot;:0.92},{&quot;2026-07-20&quot;:0.92},{&quot;2026-07-21&quot;:0.92},{&quot;2026-07-23&quot;:0.87},{&quot;2026-07-25&quot;:0.87},{&quot;2026-07-26&quot;:0.87},{&quot;2026-07-27&quot;:0.87},{&quot;2026-07-29&quot;:0.87},{&quot;2026-07-30&quot;:0.87},{&quot;2026-07-31&quot;:0.87},{&quot;2026-08-01&quot;:0.87},{&quot;2026-08-02&quot;:0.87},{&quot;2026-08-03&quot;:0.87},{&quot;2026-08-04&quot;:0.87},{&quot;2026-08-05&quot;:0.87},{&quot;2026-08-07&quot;:0.87},{&quot;2026-08-08&quot;:0.9},{&quot;2026-08-09&quot;:0.91},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.92},{&quot;2026-08-12&quot;:0.92},{&quot;2026-08-13&quot;:0.99},{&quot;2026-08-14&quot;:0.98},{&quot;2026-08-15&quot;:0.99},{&quot;2026-08-16&quot;:1.18},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.22},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.26},{&quot;2026-08-24&quot;:1.26},{&quot;2026-08-25&quot;:1.26},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.3},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.29},{&quot;2026-09-04&quot;:1.29},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.29},{&quot;2026-09-07&quot;:1.3},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.29},{&quot;2026-09-12&quot;:1.29},{&quot;2026-09-13&quot;:1.37}]}"
        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="98561"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.37
          </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="Agna Qel&#39;a" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6b885829-a323-4f7d-87c9-aa4615dcbe5c.jpg?1783904914" />

        <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">
            Agna Qel&#39;a
        </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="Agna Qel&#39;a" src="https://cards.scryfall.io/large/front/6/b/6b885829-a323-4f7d-87c9-aa4615dcbe5c.jpg?1783904914" />
    </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.37
              </span>

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

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

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

      <!-- 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.36},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.55},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.79},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.88},{&quot;2026-06-25&quot;:1.88},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.85},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.88},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:1.87},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.63},{&quot;2026-07-09&quot;:1.63},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.49},{&quot;2026-07-23&quot;:1.48},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.31},{&quot;2026-08-01&quot;:1.31},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.28},{&quot;2026-08-05&quot;:1.28},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.25},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.28},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.5},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.49},{&quot;2026-08-27&quot;:1.43},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.62},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.66},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.69}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.21},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.11},{&quot;2026-06-21&quot;:1.1},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-23&quot;:1.17},{&quot;2026-06-24&quot;:1.22},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:1.01},{&quot;2026-06-27&quot;:1.05},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:0.99},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.92},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.91},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:0.95},{&quot;2026-07-09&quot;:0.92},{&quot;2026-07-10&quot;:0.97},{&quot;2026-07-11&quot;:1.06},{&quot;2026-07-12&quot;:1.17},{&quot;2026-07-13&quot;:1.29},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.99},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.03},{&quot;2026-07-23&quot;:1.36},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.02},{&quot;2026-08-01&quot;:0.99},{&quot;2026-08-02&quot;:0.98},{&quot;2026-08-03&quot;:1.16},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:0.86},{&quot;2026-08-07&quot;:0.9},{&quot;2026-08-08&quot;:0.99},{&quot;2026-08-09&quot;:1.1},{&quot;2026-08-10&quot;:1.14},{&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.13},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.08},{&quot;2026-08-17&quot;:0.94},{&quot;2026-08-18&quot;:1.03},{&quot;2026-08-19&quot;:0.98},{&quot;2026-08-20&quot;:0.98},{&quot;2026-08-21&quot;:0.92},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:1.04},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.12},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.28},{&quot;2026-08-29&quot;:1.28},{&quot;2026-08-30&quot;:1.46},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.46},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.56},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.37}]}"
        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="14064"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Kykar, Wind&#39;s Fury" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f01e857d-cc78-4364-9f31-6879d4ec74e1.jpg?1783915497" />

        <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">
            Kykar, Wind&#39;s Fury
        </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 — Bird 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><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kykar, Wind&#39;s Fury" src="https://cards.scryfall.io/large/front/f/0/f01e857d-cc78-4364-9f31-6879d4ec74e1.jpg?1783915497" />
    </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.10
              </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.36
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.14},{&quot;2026-06-13&quot;:1.12},{&quot;2026-06-14&quot;:1.1},{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.1},{&quot;2026-06-19&quot;:1.1},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.11},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-23&quot;:1.11},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.11},{&quot;2026-06-29&quot;:1.11},{&quot;2026-06-30&quot;:1.11},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.1},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.11},{&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.11},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.11},{&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.1},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.1},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.12},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.12},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.22},{&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.36},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.35},{&quot;2026-08-29&quot;:1.35},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.36},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.39},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.8},{&quot;2026-06-13&quot;:0.79},{&quot;2026-06-14&quot;:0.8},{&quot;2026-06-15&quot;:0.8},{&quot;2026-06-16&quot;:0.8},{&quot;2026-06-17&quot;:0.82},{&quot;2026-06-18&quot;:0.81},{&quot;2026-06-19&quot;:0.81},{&quot;2026-06-20&quot;:0.81},{&quot;2026-06-21&quot;:0.79},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.79},{&quot;2026-06-25&quot;:0.79},{&quot;2026-06-26&quot;:0.79},{&quot;2026-06-27&quot;:0.77},{&quot;2026-06-28&quot;:0.76},{&quot;2026-06-29&quot;:0.76},{&quot;2026-06-30&quot;:0.77},{&quot;2026-07-01&quot;:0.77},{&quot;2026-07-02&quot;:0.76},{&quot;2026-07-03&quot;:0.75},{&quot;2026-07-04&quot;:0.76},{&quot;2026-07-05&quot;:0.78},{&quot;2026-07-06&quot;:0.78},{&quot;2026-07-07&quot;:0.78},{&quot;2026-07-08&quot;:0.78},{&quot;2026-07-09&quot;:0.78},{&quot;2026-07-10&quot;:0.81},{&quot;2026-07-11&quot;:0.82},{&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.82},{&quot;2026-07-16&quot;:0.82},{&quot;2026-07-17&quot;:0.82},{&quot;2026-07-18&quot;:0.85},{&quot;2026-07-19&quot;:0.85},{&quot;2026-07-20&quot;:0.85},{&quot;2026-07-21&quot;:0.85},{&quot;2026-07-23&quot;:0.85},{&quot;2026-07-25&quot;:0.86},{&quot;2026-07-26&quot;:0.86},{&quot;2026-07-27&quot;:0.86},{&quot;2026-07-29&quot;:0.9},{&quot;2026-07-30&quot;:0.88},{&quot;2026-07-31&quot;:0.88},{&quot;2026-08-01&quot;:0.89},{&quot;2026-08-02&quot;:0.89},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.87},{&quot;2026-08-07&quot;:0.87},{&quot;2026-08-08&quot;:0.88},{&quot;2026-08-09&quot;:0.88},{&quot;2026-08-10&quot;:0.88},{&quot;2026-08-11&quot;:0.88},{&quot;2026-08-12&quot;:0.87},{&quot;2026-08-13&quot;:0.85},{&quot;2026-08-14&quot;:0.84},{&quot;2026-08-15&quot;:0.84},{&quot;2026-08-16&quot;:0.86},{&quot;2026-08-17&quot;:0.86},{&quot;2026-08-18&quot;:0.83},{&quot;2026-08-19&quot;:0.84},{&quot;2026-08-20&quot;:0.84},{&quot;2026-08-21&quot;:0.78},{&quot;2026-08-22&quot;:0.73},{&quot;2026-08-23&quot;:0.76},{&quot;2026-08-24&quot;:0.79},{&quot;2026-08-25&quot;:0.79},{&quot;2026-08-26&quot;:0.8},{&quot;2026-08-27&quot;:0.82},{&quot;2026-08-28&quot;:0.82},{&quot;2026-08-29&quot;:0.82},{&quot;2026-08-30&quot;:0.98},{&quot;2026-08-31&quot;:0.98},{&quot;2026-09-01&quot;:0.98},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:1.06},{&quot;2026-09-04&quot;:1.06},{&quot;2026-09-05&quot;:1.06},{&quot;2026-09-06&quot;:1.07},{&quot;2026-09-07&quot;:1.08},{&quot;2026-09-08&quot;:1.1},{&quot;2026-09-09&quot;:1.09},{&quot;2026-09-10&quot;:1.1},{&quot;2026-09-11&quot;:1.1},{&quot;2026-09-12&quot;:1.1},{&quot;2026-09-13&quot;:1.1}]}"
        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="14379"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Memory Plunder
        </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.36
          </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="Memory Plunder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4d9b3d8d-4941-44ca-b829-d53242feba1e.jpg?1783922398" />

        <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">
            Memory Plunder
        </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-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Memory Plunder" src="https://cards.scryfall.io/large/front/4/d/4d9b3d8d-4941-44ca-b829-d53242feba1e.jpg?1783922398" />
    </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.36
              </span>

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Death&#39;s Shadow
        </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 — Avatar</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Death&#39;s Shadow" src="https://cards.scryfall.io/large/front/5/5/5526ff6e-c079-4ad4-ac8d-5e26ecacf50d.jpg?1783930184" />
    </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.36
              </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.07
              </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-13&quot;:2.13},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.15},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.19},{&quot;2026-06-19&quot;:2.19},{&quot;2026-06-20&quot;:2.19},{&quot;2026-06-21&quot;:2.19},{&quot;2026-06-22&quot;:2.19},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.19},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.12},{&quot;2026-06-30&quot;:2.12},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:2.12},{&quot;2026-07-03&quot;:2.12},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.09},{&quot;2026-07-08&quot;:2.09},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:2.09},{&quot;2026-07-14&quot;:2.09},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-28&quot;:2.07},{&quot;2026-07-29&quot;:2.07},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.07},{&quot;2026-08-07&quot;:2.07},{&quot;2026-08-08&quot;:2.07},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.07},{&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.11},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.12},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.07},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.07},{&quot;2026-09-06&quot;:2.07},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.07},{&quot;2026-09-10&quot;:2.07},{&quot;2026-09-11&quot;:2.07},{&quot;2026-09-12&quot;:2.07},{&quot;2026-09-13&quot;:2.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.07},{&quot;2026-06-14&quot;:1.07},{&quot;2026-06-15&quot;:1.07},{&quot;2026-06-16&quot;:1.07},{&quot;2026-06-17&quot;:1.08},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:1.08},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.08},{&quot;2026-06-24&quot;:1.07},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.19},{&quot;2026-06-28&quot;:1.19},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.24},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.22},{&quot;2026-07-10&quot;:1.22},{&quot;2026-07-11&quot;:1.23},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.3},{&quot;2026-07-20&quot;:1.3},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&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.32},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.31},{&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.31},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.31},{&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.29},{&quot;2026-08-22&quot;:1.29},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.35},{&quot;2026-08-29&quot;:1.35},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.35},{&quot;2026-09-01&quot;:1.35},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Halana and Alena, Partners" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87684bef-8ef9-4709-a50e-fa5ff2f67acc.jpg?1783924749" />

        <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">
            Halana and Alena, Partners
        </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 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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Halana and Alena, Partners" src="https://cards.scryfall.io/large/front/8/7/87684bef-8ef9-4709-a50e-fa5ff2f67acc.jpg?1783924749" />
    </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.36
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.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.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-15&quot;:2.67},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.72},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.75},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.75},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.73},{&quot;2026-07-05&quot;:2.73},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.73},{&quot;2026-07-08&quot;:2.73},{&quot;2026-07-09&quot;:2.73},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.73},{&quot;2026-07-13&quot;:2.73},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.73},{&quot;2026-07-16&quot;:2.73},{&quot;2026-07-17&quot;:2.73},{&quot;2026-07-18&quot;:2.73},{&quot;2026-07-19&quot;:2.95},{&quot;2026-07-20&quot;:2.95},{&quot;2026-07-21&quot;:2.97},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.98},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:2.98},{&quot;2026-07-28&quot;:2.98},{&quot;2026-07-29&quot;:2.98},{&quot;2026-07-30&quot;:2.98},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.04},{&quot;2026-08-08&quot;:3.04},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:3.04},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.04},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:3.0},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.37},{&quot;2026-08-31&quot;:3.37},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.37},{&quot;2026-09-03&quot;:3.37},{&quot;2026-09-04&quot;:3.4},{&quot;2026-09-05&quot;:3.4},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.4},{&quot;2026-09-11&quot;:3.4},{&quot;2026-09-12&quot;:3.4},{&quot;2026-09-13&quot;:3.4}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.18},{&quot;2026-06-23&quot;:1.18},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.18},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.19},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.18},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.19},{&quot;2026-07-03&quot;:1.19},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.18},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.19},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.19},{&quot;2026-07-12&quot;:1.19},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.17},{&quot;2026-07-15&quot;:1.18},{&quot;2026-07-16&quot;:1.18},{&quot;2026-07-17&quot;:1.16},{&quot;2026-07-18&quot;:1.16},{&quot;2026-07-19&quot;:1.15},{&quot;2026-07-20&quot;:1.15},{&quot;2026-07-21&quot;:1.14},{&quot;2026-07-22&quot;:1.13},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-24&quot;:1.12},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.12},{&quot;2026-07-28&quot;:1.12},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.12},{&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.18},{&quot;2026-08-04&quot;:1.12},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.14},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.14},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.17},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.17},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.22},{&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.27},{&quot;2026-08-31&quot;:1.27},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.27},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.31},{&quot;2026-09-08&quot;:1.31},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.36},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Goro-Goro, Disciple of Ryusei" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1ca736c7-35a9-48c7-b5a9-69b2a6e33ad0.jpg?1783923865" />

        <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">
            Goro-Goro, Disciple of Ryusei
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goro-Goro, Disciple of Ryusei" src="https://cards.scryfall.io/large/front/1/c/1ca736c7-35a9-48c7-b5a9-69b2a6e33ad0.jpg?1783923865" />
    </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.36
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  43%
                </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-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.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.47},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.47},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-23&quot;:1.46},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.46},{&quot;2026-07-04&quot;:1.46},{&quot;2026-07-05&quot;:1.46},{&quot;2026-07-06&quot;:1.46},{&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.46},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.44},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.41},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.43},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-22&quot;:1.43},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.43},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-28&quot;:1.38},{&quot;2026-07-29&quot;:1.38},{&quot;2026-07-30&quot;:1.38},{&quot;2026-07-31&quot;:1.38},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.37},{&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.36},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.35},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.34},{&quot;2026-08-16&quot;:1.34},{&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.31},{&quot;2026-08-21&quot;:1.31},{&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.3},{&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.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.32},{&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.29},{&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.28}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.24},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.23},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.3},{&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.29},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.13},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.12},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.14},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.15},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.09},{&quot;2026-07-28&quot;:1.08},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.01},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.94},{&quot;2026-08-02&quot;:0.94},{&quot;2026-08-03&quot;:0.96},{&quot;2026-08-04&quot;:0.94},{&quot;2026-08-05&quot;:0.99},{&quot;2026-08-07&quot;:0.97},{&quot;2026-08-08&quot;:0.97},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.95},{&quot;2026-08-12&quot;:0.94},{&quot;2026-08-13&quot;:0.94},{&quot;2026-08-14&quot;:0.93},{&quot;2026-08-15&quot;:0.93},{&quot;2026-08-16&quot;:0.94},{&quot;2026-08-17&quot;:1.01},{&quot;2026-08-18&quot;:1.01},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.04},{&quot;2026-08-21&quot;:1.02},{&quot;2026-08-22&quot;:1.01},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:1.02},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.04},{&quot;2026-08-27&quot;:1.04},{&quot;2026-08-28&quot;:1.07},{&quot;2026-08-29&quot;:1.07},{&quot;2026-08-30&quot;:1.06},{&quot;2026-08-31&quot;:1.06},{&quot;2026-09-01&quot;:1.06},{&quot;2026-09-02&quot;:1.05},{&quot;2026-09-03&quot;:1.01},{&quot;2026-09-04&quot;:0.99},{&quot;2026-09-05&quot;:0.94},{&quot;2026-09-06&quot;:0.94},{&quot;2026-09-07&quot;:0.95},{&quot;2026-09-08&quot;:0.97},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.29},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="47257"
  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-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">
            Drown in Dreams
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Drown in Dreams" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/af4d5acb-12d6-46d7-aaf9-3ace1520825a.jpg?1783925379" />

        <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">
            Drown in Dreams
        </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Drown in Dreams" src="https://cards.scryfall.io/large/front/a/f/af4d5acb-12d6-46d7-aaf9-3ace1520825a.jpg?1783925379" />
    </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.36
              </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.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.84},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.8},{&quot;2026-06-18&quot;:2.82},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.58},{&quot;2026-06-22&quot;:2.58},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.47},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.37},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.18},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.72},{&quot;2026-07-18&quot;:2.75},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.55},{&quot;2026-07-21&quot;:2.48},{&quot;2026-07-23&quot;:2.48},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.41},{&quot;2026-07-28&quot;:2.26},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:2.09},{&quot;2026-08-05&quot;:2.09},{&quot;2026-08-07&quot;:2.12},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:1.95},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.91},{&quot;2026-08-14&quot;:1.94},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.77},{&quot;2026-08-31&quot;:1.77},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.65},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Fury" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd281158-8180-40b9-a5b7-03cfc712d81a.jpg?1783926844" />

        <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">
            Fury
        </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 — Elemental 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><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="Fury" src="https://cards.scryfall.io/large/front/b/d/bd281158-8180-40b9-a5b7-03cfc712d81a.jpg?1783926844" />
    </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.36
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:5.81},{&quot;2026-06-16&quot;:5.81},{&quot;2026-06-17&quot;:5.81},{&quot;2026-06-18&quot;:5.81},{&quot;2026-06-19&quot;:5.81},{&quot;2026-06-20&quot;:5.81},{&quot;2026-06-21&quot;:5.81},{&quot;2026-06-22&quot;:5.81},{&quot;2026-06-23&quot;:5.81},{&quot;2026-06-24&quot;:5.81},{&quot;2026-06-25&quot;:5.81},{&quot;2026-06-26&quot;:5.81},{&quot;2026-06-27&quot;:5.81},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.81},{&quot;2026-06-30&quot;:5.81},{&quot;2026-07-01&quot;:5.81},{&quot;2026-07-02&quot;:5.81},{&quot;2026-07-03&quot;:5.82},{&quot;2026-07-04&quot;:5.82},{&quot;2026-07-05&quot;:5.82},{&quot;2026-07-06&quot;:5.9},{&quot;2026-07-07&quot;:5.9},{&quot;2026-07-08&quot;:5.9},{&quot;2026-07-09&quot;:5.82},{&quot;2026-07-10&quot;:5.82},{&quot;2026-07-11&quot;:5.82},{&quot;2026-07-12&quot;:5.82},{&quot;2026-07-13&quot;:5.82},{&quot;2026-07-14&quot;:5.82},{&quot;2026-07-15&quot;:5.82},{&quot;2026-07-16&quot;:5.82},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.88},{&quot;2026-07-19&quot;:5.94},{&quot;2026-07-20&quot;:5.98},{&quot;2026-07-21&quot;:5.98},{&quot;2026-07-22&quot;:5.98},{&quot;2026-07-23&quot;:5.98},{&quot;2026-07-24&quot;:5.98},{&quot;2026-07-25&quot;:5.98},{&quot;2026-07-26&quot;:6.05},{&quot;2026-07-27&quot;:6.05},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:6.05},{&quot;2026-07-30&quot;:6.05},{&quot;2026-07-31&quot;:6.05},{&quot;2026-08-01&quot;:6.05},{&quot;2026-08-02&quot;:6.05},{&quot;2026-08-03&quot;:6.05},{&quot;2026-08-04&quot;:6.05},{&quot;2026-08-05&quot;:6.05},{&quot;2026-08-07&quot;:6.1},{&quot;2026-08-08&quot;:6.1},{&quot;2026-08-09&quot;:6.1},{&quot;2026-08-10&quot;:6.1},{&quot;2026-08-11&quot;:6.1},{&quot;2026-08-12&quot;:6.1},{&quot;2026-08-13&quot;:6.1},{&quot;2026-08-14&quot;:6.18},{&quot;2026-08-15&quot;:6.25},{&quot;2026-08-16&quot;:6.34},{&quot;2026-08-17&quot;:6.34},{&quot;2026-08-18&quot;:6.34},{&quot;2026-08-19&quot;:6.34},{&quot;2026-08-20&quot;:6.34},{&quot;2026-08-21&quot;:6.34},{&quot;2026-08-22&quot;:6.7},{&quot;2026-08-23&quot;:6.7},{&quot;2026-08-24&quot;:6.7},{&quot;2026-08-25&quot;:6.7},{&quot;2026-08-26&quot;:6.7},{&quot;2026-08-27&quot;:6.7},{&quot;2026-08-28&quot;:6.7},{&quot;2026-08-29&quot;:6.7},{&quot;2026-08-30&quot;:6.7},{&quot;2026-08-31&quot;:6.7},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.7},{&quot;2026-09-03&quot;:6.7},{&quot;2026-09-04&quot;:6.7},{&quot;2026-09-05&quot;:6.64},{&quot;2026-09-06&quot;:6.7},{&quot;2026-09-07&quot;:6.7},{&quot;2026-09-08&quot;:6.7},{&quot;2026-09-09&quot;:6.7},{&quot;2026-09-10&quot;:6.7},{&quot;2026-09-11&quot;:6.7},{&quot;2026-09-12&quot;:6.7},{&quot;2026-09-13&quot;:6.7}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.6},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.54},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.5},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.54},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.42},{&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.39},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.38},{&quot;2026-07-06&quot;:1.38},{&quot;2026-07-07&quot;:1.4},{&quot;2026-07-08&quot;:1.4},{&quot;2026-07-09&quot;:1.4},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.34},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.32},{&quot;2026-07-15&quot;:1.32},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.32},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-22&quot;:1.3},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-24&quot;:1.32},{&quot;2026-07-25&quot;:1.32},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.32},{&quot;2026-07-28&quot;:1.32},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.3},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.35},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.33},{&quot;2026-08-17&quot;:1.34},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.32},{&quot;2026-08-20&quot;:1.32},{&quot;2026-08-21&quot;:1.32},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.34},{&quot;2026-08-25&quot;:1.34},{&quot;2026-08-26&quot;:1.32},{&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.32},{&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.25},{&quot;2026-09-04&quot;:1.25},{&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.3},{&quot;2026-09-09&quot;:1.33},{&quot;2026-09-10&quot;:1.33},{&quot;2026-09-11&quot;:1.34},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Snow-Covered Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c59fc48-704b-4187-b9d3-2a2cff6dd54b.jpg?1783933062" />

        <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">
            Snow-Covered 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 Snow 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="Snow-Covered Forest" src="https://cards.scryfall.io/large/front/1/c/1c59fc48-704b-4187-b9d3-2a2cff6dd54b.jpg?1783933062" />
    </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.36
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:7.46},{&quot;2026-06-16&quot;:7.46},{&quot;2026-06-17&quot;:7.46},{&quot;2026-06-18&quot;:7.46},{&quot;2026-06-19&quot;:7.46},{&quot;2026-06-20&quot;:7.46},{&quot;2026-06-21&quot;:7.46},{&quot;2026-06-22&quot;:7.46},{&quot;2026-06-23&quot;:7.46},{&quot;2026-06-24&quot;:7.46},{&quot;2026-06-25&quot;:7.46},{&quot;2026-06-26&quot;:7.46},{&quot;2026-06-27&quot;:7.46},{&quot;2026-06-28&quot;:7.46},{&quot;2026-06-29&quot;:7.46},{&quot;2026-06-30&quot;:7.46},{&quot;2026-07-01&quot;:7.46},{&quot;2026-07-02&quot;:7.46},{&quot;2026-07-03&quot;:7.46},{&quot;2026-07-04&quot;:7.46},{&quot;2026-07-05&quot;:7.46},{&quot;2026-07-06&quot;:7.46},{&quot;2026-07-07&quot;:7.46},{&quot;2026-07-08&quot;:7.46},{&quot;2026-07-09&quot;:7.46},{&quot;2026-07-10&quot;:7.46},{&quot;2026-07-11&quot;:7.46},{&quot;2026-07-12&quot;:7.46},{&quot;2026-07-13&quot;:7.46},{&quot;2026-07-14&quot;:7.46},{&quot;2026-07-15&quot;:7.46},{&quot;2026-07-16&quot;:7.46},{&quot;2026-07-17&quot;:7.46},{&quot;2026-07-18&quot;:7.46},{&quot;2026-07-19&quot;:7.46},{&quot;2026-07-20&quot;:7.46},{&quot;2026-07-21&quot;:7.46},{&quot;2026-07-22&quot;:7.46},{&quot;2026-07-23&quot;:7.46},{&quot;2026-07-24&quot;:7.46},{&quot;2026-07-25&quot;:7.46},{&quot;2026-07-26&quot;:7.46},{&quot;2026-07-27&quot;:7.54},{&quot;2026-07-28&quot;:7.54},{&quot;2026-07-29&quot;:7.54},{&quot;2026-07-30&quot;:7.54},{&quot;2026-07-31&quot;:7.54},{&quot;2026-08-01&quot;:7.54},{&quot;2026-08-02&quot;:7.54},{&quot;2026-08-03&quot;:7.54},{&quot;2026-08-04&quot;:7.54},{&quot;2026-08-05&quot;:7.54},{&quot;2026-08-07&quot;:7.54},{&quot;2026-08-08&quot;:7.54},{&quot;2026-08-09&quot;:7.54},{&quot;2026-08-10&quot;:7.54},{&quot;2026-08-11&quot;:7.54},{&quot;2026-08-12&quot;:7.64},{&quot;2026-08-13&quot;:7.64},{&quot;2026-08-14&quot;:7.64},{&quot;2026-08-15&quot;:7.64},{&quot;2026-08-16&quot;:7.64},{&quot;2026-08-17&quot;:7.64},{&quot;2026-08-18&quot;:7.64},{&quot;2026-08-19&quot;:7.64},{&quot;2026-08-20&quot;:7.64},{&quot;2026-08-21&quot;:7.64},{&quot;2026-08-22&quot;:7.64},{&quot;2026-08-23&quot;:7.64},{&quot;2026-08-24&quot;:7.72},{&quot;2026-08-25&quot;:7.72},{&quot;2026-08-26&quot;:7.72},{&quot;2026-08-27&quot;:7.72},{&quot;2026-08-28&quot;:7.72},{&quot;2026-08-29&quot;:7.72},{&quot;2026-08-30&quot;:7.72},{&quot;2026-08-31&quot;:7.72},{&quot;2026-09-01&quot;:7.72},{&quot;2026-09-02&quot;:7.72},{&quot;2026-09-03&quot;:7.72},{&quot;2026-09-04&quot;:7.72},{&quot;2026-09-05&quot;:7.72},{&quot;2026-09-06&quot;:7.72},{&quot;2026-09-07&quot;:7.72},{&quot;2026-09-08&quot;:7.72},{&quot;2026-09-09&quot;:7.72},{&quot;2026-09-10&quot;:7.72},{&quot;2026-09-11&quot;:7.7},{&quot;2026-09-12&quot;:7.7},{&quot;2026-09-13&quot;:7.72}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.17},{&quot;2026-06-18&quot;:1.13},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.07},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:0.99},{&quot;2026-06-24&quot;:0.97},{&quot;2026-06-25&quot;:1.0},{&quot;2026-06-26&quot;:1.01},{&quot;2026-06-27&quot;:1.02},{&quot;2026-06-28&quot;:1.01},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:1.0},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.02},{&quot;2026-07-03&quot;:0.99},{&quot;2026-07-04&quot;:0.96},{&quot;2026-07-05&quot;:0.93},{&quot;2026-07-06&quot;:0.93},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.94},{&quot;2026-07-09&quot;:0.91},{&quot;2026-07-10&quot;:0.94},{&quot;2026-07-11&quot;:0.96},{&quot;2026-07-12&quot;:0.98},{&quot;2026-07-13&quot;:0.97},{&quot;2026-07-14&quot;:0.97},{&quot;2026-07-15&quot;:1.0},{&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.99},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.13},{&quot;2026-07-22&quot;:1.12},{&quot;2026-07-23&quot;:1.19},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.26},{&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.26},{&quot;2026-07-30&quot;:1.26},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.08},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:0.96},{&quot;2026-08-18&quot;:0.97},{&quot;2026-08-19&quot;:0.99},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.09},{&quot;2026-08-23&quot;:1.18},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.12},{&quot;2026-08-26&quot;:1.11},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.14},{&quot;2026-08-29&quot;:1.14},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.18},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.54},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.59},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            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="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.36
          </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/4/f/4f92d5e6-6834-47d4-8c1e-7eb425954bd3.jpg?1783910617" />

        <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/4/f/4f92d5e6-6834-47d4-8c1e-7eb425954bd3.jpg?1783910617" />
    </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.36
              </span>

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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/4/3/43eb0e85-1c26-4d2c-bdac-6e94717f0762.jpg?1783914931" />

        <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/4/3/43eb0e85-1c26-4d2c-bdac-6e94717f0762.jpg?1783914931" />
    </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.36
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.31
              </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.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.8},{&quot;2026-06-12&quot;:1.86},{&quot;2026-06-13&quot;:1.86},{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.89},{&quot;2026-06-17&quot;:1.89},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-24&quot;:1.85},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.73},{&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.76},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.73},{&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-23&quot;:1.82},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:2.12},{&quot;2026-07-27&quot;:2.12},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.39},{&quot;2026-08-20&quot;:2.39},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.48},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.31},{&quot;2026-09-13&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.34},{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.05},{&quot;2026-07-01&quot;:1.05},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.95},{&quot;2026-07-05&quot;:0.9},{&quot;2026-07-06&quot;:0.9},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:1.02},{&quot;2026-07-10&quot;:1.02},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.22},{&quot;2026-07-18&quot;:1.23},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-25&quot;:1.42},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.38},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.25},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.4},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.4},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.35},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.24},{&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.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.3},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.38},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.38},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dreamroot Cascade" src="https://cards.scryfall.io/large/front/4/d/4d413c29-e7df-4943-8a38-92ad3de4f507.jpg?1783908060" />
    </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.36
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.71},{&quot;2026-06-12&quot;:2.71},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:2.78},{&quot;2026-06-17&quot;:2.78},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.78},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.78},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.7},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.7},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.7},{&quot;2026-07-11&quot;:2.7},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.63},{&quot;2026-07-18&quot;:2.62},{&quot;2026-07-19&quot;:2.57},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.57},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.57},{&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.57},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.48},{&quot;2026-08-15&quot;:2.48},{&quot;2026-08-16&quot;:2.48},{&quot;2026-08-17&quot;:2.48},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:1.9},{&quot;2026-08-24&quot;:1.9},{&quot;2026-08-25&quot;:1.9},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.76},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.74},{&quot;2026-09-04&quot;:1.74},{&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.73},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.69},{&quot;2026-06-12&quot;:1.69},{&quot;2026-06-13&quot;:1.69},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.74},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.74},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.7},{&quot;2026-06-20&quot;:1.7},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.6},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.58},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.58},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.58},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.49},{&quot;2026-07-23&quot;:1.52},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.46},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.47},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.46},{&quot;2026-08-04&quot;:1.47},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.46},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.43},{&quot;2026-08-25&quot;:1.43},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.42},{&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.47},{&quot;2026-09-07&quot;:1.47},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.39},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.36
          </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="Expressive Iteration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/6/5697541f-a03f-48b9-a0fd-ee0cf5357660.jpg?1783903913" />

        <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">
            Expressive Iteration
        </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-u'></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="Expressive Iteration" src="https://cards.scryfall.io/large/front/5/6/5697541f-a03f-48b9-a0fd-ee0cf5357660.jpg?1783903913" />
    </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.36
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.73},{&quot;2026-06-12&quot;:1.61},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.38},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.36},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.43},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.35},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.71},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-23&quot;:1.46},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.26},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.4},{&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.2},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.37},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.41},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.53},{&quot;2026-09-03&quot;:1.54},{&quot;2026-09-04&quot;:1.54},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.48},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.67},{&quot;2026-09-12&quot;:1.68},{&quot;2026-09-13&quot;:1.7}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.73},{&quot;2026-06-12&quot;:0.62},{&quot;2026-06-13&quot;:0.7},{&quot;2026-06-14&quot;:0.71},{&quot;2026-06-15&quot;:0.71},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.73},{&quot;2026-06-18&quot;:0.67},{&quot;2026-06-19&quot;:0.72},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.81},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-24&quot;:0.91},{&quot;2026-06-25&quot;:0.92},{&quot;2026-06-26&quot;:0.89},{&quot;2026-06-27&quot;:0.87},{&quot;2026-06-28&quot;:0.83},{&quot;2026-06-29&quot;:0.82},{&quot;2026-06-30&quot;:0.83},{&quot;2026-07-01&quot;:0.78},{&quot;2026-07-02&quot;:0.83},{&quot;2026-07-03&quot;:0.88},{&quot;2026-07-04&quot;:0.98},{&quot;2026-07-05&quot;:0.96},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.02},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:0.94},{&quot;2026-07-10&quot;:0.92},{&quot;2026-07-11&quot;:0.92},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.17},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.04},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:0.91},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.15},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.08},{&quot;2026-07-29&quot;:0.95},{&quot;2026-07-30&quot;:0.93},{&quot;2026-07-31&quot;:0.76},{&quot;2026-08-01&quot;:0.72},{&quot;2026-08-02&quot;:0.71},{&quot;2026-08-03&quot;:0.69},{&quot;2026-08-04&quot;:0.69},{&quot;2026-08-05&quot;:0.69},{&quot;2026-08-07&quot;:1.06},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.37},{&quot;2026-08-16&quot;:1.06},{&quot;2026-08-17&quot;:1.1},{&quot;2026-08-18&quot;:1.09},{&quot;2026-08-19&quot;:1.09},{&quot;2026-08-20&quot;:1.09},{&quot;2026-08-21&quot;:1.28},{&quot;2026-08-22&quot;:1.49},{&quot;2026-08-23&quot;:1.46},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.53},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.25},{&quot;2026-09-05&quot;:1.19},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.32},{&quot;2026-09-09&quot;:1.34},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18888"
  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">
            Caves of Koilos
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Caves of Koilos
        </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="Caves of Koilos" src="https://cards.scryfall.io/large/front/9/9/99264beb-2149-4cd4-9880-f0dc5c570c1b.jpg?1783921264" />
    </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.75
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.99},{&quot;2026-06-16&quot;:1.0},{&quot;2026-06-17&quot;:1.0},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:1.0},{&quot;2026-06-22&quot;:1.0},{&quot;2026-06-23&quot;:0.99},{&quot;2026-06-24&quot;:0.98},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.99},{&quot;2026-06-28&quot;:0.99},{&quot;2026-06-29&quot;:0.99},{&quot;2026-06-30&quot;:0.99},{&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.99},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:1.04},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.06},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.12},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-22&quot;:1.12},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-24&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.1},{&quot;2026-07-30&quot;:1.1},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.1},{&quot;2026-08-02&quot;:1.1},{&quot;2026-08-03&quot;:1.1},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.11},{&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.1},{&quot;2026-08-13&quot;:1.1},{&quot;2026-08-14&quot;:1.12},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.12},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.12},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.21},{&quot;2026-08-22&quot;:1.25},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.25},{&quot;2026-08-25&quot;:1.25},{&quot;2026-08-26&quot;:1.25},{&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.28},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.31},{&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.31},{&quot;2026-09-08&quot;:1.31},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.31},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.35},{&quot;2026-09-13&quot;:1.35}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.92},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.96},{&quot;2026-06-18&quot;:0.96},{&quot;2026-06-19&quot;:0.94},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:0.93},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.07},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.08},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.01},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.9},{&quot;2026-07-05&quot;:0.7},{&quot;2026-07-06&quot;:0.66},{&quot;2026-07-07&quot;:0.61},{&quot;2026-07-08&quot;:0.58},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.6},{&quot;2026-07-11&quot;:0.6},{&quot;2026-07-12&quot;:0.6},{&quot;2026-07-13&quot;:0.62},{&quot;2026-07-14&quot;:0.62},{&quot;2026-07-15&quot;:0.62},{&quot;2026-07-16&quot;:0.61},{&quot;2026-07-17&quot;:0.62},{&quot;2026-07-18&quot;:0.6},{&quot;2026-07-19&quot;:0.62},{&quot;2026-07-20&quot;:0.61},{&quot;2026-07-21&quot;:0.58},{&quot;2026-07-22&quot;:0.57},{&quot;2026-07-23&quot;:0.57},{&quot;2026-07-24&quot;:0.57},{&quot;2026-07-25&quot;:0.56},{&quot;2026-07-26&quot;:0.57},{&quot;2026-07-27&quot;:0.6},{&quot;2026-07-28&quot;:0.6},{&quot;2026-07-29&quot;:0.67},{&quot;2026-07-30&quot;:0.68},{&quot;2026-07-31&quot;:0.75},{&quot;2026-08-01&quot;:0.76},{&quot;2026-08-02&quot;:0.74},{&quot;2026-08-03&quot;:0.75},{&quot;2026-08-04&quot;:0.76},{&quot;2026-08-05&quot;:0.76},{&quot;2026-08-07&quot;:0.8},{&quot;2026-08-08&quot;:0.81},{&quot;2026-08-09&quot;:0.79},{&quot;2026-08-10&quot;:0.76},{&quot;2026-08-11&quot;:0.68},{&quot;2026-08-12&quot;:0.66},{&quot;2026-08-13&quot;:0.65},{&quot;2026-08-14&quot;:0.62},{&quot;2026-08-15&quot;:0.63},{&quot;2026-08-16&quot;:0.62},{&quot;2026-08-17&quot;:0.62},{&quot;2026-08-18&quot;:0.63},{&quot;2026-08-19&quot;:0.63},{&quot;2026-08-20&quot;:0.64},{&quot;2026-08-21&quot;:0.65},{&quot;2026-08-22&quot;:0.67},{&quot;2026-08-23&quot;:0.66},{&quot;2026-08-24&quot;:0.65},{&quot;2026-08-25&quot;:0.67},{&quot;2026-08-26&quot;:0.72},{&quot;2026-08-27&quot;:0.76},{&quot;2026-08-28&quot;:0.78},{&quot;2026-08-29&quot;:0.78},{&quot;2026-08-30&quot;:0.65},{&quot;2026-08-31&quot;:0.65},{&quot;2026-09-01&quot;:0.67},{&quot;2026-09-02&quot;:0.67},{&quot;2026-09-03&quot;:0.73},{&quot;2026-09-04&quot;:0.75},{&quot;2026-09-05&quot;:0.74},{&quot;2026-09-06&quot;:0.78},{&quot;2026-09-07&quot;:0.82},{&quot;2026-09-08&quot;:0.82},{&quot;2026-09-09&quot;:0.81},{&quot;2026-09-10&quot;:0.78},{&quot;2026-09-11&quot;:0.77},{&quot;2026-09-12&quot;:0.77},{&quot;2026-09-13&quot;:0.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30598"
  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-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">
            The Rack
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.35
          </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 Rack" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1e19104f-55d5-40e5-a61d-ddba2cf5a527.jpg?1783947793" />

        <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 Rack
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Rack" src="https://cards.scryfall.io/large/front/1/e/1e19104f-55d5-40e5-a61d-ddba2cf5a527.jpg?1783947793" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="46651"
  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">
            Essence of Orthodoxy
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.40
          </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="Essence of Orthodoxy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/604233dc-0520-47d0-8d3d-816f45c9f087.jpg?1783916907" />

        <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">
            Essence of Orthodoxy
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Essence of Orthodoxy" src="https://cards.scryfall.io/large/front/6/0/604233dc-0520-47d0-8d3d-816f45c9f087.jpg?1783916907" />
    </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.40
              </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.35
              </span>

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

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

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

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

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.35
          </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="Enchantress&#39;s Presence" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d18d62bc-5f3c-4b3b-88f2-693249635349.jpg?1783926782" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Enchantress&#39;s Presence" src="https://cards.scryfall.io/large/front/d/1/d18d62bc-5f3c-4b3b-88f2-693249635349.jpg?1783926782" />
    </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.35
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.69
              </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;:4.21},{&quot;2026-06-12&quot;:4.21},{&quot;2026-06-13&quot;:4.21},{&quot;2026-06-14&quot;:4.21},{&quot;2026-06-15&quot;:4.21},{&quot;2026-06-16&quot;:4.21},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.21},{&quot;2026-06-19&quot;:4.21},{&quot;2026-06-20&quot;:4.21},{&quot;2026-06-21&quot;:4.21},{&quot;2026-06-22&quot;:4.21},{&quot;2026-06-24&quot;:4.21},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.21},{&quot;2026-06-27&quot;:4.21},{&quot;2026-06-28&quot;:4.21},{&quot;2026-06-29&quot;:4.21},{&quot;2026-06-30&quot;:4.21},{&quot;2026-07-01&quot;:4.21},{&quot;2026-07-02&quot;:4.21},{&quot;2026-07-03&quot;:4.24},{&quot;2026-07-04&quot;:4.24},{&quot;2026-07-05&quot;:4.24},{&quot;2026-07-06&quot;:4.24},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.3},{&quot;2026-07-14&quot;:4.25},{&quot;2026-07-15&quot;:4.25},{&quot;2026-07-16&quot;:4.32},{&quot;2026-07-17&quot;:4.34},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.39},{&quot;2026-07-23&quot;:4.39},{&quot;2026-07-25&quot;:4.39},{&quot;2026-07-26&quot;:4.39},{&quot;2026-07-27&quot;:4.44},{&quot;2026-07-29&quot;:4.44},{&quot;2026-07-30&quot;:4.44},{&quot;2026-07-31&quot;:4.44},{&quot;2026-08-01&quot;:4.41},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.41},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.5},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.61},{&quot;2026-08-09&quot;:4.61},{&quot;2026-08-10&quot;:4.61},{&quot;2026-08-11&quot;:4.61},{&quot;2026-08-12&quot;:4.61},{&quot;2026-08-13&quot;:4.61},{&quot;2026-08-14&quot;:4.61},{&quot;2026-08-15&quot;:4.61},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.66},{&quot;2026-08-18&quot;:4.66},{&quot;2026-08-19&quot;:4.66},{&quot;2026-08-20&quot;:4.66},{&quot;2026-08-21&quot;:4.66},{&quot;2026-08-22&quot;:4.66},{&quot;2026-08-23&quot;:4.66},{&quot;2026-08-24&quot;:4.66},{&quot;2026-08-25&quot;:4.66},{&quot;2026-08-26&quot;:4.66},{&quot;2026-08-27&quot;:4.66},{&quot;2026-08-28&quot;:4.61},{&quot;2026-08-29&quot;:4.61},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.67},{&quot;2026-09-02&quot;:4.67},{&quot;2026-09-03&quot;:4.67},{&quot;2026-09-04&quot;:4.67},{&quot;2026-09-05&quot;:4.67},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.88},{&quot;2026-09-09&quot;:4.88},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.69},{&quot;2026-09-12&quot;:4.69},{&quot;2026-09-13&quot;:4.69}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.5},{&quot;2026-06-12&quot;:1.52},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.23},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.11},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.44},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.35},{&quot;2026-06-29&quot;:1.32},{&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.29},{&quot;2026-07-04&quot;:1.3},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.3},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.29},{&quot;2026-07-10&quot;:1.22},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.53},{&quot;2026-08-08&quot;:1.52},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.44},{&quot;2026-08-12&quot;:1.42},{&quot;2026-08-13&quot;:1.36},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.34},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.37},{&quot;2026-08-22&quot;:1.36},{&quot;2026-08-23&quot;:1.3},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:1.34},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&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.34},{&quot;2026-09-03&quot;:1.38},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.45},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80096"
  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">
            Hero of Iroas
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.35
          </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="Hero of Iroas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fcc9a63b-e7cd-404a-8d5c-0c1396e16d0b.jpg?1783933871" />

        <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">
            Hero of Iroas
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Soldier</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="Hero of Iroas" src="https://cards.scryfall.io/large/front/f/c/fcc9a63b-e7cd-404a-8d5c-0c1396e16d0b.jpg?1783933871" />
    </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.35
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.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.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.12},{&quot;2026-06-13&quot;:1.12},{&quot;2026-06-14&quot;:1.12},{&quot;2026-06-15&quot;:1.12},{&quot;2026-06-16&quot;:1.12},{&quot;2026-06-17&quot;:1.12},{&quot;2026-06-18&quot;:1.12},{&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.19},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.19},{&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.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.2},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.2},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.23},{&quot;2026-07-13&quot;:1.23},{&quot;2026-07-14&quot;:1.25},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.25},{&quot;2026-07-23&quot;:1.25},{&quot;2026-07-25&quot;:1.25},{&quot;2026-07-26&quot;:1.25},{&quot;2026-07-27&quot;:1.25},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.25},{&quot;2026-07-31&quot;:1.25},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.25},{&quot;2026-08-03&quot;:1.25},{&quot;2026-08-04&quot;:1.25},{&quot;2026-08-05&quot;:1.25},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.25},{&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.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.37},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.37},{&quot;2026-08-24&quot;:1.37},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.37},{&quot;2026-08-29&quot;:1.37},{&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.37},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.37},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.37},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.37}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.71},{&quot;2026-06-13&quot;:1.63},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.59},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.53},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.57},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.66},{&quot;2026-06-26&quot;:1.66},{&quot;2026-06-27&quot;:1.63},{&quot;2026-06-28&quot;:1.61},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.53},{&quot;2026-07-01&quot;:1.53},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.53},{&quot;2026-07-06&quot;:1.42},{&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.21},{&quot;2026-07-11&quot;:1.21},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.24},{&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.26},{&quot;2026-07-21&quot;:1.22},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.19},{&quot;2026-07-27&quot;:1.22},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.22},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.27},{&quot;2026-08-08&quot;:1.25},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.28},{&quot;2026-08-11&quot;:1.28},{&quot;2026-08-12&quot;:1.27},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.19},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&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.22},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.19},{&quot;2026-08-25&quot;:1.19},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.17},{&quot;2026-08-28&quot;:1.18},{&quot;2026-08-29&quot;:1.18},{&quot;2026-08-30&quot;:1.2},{&quot;2026-08-31&quot;:1.28},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.26},{&quot;2026-09-04&quot;:1.26},{&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.3},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89595"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-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">
            Zendikar&#39;s Roil
        </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.35
          </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="Zendikar&#39;s Roil" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/60297593-2438-48d7-9414-48af114a93d2.jpg?1783929460" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Zendikar&#39;s Roil" src="https://cards.scryfall.io/large/front/6/0/60297593-2438-48d7-9414-48af114a93d2.jpg?1783929460" />
    </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.35
              </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;normal&quot;:[{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.8},{&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.81},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:1.97},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.95},{&quot;2026-06-28&quot;:1.95},{&quot;2026-06-29&quot;:1.95},{&quot;2026-06-30&quot;:1.97},{&quot;2026-07-01&quot;:1.89},{&quot;2026-07-02&quot;:1.89},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:1.93},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.89},{&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.8},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.8},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.8},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-22&quot;:1.79},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.5},{&quot;2026-07-28&quot;:1.26},{&quot;2026-07-29&quot;:1.23},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.23},{&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.09},{&quot;2026-08-05&quot;:1.09},{&quot;2026-08-07&quot;:1.06},{&quot;2026-08-08&quot;:1.08},{&quot;2026-08-09&quot;:1.02},{&quot;2026-08-10&quot;:1.02},{&quot;2026-08-11&quot;:0.98},{&quot;2026-08-12&quot;:0.98},{&quot;2026-08-13&quot;:0.98},{&quot;2026-08-14&quot;:0.99},{&quot;2026-08-15&quot;:0.99},{&quot;2026-08-16&quot;:0.96},{&quot;2026-08-17&quot;:0.97},{&quot;2026-08-18&quot;:0.92},{&quot;2026-08-19&quot;:0.94},{&quot;2026-08-20&quot;:0.94},{&quot;2026-08-21&quot;:0.94},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.99},{&quot;2026-08-24&quot;:1.01},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.04},{&quot;2026-08-27&quot;:1.07},{&quot;2026-08-28&quot;:1.17},{&quot;2026-08-29&quot;:1.17},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.26},{&quot;2026-09-04&quot;:1.23},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.23},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.35},{&quot;2026-09-13&quot;:1.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.35
          </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="Leatherhead, Swamp Stalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/1/b1f6b5b5-12ca-468d-bc53-dd0cde60e7b6.jpg?1783904088" />

        <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">
            Leatherhead, Swamp Stalker
        </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 — Crocodile Mutant Rogue</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="Leatherhead, Swamp Stalker" src="https://cards.scryfall.io/large/front/b/1/b1f6b5b5-12ca-468d-bc53-dd0cde60e7b6.jpg?1783904088" />
    </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.35
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.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">$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;:0.54},{&quot;2026-06-16&quot;:0.54},{&quot;2026-06-17&quot;:0.55},{&quot;2026-06-18&quot;:0.57},{&quot;2026-06-19&quot;:0.57},{&quot;2026-06-20&quot;:0.58},{&quot;2026-06-21&quot;:0.58},{&quot;2026-06-22&quot;:0.57},{&quot;2026-06-23&quot;:0.57},{&quot;2026-06-24&quot;:0.59},{&quot;2026-06-25&quot;:0.57},{&quot;2026-06-26&quot;:0.57},{&quot;2026-06-27&quot;:0.59},{&quot;2026-06-28&quot;:0.59},{&quot;2026-06-29&quot;:0.61},{&quot;2026-06-30&quot;:0.68},{&quot;2026-07-01&quot;:0.67},{&quot;2026-07-02&quot;:0.66},{&quot;2026-07-03&quot;:0.68},{&quot;2026-07-04&quot;:0.7},{&quot;2026-07-05&quot;:0.71},{&quot;2026-07-06&quot;:0.71},{&quot;2026-07-07&quot;:0.69},{&quot;2026-07-08&quot;:0.67},{&quot;2026-07-09&quot;:0.68},{&quot;2026-07-10&quot;:0.66},{&quot;2026-07-11&quot;:0.71},{&quot;2026-07-12&quot;:0.78},{&quot;2026-07-13&quot;:0.76},{&quot;2026-07-14&quot;:0.84},{&quot;2026-07-15&quot;:0.9},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.88},{&quot;2026-07-18&quot;:0.93},{&quot;2026-07-19&quot;:0.93},{&quot;2026-07-20&quot;:0.95},{&quot;2026-07-21&quot;:0.95},{&quot;2026-07-22&quot;:0.96},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-24&quot;:0.9},{&quot;2026-07-25&quot;:0.92},{&quot;2026-07-26&quot;:0.87},{&quot;2026-07-27&quot;:0.85},{&quot;2026-07-28&quot;:0.85},{&quot;2026-07-29&quot;:0.79},{&quot;2026-07-30&quot;:0.81},{&quot;2026-07-31&quot;:0.87},{&quot;2026-08-01&quot;:0.8},{&quot;2026-08-02&quot;:0.81},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.86},{&quot;2026-08-07&quot;:0.93},{&quot;2026-08-08&quot;:0.9},{&quot;2026-08-09&quot;:0.96},{&quot;2026-08-10&quot;:0.96},{&quot;2026-08-11&quot;:0.96},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:0.93},{&quot;2026-08-14&quot;:0.94},{&quot;2026-08-15&quot;:0.96},{&quot;2026-08-16&quot;:1.0},{&quot;2026-08-17&quot;:0.98},{&quot;2026-08-18&quot;:0.98},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.1},{&quot;2026-08-22&quot;:1.18},{&quot;2026-08-23&quot;:1.18},{&quot;2026-08-24&quot;:1.18},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.18},{&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.24},{&quot;2026-08-31&quot;:1.32},{&quot;2026-09-01&quot;:1.32},{&quot;2026-09-02&quot;:1.3},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.51},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.26}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.6},{&quot;2026-06-16&quot;:0.63},{&quot;2026-06-17&quot;:0.56},{&quot;2026-06-18&quot;:0.57},{&quot;2026-06-19&quot;:0.59},{&quot;2026-06-20&quot;:0.58},{&quot;2026-06-21&quot;:0.58},{&quot;2026-06-22&quot;:0.54},{&quot;2026-06-23&quot;:0.61},{&quot;2026-06-24&quot;:0.63},{&quot;2026-06-25&quot;:0.66},{&quot;2026-06-26&quot;:0.62},{&quot;2026-06-27&quot;:0.59},{&quot;2026-06-28&quot;:0.61},{&quot;2026-06-29&quot;:0.66},{&quot;2026-06-30&quot;:0.72},{&quot;2026-07-01&quot;:0.66},{&quot;2026-07-02&quot;:0.66},{&quot;2026-07-03&quot;:0.67},{&quot;2026-07-04&quot;:0.75},{&quot;2026-07-05&quot;:0.68},{&quot;2026-07-06&quot;:0.65},{&quot;2026-07-07&quot;:0.58},{&quot;2026-07-08&quot;:0.64},{&quot;2026-07-09&quot;:0.78},{&quot;2026-07-10&quot;:0.8},{&quot;2026-07-11&quot;:0.87},{&quot;2026-07-12&quot;:0.9},{&quot;2026-07-13&quot;:0.91},{&quot;2026-07-14&quot;:0.9},{&quot;2026-07-15&quot;:0.91},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.85},{&quot;2026-07-18&quot;:0.85},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:0.89},{&quot;2026-07-21&quot;:0.84},{&quot;2026-07-22&quot;:0.69},{&quot;2026-07-23&quot;:0.74},{&quot;2026-07-24&quot;:0.69},{&quot;2026-07-25&quot;:0.71},{&quot;2026-07-26&quot;:0.73},{&quot;2026-07-27&quot;:0.8},{&quot;2026-07-28&quot;:0.93},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:1.02},{&quot;2026-07-31&quot;:1.02},{&quot;2026-08-01&quot;:1.02},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.16},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.37},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.09},{&quot;2026-08-11&quot;:1.07},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:0.89},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.1},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.08},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.08},{&quot;2026-08-21&quot;:0.92},{&quot;2026-08-22&quot;:0.9},{&quot;2026-08-23&quot;:0.86},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.95},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.04},{&quot;2026-08-29&quot;:1.04},{&quot;2026-08-30&quot;:1.18},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.23},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.36},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.3},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.61},{&quot;2026-09-11&quot;:1.55},{&quot;2026-09-12&quot;:1.5},{&quot;2026-09-13&quot;:1.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.34
          </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="Retrofitter Foundry" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5da578b8-19e6-4068-9336-e7cd33c585f1.jpg?1783934323" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Retrofitter Foundry" src="https://cards.scryfall.io/large/front/5/d/5da578b8-19e6-4068-9336-e7cd33c585f1.jpg?1783934323" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.34
              </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.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-14&quot;:2.11},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.11},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:2.04},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:1.98},{&quot;2026-06-23&quot;:1.98},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.09},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.09},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.73},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-23&quot;:1.75},{&quot;2026-07-24&quot;:1.75},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.67},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.41},{&quot;2026-08-12&quot;:1.41},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.31},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.38},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.37},{&quot;2026-08-29&quot;:1.37},{&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.37},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.34},{&quot;2026-09-10&quot;:1.34},{&quot;2026-09-11&quot;:1.34},{&quot;2026-09-12&quot;:1.34},{&quot;2026-09-13&quot;:1.34}]}"
        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="11529"
  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">
            Slash the Ranks
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.34
          </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="Slash the Ranks" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/0913a5e8-7f77-44f2-a7cf-c8c0d6270a86.jpg?1783928872" />

        <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">
            Slash the Ranks
        </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-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="Slash the Ranks" src="https://cards.scryfall.io/large/front/0/9/0913a5e8-7f77-44f2-a7cf-c8c0d6270a86.jpg?1783928872" />
    </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.34
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.73},{&quot;2026-06-14&quot;:0.73},{&quot;2026-06-15&quot;:0.73},{&quot;2026-06-16&quot;:0.73},{&quot;2026-06-17&quot;:0.73},{&quot;2026-06-18&quot;:0.73},{&quot;2026-06-19&quot;:0.73},{&quot;2026-06-20&quot;:0.73},{&quot;2026-06-21&quot;:0.73},{&quot;2026-06-22&quot;:0.73},{&quot;2026-06-23&quot;:0.73},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.73},{&quot;2026-06-26&quot;:0.73},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.73},{&quot;2026-06-29&quot;:0.73},{&quot;2026-06-30&quot;:0.73},{&quot;2026-07-01&quot;:0.73},{&quot;2026-07-02&quot;:0.76},{&quot;2026-07-03&quot;:0.73},{&quot;2026-07-04&quot;:0.74},{&quot;2026-07-05&quot;:0.74},{&quot;2026-07-06&quot;:0.74},{&quot;2026-07-07&quot;:0.74},{&quot;2026-07-08&quot;:0.74},{&quot;2026-07-09&quot;:0.76},{&quot;2026-07-10&quot;:0.74},{&quot;2026-07-11&quot;:0.74},{&quot;2026-07-12&quot;:0.74},{&quot;2026-07-13&quot;:0.74},{&quot;2026-07-14&quot;:0.74},{&quot;2026-07-15&quot;:0.74},{&quot;2026-07-16&quot;:0.74},{&quot;2026-07-17&quot;:0.74},{&quot;2026-07-18&quot;:0.74},{&quot;2026-07-19&quot;:0.74},{&quot;2026-07-20&quot;:0.74},{&quot;2026-07-21&quot;:0.74},{&quot;2026-07-23&quot;:0.74},{&quot;2026-07-25&quot;:0.75},{&quot;2026-07-26&quot;:0.76},{&quot;2026-07-27&quot;:0.76},{&quot;2026-07-28&quot;:0.76},{&quot;2026-07-29&quot;:0.76},{&quot;2026-07-30&quot;:0.76},{&quot;2026-07-31&quot;:0.75},{&quot;2026-08-01&quot;:0.75},{&quot;2026-08-02&quot;:0.76},{&quot;2026-08-03&quot;:0.76},{&quot;2026-08-04&quot;:0.76},{&quot;2026-08-05&quot;:0.76},{&quot;2026-08-07&quot;:0.76},{&quot;2026-08-08&quot;:0.75},{&quot;2026-08-09&quot;:0.74},{&quot;2026-08-10&quot;:0.75},{&quot;2026-08-11&quot;:0.75},{&quot;2026-08-12&quot;:0.75},{&quot;2026-08-13&quot;:0.75},{&quot;2026-08-14&quot;:0.75},{&quot;2026-08-15&quot;:0.75},{&quot;2026-08-16&quot;:0.75},{&quot;2026-08-17&quot;:0.75},{&quot;2026-08-18&quot;:0.75},{&quot;2026-08-19&quot;:0.75},{&quot;2026-08-20&quot;:0.75},{&quot;2026-08-21&quot;:0.75},{&quot;2026-08-22&quot;:0.75},{&quot;2026-08-23&quot;:0.75},{&quot;2026-08-24&quot;:0.75},{&quot;2026-08-25&quot;:0.75},{&quot;2026-08-26&quot;:0.75},{&quot;2026-08-27&quot;:0.75},{&quot;2026-08-28&quot;:0.75},{&quot;2026-08-29&quot;:0.75},{&quot;2026-08-30&quot;:0.75},{&quot;2026-08-31&quot;:0.73},{&quot;2026-09-01&quot;:0.73},{&quot;2026-09-02&quot;:0.73},{&quot;2026-09-03&quot;:0.73},{&quot;2026-09-04&quot;:0.73},{&quot;2026-09-05&quot;:0.73},{&quot;2026-09-06&quot;:0.73},{&quot;2026-09-07&quot;:0.73},{&quot;2026-09-08&quot;:0.73},{&quot;2026-09-09&quot;:0.73},{&quot;2026-09-10&quot;:0.73},{&quot;2026-09-11&quot;:0.73},{&quot;2026-09-12&quot;:0.73},{&quot;2026-09-13&quot;:0.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.24},{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.15},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.12},{&quot;2026-07-02&quot;:0.89},{&quot;2026-07-03&quot;:0.9},{&quot;2026-07-04&quot;:0.9},{&quot;2026-07-05&quot;:0.87},{&quot;2026-07-06&quot;:0.87},{&quot;2026-07-07&quot;:0.85},{&quot;2026-07-08&quot;:0.91},{&quot;2026-07-09&quot;:0.91},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.86},{&quot;2026-07-12&quot;:0.85},{&quot;2026-07-13&quot;:0.85},{&quot;2026-07-14&quot;:0.83},{&quot;2026-07-15&quot;:0.84},{&quot;2026-07-16&quot;:0.82},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.82},{&quot;2026-07-19&quot;:0.84},{&quot;2026-07-20&quot;:0.82},{&quot;2026-07-21&quot;:0.82},{&quot;2026-07-23&quot;:0.83},{&quot;2026-07-25&quot;:0.84},{&quot;2026-07-26&quot;:0.84},{&quot;2026-07-27&quot;:0.84},{&quot;2026-07-28&quot;:0.84},{&quot;2026-07-29&quot;:0.88},{&quot;2026-07-30&quot;:0.86},{&quot;2026-07-31&quot;:0.99},{&quot;2026-08-01&quot;:1.0},{&quot;2026-08-02&quot;:1.05},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.14},{&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.16},{&quot;2026-08-12&quot;:1.13},{&quot;2026-08-13&quot;:1.13},{&quot;2026-08-14&quot;:1.17},{&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.26},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.26},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.29},{&quot;2026-08-29&quot;:1.29},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.31},{&quot;2026-09-13&quot;:1.34}]}"
        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="14452"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-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">
            Warping Wail
        </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.34
          </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="Warping Wail" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/afcc9c88-836b-48b6-9d81-5a6844a6b70f.jpg?1783915455" />

        <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">
            Warping Wail
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></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="Warping Wail" src="https://cards.scryfall.io/large/front/a/f/afcc9c88-836b-48b6-9d81-5a6844a6b70f.jpg?1783915455" />
    </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.34
              </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;:0.52},{&quot;2026-06-16&quot;:0.52},{&quot;2026-06-17&quot;:0.52},{&quot;2026-06-18&quot;:0.53},{&quot;2026-06-19&quot;:0.54},{&quot;2026-06-20&quot;:0.54},{&quot;2026-06-21&quot;:0.6},{&quot;2026-06-22&quot;:0.63},{&quot;2026-06-23&quot;:0.64},{&quot;2026-06-24&quot;:0.64},{&quot;2026-06-25&quot;:0.64},{&quot;2026-06-26&quot;:0.65},{&quot;2026-06-27&quot;:0.65},{&quot;2026-06-28&quot;:0.65},{&quot;2026-06-29&quot;:0.63},{&quot;2026-06-30&quot;:0.63},{&quot;2026-07-01&quot;:0.63},{&quot;2026-07-02&quot;:0.65},{&quot;2026-07-03&quot;:0.65},{&quot;2026-07-04&quot;:0.66},{&quot;2026-07-05&quot;:0.66},{&quot;2026-07-06&quot;:0.66},{&quot;2026-07-07&quot;:0.66},{&quot;2026-07-08&quot;:0.7},{&quot;2026-07-09&quot;:0.7},{&quot;2026-07-10&quot;:0.7},{&quot;2026-07-11&quot;:0.77},{&quot;2026-07-12&quot;:0.77},{&quot;2026-07-13&quot;:0.79},{&quot;2026-07-14&quot;:0.8},{&quot;2026-07-15&quot;:0.82},{&quot;2026-07-16&quot;:0.83},{&quot;2026-07-17&quot;:0.83},{&quot;2026-07-18&quot;:0.83},{&quot;2026-07-19&quot;:0.92},{&quot;2026-07-20&quot;:0.93},{&quot;2026-07-21&quot;:0.93},{&quot;2026-07-22&quot;:0.96},{&quot;2026-07-23&quot;:0.96},{&quot;2026-07-24&quot;:0.96},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.99},{&quot;2026-07-28&quot;:0.99},{&quot;2026-07-29&quot;:1.02},{&quot;2026-07-30&quot;:1.11},{&quot;2026-07-31&quot;:1.09},{&quot;2026-08-01&quot;:1.09},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.1},{&quot;2026-08-05&quot;:1.1},{&quot;2026-08-07&quot;:1.13},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.21},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.29},{&quot;2026-08-15&quot;:1.19},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.1},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.05},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.11},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.33},{&quot;2026-08-28&quot;:1.34},{&quot;2026-08-29&quot;:1.34},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.37},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.3},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.28},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.34},{&quot;2026-09-12&quot;:1.34},{&quot;2026-09-13&quot;:1.34}]}"
        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 2351-2400 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=47&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=47&amp;username=denvermullets" rel="prev">47</a><a role="link" aria-disabled="true" aria-current="page">48</a><a href="/load_collection?direction=asc&amp;page=49&amp;username=denvermullets" rel="next">49</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=49&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="36660"
          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">
              319
            </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>
              Liesa, Forgotten Archangel


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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.50
            </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="49335"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49335" src="/boxset_card/49335?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic 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">
            </td>

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

                    <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">
            </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="95255"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95255" src="/boxset_card/95255?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96148"
          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">
              57
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              Phoenix Fleet Airship


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Blaster, Combat DJ // Blaster, Morale Booster


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-u'></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.40

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82917"
          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">
              KHM-184
            </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>
              Masked Vandal


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95082"
          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">
              229
            </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>
              Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98382"
          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-tla ss-rare ss-fw ss-2x mr-4"></i>
              Fire Lord Azula


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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.03
            </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="20654"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20654" src="/boxset_card/20654?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin 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-r'></i>
              </div>
            </td>

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

                    <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.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="89499"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89499" src="/boxset_card/89499?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Marang River Regent // Coil and Catch


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-mythic ss-fw ss-2x mr-4"></i>
              Hugs, Grisly Guardian


            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Rat Pilot
            </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-b'></i>
              </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x mr-4"></i>
              Agna Qel&#39;a


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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x mr-4"></i>
              Kykar, Wind&#39;s Fury


            </td>

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

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

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

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

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

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

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

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


            </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-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></i>
              </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20208"
          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">
              82
            </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>
              Death&#39;s Shadow


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-rare ss-fw ss-2x mr-4"></i>
              Halana and Alena, Partners


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Goro-Goro, Disciple of Ryusei


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      43%
                    </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="41533"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41533" src="/boxset_card/41533?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47257"
          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-mic ss-rare ss-fw ss-2x mr-4"></i>
              Drown in Dreams


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Snow 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.36

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </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-u'></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.36

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18888"
          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">
              244
            </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>
              Caves of Koilos


            </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">
                  $0.75

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

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

                    <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">
                $0.75
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30598"
          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">
              352
            </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-uncommon ss-fw ss-2x mr-4"></i>
              The Rack


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46651"
          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">
              323
            </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>
              Essence of Orthodoxy


            </td>

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

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

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

                </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Enchantress&#39;s Presence

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80096"
          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">
              20
            </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>
              Hero of Iroas


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-uncommon ss-fw ss-2x mr-4"></i>
              Zendikar&#39;s Roil


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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Crocodile Mutant 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-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.35

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9351"
          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">
              57
            </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>
              Retrofitter Foundry


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11529"
          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-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Slash the Ranks


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

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

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

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

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

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

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


            </td>

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

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

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

                </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="14452"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14452" src="/boxset_card/14452?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 2351-2400 of 9369 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=47&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=47&amp;username=denvermullets" rel="prev">47</a><a role="link" aria-disabled="true" aria-current="page">48</a><a href="/load_collection?direction=asc&amp;page=49&amp;username=denvermullets" rel="next">49</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=49&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>