<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="14171"
  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">
            Brash Taunter
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.46
          </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="Brash Taunter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1480f99-83f8-48e7-ba52-9a3f3a9a24f3.jpg?1783922431" />

        <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">
            Brash Taunter
        </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 — Goblin</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>
          </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="Brash Taunter" src="https://cards.scryfall.io/large/front/a/1/a1480f99-83f8-48e7-ba52-9a3f3a9a24f3.jpg?1783922431" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.04},{&quot;2026-06-16&quot;:2.04},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.38},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.38},{&quot;2026-06-28&quot;:2.38},{&quot;2026-06-29&quot;:2.38},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.47},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.18},{&quot;2026-07-05&quot;:2.15},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.15},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.37},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.32},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-22&quot;:2.42},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-24&quot;:2.37},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.4},{&quot;2026-08-07&quot;:2.35},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.13},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.2},{&quot;2026-08-17&quot;:2.15},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.47},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.48},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.46}]}"
        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="33285"
  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-hml 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">
            Wall of Kelp
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.46
          </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="Wall of Kelp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52ff5051-e24b-4453-aaae-ed4f2bf213ab.jpg?1783947293" />

        <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">
            Wall of Kelp
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Wall of Kelp" src="https://cards.scryfall.io/large/front/5/2/52ff5051-e24b-4453-aaae-ed4f2bf213ab.jpg?1783947293" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.46
              </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;:2.46},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.46},{&quot;2026-06-19&quot;:2.46},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.47},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.46},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.44},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.43},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.43},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-28&quot;:2.45},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.44},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.42},{&quot;2026-08-09&quot;:2.42},{&quot;2026-08-10&quot;:2.42},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.42},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.43},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.45},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}]}"
        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="40223"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-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">
            Lathril, Blade of the Elves
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.46
          </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="Lathril, Blade of the Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/547888c3-a9a6-4413-b29a-6bcd8a9279bf.jpg?1783928341" />

        <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">
            Lathril, Blade of the Elves
        </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 — Elf Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Lathril, Blade of the Elves" src="https://cards.scryfall.io/large/front/5/4/547888c3-a9a6-4413-b29a-6bcd8a9279bf.jpg?1783928341" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.4},{&quot;2026-06-17&quot;:3.4},{&quot;2026-06-18&quot;:3.4},{&quot;2026-06-19&quot;:3.4},{&quot;2026-06-20&quot;:3.4},{&quot;2026-06-21&quot;:3.4},{&quot;2026-06-22&quot;:3.39},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.39},{&quot;2026-06-27&quot;:3.39},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.2},{&quot;2026-07-06&quot;:3.2},{&quot;2026-07-07&quot;:3.2},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.2},{&quot;2026-07-10&quot;:3.2},{&quot;2026-07-11&quot;:3.15},{&quot;2026-07-12&quot;:3.15},{&quot;2026-07-13&quot;:3.15},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.04},{&quot;2026-07-16&quot;:3.04},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:2.92},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.78},{&quot;2026-07-22&quot;:2.78},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.55},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.38},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.67},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.18},{&quot;2026-09-07&quot;:2.18},{&quot;2026-09-08&quot;:2.23},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.32},{&quot;2026-06-15&quot;:3.32},{&quot;2026-06-16&quot;:3.32},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:3.25},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:3.15},{&quot;2026-06-21&quot;:3.09},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:3.09},{&quot;2026-06-24&quot;:3.09},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.89},{&quot;2026-06-29&quot;:2.89},{&quot;2026-06-30&quot;:3.01},{&quot;2026-07-01&quot;:2.94},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.94},{&quot;2026-07-05&quot;:2.94},{&quot;2026-07-06&quot;:2.94},{&quot;2026-07-07&quot;:2.94},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:3.03},{&quot;2026-07-10&quot;:2.9},{&quot;2026-07-11&quot;:2.9},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.91},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.83},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.8},{&quot;2026-07-19&quot;:2.8},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.8},{&quot;2026-07-22&quot;:2.74},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-24&quot;:2.56},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.56},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.51},{&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.43},{&quot;2026-08-08&quot;:2.43},{&quot;2026-08-09&quot;:2.42},{&quot;2026-08-10&quot;:2.42},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.32},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.96},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:3.01},{&quot;2026-08-29&quot;:3.01},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.06},{&quot;2026-09-03&quot;:3.06},{&quot;2026-09-04&quot;:3.06},{&quot;2026-09-05&quot;:3.07},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.22},{&quot;2026-09-12&quot;:3.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95401"
  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">
            Summon: G.F. Cerberus
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.46
          </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="Summon: G.F. Cerberus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5ad1e50-2bf1-4f43-9da4-62a89b521206.jpg?1783906517" />

        <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">
            Summon: G.F. Cerberus
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Summon: G.F. Cerberus" src="https://cards.scryfall.io/large/front/a/5/a5ad1e50-2bf1-4f43-9da4-62a89b521206.jpg?1783906517" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-14&quot;:2.6},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.58},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.57},{&quot;2026-07-01&quot;:2.47},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.32},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.4},{&quot;2026-07-11&quot;:2.4},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.69},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.73},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.74},{&quot;2026-07-20&quot;:2.71},{&quot;2026-07-21&quot;:2.71},{&quot;2026-07-22&quot;:2.71},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.8},{&quot;2026-07-25&quot;:2.75},{&quot;2026-07-26&quot;:3.02},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.02},{&quot;2026-07-29&quot;:3.02},{&quot;2026-07-30&quot;:3.01},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.14},{&quot;2026-08-03&quot;:3.23},{&quot;2026-08-04&quot;:3.15},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.26},{&quot;2026-08-09&quot;:3.5},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.62},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.74},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.68},{&quot;2026-08-18&quot;:3.68},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.89},{&quot;2026-08-21&quot;:3.85},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.67},{&quot;2026-08-24&quot;:3.56},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.53},{&quot;2026-08-29&quot;:3.53},{&quot;2026-08-30&quot;:3.54},{&quot;2026-08-31&quot;:3.54},{&quot;2026-09-01&quot;:3.54},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.55},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:3.68},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.45},{&quot;2026-09-10&quot;:3.62},{&quot;2026-09-11&quot;:3.38},{&quot;2026-09-12&quot;:3.63}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.21},{&quot;2026-06-15&quot;:2.16},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.06},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.11},{&quot;2026-06-20&quot;:2.11},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.13},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.01},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.95},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.83},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.94},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.97},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-22&quot;:2.04},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:1.93},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.22},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.93},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.54},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.46},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.53},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.41},{&quot;2026-09-12&quot;:2.46}]}"
        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="14211"
  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">
            Goblin Spymaster
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.45
          </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 Spymaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/1687ea64-fcc0-4bd8-aa7e-3c893d4ef2a8.jpg?1783922424" />

        <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 Spymaster
        </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 — Goblin 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-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 Spymaster" src="https://cards.scryfall.io/large/front/1/6/1687ea64-fcc0-4bd8-aa7e-3c893d4ef2a8.jpg?1783922424" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.67},{&quot;2026-06-11&quot;:2.66},{&quot;2026-06-12&quot;:2.69},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.78},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.85},{&quot;2026-06-26&quot;:2.85},{&quot;2026-06-27&quot;:2.87},{&quot;2026-06-28&quot;:2.89},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.57},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.56},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.59},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.54},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.62},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.61},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.45}]}"
        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="14905"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.45
          </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="Ornithopter of Paradise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18bbdc6c-b6c9-4f89-8f0a-6266e53c1fb9.jpg?1783915400" />

        <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">
            Ornithopter of Paradise
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Thopter</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="Ornithopter of Paradise" src="https://cards.scryfall.io/large/front/1/8/18bbdc6c-b6c9-4f89-8f0a-6266e53c1fb9.jpg?1783915400" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.74},{&quot;2026-06-11&quot;:0.74},{&quot;2026-06-12&quot;:0.74},{&quot;2026-06-13&quot;:0.74},{&quot;2026-06-14&quot;:0.75},{&quot;2026-06-15&quot;:0.74},{&quot;2026-06-16&quot;:0.79},{&quot;2026-06-17&quot;:0.8},{&quot;2026-06-18&quot;:0.8},{&quot;2026-06-19&quot;:0.8},{&quot;2026-06-20&quot;:0.8},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.8},{&quot;2026-06-24&quot;:0.8},{&quot;2026-06-25&quot;:0.79},{&quot;2026-06-26&quot;:0.79},{&quot;2026-06-27&quot;:0.79},{&quot;2026-06-28&quot;:0.79},{&quot;2026-06-29&quot;:0.75},{&quot;2026-06-30&quot;:0.75},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.77},{&quot;2026-07-03&quot;:0.77},{&quot;2026-07-04&quot;:0.77},{&quot;2026-07-05&quot;:0.82},{&quot;2026-07-06&quot;:0.91},{&quot;2026-07-07&quot;:0.91},{&quot;2026-07-08&quot;:0.98},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.03},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.06},{&quot;2026-07-17&quot;:1.06},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.13},{&quot;2026-07-21&quot;:1.13},{&quot;2026-07-23&quot;:1.13},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.14},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.33},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.5},{&quot;2026-08-11&quot;:1.5},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.24},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.24},{&quot;2026-08-29&quot;:2.24},{&quot;2026-08-30&quot;:2.2},{&quot;2026-08-31&quot;:2.2},{&quot;2026-09-01&quot;:2.2},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.42},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.45}]}"
        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="18989"
  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-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">
            Mountain
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Mountain
        </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 — Mountain</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="Mountain" src="https://cards.scryfall.io/large/front/0/a/0aaf15b9-1bf5-424a-a994-67beaae29d36.jpg?1783921246" />
    </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-nine-white">
            8
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.84},{&quot;2026-06-15&quot;:2.89},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.88},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.65},{&quot;2026-06-24&quot;:2.67},{&quot;2026-06-25&quot;:2.7},{&quot;2026-06-26&quot;:2.78},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.82},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.79},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.78},{&quot;2026-07-06&quot;:2.71},{&quot;2026-07-07&quot;:2.71},{&quot;2026-07-08&quot;:2.58},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.63},{&quot;2026-07-12&quot;:2.63},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.72},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.94},{&quot;2026-07-25&quot;:2.94},{&quot;2026-07-26&quot;:2.95},{&quot;2026-07-27&quot;:2.96},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.68},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.15},{&quot;2026-08-03&quot;:3.15},{&quot;2026-08-04&quot;:3.22},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:2.9},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.66},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:3.05},{&quot;2026-08-18&quot;:3.08},{&quot;2026-08-19&quot;:2.91},{&quot;2026-08-20&quot;:2.91},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.79},{&quot;2026-08-23&quot;:2.64},{&quot;2026-08-24&quot;:2.64},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.45}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.37},{&quot;2026-06-16&quot;:1.14},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.09},{&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.1},{&quot;2026-06-23&quot;:1.11},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.18},{&quot;2026-06-26&quot;:1.18},{&quot;2026-06-27&quot;:1.12},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.42},{&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.2},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.29},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.29},{&quot;2026-07-20&quot;:1.29},{&quot;2026-07-21&quot;:1.28},{&quot;2026-07-22&quot;:1.31},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.35},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.37},{&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.35},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.35},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.29},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.22},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.17},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.13},{&quot;2026-09-07&quot;:1.16},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.22},{&quot;2026-09-12&quot;:1.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.45
          </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="Elrond, Master of Healing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/a/1a037b81-28a3-4ecb-9c18-e9cd5cabad16.jpg?1783916144" />

        <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">
            Elrond, Master of Healing
        </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 — Elf Noble</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elrond, Master of Healing" src="https://cards.scryfall.io/large/front/1/a/1a037b81-28a3-4ecb-9c18-e9cd5cabad16.jpg?1783916144" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.9},{&quot;2026-06-12&quot;:1.9},{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.91},{&quot;2026-06-15&quot;:1.91},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.79},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.78},{&quot;2026-06-25&quot;:1.78},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.66},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.62},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.65},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.69},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.88},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.88},{&quot;2026-07-21&quot;:1.88},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:1.85},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:1.92},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.63},{&quot;2026-08-17&quot;:2.52},{&quot;2026-08-18&quot;:2.56},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.66},{&quot;2026-08-28&quot;:2.54},{&quot;2026-08-29&quot;:2.54},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.37},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.37}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.93},{&quot;2026-06-12&quot;:1.92},{&quot;2026-06-13&quot;:1.92},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.77},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.84},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.56},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.72},{&quot;2026-07-13&quot;:1.74},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.75},{&quot;2026-07-16&quot;:1.75},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.91},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:1.72},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.35},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.53},{&quot;2026-08-17&quot;:2.58},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.64},{&quot;2026-08-24&quot;:2.92},{&quot;2026-08-25&quot;:2.92},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.81},{&quot;2026-08-29&quot;:2.81},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.89},{&quot;2026-09-01&quot;:2.89},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.08},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.45}]}"
        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="79144"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.45
          </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="Boom // Bust" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8ffdee1b-bb5d-44e6-a90d-6f9e9266d4fd.jpg?1783927802" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Boom // Bust" src="https://cards.scryfall.io/large/front/8/f/8ffdee1b-bb5d-44e6-a90d-6f9e9266d4fd.jpg?1783927802" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Boom // Bust" src="https://cards.scryfall.io/large/front/8/f/8ffdee1b-bb5d-44e6-a90d-6f9e9266d4fd.jpg?1783927802" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.26},{&quot;2026-06-11&quot;:2.26},{&quot;2026-06-12&quot;:2.26},{&quot;2026-06-13&quot;:2.26},{&quot;2026-06-14&quot;:2.26},{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.18},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.16},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.16},{&quot;2026-06-29&quot;:2.16},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.16},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.23},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.23},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.23},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.23},{&quot;2026-07-23&quot;:2.23},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.32},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.32},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.32},{&quot;2026-08-12&quot;:2.32},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.4},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.46},{&quot;2026-06-11&quot;:1.54},{&quot;2026-06-12&quot;:1.54},{&quot;2026-06-13&quot;:1.54},{&quot;2026-06-14&quot;:1.54},{&quot;2026-06-15&quot;:1.56},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.55},{&quot;2026-06-18&quot;:1.55},{&quot;2026-06-19&quot;:1.55},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.49},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.39},{&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.35},{&quot;2026-07-19&quot;:1.3},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-25&quot;:1.2},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.2},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.19},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.22},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.21},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.22},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.22},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.27},{&quot;2026-08-22&quot;:1.27},{&quot;2026-08-23&quot;:1.26},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.33},{&quot;2026-09-02&quot;:1.55},{&quot;2026-09-03&quot;:1.69},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.28},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.45},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45},{&quot;2026-09-12&quot;:2.45}]}"
        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="109144"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.45
          </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="Patchwork Banner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81669ca8-3f20-45e6-b088-65969dcd93d1.jpg?1782683111" />

        <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">
            Patchwork Banner
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Patchwork Banner" src="https://cards.scryfall.io/large/front/8/1/81669ca8-3f20-45e6-b088-65969dcd93d1.jpg?1782683111" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  28%
                </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">$2.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.04},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.04},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:2.03},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.38},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.18},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.96},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-22&quot;:2.01},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.12},{&quot;2026-07-28&quot;:2.22},{&quot;2026-07-29&quot;:2.18},{&quot;2026-07-30&quot;:2.18},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.31},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.55},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.75},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:3.07},{&quot;2026-08-16&quot;:3.07},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.36},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.06},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.7},{&quot;2026-08-27&quot;:3.11},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:4.11},{&quot;2026-09-01&quot;:3.9},{&quot;2026-09-02&quot;:3.69},{&quot;2026-09-03&quot;:3.46},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.4},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.45}]}"
        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="33986"
  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-ice 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">
            Songs of the Damned
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.44
          </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="Songs of the Damned" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6cff3547-8c72-439a-91fe-ebe729dab748.jpg?1783947495" />

        <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">
            Songs of the Damned
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Songs of the Damned" src="https://cards.scryfall.io/large/front/6/c/6cff3547-8c72-439a-91fe-ebe729dab748.jpg?1783947495" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.08},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.4},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.22},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:1.96},{&quot;2026-06-24&quot;:1.96},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.87},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.8},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.78},{&quot;2026-07-14&quot;:1.71},{&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.7},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.69},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-22&quot;:1.63},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.64},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:2.58},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.22},{&quot;2026-08-02&quot;:3.28},{&quot;2026-08-03&quot;:3.31},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.25},{&quot;2026-08-07&quot;:3.25},{&quot;2026-08-08&quot;:3.24},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.25},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.37},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.39},{&quot;2026-08-25&quot;:2.56},{&quot;2026-08-26&quot;:2.56},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.4},{&quot;2026-08-31&quot;:2.42},{&quot;2026-09-01&quot;:2.42},{&quot;2026-09-02&quot;:2.42},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.11},{&quot;2026-09-08&quot;:2.08},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.44}]}"
        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="34403"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-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">
            Ruinous Ultimatum
        </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">
            $2.44
          </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="Ruinous Ultimatum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/0/50c1d6ca-7789-46b5-bc89-85cc3915cb85.jpg?1783931018" />

        <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">
            Ruinous Ultimatum
        </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-r'></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><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><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="Ruinous Ultimatum" src="https://cards.scryfall.io/large/front/5/0/50c1d6ca-7789-46b5-bc89-85cc3915cb85.jpg?1783931018" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.56
              </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;2026-06-14&quot;:3.39},{&quot;2026-06-15&quot;:3.39},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.39},{&quot;2026-06-20&quot;:3.43},{&quot;2026-06-21&quot;:3.43},{&quot;2026-06-22&quot;:3.43},{&quot;2026-06-23&quot;:3.43},{&quot;2026-06-24&quot;:3.43},{&quot;2026-06-25&quot;:3.43},{&quot;2026-06-26&quot;:3.43},{&quot;2026-06-27&quot;:3.43},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.48},{&quot;2026-07-01&quot;:3.48},{&quot;2026-07-02&quot;:3.48},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.47},{&quot;2026-07-09&quot;:3.47},{&quot;2026-07-10&quot;:3.47},{&quot;2026-07-11&quot;:3.49},{&quot;2026-07-12&quot;:3.49},{&quot;2026-07-13&quot;:3.49},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.64},{&quot;2026-07-18&quot;:3.71},{&quot;2026-07-19&quot;:3.71},{&quot;2026-07-20&quot;:3.71},{&quot;2026-07-21&quot;:3.71},{&quot;2026-07-22&quot;:3.71},{&quot;2026-07-23&quot;:3.71},{&quot;2026-07-24&quot;:3.71},{&quot;2026-07-25&quot;:3.71},{&quot;2026-07-26&quot;:3.71},{&quot;2026-07-27&quot;:3.71},{&quot;2026-07-28&quot;:3.71},{&quot;2026-07-29&quot;:3.71},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.71},{&quot;2026-08-01&quot;:3.71},{&quot;2026-08-02&quot;:3.71},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.62},{&quot;2026-08-07&quot;:3.62},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.62},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.56},{&quot;2026-08-12&quot;:3.62},{&quot;2026-08-13&quot;:3.62},{&quot;2026-08-14&quot;:3.62},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.54},{&quot;2026-08-17&quot;:3.54},{&quot;2026-08-18&quot;:3.54},{&quot;2026-08-19&quot;:3.54},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.55},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.53},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.53},{&quot;2026-08-29&quot;:3.53},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.51},{&quot;2026-09-03&quot;:3.51},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.51},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.53},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.56},{&quot;2026-09-12&quot;:3.56}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.88},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.9},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.89},{&quot;2026-06-21&quot;:2.87},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-23&quot;:2.87},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.81},{&quot;2026-06-27&quot;:2.69},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.71},{&quot;2026-07-08&quot;:2.76},{&quot;2026-07-09&quot;:2.76},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.83},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:3.0},{&quot;2026-07-15&quot;:3.0},{&quot;2026-07-16&quot;:3.23},{&quot;2026-07-17&quot;:3.22},{&quot;2026-07-18&quot;:3.25},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-22&quot;:3.19},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-24&quot;:3.1},{&quot;2026-07-25&quot;:3.1},{&quot;2026-07-26&quot;:3.1},{&quot;2026-07-27&quot;:3.07},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.01},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:2.98},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.84},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&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.59},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.48},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.44}]}"
        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="47530"
  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">
            Rooftop Storm
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.44
          </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="Rooftop Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/80cdee59-0ead-4b95-a348-c1e360d781ab.jpg?1783925343" />

        <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">
            Rooftop Storm
        </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-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="Rooftop Storm" src="https://cards.scryfall.io/large/front/8/0/80cdee59-0ead-4b95-a348-c1e360d781ab.jpg?1783925343" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.81},{&quot;2026-06-12&quot;:1.85},{&quot;2026-06-13&quot;:1.89},{&quot;2026-06-14&quot;:1.9},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:2.04},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.06},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.38},{&quot;2026-06-25&quot;:2.38},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.34},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.38},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.43},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.56},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.83},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:3.09},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.01},{&quot;2026-07-17&quot;:3.01},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.69},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.51},{&quot;2026-08-11&quot;:2.53},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.51},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.36},{&quot;2026-08-29&quot;:2.36},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.25},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.13},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:2.14},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.44}]}"
        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="86579"
  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-woe 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">
            Decadent Dragon 
        </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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.44
          </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="Decadent Dragon // Expensive Taste" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/315cbbf7-a2ad-4565-9877-1e903d7fd797.jpg?1783915066" />

        <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">
            Decadent Dragon 
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Decadent Dragon // Expensive Taste" src="https://cards.scryfall.io/large/front/3/1/315cbbf7-a2ad-4565-9877-1e903d7fd797.jpg?1783915066" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Decadent Dragon // Expensive Taste" src="https://cards.scryfall.io/large/front/3/1/315cbbf7-a2ad-4565-9877-1e903d7fd797.jpg?1783915066" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-11&quot;:1.78},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.57},{&quot;2026-06-14&quot;:1.57},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.63},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.62},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.57},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.65},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.69},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.86},{&quot;2026-08-16&quot;:1.86},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.03},{&quot;2026-08-21&quot;:2.11},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.3},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.45},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.29},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.28},{&quot;2026-09-12&quot;:2.24}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.5},{&quot;2026-06-12&quot;:2.2},{&quot;2026-06-13&quot;:2.23},{&quot;2026-06-14&quot;:2.09},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.87},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.32},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.19},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.15},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.12},{&quot;2026-07-07&quot;:1.12},{&quot;2026-07-08&quot;:1.15},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.16},{&quot;2026-07-11&quot;:1.21},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.31},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.33},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-25&quot;:1.8},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.53},{&quot;2026-08-02&quot;:1.52},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.52},{&quot;2026-08-10&quot;:1.59},{&quot;2026-08-11&quot;:1.76},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.59},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:2.06},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.02},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.63},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.52},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.29},{&quot;2026-09-10&quot;:2.41},{&quot;2026-09-11&quot;:2.39},{&quot;2026-09-12&quot;:2.44}]}"
        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="90856"
  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">
            Rooftop Storm
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.44
          </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="Rooftop Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/31146f03-cb5e-4f33-aad7-ce970b914d90.jpg?1783908155" />

        <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">
            Rooftop Storm
        </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-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="Rooftop Storm" src="https://cards.scryfall.io/large/front/3/1/31146f03-cb5e-4f33-aad7-ce970b914d90.jpg?1783908155" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.52},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.56},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.61},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.64},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.56},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.69},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.77},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.77},{&quot;2026-07-10&quot;:2.85},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.88},{&quot;2026-07-13&quot;:2.88},{&quot;2026-07-14&quot;:2.93},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.93},{&quot;2026-07-17&quot;:2.93},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.94},{&quot;2026-07-22&quot;:3.0},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-24&quot;:3.0},{&quot;2026-07-25&quot;:2.87},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.9},{&quot;2026-07-28&quot;:2.9},{&quot;2026-07-29&quot;:2.9},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.9},{&quot;2026-08-02&quot;:2.9},{&quot;2026-08-03&quot;:2.77},{&quot;2026-08-04&quot;:2.77},{&quot;2026-08-05&quot;:2.77},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.82},{&quot;2026-08-13&quot;:2.82},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.88},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:2.92},{&quot;2026-08-29&quot;:2.92},{&quot;2026-08-30&quot;:2.84},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.3},{&quot;2026-09-04&quot;:3.23},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:2.96},{&quot;2026-09-09&quot;:2.84},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.92},{&quot;2026-09-12&quot;:2.92}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.2},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.12},{&quot;2026-06-20&quot;:2.27},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.11},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.19},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.41},{&quot;2026-07-01&quot;:2.39},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.19},{&quot;2026-07-05&quot;:2.19},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:2.04},{&quot;2026-07-09&quot;:2.05},{&quot;2026-07-10&quot;:2.11},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.35},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.39},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.43},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.48},{&quot;2026-07-22&quot;:2.5},{&quot;2026-07-23&quot;:2.45},{&quot;2026-07-24&quot;:2.44},{&quot;2026-07-25&quot;:2.27},{&quot;2026-07-26&quot;:2.16},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.08},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.3},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.53},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.53},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.36},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.27},{&quot;2026-08-18&quot;:2.21},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.21},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.39},{&quot;2026-08-26&quot;:2.37},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.44}]}"
        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="12597"
  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">
            Astarion, the Decadent
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.43
          </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="Astarion, the Decadent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/64d932b9-5682-4427-a871-7d452a488674.jpg?1783922697" />

        <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">
            Astarion, the Decadent
        </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 — Vampire Elf Rogue</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-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="Astarion, the Decadent" src="https://cards.scryfall.io/large/front/6/4/64d932b9-5682-4427-a871-7d452a488674.jpg?1783922697" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.55},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.55},{&quot;2026-06-26&quot;:2.55},{&quot;2026-06-27&quot;:2.55},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.57},{&quot;2026-07-01&quot;:2.57},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.6},{&quot;2026-07-04&quot;:2.6},{&quot;2026-07-05&quot;:2.58},{&quot;2026-07-06&quot;:2.58},{&quot;2026-07-07&quot;:2.58},{&quot;2026-07-08&quot;:2.58},{&quot;2026-07-09&quot;:2.58},{&quot;2026-07-10&quot;:2.58},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.58},{&quot;2026-07-16&quot;:2.58},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.51},{&quot;2026-07-22&quot;:2.51},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-24&quot;:2.48},{&quot;2026-07-25&quot;:2.49},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.5},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.42},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.42},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.42},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.5},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.69},{&quot;2026-09-01&quot;:2.69},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.69},{&quot;2026-09-06&quot;:2.69},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.69},{&quot;2026-09-11&quot;:2.69},{&quot;2026-09-12&quot;:2.69}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.55},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.27},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.42},{&quot;2026-06-27&quot;:1.45},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.62},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.39},{&quot;2026-07-08&quot;:1.29},{&quot;2026-07-09&quot;:1.3},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.31},{&quot;2026-07-13&quot;:1.33},{&quot;2026-07-14&quot;:1.3},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.36},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-28&quot;:1.32},{&quot;2026-07-29&quot;:1.3},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.5},{&quot;2026-08-08&quot;:1.49},{&quot;2026-08-09&quot;:1.55},{&quot;2026-08-10&quot;:1.52},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.42},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.34},{&quot;2026-08-28&quot;:2.38},{&quot;2026-08-29&quot;:2.38},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.33},{&quot;2026-09-01&quot;:2.42},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.15},{&quot;2026-09-05&quot;:2.3},{&quot;2026-09-06&quot;:2.29},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.36},{&quot;2026-09-12&quot;:2.43}]}"
        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="34588"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-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-50 text-badge-text">
              ↑
              18%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.43
          </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/6/c/6c8c3f0e-7af4-410b-a675-9ea84f51e812.jpg?1783930996" />

        <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/6/c/6c8c3f0e-7af4-410b-a675-9ea84f51e812.jpg?1783930996" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.34},{&quot;2026-06-11&quot;:1.34},{&quot;2026-06-12&quot;:1.34},{&quot;2026-06-13&quot;:1.34},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.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-24&quot;:1.19},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.21},{&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.13},{&quot;2026-07-02&quot;:1.13},{&quot;2026-07-03&quot;:1.11},{&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.13},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.13},{&quot;2026-07-19&quot;:1.13},{&quot;2026-07-20&quot;:1.13},{&quot;2026-07-21&quot;:1.13},{&quot;2026-07-23&quot;:1.15},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.14},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-29&quot;:1.27},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.14},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.14},{&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.14},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:1.11},{&quot;2026-08-24&quot;:1.11},{&quot;2026-08-25&quot;:1.11},{&quot;2026-08-26&quot;:1.11},{&quot;2026-08-27&quot;:1.11},{&quot;2026-08-28&quot;:1.15},{&quot;2026-08-29&quot;:1.15},{&quot;2026-08-30&quot;:1.15},{&quot;2026-08-31&quot;:1.15},{&quot;2026-09-01&quot;:1.15},{&quot;2026-09-02&quot;:1.15},{&quot;2026-09-03&quot;:1.14},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.15},{&quot;2026-09-06&quot;:1.15},{&quot;2026-09-07&quot;:1.15},{&quot;2026-09-08&quot;:1.15},{&quot;2026-09-09&quot;:1.15},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.15},{&quot;2026-09-12&quot;:1.15}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.22},{&quot;2026-06-11&quot;:2.31},{&quot;2026-06-12&quot;:2.31},{&quot;2026-06-13&quot;:2.31},{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.04},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:1.91},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.75},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.01},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:1.99},{&quot;2026-08-09&quot;:1.93},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.9},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.82},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.35},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.67},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:2.08},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.52},{&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.43}]}"
        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="46324"
  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">
            Inga and Esika
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.43
          </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="Inga and Esika" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/a/0aa97506-b943-4443-96b1-1b49f57d80aa.jpg?1783916948" />

        <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">
            Inga and Esika
        </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 God</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Inga and Esika" src="https://cards.scryfall.io/large/front/0/a/0aa97506-b943-4443-96b1-1b49f57d80aa.jpg?1783916948" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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;:2.64},{&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.72},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.71},{&quot;2026-06-19&quot;:2.71},{&quot;2026-06-20&quot;:2.58},{&quot;2026-06-21&quot;:2.74},{&quot;2026-06-22&quot;:2.74},{&quot;2026-06-23&quot;:2.74},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.78},{&quot;2026-06-27&quot;:2.78},{&quot;2026-06-28&quot;:2.78},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.72},{&quot;2026-07-13&quot;:2.73},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.83},{&quot;2026-07-17&quot;:2.64},{&quot;2026-07-18&quot;:2.64},{&quot;2026-07-19&quot;:2.64},{&quot;2026-07-20&quot;:2.69},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-23&quot;:2.69},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.72},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-28&quot;:2.79},{&quot;2026-07-29&quot;:2.79},{&quot;2026-07-30&quot;:2.79},{&quot;2026-07-31&quot;:2.79},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.79},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.98},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:2.94},{&quot;2026-08-14&quot;:2.94},{&quot;2026-08-15&quot;:2.94},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.07},{&quot;2026-08-22&quot;:3.07},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:3.07},{&quot;2026-08-27&quot;:3.03},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.12},{&quot;2026-09-01&quot;:3.12},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.12},{&quot;2026-09-11&quot;:3.12},{&quot;2026-09-12&quot;:3.12}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.65},{&quot;2026-06-13&quot;:2.63},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.45},{&quot;2026-06-27&quot;:2.47},{&quot;2026-06-28&quot;:2.43},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.48},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.14},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.05},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.44},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-23&quot;:2.48},{&quot;2026-07-25&quot;:2.58},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.73},{&quot;2026-07-28&quot;:2.72},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:3.0},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:2.91},{&quot;2026-08-03&quot;:2.89},{&quot;2026-08-04&quot;:2.94},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.93},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.8},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:3.02},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.14},{&quot;2026-08-27&quot;:3.14},{&quot;2026-08-28&quot;:3.14},{&quot;2026-08-29&quot;:3.14},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.49},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.48},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.45},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.43}]}"
        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="93213"
  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-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">
            Dragonback Assault
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.43
          </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="Dragonback Assault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d54cc838-d79d-433a-99fb-d6e4d1c1431d.jpg?1743204697" />

        <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">
            Dragonback Assault
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</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-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="Dragonback Assault" src="https://cards.scryfall.io/large/front/d/5/d54cc838-d79d-433a-99fb-d6e4d1c1431d.jpg?1743204697" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:2.45},{&quot;2026-06-13&quot;:2.45},{&quot;2026-06-14&quot;:2.47},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.47},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.51},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.48},{&quot;2026-07-03&quot;:2.48},{&quot;2026-07-04&quot;:2.51},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.48},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-25&quot;:2.51},{&quot;2026-07-26&quot;:2.51},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-28&quot;:2.56},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.56},{&quot;2026-08-05&quot;:2.56},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.49},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.52},{&quot;2026-08-16&quot;:2.59},{&quot;2026-08-17&quot;:2.71},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.67},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.67},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.77},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.68},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.68},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.77},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.88},{&quot;2026-09-12&quot;:2.84}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.05},{&quot;2026-06-13&quot;:2.05},{&quot;2026-06-14&quot;:2.05},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.85},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.11},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.38},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.27},{&quot;2026-07-02&quot;:2.31},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.32},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:2.12},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.17},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.14},{&quot;2026-07-17&quot;:2.15},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.34},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.66},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.53},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.32},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.78},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.62},{&quot;2026-08-22&quot;:2.9},{&quot;2026-08-23&quot;:2.61},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.35},{&quot;2026-08-29&quot;:2.35},{&quot;2026-08-30&quot;:2.22},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.34},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.59},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.43}]}"
        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="96260"
  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">
            Oracle of Mul Daya
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.43
          </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="Oracle of Mul Daya" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/ab19808f-a5b8-4dfd-800e-2064cd6538c8.jpg?1782685647" />

        <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">
            Oracle of Mul Daya
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Oracle of Mul Daya" src="https://cards.scryfall.io/large/front/a/b/ab19808f-a5b8-4dfd-800e-2064cd6538c8.jpg?1782685647" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.42},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.43},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.28},{&quot;2026-06-19&quot;:2.23},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.12},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.11},{&quot;2026-06-26&quot;:2.2},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.27},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.42},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.61},{&quot;2026-07-17&quot;:2.57},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.55},{&quot;2026-07-23&quot;:2.61},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.62},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.69},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.81},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.94},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.9},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.5},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.43}]}"
        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="19172"
  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">
            Ertai Resurrected
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.42
          </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="Ertai Resurrected" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c46a2ca-27fd-44d4-80d0-7c83ed0a564e.jpg?1783921216" />

        <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">
            Ertai Resurrected
        </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 — Phyrexian Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ertai Resurrected" src="https://cards.scryfall.io/large/front/2/c/2c46a2ca-27fd-44d4-80d0-7c83ed0a564e.jpg?1783921216" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.26},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.27},{&quot;2026-06-17&quot;:1.27},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.33},{&quot;2026-06-22&quot;:1.31},{&quot;2026-06-23&quot;:1.31},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.3},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.48},{&quot;2026-07-12&quot;:1.45},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.52},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-22&quot;:1.51},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.51},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-28&quot;:1.56},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.53},{&quot;2026-08-04&quot;:1.53},{&quot;2026-08-05&quot;:1.53},{&quot;2026-08-07&quot;:1.53},{&quot;2026-08-08&quot;:1.53},{&quot;2026-08-09&quot;:1.53},{&quot;2026-08-10&quot;:1.53},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.54},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:2.09},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.02},{&quot;2026-09-07&quot;:2.08},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.42},{&quot;2026-09-12&quot;:2.42}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="35708"
  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-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">
            Lier, Disciple of the Drowned
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.42
          </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="Lier, Disciple of the Drowned" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/78fb8900-d28d-4e33-96a7-66fcbc117adf.jpg?1783925638" />

        <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">
            Lier, Disciple of the Drowned
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lier, Disciple of the Drowned" src="https://cards.scryfall.io/large/front/7/8/78fb8900-d28d-4e33-96a7-66fcbc117adf.jpg?1783925638" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:4.63},{&quot;2026-06-11&quot;:4.63},{&quot;2026-06-12&quot;:4.63},{&quot;2026-06-13&quot;:4.7},{&quot;2026-06-14&quot;:4.7},{&quot;2026-06-15&quot;:4.7},{&quot;2026-06-16&quot;:4.7},{&quot;2026-06-17&quot;:4.7},{&quot;2026-06-18&quot;:4.7},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.67},{&quot;2026-06-22&quot;:4.67},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.64},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.48},{&quot;2026-07-02&quot;:4.48},{&quot;2026-07-03&quot;:4.48},{&quot;2026-07-04&quot;:4.5},{&quot;2026-07-05&quot;:4.5},{&quot;2026-07-06&quot;:4.5},{&quot;2026-07-07&quot;:4.5},{&quot;2026-07-08&quot;:4.5},{&quot;2026-07-09&quot;:4.5},{&quot;2026-07-10&quot;:4.5},{&quot;2026-07-11&quot;:4.5},{&quot;2026-07-12&quot;:4.5},{&quot;2026-07-13&quot;:4.5},{&quot;2026-07-14&quot;:4.5},{&quot;2026-07-15&quot;:4.5},{&quot;2026-07-16&quot;:4.5},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.5},{&quot;2026-07-19&quot;:4.5},{&quot;2026-07-20&quot;:4.56},{&quot;2026-07-21&quot;:4.56},{&quot;2026-07-23&quot;:4.56},{&quot;2026-07-25&quot;:4.61},{&quot;2026-07-26&quot;:4.61},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.67},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.67},{&quot;2026-08-03&quot;:4.67},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.67},{&quot;2026-08-07&quot;:4.67},{&quot;2026-08-08&quot;:4.67},{&quot;2026-08-09&quot;:4.67},{&quot;2026-08-10&quot;:4.67},{&quot;2026-08-11&quot;:4.67},{&quot;2026-08-12&quot;:4.67},{&quot;2026-08-13&quot;:4.67},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.67},{&quot;2026-08-16&quot;:4.67},{&quot;2026-08-17&quot;:4.67},{&quot;2026-08-18&quot;:4.67},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.67},{&quot;2026-08-21&quot;:4.67},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.67},{&quot;2026-08-27&quot;:4.74},{&quot;2026-08-28&quot;:4.74},{&quot;2026-08-29&quot;:4.74},{&quot;2026-08-30&quot;:4.79},{&quot;2026-08-31&quot;:4.79},{&quot;2026-09-01&quot;:4.79},{&quot;2026-09-02&quot;:4.83},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.83},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.66},{&quot;2026-09-08&quot;:4.54},{&quot;2026-09-09&quot;:4.54},{&quot;2026-09-10&quot;:4.54},{&quot;2026-09-11&quot;:4.54},{&quot;2026-09-12&quot;:4.54}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.73},{&quot;2026-06-11&quot;:3.73},{&quot;2026-06-12&quot;:3.64},{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.64},{&quot;2026-06-16&quot;:3.68},{&quot;2026-06-17&quot;:3.68},{&quot;2026-06-18&quot;:3.68},{&quot;2026-06-19&quot;:3.68},{&quot;2026-06-20&quot;:3.62},{&quot;2026-06-21&quot;:3.6},{&quot;2026-06-22&quot;:3.5},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.24},{&quot;2026-06-28&quot;:3.24},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.12},{&quot;2026-07-03&quot;:3.16},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:3.03},{&quot;2026-07-08&quot;:3.03},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.98},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.97},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:2.97},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.13},{&quot;2026-07-23&quot;:2.94},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.83},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.81},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.78},{&quot;2026-08-04&quot;:2.72},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.66},{&quot;2026-08-10&quot;:2.66},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.63},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.42},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&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.39},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.38},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.42},{&quot;2026-09-12&quot;:2.42}]}"
        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="49571"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Quirion Ranger
        </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">
        Creature — Elf Ranger
      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.42
          </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="Quirion Ranger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/320fdf89-e158-41c5-b0bf-fee9dec36a75.jpg?1783926781" />

        <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">
            Quirion Ranger
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Quirion Ranger" src="https://cards.scryfall.io/large/front/3/2/320fdf89-e158-41c5-b0bf-fee9dec36a75.jpg?1783926781" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:3.81},{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.81},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.88},{&quot;2026-06-17&quot;:3.88},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.94},{&quot;2026-06-21&quot;:3.79},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.8},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.8},{&quot;2026-06-27&quot;:3.8},{&quot;2026-06-28&quot;:3.8},{&quot;2026-06-29&quot;:3.8},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.8},{&quot;2026-07-02&quot;:3.8},{&quot;2026-07-03&quot;:3.8},{&quot;2026-07-04&quot;:3.8},{&quot;2026-07-05&quot;:3.8},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.72},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.69},{&quot;2026-07-10&quot;:3.69},{&quot;2026-07-11&quot;:3.57},{&quot;2026-07-12&quot;:3.57},{&quot;2026-07-13&quot;:3.51},{&quot;2026-07-14&quot;:3.57},{&quot;2026-07-15&quot;:3.68},{&quot;2026-07-16&quot;:3.68},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.63},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.61},{&quot;2026-07-28&quot;:3.61},{&quot;2026-07-29&quot;:3.61},{&quot;2026-07-30&quot;:3.61},{&quot;2026-07-31&quot;:3.61},{&quot;2026-08-01&quot;:3.61},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.56},{&quot;2026-08-04&quot;:3.56},{&quot;2026-08-05&quot;:3.56},{&quot;2026-08-07&quot;:3.55},{&quot;2026-08-08&quot;:3.55},{&quot;2026-08-09&quot;:3.55},{&quot;2026-08-10&quot;:3.48},{&quot;2026-08-11&quot;:3.5},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.57},{&quot;2026-08-14&quot;:3.52},{&quot;2026-08-15&quot;:3.52},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.68},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.76},{&quot;2026-08-25&quot;:3.76},{&quot;2026-08-26&quot;:3.76},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.75},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.77},{&quot;2026-09-02&quot;:3.7},{&quot;2026-09-03&quot;:3.7},{&quot;2026-09-04&quot;:3.8},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.78},{&quot;2026-09-08&quot;:3.76},{&quot;2026-09-09&quot;:3.76},{&quot;2026-09-10&quot;:3.76},{&quot;2026-09-11&quot;:3.81},{&quot;2026-09-12&quot;:3.81}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.59},{&quot;2026-06-13&quot;:1.61},{&quot;2026-06-14&quot;:1.6},{&quot;2026-06-15&quot;:1.6},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.53},{&quot;2026-06-22&quot;:1.47},{&quot;2026-06-23&quot;:1.46},{&quot;2026-06-24&quot;:1.44},{&quot;2026-06-25&quot;:1.44},{&quot;2026-06-26&quot;:1.43},{&quot;2026-06-27&quot;:1.43},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.58},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.58},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.53},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.42},{&quot;2026-07-15&quot;:1.38},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.4},{&quot;2026-07-18&quot;:1.47},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.45},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.55},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.65},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:2.13},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.59},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.12},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.23},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.78},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.24},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.42}]}"
        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="108919"
  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">
            Unbound Flourishing
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.42
          </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="Unbound Flourishing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa5931c8-e453-4bfd-98b2-0baf5c55f1cb.jpg?1782683285" />

        <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">
            Unbound Flourishing
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</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="Unbound Flourishing" src="https://cards.scryfall.io/large/front/a/a/aa5931c8-e453-4bfd-98b2-0baf5c55f1cb.jpg?1782683285" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.42
              </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">
                $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.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;:2.72},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.71},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.52},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.53},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:2.68},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.72},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.37},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.25},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.25},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-22&quot;:2.03},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.99},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:2.01},{&quot;2026-07-30&quot;:1.99},{&quot;2026-07-31&quot;:2.02},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:2.41},{&quot;2026-08-03&quot;:2.41},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.43},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.26},{&quot;2026-08-12&quot;:2.56},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.36},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.34},{&quot;2026-08-29&quot;:2.34},{&quot;2026-08-30&quot;:2.35},{&quot;2026-08-31&quot;:2.33},{&quot;2026-09-01&quot;:2.36},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.42}]}"
        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="75814"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Evolution Sage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d089c2c1-e304-4f28-8700-5b9b3029bdbc.jpg?1783913859" />

        <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">
            Evolution Sage
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Evolution Sage" src="https://cards.scryfall.io/large/front/d/0/d089c2c1-e304-4f28-8700-5b9b3029bdbc.jpg?1783913859" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.62},{&quot;2026-06-15&quot;:3.5},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.29},{&quot;2026-06-19&quot;:3.34},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.51},{&quot;2026-06-22&quot;:3.45},{&quot;2026-06-23&quot;:3.52},{&quot;2026-06-24&quot;:3.53},{&quot;2026-06-25&quot;:3.54},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.39},{&quot;2026-06-28&quot;:3.31},{&quot;2026-06-29&quot;:3.27},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.23},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:2.93},{&quot;2026-07-09&quot;:2.78},{&quot;2026-07-10&quot;:2.82},{&quot;2026-07-11&quot;:2.81},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.51},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.45},{&quot;2026-07-18&quot;:3.52},{&quot;2026-07-19&quot;:3.53},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.48},{&quot;2026-07-24&quot;:3.44},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.34},{&quot;2026-07-27&quot;:3.31},{&quot;2026-07-28&quot;:3.26},{&quot;2026-07-29&quot;:3.22},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:2.93},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.7},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.59},{&quot;2026-08-10&quot;:2.61},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.67},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.67},{&quot;2026-08-24&quot;:2.78},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.1},{&quot;2026-08-27&quot;:3.09},{&quot;2026-08-28&quot;:3.09},{&quot;2026-08-29&quot;:3.09},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.74},{&quot;2026-09-02&quot;:2.65},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.68},{&quot;2026-09-05&quot;:2.73},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.42},{&quot;2026-09-12&quot;:2.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="90892"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Gravecrawler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/662e18ab-d3cf-4f91-8ecb-c559c5218061.jpg?1783908142" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gravecrawler" src="https://cards.scryfall.io/large/front/6/6/662e18ab-d3cf-4f91-8ecb-c559c5218061.jpg?1783908142" />
    </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.74
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.82},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.8},{&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.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-23&quot;:1.98},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.98},{&quot;2026-06-26&quot;:1.98},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.17},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.17},{&quot;2026-07-12&quot;:2.17},{&quot;2026-07-13&quot;:2.17},{&quot;2026-07-14&quot;:2.17},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.17},{&quot;2026-07-18&quot;:2.17},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.17},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.31},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.31},{&quot;2026-08-01&quot;:2.31},{&quot;2026-08-02&quot;:2.31},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.28},{&quot;2026-08-13&quot;:2.28},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.54},{&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.41},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.41},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.41},{&quot;2026-09-11&quot;:2.41},{&quot;2026-09-12&quot;:2.41}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.3},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:2.01},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-23&quot;:2.01},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:1.98},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.04},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.1},{&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;:2.09},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:1.98},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.99},{&quot;2026-07-31&quot;:1.94},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.94},{&quot;2026-08-11&quot;:1.94},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:2.15},{&quot;2026-08-25&quot;:2.15},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&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.8},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.74},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.77},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.74}]}"
        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="95388"
  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">
            Jecht, Reluctant Guardian 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Jecht, Reluctant Guardian // Braska&#39;s Final Aeon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/0/20c75373-7db4-4964-8e09-2badce2f0f84.jpg?1783906522" />

        <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">
            Jecht, Reluctant Guardian 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Jecht, Reluctant Guardian // Braska&#39;s Final Aeon" src="https://cards.scryfall.io/large/front/2/0/20c75373-7db4-4964-8e09-2badce2f0f84.jpg?1783906522" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Jecht, Reluctant Guardian // Braska&#39;s Final Aeon" src="https://cards.scryfall.io/large/back/2/0/20c75373-7db4-4964-8e09-2badce2f0f84.jpg?1783906522" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:3.47},{&quot;2026-06-15&quot;:3.52},{&quot;2026-06-16&quot;:3.51},{&quot;2026-06-17&quot;:3.54},{&quot;2026-06-18&quot;:3.54},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.56},{&quot;2026-06-21&quot;:3.56},{&quot;2026-06-22&quot;:3.56},{&quot;2026-06-23&quot;:3.65},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.47},{&quot;2026-06-26&quot;:3.52},{&quot;2026-06-27&quot;:3.52},{&quot;2026-06-28&quot;:3.52},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.65},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.51},{&quot;2026-07-05&quot;:3.6},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.63},{&quot;2026-07-10&quot;:3.63},{&quot;2026-07-11&quot;:3.61},{&quot;2026-07-12&quot;:3.57},{&quot;2026-07-13&quot;:3.54},{&quot;2026-07-14&quot;:3.51},{&quot;2026-07-15&quot;:3.47},{&quot;2026-07-16&quot;:3.54},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.47},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-22&quot;:3.37},{&quot;2026-07-23&quot;:3.4},{&quot;2026-07-24&quot;:3.35},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.37},{&quot;2026-07-28&quot;:3.37},{&quot;2026-07-29&quot;:3.37},{&quot;2026-07-30&quot;:3.39},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.26},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.56},{&quot;2026-08-10&quot;:3.53},{&quot;2026-08-11&quot;:3.48},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.48},{&quot;2026-08-14&quot;:3.48},{&quot;2026-08-15&quot;:3.46},{&quot;2026-08-16&quot;:3.57},{&quot;2026-08-17&quot;:3.65},{&quot;2026-08-18&quot;:3.57},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.57},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.63},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.47},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.54},{&quot;2026-09-04&quot;:3.57},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.63},{&quot;2026-09-11&quot;:3.63},{&quot;2026-09-12&quot;:3.68}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.02},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.02},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.41},{&quot;2026-06-22&quot;:2.48},{&quot;2026-06-23&quot;:2.46},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.45},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.49},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.3},{&quot;2026-07-06&quot;:2.34},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.5},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.83},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-24&quot;:2.87},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.85},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.31},{&quot;2026-08-02&quot;:2.23},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.43},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.46},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.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="19424"
  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-dmc 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">
            Activated Sleeper
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Activated Sleeper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/343d01cf-9806-4c2d-a993-ddc9ed248d7f.jpg?1783921470" />

        <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">
            Activated Sleeper
        </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 Shapeshifter</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Activated Sleeper" src="https://cards.scryfall.io/large/front/3/4/343d01cf-9806-4c2d-a993-ddc9ed248d7f.jpg?1783921470" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.16},{&quot;2026-06-11&quot;:1.16},{&quot;2026-06-12&quot;:1.16},{&quot;2026-06-13&quot;:1.16},{&quot;2026-06-14&quot;:1.16},{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.15},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.15},{&quot;2026-06-21&quot;:1.15},{&quot;2026-06-22&quot;:1.15},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.15},{&quot;2026-06-26&quot;:1.15},{&quot;2026-06-27&quot;:1.15},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.16},{&quot;2026-07-05&quot;:1.16},{&quot;2026-07-06&quot;:1.16},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.16},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.16},{&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.42},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-29&quot;:1.47},{&quot;2026-07-30&quot;:1.47},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.47},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.47},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.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.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.47},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.47},{&quot;2026-08-22&quot;:1.47},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.47},{&quot;2026-08-27&quot;:1.47},{&quot;2026-08-28&quot;:1.47},{&quot;2026-08-29&quot;:1.47},{&quot;2026-08-30&quot;:1.47},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.49},{&quot;2026-09-03&quot;:1.49},{&quot;2026-09-04&quot;:1.49},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.5},{&quot;2026-09-10&quot;:1.52},{&quot;2026-09-11&quot;:1.52},{&quot;2026-09-12&quot;:1.52}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.33},{&quot;2026-06-11&quot;:1.33},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.35},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&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.4},{&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.37},{&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.37},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.4},{&quot;2026-07-08&quot;:1.42},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.57},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.52},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-25&quot;:1.52},{&quot;2026-07-26&quot;:1.46},{&quot;2026-07-27&quot;:1.46},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.62},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.63},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.85},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:1.92},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:2.03},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.09},{&quot;2026-09-03&quot;:2.09},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.26},{&quot;2026-09-12&quot;:2.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="28384"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Danse Macabre" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/5151b81b-6d10-40de-9e65-89923e4c03d9.jpg?1783926251" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Danse Macabre
        </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-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="Danse Macabre" src="https://cards.scryfall.io/large/front/5/1/5151b81b-6d10-40de-9e65-89923e4c03d9.jpg?1783926251" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Harvester of Souls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5d222691-1eb4-407e-a94a-5a71c0f1e376.jpg?1783927731" />

        <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">
            Harvester of Souls
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Harvester of Souls" src="https://cards.scryfall.io/large/front/5/d/5d222691-1eb4-407e-a94a-5a71c0f1e376.jpg?1783927731" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:14.04},{&quot;2026-06-13&quot;:14.04},{&quot;2026-06-14&quot;:14.04},{&quot;2026-06-15&quot;:14.04},{&quot;2026-06-16&quot;:14.04},{&quot;2026-06-17&quot;:14.04},{&quot;2026-06-18&quot;:14.04},{&quot;2026-06-19&quot;:14.04},{&quot;2026-06-20&quot;:14.04},{&quot;2026-06-21&quot;:14.04},{&quot;2026-06-22&quot;:14.04},{&quot;2026-06-23&quot;:14.04},{&quot;2026-06-24&quot;:14.04},{&quot;2026-06-25&quot;:14.04},{&quot;2026-06-26&quot;:14.04},{&quot;2026-06-27&quot;:14.04},{&quot;2026-06-28&quot;:14.04},{&quot;2026-06-29&quot;:14.04},{&quot;2026-06-30&quot;:14.04},{&quot;2026-07-01&quot;:14.04},{&quot;2026-07-02&quot;:14.04},{&quot;2026-07-03&quot;:14.04},{&quot;2026-07-04&quot;:14.04},{&quot;2026-07-05&quot;:14.04},{&quot;2026-07-06&quot;:14.04},{&quot;2026-07-07&quot;:14.04},{&quot;2026-07-08&quot;:14.04},{&quot;2026-07-09&quot;:14.04},{&quot;2026-07-10&quot;:14.04},{&quot;2026-07-11&quot;:14.04},{&quot;2026-07-12&quot;:14.04},{&quot;2026-07-13&quot;:14.04},{&quot;2026-07-14&quot;:14.04},{&quot;2026-07-15&quot;:14.04},{&quot;2026-07-16&quot;:14.04},{&quot;2026-07-17&quot;:14.04},{&quot;2026-07-18&quot;:14.04},{&quot;2026-07-19&quot;:14.04},{&quot;2026-07-20&quot;:14.04},{&quot;2026-07-21&quot;:14.04},{&quot;2026-07-23&quot;:14.04},{&quot;2026-07-25&quot;:12.92},{&quot;2026-07-26&quot;:12.92},{&quot;2026-07-27&quot;:13.27},{&quot;2026-07-28&quot;:13.27},{&quot;2026-07-29&quot;:13.27},{&quot;2026-07-30&quot;:13.27},{&quot;2026-07-31&quot;:13.27},{&quot;2026-08-01&quot;:13.27},{&quot;2026-08-02&quot;:13.27},{&quot;2026-08-03&quot;:13.27},{&quot;2026-08-04&quot;:13.27},{&quot;2026-08-05&quot;:13.27},{&quot;2026-08-07&quot;:13.27},{&quot;2026-08-08&quot;:13.27},{&quot;2026-08-09&quot;:13.27},{&quot;2026-08-10&quot;:13.27},{&quot;2026-08-11&quot;:13.27},{&quot;2026-08-12&quot;:13.27},{&quot;2026-08-13&quot;:13.27},{&quot;2026-08-14&quot;:13.27},{&quot;2026-08-15&quot;:13.27},{&quot;2026-08-16&quot;:13.27},{&quot;2026-08-17&quot;:13.27},{&quot;2026-08-18&quot;:13.27},{&quot;2026-08-19&quot;:13.27},{&quot;2026-08-20&quot;:13.27},{&quot;2026-08-21&quot;:13.66},{&quot;2026-08-22&quot;:13.66},{&quot;2026-08-23&quot;:13.66},{&quot;2026-08-24&quot;:13.66},{&quot;2026-08-25&quot;:13.66},{&quot;2026-08-26&quot;:13.66},{&quot;2026-08-27&quot;:13.66},{&quot;2026-08-28&quot;:13.66},{&quot;2026-08-29&quot;:13.66},{&quot;2026-08-30&quot;:13.66},{&quot;2026-08-31&quot;:13.66},{&quot;2026-09-01&quot;:13.66},{&quot;2026-09-02&quot;:13.66},{&quot;2026-09-03&quot;:17.61},{&quot;2026-09-04&quot;:17.61},{&quot;2026-09-05&quot;:17.61},{&quot;2026-09-06&quot;:17.61},{&quot;2026-09-07&quot;:17.61},{&quot;2026-09-08&quot;:17.61},{&quot;2026-09-09&quot;:17.61},{&quot;2026-09-10&quot;:17.54},{&quot;2026-09-11&quot;:17.54},{&quot;2026-09-12&quot;:17.54}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.52},{&quot;2026-06-13&quot;:1.52},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.56},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.59},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.78},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.83},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.93},{&quot;2026-07-01&quot;:1.93},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.99},{&quot;2026-07-05&quot;:1.99},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:1.99},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.32},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.43},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.48},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.54},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.53},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.4},{&quot;2026-09-11&quot;:2.42},{&quot;2026-09-12&quot;:2.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="83615"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Supreme Verdict" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/21a6bdf6-0c91-49c3-8f9d-7f244807e689.jpg?1783931957" />

        <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">
            Supreme Verdict
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Supreme Verdict" src="https://cards.scryfall.io/large/front/2/1/21a6bdf6-0c91-49c3-8f9d-7f244807e689.jpg?1783931957" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.42},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.37},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.11},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:1.98},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:2.0},{&quot;2026-07-08&quot;:1.94},{&quot;2026-07-09&quot;:1.92},{&quot;2026-07-10&quot;:1.92},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.99},{&quot;2026-07-14&quot;:1.99},{&quot;2026-07-15&quot;:1.99},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.1},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-22&quot;:2.08},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.17},{&quot;2026-08-04&quot;:2.17},{&quot;2026-08-05&quot;:2.17},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.18},{&quot;2026-08-11&quot;:2.17},{&quot;2026-08-12&quot;:2.2},{&quot;2026-08-13&quot;:2.23},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.32},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:2.3},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.42},{&quot;2026-09-12&quot;:2.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="94831"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-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">
            Winota, Joiner of Forces
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Winota, Joiner of Forces" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6e1a948f-2d7f-4398-9f56-90dac6897c69.jpg?1783906389" />

        <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">
            Winota, Joiner of Forces
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Winota, Joiner of Forces" src="https://cards.scryfall.io/large/front/6/e/6e1a948f-2d7f-4398-9f56-90dac6897c69.jpg?1783906389" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:10.92},{&quot;2026-06-12&quot;:10.94},{&quot;2026-06-13&quot;:10.94},{&quot;2026-06-14&quot;:10.96},{&quot;2026-06-15&quot;:10.96},{&quot;2026-06-16&quot;:10.96},{&quot;2026-06-17&quot;:11.03},{&quot;2026-06-18&quot;:11.03},{&quot;2026-06-19&quot;:11.27},{&quot;2026-06-20&quot;:11.27},{&quot;2026-06-21&quot;:11.27},{&quot;2026-06-22&quot;:11.35},{&quot;2026-06-23&quot;:11.35},{&quot;2026-06-24&quot;:11.4},{&quot;2026-06-25&quot;:11.4},{&quot;2026-06-26&quot;:11.4},{&quot;2026-06-27&quot;:11.4},{&quot;2026-06-28&quot;:11.39},{&quot;2026-06-29&quot;:11.39},{&quot;2026-06-30&quot;:11.38},{&quot;2026-07-01&quot;:11.4},{&quot;2026-07-02&quot;:11.4},{&quot;2026-07-03&quot;:11.4},{&quot;2026-07-04&quot;:11.45},{&quot;2026-07-05&quot;:11.53},{&quot;2026-07-06&quot;:11.64},{&quot;2026-07-07&quot;:11.95},{&quot;2026-07-08&quot;:12.0},{&quot;2026-07-09&quot;:12.05},{&quot;2026-07-10&quot;:12.05},{&quot;2026-07-11&quot;:12.03},{&quot;2026-07-12&quot;:12.02},{&quot;2026-07-13&quot;:12.01},{&quot;2026-07-14&quot;:12.17},{&quot;2026-07-15&quot;:12.25},{&quot;2026-07-16&quot;:12.36},{&quot;2026-07-17&quot;:12.42},{&quot;2026-07-18&quot;:12.38},{&quot;2026-07-19&quot;:12.38},{&quot;2026-07-20&quot;:12.38},{&quot;2026-07-21&quot;:12.38},{&quot;2026-07-23&quot;:12.38},{&quot;2026-07-25&quot;:12.38},{&quot;2026-07-26&quot;:12.38},{&quot;2026-07-27&quot;:12.31},{&quot;2026-07-29&quot;:12.31},{&quot;2026-07-30&quot;:12.31},{&quot;2026-07-31&quot;:12.51},{&quot;2026-08-01&quot;:12.51},{&quot;2026-08-02&quot;:12.95},{&quot;2026-08-03&quot;:12.95},{&quot;2026-08-04&quot;:12.91},{&quot;2026-08-05&quot;:12.91},{&quot;2026-08-07&quot;:12.98},{&quot;2026-08-08&quot;:13.01},{&quot;2026-08-09&quot;:13.01},{&quot;2026-08-10&quot;:13.01},{&quot;2026-08-11&quot;:13.13},{&quot;2026-08-12&quot;:13.31},{&quot;2026-08-13&quot;:13.31},{&quot;2026-08-14&quot;:13.36},{&quot;2026-08-15&quot;:13.36},{&quot;2026-08-16&quot;:13.36},{&quot;2026-08-17&quot;:13.34},{&quot;2026-08-18&quot;:13.34},{&quot;2026-08-19&quot;:13.34},{&quot;2026-08-20&quot;:13.34},{&quot;2026-08-21&quot;:13.34},{&quot;2026-08-22&quot;:13.34},{&quot;2026-08-23&quot;:13.34},{&quot;2026-08-24&quot;:13.34},{&quot;2026-08-25&quot;:13.34},{&quot;2026-08-26&quot;:13.38},{&quot;2026-08-27&quot;:13.46},{&quot;2026-08-28&quot;:14.06},{&quot;2026-08-29&quot;:14.06},{&quot;2026-08-30&quot;:14.24},{&quot;2026-08-31&quot;:14.24},{&quot;2026-09-01&quot;:14.24},{&quot;2026-09-02&quot;:14.25},{&quot;2026-09-03&quot;:14.41},{&quot;2026-09-04&quot;:14.41},{&quot;2026-09-05&quot;:14.29},{&quot;2026-09-06&quot;:14.29},{&quot;2026-09-07&quot;:14.29},{&quot;2026-09-08&quot;:14.29},{&quot;2026-09-09&quot;:14.29},{&quot;2026-09-10&quot;:14.42},{&quot;2026-09-11&quot;:14.33},{&quot;2026-09-12&quot;:14.33}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.72},{&quot;2026-06-12&quot;:2.81},{&quot;2026-06-13&quot;:2.79},{&quot;2026-06-14&quot;:2.84},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.51},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.65},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.83},{&quot;2026-06-30&quot;:2.83},{&quot;2026-07-01&quot;:2.77},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.5},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.58},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.12},{&quot;2026-07-31&quot;:1.96},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.27},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.44},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.23},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.29},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.32},{&quot;2026-09-12&quot;:2.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="109175"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Lotus Field" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/e/ee5ac47c-e8b6-400e-b91e-a7cd0f952cf1.jpg?1782683085" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lotus Field
        </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="Lotus Field" src="https://cards.scryfall.io/large/front/e/e/ee5ac47c-e8b6-400e-b91e-a7cd0f952cf1.jpg?1782683085" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:2.49},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.56},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.31},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.32},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.11},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-22&quot;:2.14},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.13},{&quot;2026-07-25&quot;:2.12},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.44},{&quot;2026-07-28&quot;:2.45},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.2},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.73},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.23},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.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="35886"
  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">
            Jadar, Ghoulcaller of Nephalia
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Jadar, Ghoulcaller of Nephalia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff971ba7-68b8-482a-9cb1-741f6893550c.jpg?1783925615" />

        <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">
            Jadar, Ghoulcaller of Nephalia
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Jadar, Ghoulcaller of Nephalia" src="https://cards.scryfall.io/large/front/f/f/ff971ba7-68b8-482a-9cb1-741f6893550c.jpg?1783925615" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.96},{&quot;2026-06-11&quot;:7.96},{&quot;2026-06-12&quot;:7.96},{&quot;2026-06-13&quot;:7.96},{&quot;2026-06-14&quot;:7.96},{&quot;2026-06-15&quot;:7.96},{&quot;2026-06-16&quot;:7.96},{&quot;2026-06-17&quot;:7.96},{&quot;2026-06-18&quot;:7.96},{&quot;2026-06-19&quot;:7.96},{&quot;2026-06-20&quot;:7.96},{&quot;2026-06-21&quot;:7.98},{&quot;2026-06-22&quot;:7.98},{&quot;2026-06-24&quot;:7.98},{&quot;2026-06-25&quot;:7.98},{&quot;2026-06-26&quot;:7.98},{&quot;2026-06-27&quot;:7.98},{&quot;2026-06-28&quot;:7.98},{&quot;2026-06-29&quot;:7.98},{&quot;2026-06-30&quot;:7.98},{&quot;2026-07-01&quot;:7.98},{&quot;2026-07-02&quot;:7.98},{&quot;2026-07-03&quot;:7.98},{&quot;2026-07-04&quot;:7.98},{&quot;2026-07-05&quot;:7.98},{&quot;2026-07-06&quot;:7.98},{&quot;2026-07-07&quot;:7.98},{&quot;2026-07-08&quot;:7.98},{&quot;2026-07-09&quot;:7.98},{&quot;2026-07-10&quot;:7.98},{&quot;2026-07-11&quot;:7.98},{&quot;2026-07-12&quot;:7.98},{&quot;2026-07-13&quot;:7.98},{&quot;2026-07-14&quot;:7.9},{&quot;2026-07-15&quot;:7.9},{&quot;2026-07-16&quot;:7.9},{&quot;2026-07-17&quot;:7.9},{&quot;2026-07-18&quot;:7.9},{&quot;2026-07-19&quot;:7.9},{&quot;2026-07-20&quot;:7.9},{&quot;2026-07-21&quot;:7.9},{&quot;2026-07-23&quot;:7.98},{&quot;2026-07-25&quot;:7.98},{&quot;2026-07-26&quot;:7.98},{&quot;2026-07-27&quot;:7.98},{&quot;2026-07-29&quot;:7.98},{&quot;2026-07-30&quot;:7.98},{&quot;2026-07-31&quot;:7.98},{&quot;2026-08-01&quot;:7.98},{&quot;2026-08-02&quot;:7.98},{&quot;2026-08-03&quot;:7.98},{&quot;2026-08-04&quot;:7.98},{&quot;2026-08-05&quot;:7.98},{&quot;2026-08-07&quot;:7.98},{&quot;2026-08-08&quot;:7.98},{&quot;2026-08-09&quot;:7.98},{&quot;2026-08-10&quot;:7.98},{&quot;2026-08-11&quot;:7.98},{&quot;2026-08-12&quot;:7.98},{&quot;2026-08-13&quot;:7.98},{&quot;2026-08-14&quot;:7.98},{&quot;2026-08-15&quot;:7.98},{&quot;2026-08-16&quot;:7.94},{&quot;2026-08-17&quot;:7.94},{&quot;2026-08-18&quot;:7.94},{&quot;2026-08-19&quot;:7.94},{&quot;2026-08-20&quot;:7.94},{&quot;2026-08-21&quot;:7.94},{&quot;2026-08-22&quot;:7.94},{&quot;2026-08-23&quot;:7.94},{&quot;2026-08-24&quot;:7.94},{&quot;2026-08-25&quot;:7.94},{&quot;2026-08-26&quot;:7.94},{&quot;2026-08-27&quot;:7.94},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:7.94},{&quot;2026-08-31&quot;:7.94},{&quot;2026-09-01&quot;:7.94},{&quot;2026-09-02&quot;:7.94},{&quot;2026-09-03&quot;:7.94},{&quot;2026-09-04&quot;:7.94},{&quot;2026-09-05&quot;:7.94},{&quot;2026-09-06&quot;:7.94},{&quot;2026-09-07&quot;:7.94},{&quot;2026-09-08&quot;:7.94},{&quot;2026-09-09&quot;:7.94},{&quot;2026-09-10&quot;:7.94},{&quot;2026-09-11&quot;:7.94},{&quot;2026-09-12&quot;:7.94}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.1},{&quot;2026-06-11&quot;:4.19},{&quot;2026-06-12&quot;:4.19},{&quot;2026-06-13&quot;:4.6},{&quot;2026-06-14&quot;:4.36},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:5.07},{&quot;2026-06-17&quot;:5.07},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.53},{&quot;2026-06-22&quot;:4.68},{&quot;2026-06-24&quot;:4.08},{&quot;2026-06-25&quot;:4.28},{&quot;2026-06-26&quot;:4.28},{&quot;2026-06-27&quot;:4.48},{&quot;2026-06-28&quot;:3.92},{&quot;2026-06-29&quot;:3.85},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.67},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.6},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.63},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.38},{&quot;2026-07-12&quot;:3.51},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.69},{&quot;2026-07-15&quot;:3.42},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.63},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.17},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-25&quot;:3.41},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-29&quot;:3.62},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.33},{&quot;2026-08-01&quot;:3.18},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.88},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45},{&quot;2026-09-12&quot;:2.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="42445"
  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">
            March of Otherworldly Light
        </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">
            $2.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="March of Otherworldly Light" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2bbf453c-bded-4d39-bebf-fd240ec44287.jpg?1783923751" />

        <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">
            March of Otherworldly Light
        </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-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="March of Otherworldly Light" src="https://cards.scryfall.io/large/front/2/b/2bbf453c-bded-4d39-bebf-fd240ec44287.jpg?1783923751" />
    </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.29
              </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.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Counterbalance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95949438-884d-420d-b7c4-972327ca486b.jpg?1783910571" />

        <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">
            Counterbalance
        </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-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="Counterbalance" src="https://cards.scryfall.io/large/front/9/5/95949438-884d-420d-b7c4-972327ca486b.jpg?1783910571" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:23.44},{&quot;2026-06-13&quot;:23.44},{&quot;2026-06-14&quot;:23.44},{&quot;2026-06-15&quot;:23.44},{&quot;2026-06-16&quot;:23.44},{&quot;2026-06-17&quot;:23.44},{&quot;2026-06-18&quot;:23.44},{&quot;2026-06-19&quot;:23.36},{&quot;2026-06-20&quot;:23.36},{&quot;2026-06-21&quot;:23.36},{&quot;2026-06-22&quot;:23.36},{&quot;2026-06-23&quot;:23.36},{&quot;2026-06-24&quot;:23.36},{&quot;2026-06-25&quot;:23.36},{&quot;2026-06-26&quot;:23.36},{&quot;2026-06-27&quot;:23.36},{&quot;2026-06-28&quot;:23.44},{&quot;2026-06-29&quot;:23.44},{&quot;2026-06-30&quot;:23.44},{&quot;2026-07-01&quot;:23.48},{&quot;2026-07-02&quot;:23.48},{&quot;2026-07-03&quot;:23.48},{&quot;2026-07-04&quot;:23.48},{&quot;2026-07-05&quot;:23.48},{&quot;2026-07-06&quot;:23.48},{&quot;2026-07-07&quot;:23.48},{&quot;2026-07-08&quot;:23.48},{&quot;2026-07-09&quot;:23.48},{&quot;2026-07-10&quot;:23.48},{&quot;2026-07-11&quot;:23.48},{&quot;2026-07-12&quot;:23.48},{&quot;2026-07-13&quot;:23.48},{&quot;2026-07-14&quot;:23.48},{&quot;2026-07-15&quot;:23.48},{&quot;2026-07-16&quot;:23.48},{&quot;2026-07-17&quot;:23.48},{&quot;2026-07-18&quot;:23.49},{&quot;2026-07-19&quot;:23.49},{&quot;2026-07-20&quot;:23.49},{&quot;2026-07-21&quot;:23.49},{&quot;2026-07-23&quot;:23.49},{&quot;2026-07-25&quot;:23.49},{&quot;2026-07-26&quot;:23.49},{&quot;2026-07-27&quot;:23.51},{&quot;2026-07-28&quot;:23.51},{&quot;2026-07-29&quot;:23.51},{&quot;2026-07-30&quot;:23.51},{&quot;2026-07-31&quot;:23.51},{&quot;2026-08-01&quot;:23.51},{&quot;2026-08-02&quot;:23.51},{&quot;2026-08-03&quot;:23.51},{&quot;2026-08-04&quot;:23.51},{&quot;2026-08-05&quot;:23.51},{&quot;2026-08-07&quot;:23.46},{&quot;2026-08-08&quot;:23.46},{&quot;2026-08-09&quot;:23.46},{&quot;2026-08-10&quot;:23.46},{&quot;2026-08-11&quot;:23.46},{&quot;2026-08-12&quot;:23.46},{&quot;2026-08-13&quot;:23.46},{&quot;2026-08-14&quot;:23.46},{&quot;2026-08-15&quot;:23.5},{&quot;2026-08-16&quot;:23.5},{&quot;2026-08-17&quot;:23.5},{&quot;2026-08-18&quot;:23.71},{&quot;2026-08-19&quot;:23.71},{&quot;2026-08-20&quot;:23.71},{&quot;2026-08-21&quot;:23.61},{&quot;2026-08-22&quot;:23.96},{&quot;2026-08-23&quot;:23.96},{&quot;2026-08-24&quot;:23.96},{&quot;2026-08-25&quot;:23.96},{&quot;2026-08-26&quot;:23.96},{&quot;2026-08-27&quot;:23.96},{&quot;2026-08-28&quot;:23.96},{&quot;2026-08-29&quot;:23.96},{&quot;2026-08-30&quot;:23.96},{&quot;2026-08-31&quot;:23.96},{&quot;2026-09-01&quot;:23.96},{&quot;2026-09-02&quot;:23.96},{&quot;2026-09-03&quot;:24.03},{&quot;2026-09-04&quot;:24.03},{&quot;2026-09-05&quot;:24.03},{&quot;2026-09-06&quot;:24.03},{&quot;2026-09-07&quot;:24.03},{&quot;2026-09-08&quot;:24.03},{&quot;2026-09-09&quot;:24.03},{&quot;2026-09-10&quot;:24.03},{&quot;2026-09-11&quot;:24.03},{&quot;2026-09-12&quot;:24.03}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.58},{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.62},{&quot;2026-06-15&quot;:3.68},{&quot;2026-06-16&quot;:3.68},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.75},{&quot;2026-06-20&quot;:3.8},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.81},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.71},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.66},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.73},{&quot;2026-07-02&quot;:3.69},{&quot;2026-07-03&quot;:3.69},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.66},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.58},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.58},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.63},{&quot;2026-07-16&quot;:3.77},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-23&quot;:3.73},{&quot;2026-07-25&quot;:3.89},{&quot;2026-07-26&quot;:3.84},{&quot;2026-07-27&quot;:3.81},{&quot;2026-07-28&quot;:3.72},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.72},{&quot;2026-07-31&quot;:3.67},{&quot;2026-08-01&quot;:3.7},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.75},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.61},{&quot;2026-08-07&quot;:3.52},{&quot;2026-08-08&quot;:3.52},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.46},{&quot;2026-08-12&quot;:3.64},{&quot;2026-08-13&quot;:3.6},{&quot;2026-08-14&quot;:3.48},{&quot;2026-08-15&quot;:3.48},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.01},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:2.91},{&quot;2026-08-23&quot;:2.91},{&quot;2026-08-24&quot;:2.85},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.5},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.68},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.42},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.39},{&quot;2026-09-12&quot;:2.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="79666"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Leyline of the Void" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/186eea73-46c5-4532-ac94-326db7d6f0cb.jpg?1783927732" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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-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="Leyline of the Void" src="https://cards.scryfall.io/large/front/1/8/186eea73-46c5-4532-ac94-326db7d6f0cb.jpg?1783927732" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:89.31},{&quot;2026-06-13&quot;:89.31},{&quot;2026-06-14&quot;:89.31},{&quot;2026-06-15&quot;:89.31},{&quot;2026-06-16&quot;:89.08},{&quot;2026-06-17&quot;:89.08},{&quot;2026-06-18&quot;:89.08},{&quot;2026-06-19&quot;:89.08},{&quot;2026-06-20&quot;:89.08},{&quot;2026-06-21&quot;:89.08},{&quot;2026-06-22&quot;:89.08},{&quot;2026-06-23&quot;:89.08},{&quot;2026-06-24&quot;:89.08},{&quot;2026-06-25&quot;:89.08},{&quot;2026-06-26&quot;:89.08},{&quot;2026-06-27&quot;:89.08},{&quot;2026-06-28&quot;:89.08},{&quot;2026-06-29&quot;:89.08},{&quot;2026-06-30&quot;:89.08},{&quot;2026-07-01&quot;:89.08},{&quot;2026-07-02&quot;:89.08},{&quot;2026-07-03&quot;:89.08},{&quot;2026-07-04&quot;:89.08},{&quot;2026-07-05&quot;:89.08},{&quot;2026-07-06&quot;:89.08},{&quot;2026-07-07&quot;:89.08},{&quot;2026-07-08&quot;:89.08},{&quot;2026-07-09&quot;:89.08},{&quot;2026-07-10&quot;:89.08},{&quot;2026-07-11&quot;:89.08},{&quot;2026-07-12&quot;:89.08},{&quot;2026-07-13&quot;:89.08},{&quot;2026-07-14&quot;:89.08},{&quot;2026-07-15&quot;:89.08},{&quot;2026-07-16&quot;:89.08},{&quot;2026-07-17&quot;:89.08},{&quot;2026-07-18&quot;:89.08},{&quot;2026-07-19&quot;:89.08},{&quot;2026-07-20&quot;:89.08},{&quot;2026-07-21&quot;:89.08},{&quot;2026-07-23&quot;:89.08},{&quot;2026-07-25&quot;:89.08},{&quot;2026-07-26&quot;:89.08},{&quot;2026-07-27&quot;:89.08},{&quot;2026-07-28&quot;:89.08},{&quot;2026-07-29&quot;:89.08},{&quot;2026-07-30&quot;:89.08},{&quot;2026-07-31&quot;:89.08},{&quot;2026-08-01&quot;:89.08},{&quot;2026-08-02&quot;:89.08},{&quot;2026-08-03&quot;:89.08},{&quot;2026-08-04&quot;:89.08},{&quot;2026-08-05&quot;:89.08},{&quot;2026-08-07&quot;:89.08},{&quot;2026-08-08&quot;:89.08},{&quot;2026-08-09&quot;:89.08},{&quot;2026-08-10&quot;:89.08},{&quot;2026-08-11&quot;:89.08},{&quot;2026-08-12&quot;:89.08},{&quot;2026-08-13&quot;:89.08},{&quot;2026-08-14&quot;:89.08},{&quot;2026-08-15&quot;:89.08},{&quot;2026-08-16&quot;:89.08},{&quot;2026-08-17&quot;:89.08},{&quot;2026-08-18&quot;:89.08},{&quot;2026-08-19&quot;:89.08},{&quot;2026-08-20&quot;:89.08},{&quot;2026-08-21&quot;:89.08},{&quot;2026-08-22&quot;:89.08},{&quot;2026-08-23&quot;:89.08},{&quot;2026-08-24&quot;:89.08},{&quot;2026-08-25&quot;:89.08},{&quot;2026-08-26&quot;:89.08},{&quot;2026-08-27&quot;:89.08},{&quot;2026-08-28&quot;:89.08},{&quot;2026-08-29&quot;:89.08},{&quot;2026-08-30&quot;:89.08},{&quot;2026-08-31&quot;:89.08},{&quot;2026-09-01&quot;:89.08},{&quot;2026-09-02&quot;:89.08},{&quot;2026-09-03&quot;:89.08},{&quot;2026-09-04&quot;:89.08},{&quot;2026-09-05&quot;:89.08},{&quot;2026-09-06&quot;:89.08},{&quot;2026-09-07&quot;:89.08},{&quot;2026-09-08&quot;:89.08},{&quot;2026-09-09&quot;:89.08},{&quot;2026-09-10&quot;:89.08},{&quot;2026-09-11&quot;:89.08},{&quot;2026-09-12&quot;:89.08}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.58},{&quot;2026-06-13&quot;:2.58},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.54},{&quot;2026-06-17&quot;:2.54},{&quot;2026-06-18&quot;:2.54},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-23&quot;:2.48},{&quot;2026-06-24&quot;:2.48},{&quot;2026-06-25&quot;:2.48},{&quot;2026-06-26&quot;:2.48},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.39},{&quot;2026-07-06&quot;:2.39},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.22},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.26},{&quot;2026-08-09&quot;:2.26},{&quot;2026-08-10&quot;:2.35},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.36},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.42},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.37},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.34},{&quot;2026-08-31&quot;:2.34},{&quot;2026-09-01&quot;:2.34},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.41},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.41},{&quot;2026-09-11&quot;:2.39},{&quot;2026-09-12&quot;:2.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="80436"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Crystalline Sliver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c10b48a-f21c-4f4a-84d1-2beedef05270.jpg?1783929669" />

        <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">
            Crystalline Sliver
        </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 — Sliver</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Crystalline Sliver" src="https://cards.scryfall.io/large/front/8/c/8c10b48a-f21c-4f4a-84d1-2beedef05270.jpg?1783929669" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.63},{&quot;2026-06-13&quot;:2.59},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:3.0},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.92},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.89},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:3.01},{&quot;2026-06-26&quot;:2.89},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.69},{&quot;2026-06-30&quot;:2.69},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.68},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.65},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.82},{&quot;2026-07-08&quot;:2.67},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.69},{&quot;2026-07-11&quot;:2.69},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.82},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:2.76},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:2.97},{&quot;2026-07-29&quot;:2.85},{&quot;2026-07-30&quot;:2.92},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:2.79},{&quot;2026-08-08&quot;:3.1},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.56},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.56},{&quot;2026-08-21&quot;:2.62},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.5},{&quot;2026-08-25&quot;:2.5},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.66},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.6},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.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="81744"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Maarika, Brutal Gladiator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/86123ab7-ee60-4ef2-8467-1ad420213eb1.jpg?1783917774" />

        <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">
            Maarika, Brutal Gladiator
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></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="Maarika, Brutal Gladiator" src="https://cards.scryfall.io/large/front/8/6/86123ab7-ee60-4ef2-8467-1ad420213eb1.jpg?1783917774" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.7},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.82},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.82},{&quot;2026-06-27&quot;:2.72},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.41},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.4},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.21},{&quot;2026-07-15&quot;:2.21},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.14},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-22&quot;:2.22},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.36},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.3},{&quot;2026-07-29&quot;:2.3},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.3},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.3},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.37},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.25},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.39},{&quot;2026-09-12&quot;:2.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="99210"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-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">
            Sunderflock
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Sunderflock" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5b6221e-cb22-45e4-bb98-2b960afc614c.jpg?1782684088" />

        <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">
            Sunderflock
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></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="Sunderflock" src="https://cards.scryfall.io/large/front/e/5/e5b6221e-cb22-45e4-bb98-2b960afc614c.jpg?1782684088" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  28%
                </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.57
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-14&quot;:2.27},{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.71},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.63},{&quot;2026-06-22&quot;:2.63},{&quot;2026-06-23&quot;:2.68},{&quot;2026-06-24&quot;:2.68},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.82},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.43},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.07},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.96},{&quot;2026-07-19&quot;:1.87},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-22&quot;:1.81},{&quot;2026-07-23&quot;:1.87},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.93},{&quot;2026-07-27&quot;:1.93},{&quot;2026-07-28&quot;:1.9},{&quot;2026-07-29&quot;:1.83},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.84},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.92},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.73},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.8},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.86},{&quot;2026-08-22&quot;:1.88},{&quot;2026-08-23&quot;:1.88},{&quot;2026-08-24&quot;:1.88},{&quot;2026-08-25&quot;:1.88},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.41},{&quot;2026-09-05&quot;:1.45},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.51},{&quot;2026-09-12&quot;:1.57}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.82},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.39},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.31},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-23&quot;:1.4},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.42},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:1.12},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.17},{&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.37},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.32},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.47},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.92},{&quot;2026-07-16&quot;:1.96},{&quot;2026-07-17&quot;:1.97},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.8},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:1.53},{&quot;2026-08-24&quot;:1.88},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.36},{&quot;2026-08-29&quot;:2.36},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.68},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.57},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.41},{&quot;2026-09-12&quot;:2.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="109413"
  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">
            Daze
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Daze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d9a5654-6795-4799-ae3b-5827bfdf7a97.jpg?1782683434" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Daze" src="https://cards.scryfall.io/large/front/9/d/9d9a5654-6795-4799-ae3b-5827bfdf7a97.jpg?1782683434" />
    </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.45
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.56},{&quot;2026-06-11&quot;:2.65},{&quot;2026-06-12&quot;:2.73},{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.64},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.68},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.74},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-24&quot;:2.3},{&quot;2026-06-25&quot;:2.3},{&quot;2026-06-26&quot;:2.3},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:2.02},{&quot;2026-07-04&quot;:2.0},{&quot;2026-07-05&quot;:2.0},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:1.81},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.89},{&quot;2026-07-11&quot;:1.89},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.18},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.39},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.34},{&quot;2026-08-15&quot;:2.24},{&quot;2026-08-16&quot;:2.23},{&quot;2026-08-17&quot;:2.08},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.11},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.11},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.01},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.18},{&quot;2026-09-08&quot;:2.21},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.39},{&quot;2026-09-12&quot;:2.39}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.89},{&quot;2026-06-11&quot;:1.97},{&quot;2026-06-12&quot;:1.83},{&quot;2026-06-13&quot;:1.83},{&quot;2026-06-14&quot;:1.66},{&quot;2026-06-15&quot;:1.68},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:2.03},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.37},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-24&quot;:2.11},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.61},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.4},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.3},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.23},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.11},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-23&quot;:1.06},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:0.95},{&quot;2026-07-27&quot;:0.97},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.01},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:1.05},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.5},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.41},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.3},{&quot;2026-08-28&quot;:1.29},{&quot;2026-08-29&quot;:1.29},{&quot;2026-08-30&quot;:1.37},{&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.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.31},{&quot;2026-09-08&quot;:1.2},{&quot;2026-09-09&quot;:1.32},{&quot;2026-09-10&quot;:1.31},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.45}]}"
        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="16158"
  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-m21 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">
            Elder Gargaroth
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Elder Gargaroth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d51269cf-a333-4a64-94cd-245798d840d2.jpg?1783930678" />

        <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">
            Elder Gargaroth
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Beast</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="Elder Gargaroth" src="https://cards.scryfall.io/large/front/d/5/d51269cf-a333-4a64-94cd-245798d840d2.jpg?1783930678" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.39},{&quot;2026-06-14&quot;:5.39},{&quot;2026-06-15&quot;:5.39},{&quot;2026-06-16&quot;:5.39},{&quot;2026-06-17&quot;:5.39},{&quot;2026-06-18&quot;:5.39},{&quot;2026-06-19&quot;:5.47},{&quot;2026-06-20&quot;:5.47},{&quot;2026-06-21&quot;:5.47},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.47},{&quot;2026-06-24&quot;:5.47},{&quot;2026-06-25&quot;:5.47},{&quot;2026-06-26&quot;:5.47},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.48},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.48},{&quot;2026-07-01&quot;:5.48},{&quot;2026-07-02&quot;:5.48},{&quot;2026-07-03&quot;:5.48},{&quot;2026-07-04&quot;:5.48},{&quot;2026-07-05&quot;:5.48},{&quot;2026-07-06&quot;:5.48},{&quot;2026-07-07&quot;:5.42},{&quot;2026-07-08&quot;:5.42},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.42},{&quot;2026-07-11&quot;:5.5},{&quot;2026-07-12&quot;:5.5},{&quot;2026-07-13&quot;:5.5},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.5},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.5},{&quot;2026-07-20&quot;:5.5},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-24&quot;:5.5},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.62},{&quot;2026-07-27&quot;:5.62},{&quot;2026-07-28&quot;:5.62},{&quot;2026-07-29&quot;:5.62},{&quot;2026-07-30&quot;:5.62},{&quot;2026-07-31&quot;:5.62},{&quot;2026-08-01&quot;:5.62},{&quot;2026-08-02&quot;:5.62},{&quot;2026-08-03&quot;:5.62},{&quot;2026-08-04&quot;:5.62},{&quot;2026-08-05&quot;:5.48},{&quot;2026-08-07&quot;:5.48},{&quot;2026-08-08&quot;:5.48},{&quot;2026-08-09&quot;:5.48},{&quot;2026-08-10&quot;:5.48},{&quot;2026-08-11&quot;:5.48},{&quot;2026-08-12&quot;:5.48},{&quot;2026-08-13&quot;:5.48},{&quot;2026-08-14&quot;:5.53},{&quot;2026-08-15&quot;:5.53},{&quot;2026-08-16&quot;:5.53},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.53},{&quot;2026-08-19&quot;:5.53},{&quot;2026-08-20&quot;:5.53},{&quot;2026-08-21&quot;:5.47},{&quot;2026-08-22&quot;:5.47},{&quot;2026-08-23&quot;:5.53},{&quot;2026-08-24&quot;:5.53},{&quot;2026-08-25&quot;:5.53},{&quot;2026-08-26&quot;:5.53},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.55},{&quot;2026-08-29&quot;:5.55},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.69},{&quot;2026-09-01&quot;:5.69},{&quot;2026-09-02&quot;:5.76},{&quot;2026-09-03&quot;:5.76},{&quot;2026-09-04&quot;:5.76},{&quot;2026-09-05&quot;:5.66},{&quot;2026-09-06&quot;:5.66},{&quot;2026-09-07&quot;:5.66},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.78},{&quot;2026-09-10&quot;:5.78},{&quot;2026-09-11&quot;:5.78},{&quot;2026-09-12&quot;:5.78}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.48},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.43},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.43},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.4},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.38},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.18},{&quot;2026-07-24&quot;:2.18},{&quot;2026-07-25&quot;:2.17},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.17},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:1.99},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.9},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:2.03},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.48},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.43},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.48},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45},{&quot;2026-09-12&quot;:2.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="52732"
  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-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">
            Serra the Benevolent
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Serra the Benevolent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/e/8e3c139e-fcd5-4a23-bcac-b887c6e198e5.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">
            Serra the Benevolent
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Serra the Benevolent" src="https://cards.scryfall.io/large/front/8/e/8e3c139e-fcd5-4a23-bcac-b887c6e198e5.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">
                $2.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">$0.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.28},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.3},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.43},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.48},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.59},{&quot;2026-06-25&quot;:3.6},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.68},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.58},{&quot;2026-07-01&quot;:3.64},{&quot;2026-07-02&quot;:3.64},{&quot;2026-07-03&quot;:3.67},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.67},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.7},{&quot;2026-07-09&quot;:3.79},{&quot;2026-07-10&quot;:3.79},{&quot;2026-07-11&quot;:3.7},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.53},{&quot;2026-07-14&quot;:3.52},{&quot;2026-07-15&quot;:3.48},{&quot;2026-07-16&quot;:3.48},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.06},{&quot;2026-07-23&quot;:3.05},{&quot;2026-07-25&quot;:3.03},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:3.03},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.93},{&quot;2026-08-02&quot;:2.93},{&quot;2026-08-03&quot;:2.93},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.48},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.29},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.24},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.36},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.4},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.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="53144"
  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-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">
            Brainstorm
        </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">
            $2.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="Brainstorm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/2890c2ee-e989-43e5-ac4b-683c52bd6527.jpg?1783910572" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brainstorm" src="https://cards.scryfall.io/large/front/2/8/2890c2ee-e989-43e5-ac4b-683c52bd6527.jpg?1783910572" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:76.18},{&quot;2026-06-15&quot;:76.18},{&quot;2026-06-16&quot;:76.18},{&quot;2026-06-17&quot;:76.18},{&quot;2026-06-18&quot;:76.18},{&quot;2026-06-19&quot;:76.18},{&quot;2026-06-20&quot;:76.18},{&quot;2026-06-21&quot;:76.18},{&quot;2026-06-22&quot;:76.18},{&quot;2026-06-23&quot;:76.18},{&quot;2026-06-24&quot;:76.18},{&quot;2026-06-25&quot;:76.18},{&quot;2026-06-26&quot;:76.18},{&quot;2026-06-27&quot;:76.18},{&quot;2026-06-28&quot;:76.18},{&quot;2026-06-29&quot;:76.18},{&quot;2026-06-30&quot;:76.18},{&quot;2026-07-01&quot;:76.18},{&quot;2026-07-02&quot;:76.18},{&quot;2026-07-03&quot;:76.18},{&quot;2026-07-04&quot;:76.02},{&quot;2026-07-05&quot;:76.02},{&quot;2026-07-06&quot;:76.02},{&quot;2026-07-07&quot;:76.02},{&quot;2026-07-08&quot;:75.98},{&quot;2026-07-09&quot;:75.98},{&quot;2026-07-10&quot;:75.98},{&quot;2026-07-11&quot;:75.68},{&quot;2026-07-12&quot;:75.68},{&quot;2026-07-13&quot;:75.68},{&quot;2026-07-14&quot;:75.68},{&quot;2026-07-15&quot;:75.68},{&quot;2026-07-16&quot;:75.44},{&quot;2026-07-17&quot;:75.44},{&quot;2026-07-18&quot;:75.44},{&quot;2026-07-19&quot;:75.44},{&quot;2026-07-20&quot;:75.44},{&quot;2026-07-21&quot;:75.44},{&quot;2026-07-22&quot;:75.44},{&quot;2026-07-23&quot;:75.44},{&quot;2026-07-24&quot;:75.44},{&quot;2026-07-25&quot;:75.44},{&quot;2026-07-26&quot;:75.44},{&quot;2026-07-27&quot;:75.44},{&quot;2026-07-28&quot;:75.44},{&quot;2026-07-29&quot;:75.44},{&quot;2026-07-30&quot;:75.17},{&quot;2026-07-31&quot;:75.17},{&quot;2026-08-01&quot;:75.17},{&quot;2026-08-02&quot;:75.17},{&quot;2026-08-03&quot;:75.17},{&quot;2026-08-04&quot;:75.17},{&quot;2026-08-05&quot;:75.17},{&quot;2026-08-07&quot;:75.85},{&quot;2026-08-08&quot;:75.85},{&quot;2026-08-09&quot;:75.85},{&quot;2026-08-10&quot;:75.85},{&quot;2026-08-11&quot;:75.85},{&quot;2026-08-12&quot;:75.85},{&quot;2026-08-13&quot;:75.85},{&quot;2026-08-14&quot;:75.85},{&quot;2026-08-15&quot;:75.85},{&quot;2026-08-16&quot;:75.85},{&quot;2026-08-17&quot;:75.85},{&quot;2026-08-18&quot;:75.85},{&quot;2026-08-19&quot;:75.85},{&quot;2026-08-20&quot;:75.85},{&quot;2026-08-21&quot;:75.85},{&quot;2026-08-22&quot;:75.85},{&quot;2026-08-23&quot;:75.85},{&quot;2026-08-24&quot;:75.85},{&quot;2026-08-25&quot;:75.85},{&quot;2026-08-26&quot;:75.85},{&quot;2026-08-27&quot;:75.85},{&quot;2026-08-28&quot;:75.85},{&quot;2026-08-29&quot;:75.85},{&quot;2026-08-30&quot;:75.85},{&quot;2026-08-31&quot;:75.85},{&quot;2026-09-01&quot;:75.85},{&quot;2026-09-02&quot;:75.85},{&quot;2026-09-03&quot;:75.85},{&quot;2026-09-04&quot;:75.85},{&quot;2026-09-05&quot;:75.85},{&quot;2026-09-06&quot;:75.85},{&quot;2026-09-07&quot;:75.85},{&quot;2026-09-08&quot;:75.85},{&quot;2026-09-09&quot;:75.85},{&quot;2026-09-10&quot;:75.85},{&quot;2026-09-11&quot;:75.85},{&quot;2026-09-12&quot;:75.85}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.77},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:3.09},{&quot;2026-06-20&quot;:3.09},{&quot;2026-06-21&quot;:3.09},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:3.15},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.11},{&quot;2026-06-26&quot;:3.11},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.1},{&quot;2026-06-29&quot;:3.1},{&quot;2026-06-30&quot;:3.05},{&quot;2026-07-01&quot;:3.05},{&quot;2026-07-02&quot;:3.05},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.0},{&quot;2026-07-05&quot;:3.0},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.87},{&quot;2026-07-14&quot;:2.87},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.99},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.83},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-22&quot;:2.78},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.88},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.93},{&quot;2026-08-01&quot;:2.9},{&quot;2026-08-02&quot;:2.82},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.39},{&quot;2026-08-15&quot;:2.38},{&quot;2026-08-16&quot;:2.37},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.4},{&quot;2026-08-29&quot;:2.4},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.38},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.38},{&quot;2026-09-09&quot;:2.41},{&quot;2026-09-10&quot;:2.41},{&quot;2026-09-11&quot;:2.41},{&quot;2026-09-12&quot;:2.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="79880"
  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">
            Prowl, Stoic Strategist 
        </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">
            1 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Prowl, Stoic Strategist // Prowl, Pursuit Vehicle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f0a3dc50-a5c4-4073-8fec-2f68544bc2a1.jpg?1783919909" />

        <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">
            Prowl, Stoic Strategist 
        </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-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="Prowl, Stoic Strategist // Prowl, Pursuit Vehicle" src="https://cards.scryfall.io/large/front/f/0/f0a3dc50-a5c4-4073-8fec-2f68544bc2a1.jpg?1783919909" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Prowl, Stoic Strategist // Prowl, Pursuit Vehicle" src="https://cards.scryfall.io/large/back/f/0/f0a3dc50-a5c4-4073-8fec-2f68544bc2a1.jpg?1783919909" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.38
              </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.35
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  6%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:2.0},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.08},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:2.02},{&quot;2026-07-05&quot;:2.02},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:2.01},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:1.98},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.07},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:2.03},{&quot;2026-07-22&quot;:2.03},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-24&quot;:2.03},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.03},{&quot;2026-07-27&quot;:2.01},{&quot;2026-07-28&quot;:2.01},{&quot;2026-07-29&quot;:2.01},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:2.01},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:2.05},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:2.03},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.07},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.52},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.35}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.54},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-23&quot;:1.31},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.08},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:0.98},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.21},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.26},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.15},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.18},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-24&quot;:1.15},{&quot;2026-07-25&quot;:1.15},{&quot;2026-07-26&quot;:1.16},{&quot;2026-07-27&quot;:1.22},{&quot;2026-07-28&quot;:1.24},{&quot;2026-07-29&quot;:1.3},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.3},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.42},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.52},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.72},{&quot;2026-08-21&quot;:1.72},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.55},{&quot;2026-08-29&quot;:1.55},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.38},{&quot;2026-09-12&quot;:2.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="89567"
  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">
            Return of the Wildspeaker
        </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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Return of the Wildspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cbbfd12c-9d16-4abe-83e9-ef5fa5977631.jpg?1783929463" />

        <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">
            Return of the Wildspeaker
        </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-4'></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="Return of the Wildspeaker" src="https://cards.scryfall.io/large/front/c/b/cbbfd12c-9d16-4abe-83e9-ef5fa5977631.jpg?1783929463" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.38
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.58},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.43},{&quot;2026-06-19&quot;:1.45},{&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.66},{&quot;2026-06-24&quot;:1.79},{&quot;2026-06-25&quot;:1.8},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:2.02},{&quot;2026-07-01&quot;:1.98},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.95},{&quot;2026-07-06&quot;:1.95},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.96},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.92},{&quot;2026-07-12&quot;:2.08},{&quot;2026-07-13&quot;:2.08},{&quot;2026-07-14&quot;:2.08},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.86},{&quot;2026-07-21&quot;:1.86},{&quot;2026-07-22&quot;:1.84},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.88},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.85},{&quot;2026-08-02&quot;:2.03},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:1.82},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.87},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.89},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:2.03},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.31},{&quot;2026-08-22&quot;:2.25},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.14},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.45},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.56},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.24},{&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.14},{&quot;2026-09-12&quot;:2.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="95193"
  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">
            Ishgard, the Holy See 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Town
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            4 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              17%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Ishgard, the Holy See // Faith &amp; Grief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/6/068bc755-9d3d-430b-abc5-c775a5415bf9.jpg?1783906548" />

        <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">
            Ishgard, the Holy See 
        </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 — Town</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"
    >
        <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="Ishgard, the Holy See // Faith &amp; Grief" src="https://cards.scryfall.io/large/front/0/6/068bc755-9d3d-430b-abc5-c775a5415bf9.jpg?1783906548" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Ishgard, the Holy See // Faith &amp; Grief" src="https://cards.scryfall.io/large/front/0/6/068bc755-9d3d-430b-abc5-c775a5415bf9.jpg?1783906548" />
              </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">
            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">
                $2.38
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  17%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.12
              </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;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.84},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:3.08},{&quot;2026-06-27&quot;:3.08},{&quot;2026-06-28&quot;:3.08},{&quot;2026-06-29&quot;:3.08},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:3.06},{&quot;2026-07-03&quot;:3.05},{&quot;2026-07-04&quot;:3.09},{&quot;2026-07-05&quot;:3.1},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.05},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.72},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.83},{&quot;2026-07-17&quot;:2.83},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.87},{&quot;2026-07-22&quot;:2.81},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.54},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.4},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.45},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.58},{&quot;2026-08-10&quot;:2.58},{&quot;2026-08-11&quot;:2.52},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.35},{&quot;2026-08-28&quot;:2.27},{&quot;2026-08-29&quot;:2.27},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.06},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.13},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.12},{&quot;2026-09-12&quot;:2.12}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.9},{&quot;2026-06-16&quot;:1.67},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.04},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:1.91},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:2.04},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.15},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.17},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.27},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.17},{&quot;2026-07-25&quot;:2.08},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.87},{&quot;2026-07-31&quot;:1.93},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.14},{&quot;2026-08-05&quot;:2.31},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.11},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:1.91},{&quot;2026-08-13&quot;:1.8},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.75},{&quot;2026-08-29&quot;:1.75},{&quot;2026-08-30&quot;:2.33},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.49},{&quot;2026-09-03&quot;:2.28},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:2.23},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.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="18922"
  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">
            Sulfurous Springs
        </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">
              ↓
              15%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Sulfurous Springs" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/dfd5450a-6490-417f-9aea-b6fca6f380d7.jpg?1783921256" />

        <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">
            Sulfurous Springs
        </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="Sulfurous Springs" src="https://cards.scryfall.io/large/front/d/f/dfd5450a-6490-417f-9aea-b6fca6f380d7.jpg?1783921256" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.37
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  15%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.29
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.5},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.47},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.47},{&quot;2026-06-22&quot;:1.47},{&quot;2026-06-23&quot;:1.47},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.49},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.49},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.5},{&quot;2026-07-02&quot;:1.54},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.56},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.62},{&quot;2026-07-13&quot;:1.62},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.68},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.71},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.91},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.01},{&quot;2026-08-09&quot;:2.01},{&quot;2026-08-10&quot;:2.01},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.01},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:1.95},{&quot;2026-08-16&quot;:1.99},{&quot;2026-08-17&quot;:1.99},{&quot;2026-08-18&quot;:1.99},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.98},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.27},{&quot;2026-08-29&quot;:2.27},{&quot;2026-08-30&quot;:2.29},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.29},{&quot;2026-09-05&quot;:2.29},{&quot;2026-09-06&quot;:2.29},{&quot;2026-09-07&quot;:2.29},{&quot;2026-09-08&quot;:2.29},{&quot;2026-09-09&quot;:2.29},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.29},{&quot;2026-09-12&quot;:2.29}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.37},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.46},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.43},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.46},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.46},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.46},{&quot;2026-07-04&quot;:1.49},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.61},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.61},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.62},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-24&quot;:1.62},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.63},{&quot;2026-07-28&quot;:1.63},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.68},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.45},{&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.37},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.34},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.55},{&quot;2026-08-20&quot;:1.56},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.43},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:2.77},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.78},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.33},{&quot;2026-09-12&quot;:2.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="35512"
  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">
            Splendid Reclamation
        </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">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.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="Splendid Reclamation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fad4ca85-4d2d-4d1e-86ca-aa25edfcda61.jpg?1783924801" />

        <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">
            Splendid Reclamation
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Splendid Reclamation" src="https://cards.scryfall.io/large/front/f/a/fad4ca85-4d2d-4d1e-86ca-aa25edfcda61.jpg?1783924801" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.37
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.01
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.5},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.5},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.62},{&quot;2026-07-04&quot;:2.62},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.67},{&quot;2026-07-09&quot;:2.67},{&quot;2026-07-10&quot;:2.67},{&quot;2026-07-11&quot;:2.67},{&quot;2026-07-12&quot;:2.67},{&quot;2026-07-13&quot;:2.67},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.76},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.75},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-22&quot;:2.89},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-24&quot;:2.89},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-28&quot;:2.93},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.93},{&quot;2026-07-31&quot;:2.95},{&quot;2026-08-01&quot;:2.95},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.95},{&quot;2026-08-05&quot;:2.95},{&quot;2026-08-07&quot;:2.95},{&quot;2026-08-08&quot;:2.95},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.9},{&quot;2026-08-16&quot;:2.9},{&quot;2026-08-17&quot;:2.9},{&quot;2026-08-18&quot;:2.9},{&quot;2026-08-19&quot;:2.9},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.94},{&quot;2026-08-27&quot;:2.94},{&quot;2026-08-28&quot;:2.94},{&quot;2026-08-29&quot;:2.94},{&quot;2026-08-30&quot;:3.08},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:3.08},{&quot;2026-09-03&quot;:3.08},{&quot;2026-09-04&quot;:3.08},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.07},{&quot;2026-09-10&quot;:3.0},{&quot;2026-09-11&quot;:3.13},{&quot;2026-09-12&quot;:3.01}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.95},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.46},{&quot;2026-06-21&quot;:2.44},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.27},{&quot;2026-07-01&quot;:2.2},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.36},{&quot;2026-07-13&quot;:2.36},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-22&quot;:2.22},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-24&quot;:2.24},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.26},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.59},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.99},{&quot;2026-08-11&quot;:3.07},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.09},{&quot;2026-08-15&quot;:3.09},{&quot;2026-08-16&quot;:3.09},{&quot;2026-08-17&quot;:3.09},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:2.88},{&quot;2026-08-20&quot;:2.79},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.62},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.7},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.49},{&quot;2026-09-05&quot;:2.49},{&quot;2026-09-06&quot;:2.48},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.41},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.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="51481"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Emry, Lurker of the Loch
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Merfolk 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="text-sm font-medium text-nine-white">
            $2.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="Emry, Lurker of the Loch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/766a0ac7-2051-46f6-a5e5-32fd65b09553.jpg?1783916875" />

        <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">
            Emry, Lurker of the Loch
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Merfolk Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Emry, Lurker of the Loch" src="https://cards.scryfall.io/large/front/7/6/766a0ac7-2051-46f6-a5e5-32fd65b09553.jpg?1783916875" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.37
              </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.00
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.88},{&quot;2026-06-15&quot;:2.96},{&quot;2026-06-16&quot;:2.96},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.3},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.2},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.16},{&quot;2026-06-26&quot;:3.22},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.23},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.4},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.96},{&quot;2026-07-12&quot;:2.96},{&quot;2026-07-13&quot;:3.0},{&quot;2026-07-14&quot;:3.18},{&quot;2026-07-15&quot;:3.18},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.25},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-22&quot;:3.38},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-24&quot;:3.29},{&quot;2026-07-25&quot;:3.48},{&quot;2026-07-26&quot;:3.48},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-28&quot;:3.48},{&quot;2026-07-29&quot;:3.66},{&quot;2026-07-30&quot;:3.7},{&quot;2026-07-31&quot;:3.86},{&quot;2026-08-01&quot;:3.86},{&quot;2026-08-02&quot;:3.86},{&quot;2026-08-03&quot;:3.86},{&quot;2026-08-04&quot;:3.94},{&quot;2026-08-05&quot;:4.1},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:4.2},{&quot;2026-08-10&quot;:4.27},{&quot;2026-08-11&quot;:4.27},{&quot;2026-08-12&quot;:4.19},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.21},{&quot;2026-08-16&quot;:4.21},{&quot;2026-08-17&quot;:4.21},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.36},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.32},{&quot;2026-08-23&quot;:4.27},{&quot;2026-08-24&quot;:4.22},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.21},{&quot;2026-08-27&quot;:4.25},{&quot;2026-08-28&quot;:4.25},{&quot;2026-08-29&quot;:4.25},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.17},{&quot;2026-09-01&quot;:4.17},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.17},{&quot;2026-09-04&quot;:4.17},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.15},{&quot;2026-09-07&quot;:4.15},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:4.12},{&quot;2026-09-10&quot;:4.12},{&quot;2026-09-11&quot;:4.13},{&quot;2026-09-12&quot;:4.0}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.49},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.87},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.87},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.43},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:2.06},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.14},{&quot;2026-07-15&quot;:1.98},{&quot;2026-07-16&quot;:2.05},{&quot;2026-07-17&quot;:2.02},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.91},{&quot;2026-07-29&quot;:1.92},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.74},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.93},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.23},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.8},{&quot;2026-08-20&quot;:2.8},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.82},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.77},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.73},{&quot;2026-08-29&quot;:2.73},{&quot;2026-08-30&quot;:2.67},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.4},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.29},{&quot;2026-09-11&quot;:2.37},{&quot;2026-09-12&quot;:2.37}]}"
        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 1701-1750 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=34&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=34&amp;username=denvermullets" rel="prev">34</a><a role="link" aria-disabled="true" aria-current="page">35</a><a href="/load_collection?direction=asc&amp;page=36&amp;username=denvermullets" rel="next">36</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=36&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="14171"
          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">
              782
            </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>
              Brash Taunter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin
            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14171"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14171" src="/boxset_card/14171?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33285"
          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">
              40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-rare ss-fw ss-2x mr-4"></i>
              Wall of Kelp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Plant Wall
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.46

                </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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33285"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33285" src="/boxset_card/33285?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40223"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-mythic ss-fw ss-2x mr-4"></i>
              Lathril, Blade of the Elves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.25
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.91
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40223"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40223" src="/boxset_card/40223?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95401"
          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">
              368
            </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>
              Summon: G.F. Cerberus


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Saga Dog
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95401"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95401" src="/boxset_card/95401?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14211"
          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">
              795
            </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>
              Goblin Spymaster


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin 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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14211"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14211" src="/boxset_card/14211?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14905"
          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">
              966
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-common ss-fw ss-2x mr-4"></i>
              Ornithopter of Paradise


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Thopter
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <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.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.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14905"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14905" src="/boxset_card/14905?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18989"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              280
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-common ss-fw ss-2x mr-4"></i>
              Mountain


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Mountain
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <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">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.58
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18989"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18989" src="/boxset_card/18989?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74974"
          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">
              447
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Elrond, Master of Healing


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74974"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74974" src="/boxset_card/74974?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79144"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              156
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Boom // Bust


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <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.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79144"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79144" src="/boxset_card/79144?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109144"
          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">
              353
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x mr-4"></i>
              Patchwork Banner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      28%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109144"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109144" src="/boxset_card/109144?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33986"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              160
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Songs of the Damned


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.44

                    <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.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.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33986"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33986" src="/boxset_card/33986?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34403"
          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">
              204
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-rare ss-fw ss-2x mr-4"></i>
              Ruinous Ultimatum


            </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-r'></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><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><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.02
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34403"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34403" src="/boxset_card/34403?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47530"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              103
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Rooftop Storm


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.86
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47530"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47530" src="/boxset_card/47530?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86579"
          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-woe ss-rare ss-fw ss-2x mr-4"></i>
              Decadent Dragon // Expensive Taste


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.44

                    <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.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="86579"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86579" src="/boxset_card/86579?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90856"
          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">
              83
            </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>
              Rooftop Storm


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.44

                    <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.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.86
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90856"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90856" src="/boxset_card/90856?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12597"
          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">
              265
            </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>
              Astarion, the Decadent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Vampire Elf 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-4'></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">
                  $2.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12597"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12597" src="/boxset_card/12597?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34588"
          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">
              266
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34588"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34588" src="/boxset_card/34588?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46324"
          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-mom ss-rare ss-fw ss-2x mr-4"></i>
              Inga and Esika


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human God
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.43

                </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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46324"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46324" src="/boxset_card/46324?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93213"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              179
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x mr-4"></i>
              Dragonback Assault


            </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-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">
                  $2.43

                    <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.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93213"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93213" src="/boxset_card/93213?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96260"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              102
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Oracle of Mul Daya


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf 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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96260"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96260" src="/boxset_card/96260?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19172"
          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">
              339
            </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>
              Ertai Resurrected


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="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="19172"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19172" src="/boxset_card/19172?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35708"
          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">
              59
            </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-mythic ss-fw ss-2x mr-4"></i>
              Lier, Disciple of the Drowned


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35708"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35708" src="/boxset_card/35708?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49571"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              285
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Quirion Ranger

                <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">
              Creature — Elf Ranger
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49571"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49571" src="/boxset_card/49571?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108919"
          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-soc ss-mythic ss-fw ss-2x mr-4"></i>
              Unbound Flourishing


            </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">
                  $2.42

                    <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.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.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108919"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108919" src="/boxset_card/108919?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75814"
          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">
              240
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x mr-4"></i>
              Evolution Sage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75814"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75814" src="/boxset_card/75814?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90892"
          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-inr ss-rare ss-fw ss-2x mr-4"></i>
              Gravecrawler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.41

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.60
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90892"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90892" src="/boxset_card/90892?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95388"
          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">
              363
            </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>
              Jecht, Reluctant Guardian // Braska&#39;s Final Aeon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95388"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95388" src="/boxset_card/95388?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19424"
          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">
              24
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-rare ss-fw ss-2x mr-4"></i>
              Activated Sleeper


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19424"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19424" src="/boxset_card/19424?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28384"
          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">
              22
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Danse Macabre


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28384"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28384" src="/boxset_card/28384?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79663"
          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-tsr ss-special ss-fw ss-2x mr-4"></i>
              Harvester of Souls


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Demon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <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.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79663"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79663" src="/boxset_card/79663?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83615"
          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">
              IMA-210
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Supreme Verdict


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83615"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83615" src="/boxset_card/83615?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94831"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-rare ss-fw ss-2x mr-4"></i>
              Winota, Joiner of Forces


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.85
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94831"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94831" src="/boxset_card/94831?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109175"
          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">
              385
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Lotus Field


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109175"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109175" src="/boxset_card/109175?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35886"
          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">
              108
            </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>
              Jadar, Ghoulcaller of Nephalia


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35886"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35886" src="/boxset_card/35886?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42445"
          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">
              441
            </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>
              March of Otherworldly Light


            </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-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">
                  $2.39

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42445"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42445" src="/boxset_card/42445?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53149"
          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">
              157
            </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>
              Counterbalance


            </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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <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.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">
                1.01
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53149"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53149" src="/boxset_card/53149?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79666"
          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">
              326
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Leyline of the Void


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79666"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79666" src="/boxset_card/79666?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80436"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              STH-127
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Crystalline Sliver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Sliver
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.88
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80436"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80436" src="/boxset_card/80436?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81744"
          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-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Maarika, Brutal Gladiator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81744"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81744" src="/boxset_card/81744?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99210"
          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">
              74
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x mr-4"></i>
              Sunderflock


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      28%
                    </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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99210"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99210" src="/boxset_card/99210?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109413"
          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-soa ss-rare ss-fw ss-2x mr-4"></i>
              Daze


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109413"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109413" src="/boxset_card/109413?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16158"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              179
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x mr-4"></i>
              Elder Gargaroth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.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.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.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16158"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16158" src="/boxset_card/16158?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52732"
          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">
              17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-mythic ss-fw ss-2x mr-4"></i>
              Serra the Benevolent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Serra
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52732"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52732" src="/boxset_card/52732?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53144"
          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">
              155
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x mr-4"></i>
              Brainstorm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53144"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53144" src="/boxset_card/53144?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79880"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Prowl, Stoic Strategist // Prowl, Pursuit Vehicle


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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.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="79880"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79880" src="/boxset_card/79880?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89567"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              79
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x mr-4"></i>
              Return of the Wildspeaker


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.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">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89567"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89567" src="/boxset_card/89567?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95193"
          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-fin ss-rare ss-fw ss-2x mr-4"></i>
              Ishgard, the Holy See // Faith &amp; Grief


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Town
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.38

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95193"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95193" src="/boxset_card/95193?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18922"
          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">
              256
            </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>
              Sulfurous Springs


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18922"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18922" src="/boxset_card/18922?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35512"
          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">
              221
            </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>
              Splendid Reclamation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.37

                    <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.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.61
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35512"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35512" src="/boxset_card/35512?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51481"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              9
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Emry, Lurker of the Loch


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Merfolk Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.37

                </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.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51481"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51481" src="/boxset_card/51481?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 1701-1750 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=34&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=34&amp;username=denvermullets" rel="prev">34</a><a role="link" aria-disabled="true" aria-current="page">35</a><a href="/load_collection?direction=asc&amp;page=36&amp;username=denvermullets" rel="next">36</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=36&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>